rev 14584 - in krap/mlt++/tags: . 0.3.8-1 0.3.8-1/debian 0.3.8-1/debian/patches

Fathi Boudra fabo at alioth.debian.org
Sat May 9 08:07:48 UTC 2009


Author: fabo
Date: 2009-05-09 08:07:48 +0000 (Sat, 09 May 2009)
New Revision: 14584

Added:
   krap/mlt++/tags/0.3.8-1/
   krap/mlt++/tags/0.3.8-1/debian/
   krap/mlt++/tags/0.3.8-1/debian/changelog
   krap/mlt++/tags/0.3.8-1/debian/compat
   krap/mlt++/tags/0.3.8-1/debian/control
   krap/mlt++/tags/0.3.8-1/debian/libmlt++1.docs
   krap/mlt++/tags/0.3.8-1/debian/patches/01_remove_ldconfig.diff
   krap/mlt++/tags/0.3.8-1/debian/patches/02_custom_ldflags.diff
   krap/mlt++/tags/0.3.8-1/debian/patches/04_add_valerie_ldflags.diff
   krap/mlt++/tags/0.3.8-1/debian/rules
   krap/mlt++/tags/0.3.8-1/debian/watch
Removed:
   krap/mlt++/tags/0.3.8-1/debian/changelog
   krap/mlt++/tags/0.3.8-1/debian/compat
   krap/mlt++/tags/0.3.8-1/debian/control
   krap/mlt++/tags/0.3.8-1/debian/docs
   krap/mlt++/tags/0.3.8-1/debian/patches/01_remove_ldconfig.diff
   krap/mlt++/tags/0.3.8-1/debian/patches/02_custom_ldflags.diff
   krap/mlt++/tags/0.3.8-1/debian/patches/04_add_valerie_ldflags.diff
   krap/mlt++/tags/0.3.8-1/debian/rules
Log:
Tagging mlt++-0.3.8-1

Copied: krap/mlt++/tags/0.3.8-1/debian/changelog (from rev 14583, krap/mlt++/trunk/debian/changelog)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/changelog	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/changelog	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,40 @@
+mlt++ (0.3.8-1) unstable; urgency=low
+
+  * New upstream release:
+    - Constness changes. (Closes: #527653)
+  * Refresh patches.
+  * Bump compat/debhelper from 6 to 7.
+  * Update debian/control:
+    - Remove cdbs build dependency. Use debhelper only.
+    - Bump libmlt-dev build dependency version from 0.3.2 to 0.3.8.
+    - Bump Standards-version from 3.8.0 to 3.8.1 (no changes needed).
+    - Add ${misc:Depends} to libmlt++-dev Depends. Lintian warning--.
+  * Update debian/rules: dh ++.
+  * Add watch file.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 09 May 2009 09:35:00 +0200
+
+mlt++ (0.3.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh patches:
+    - 01_remove_ldconfig
+    - 02_custom_ldflags
+  * Remove 03_disable_test patch. deprecated.
+  * Add 04_add_valerie_ldflags patch to add mlt-valerie to LDFLAGS.
+  * Update debian/control:
+    - Add versionned build dependency to libmlt-dev.
+    - Add pkg-config build dependency.
+    - Bump Standards-Version to 3.8.0. No changes needed.
+    - Bump libmlt++ soname. libmlt++1 conflicts/replaces libmlt++0.2.
+  * Update debian/copyright: add Dan Dennedy copyrights.
+  * Update debian/rules: remove lintian override installation.
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 14 Nov 2008 17:35:13 +0100
+
+mlt++ (0.2.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #339796)
+
+ -- Fathi Boudra <fabo at debian.org>  Sun, 03 Feb 2008 19:06:40 +0100
+

Copied: krap/mlt++/tags/0.3.8-1/debian/compat (from rev 14583, krap/mlt++/trunk/debian/compat)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/compat	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/compat	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1 @@
+7

Copied: krap/mlt++/tags/0.3.8-1/debian/control (from rev 14583, krap/mlt++/trunk/debian/control)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/control	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/control	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,39 @@
+Source: mlt++
+Priority: optional
+Maintainer: Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7), quilt, libmlt-dev (>= 0.3.8), pkg-config
+Standards-Version: 3.8.1
+Section: libs
+Homepage: http://www.mltframework.org
+
+Package: libmlt++-dev
+Section: libdevel
+Architecture: any
+Depends: libmlt++1 (= ${binary:Version}), ${misc:Depends}
+Description: MLT multimedia framework C++ wrapper (development)
+ MLT is an open source multimedia framework, designed and developed for
+ television broadcasting. It provides a toolkit for broadcasters, video
+ editors, media players, transcoders, web streamers and many more types of
+ applications. The functionality of the system is provided via an assortment
+ of ready to use tools, xml authoring components, and an extendible plug-in
+ based API.
+ .
+ This package contains the static libraries and headers for developing
+ applications that use the MLT multimedia framework C++ wrapper.
+
+Package: libmlt++1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libmlt++0.2
+Replaces: libmlt++0.2
+Description: MLT multimedia framework C++ wrapper (runtime)
+ MLT is an open source multimedia framework, designed and developed for
+ television broadcasting. It provides a toolkit for broadcasters, video
+ editors, media players, transcoders, web streamers and many more types of
+ applications. The functionality of the system is provided via an assortment
+ of ready to use tools, xml authoring components, and an extendible plug-in
+ based API.
+ .
+ This package contains the files necessary for running applications that
+ use the MLT multimedia framework C++ wrapper.

Copied: krap/mlt++/tags/0.3.8-1/debian/libmlt++1.docs (from rev 14583, krap/mlt++/trunk/debian/libmlt++1.docs)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/libmlt++1.docs	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/libmlt++1.docs	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,3 @@
+CUSTOMISING
+HOWTO
+README

Copied: krap/mlt++/tags/0.3.8-1/debian/patches/01_remove_ldconfig.diff (from rev 14583, krap/mlt++/trunk/debian/patches/01_remove_ldconfig.diff)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/patches/01_remove_ldconfig.diff	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/patches/01_remove_ldconfig.diff	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,10 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -59,7 +59,6 @@ install:
+ 	ln -sf $(TARGET) $(DESTDIR)$(libdir)/$(SONAME)
+ 	$(INSTALL) -d "$(DESTDIR)$(prefix)/include/mlt++"
+ 	$(INSTALL) -m 644 $(HEADERS) "$(DESTDIR)$(prefix)/include/mlt++"
+-	/sbin/ldconfig 2> /dev/null || true
+ 
+ uninstall:
+ 	rm -f "$(DESTDIR)$(libdir)/$(TARGET)"

Copied: krap/mlt++/tags/0.3.8-1/debian/patches/02_custom_ldflags.diff (from rev 14583, krap/mlt++/trunk/debian/patches/02_custom_ldflags.diff)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/patches/02_custom_ldflags.diff	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/patches/02_custom_ldflags.diff	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,11 @@
+--- a/configure
++++ b/configure
+@@ -46,7 +46,7 @@ case $targetos in 
+ 		echo LIBSUF=.so
+ 		echo "CXXFLAGS+=-pthread -Wall $WARNINGS -fPIC `pkg-config --cflags mlt-framework`"
+ 		echo "LIBFLAGS=-shared"
+-		echo "LDFLAGS+=`pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs`"
++		echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed `pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs`"
+ 		;;
+ esac >> config.mak
+ 

Copied: krap/mlt++/tags/0.3.8-1/debian/patches/04_add_valerie_ldflags.diff (from rev 14583, krap/mlt++/trunk/debian/patches/04_add_valerie_ldflags.diff)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/patches/04_add_valerie_ldflags.diff	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/patches/04_add_valerie_ldflags.diff	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,11 @@
+--- a/configure
++++ b/configure
+@@ -46,7 +46,7 @@ case $targetos in 
+ 		echo LIBSUF=.so
+ 		echo "CXXFLAGS+=-pthread -Wall $WARNINGS -fPIC `pkg-config --cflags mlt-framework`"
+ 		echo "LIBFLAGS=-shared"
+-		echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed `pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs`"
++		echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed `pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs` `pkg-config mlt-valerie --libs`"
+ 		;;
+ esac >> config.mak
+ 

Copied: krap/mlt++/tags/0.3.8-1/debian/rules (from rev 14583, krap/mlt++/trunk/debian/rules)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/rules	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/rules	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+%:
+	dh $@
+
+build: $(QUILT_STAMPFN)
+
+clean: unpatch
+

Copied: krap/mlt++/tags/0.3.8-1/debian/watch (from rev 14583, krap/mlt++/trunk/debian/watch)
===================================================================
--- krap/mlt++/tags/0.3.8-1/debian/watch	                        (rev 0)
+++ krap/mlt++/tags/0.3.8-1/debian/watch	2009-05-09 08:07:48 UTC (rev 14584)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/mlt/mlt\++-(.*)\.tar\.gz




More information about the pkg-kde-commits mailing list