r1500 - in /experimental/ffmpeg-debian/debian: changelog control libavcodec51.install libavcodec52.install rules
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Thu Sep 25 20:19:35 UTC 2008
Author: siretart
Date: Thu Sep 25 20:19:34 2008
New Revision: 1500
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1500
Log:
* new svn snapshot (svn revision 15404, libswscale revision 27636).
* SONAME change: libavcodec51 -> libavcodec52
Added:
experimental/ffmpeg-debian/debian/libavcodec52.install (props changed)
- copied unchanged from r1497, experimental/ffmpeg-debian/debian/libavcodec51.install
Removed:
experimental/ffmpeg-debian/debian/libavcodec51.install
Modified:
experimental/ffmpeg-debian/debian/changelog
experimental/ffmpeg-debian/debian/control
experimental/ffmpeg-debian/debian/rules
Modified: experimental/ffmpeg-debian/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/changelog?rev=1500&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/changelog (original)
+++ experimental/ffmpeg-debian/debian/changelog Thu Sep 25 20:19:34 2008
@@ -1,4 +1,4 @@
-ffmpeg-debian (3:0.svn20080906-1) UNRELEASED; urgency=low
+ffmpeg-debian (3:0.svn20080925-1) UNRELEASED; urgency=low
[ Loic Minier ]
* Tweak sed versions regexps to deal with epochs and upstream revisions with
@@ -11,7 +11,8 @@
instead of hardcoding the name of the source.
[ Reinhard Tartler ]
- * new svn snapshot (svn revision 15219, libswscale revision 27530).
+ * new svn snapshot (svn revision 15404, libswscale revision 27636).
+ * SONAME change: libavcodec51 -> libavcodec52
* drop old scaler (imgres/imgconvert). Upstream is about to remove it
completely.
- reporter claims that a newer snapshot fixes a crash in the dca decoder.
Modified: experimental/ffmpeg-debian/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/control?rev=1500&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/control (original)
+++ experimental/ffmpeg-debian/debian/control Thu Sep 25 20:19:34 2008
@@ -44,7 +44,7 @@
Priority: extra
Architecture: any
Depends: libavutil49 (= ${binary:Version}),
- libavcodec51 (= ${binary:Version}),
+ libavcodec52 (= ${binary:Version}),
libavdevice52 (= ${binary:Version}),
libpostproc51 (= ${binary:Version}),
libavformat52 (= ${binary:Version}),
@@ -75,7 +75,7 @@
This package contains a Debian-specific version of the libavutil shared
object that should only be used by Debian packages.
-Package: libavcodec51
+Package: libavcodec52
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
@@ -157,7 +157,7 @@
Package: libavcodec-dev
Section: libdevel
Architecture: any
-Depends: libavcodec51 (= ${binary:Version}),
+Depends: libavcodec52 (= ${binary:Version}),
libavutil-dev (= ${binary:Version})
Suggests: libfaad-dev,
libgsm1-dev,
Propchange: experimental/ffmpeg-debian/debian/libavcodec52.install
------------------------------------------------------------------------------
svn:mergeinfo =
Modified: experimental/ffmpeg-debian/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/rules?rev=1500&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/rules (original)
+++ experimental/ffmpeg-debian/debian/rules Thu Sep 25 20:19:34 2008
@@ -6,7 +6,7 @@
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 := 0.svn20080206-8
+SHLIBS_VERSION := 3:0.svn20080925-1
LIB_PKGS := $(shell sed -nr 's/^Package:[[:space:]]*(lib(avutil|avcodec|avdevice|avformat|avfilter|postproc|swscale)[0-9]+)[[:space:]]*$$/\1/p' debian/control)
More information about the pkg-multimedia-commits
mailing list