rev 14460 - in krap/mlt/trunk/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Mon Apr 20 19:04:42 UTC 2009


Author: fabo
Date: 2009-04-20 19:04:42 +0000 (Mon, 20 Apr 2009)
New Revision: 14460

Modified:
   krap/mlt/trunk/debian/changelog
   krap/mlt/trunk/debian/patches/04_update_install_target.diff
   krap/mlt/trunk/debian/patches/08_add_missing_ldlags.diff
Log:
Refresh patches.
Upload to unstable.


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2009-04-20 18:44:16 UTC (rev 14459)
+++ krap/mlt/trunk/debian/changelog	2009-04-20 19:04:42 UTC (rev 14460)
@@ -1,9 +1,11 @@
-mlt (0.3.8-1) UNRELEASED; urgency=low
+mlt (0.3.8-1) unstable; urgency=low
 
   * New upstream release.
+
+  [ Patrick Matthäi ]
   * Change my email address.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 20 Apr 2009 19:31:21 +0200
+ -- Fathi Boudra <fabo at debian.org>  Mon, 20 Apr 2009 20:47:32 +0200
 
 mlt (0.3.6-2) unstable; urgency=low
 

Modified: krap/mlt/trunk/debian/patches/04_update_install_target.diff
===================================================================
--- krap/mlt/trunk/debian/patches/04_update_install_target.diff	2009-04-20 18:44:16 UTC (rev 14459)
+++ krap/mlt/trunk/debian/patches/04_update_install_target.diff	2009-04-20 19:04:42 UTC (rev 14460)
@@ -54,7 +54,7 @@
  include .depend
 --- a/src/modules/core/Makefile
 +++ b/src/modules/core/Makefile
-@@ -55,7 +55,7 @@ clean:	
+@@ -56,7 +56,7 @@ clean:	
  
  install: all
  	install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
@@ -79,7 +79,7 @@
 +	install -m 644 NTSC/*.* $(DESTDIR)$(libdir)/mlt/feeds/NTSC
 --- a/src/framework/Makefile
 +++ b/src/framework/Makefile
-@@ -92,15 +92,15 @@ install:
+@@ -94,15 +94,15 @@ install:
  	ln -sf $(TARGET) $(DESTDIR)$(libdir)/$(NAME)
  	install -d "$(DESTDIR)$(prefix)/include/mlt/framework"
  	install -m 644 $(INCS) "$(DESTDIR)$(prefix)/include/mlt/framework"

Modified: krap/mlt/trunk/debian/patches/08_add_missing_ldlags.diff
===================================================================
--- krap/mlt/trunk/debian/patches/08_add_missing_ldlags.diff	2009-04-20 18:44:16 UTC (rev 14459)
+++ krap/mlt/trunk/debian/patches/08_add_missing_ldlags.diff	2009-04-20 19:04:42 UTC (rev 14460)
@@ -1,14 +1,3 @@
---- a/src/miracle/Makefile
-+++ b/src/miracle/Makefile
-@@ -32,7 +32,7 @@ OBJS = $(APP_OBJS) $(LIB_OBJS)
- 
- CFLAGS += -I.. $(RDYNAMIC)
- 
--LDFLAGS += -L../valerie -lvalerie -L../framework -lmlt 
-+LDFLAGS += -L../valerie -lvalerie -L../framework -lmlt -lpthread
- 
- SRCS := $(OBJS:.o=.c)
- 
 --- a/src/modules/normalize/Makefile
 +++ b/src/modules/normalize/Makefile
 @@ -7,7 +7,7 @@ OBJS = factory.o \
@@ -88,7 +77,7 @@
  
 --- a/src/modules/core/Makefile
 +++ b/src/modules/core/Makefile
-@@ -32,7 +32,7 @@ ASM_OBJS = 
+@@ -33,7 +33,7 @@ ASM_OBJS = 
  
  CFLAGS += -I../..
  




More information about the pkg-kde-commits mailing list