[SCM] FFmpeg packaging branch, master, updated. upstream/0.svn20090119-56-g4e4cf2c

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Feb 3 06:32:48 UTC 2009


The following commit has been merged in the master branch:
commit afa4f58d4bc3258f47941b9ace31c471299c9b15
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Feb 2 12:08:31 2009 +0100

    bump shlibs
    
    Actually no other package should use them yet, but let's better play
    safe here...

diff --git a/debian/changelog b/debian/changelog
index 8737c8e..5b752fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ ffmpeg-debian (3:0.svn20090128-1) experimental; urgency=low
     Closes: #512844, #512466
   * New upstream version reintroduces a compatibility symbol ff_gcd
     Closes: #512946
+  * Bump shlibs because of changes of the Metadata API in libavformat.
+    Actually no other package should use them yet, but let's better play safe 
+    here...
   * no longer install dsputil.h. It exposes lots of function that are private
     to ffmpeg and may change on any new upstream revision. Please get in touch
     with the ffmpeg maintainers if you maintain packages that rely on that
diff --git a/debian/rules b/debian/rules
index 7adbe6f..d8e9b5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DEB_SOURCE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
 DEB_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -r 's/[^:]+://; s/-[^-]+$$//')
 SVN_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed -nr 's/^[0-9.:-]+\.svn([0-9]+)$$/\1/p')
-SHLIBS_VERSION := 3:0.svn20081101-1
+SHLIBS_VERSION := 3:0.svn20090128-1
 
 LIB_PKGS := $(shell sed -nr 's/^Package:[[:space:]]*(lib(avutil|avcodec|avdevice|avformat|avfilter|postproc|swscale)(-unstripped-)?[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list