r1075 - in /experimental/ffmpeg.20080206/debian: changelog control libavformat-dev.install libavutil-dev.install rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Mar 16 08:48:39 UTC 2008


Author: siretart
Date: Sun Mar 16 08:48:38 2008
New Revision: 1075

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1075
Log:
update debian packaging for 20080206

Modified:
    experimental/ffmpeg.20080206/debian/changelog
    experimental/ffmpeg.20080206/debian/control
    experimental/ffmpeg.20080206/debian/libavformat-dev.install
    experimental/ffmpeg.20080206/debian/libavutil-dev.install
    experimental/ffmpeg.20080206/debian/rules

Modified: experimental/ffmpeg.20080206/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/changelog?rev=1075&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/changelog (original)
+++ experimental/ffmpeg.20080206/debian/changelog Sun Mar 16 08:48:38 2008
@@ -1,3 +1,18 @@
+ffmpeg-free (0.cvs20080206-1) experimental; urgency=low
+
+  * new upstream release
+  * refreshed patches
+  * libogg was dropped upstream
+  * no longer install integer.h, as it is not part of the public API (see
+    upstream r11642).
+  * no longer install rtp.h, as it is not part of the public API (see
+    upstream r11505).
+  * install crc.h and sha1.h to libavutil-dev, since it is part of the
+    public API now.
+  * introduce new package: libavdevice52 and libavdevice-dev.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Sat, 15 Mar 2008 22:45:56 +0100
+
 ffmpeg-free (0.cvs20071007-4) experimental; urgency=low
 
   * debian/control:

Modified: experimental/ffmpeg.20080206/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/control?rev=1075&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/control (original)
+++ experimental/ffmpeg.20080206/debian/control Sun Mar 16 08:48:38 2008
@@ -8,11 +8,10 @@
 Build-Depends: debhelper (>= 4.0),
                liba52-dev,
                libdc1394-13-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
-               libfaad-dev,
+               libfaad-dev | libfaad2-dev,
                libfreetype6-dev,
                libgsm1-dev,
                libimlib2-dev,
-               libogg-dev,
                libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
                libsdl1.2-dev,
                libtheora-dev (>> 0.0.0.alpha4),
@@ -60,6 +59,18 @@
  This package contains a Debian-specific version of the libavcodec shared
  object that should only be used by Debian packages.
 
+Package: libavdevice1d
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ffmpeg codec library
+ This is the codec library from the ffmpeg project. It supports most existing
+ encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
+ .
+ This package contains a Debian-specific version of the libavdevice shared
+ object that should only be used by Debian packages.
+
 Package: libpostproc1d
 Section: libs
 Architecture: any
@@ -134,6 +145,21 @@
  This package contains the header files and static libraries needed to
  compile applications or shared objects that use libavcodec.
 
+Package: libavdevice-dev
+Section: libdevel
+Architecture: any
+Depends: libavformat-dev (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: libavformat-dev (<< 0.cvs20060329-4)
+Replaces: libavformat-dev (<< 0.cvs20060329-4)
+Description: development files for libavcodec
+ This is the codec library from the ffmpeg project. It supports most existing
+ encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
+ .
+ This package contains the header files and static libraries needed to
+ compile applications or shared objects that use libavdevice.
+
 Package: libpostproc-dev
 Section: libdevel
 Architecture: any

Modified: experimental/ffmpeg.20080206/debian/libavformat-dev.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/libavformat-dev.install?rev=1075&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/libavformat-dev.install (original)
+++ experimental/ffmpeg.20080206/debian/libavformat-dev.install Sun Mar 16 08:48:38 2008
@@ -1,7 +1,6 @@
 usr/lib/pkgconfig/libavformat.pc
 usr/include/ffmpeg/avformat.h
 usr/include/ffmpeg/avio.h
-usr/include/ffmpeg/rtp.h
 usr/include/ffmpeg/rtsp.h
 usr/include/ffmpeg/rtspcodes.h
 usr/lib/libavformat.a

Modified: experimental/ffmpeg.20080206/debian/libavutil-dev.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/libavutil-dev.install?rev=1075&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/libavutil-dev.install (original)
+++ experimental/ffmpeg.20080206/debian/libavutil-dev.install Sun Mar 16 08:48:38 2008
@@ -6,8 +6,8 @@
 usr/include/ffmpeg/avutil.h
 usr/include/ffmpeg/base64.h
 usr/include/ffmpeg/common.h
+usr/include/ffmpeg/crc.h
 usr/include/ffmpeg/fifo.h
-usr/include/ffmpeg/integer.h
 usr/include/ffmpeg/intfloat_readwrite.h
 usr/include/ffmpeg/log.h
 usr/include/ffmpeg/lzo.h
@@ -17,5 +17,6 @@
 usr/include/ffmpeg/opt.h
 usr/include/ffmpeg/random.h
 usr/include/ffmpeg/rational.h
+usr/include/ffmpeg/sha1.h
 usr/lib/libavutil.a
 usr/lib/libavutil.so

Modified: experimental/ffmpeg.20080206/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/rules?rev=1075&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/rules (original)
+++ experimental/ffmpeg.20080206/debian/rules Sun Mar 16 08:48:38 2008
@@ -4,9 +4,9 @@
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-LIBS = libavutil libavcodec libpostproc libavformat libswscale
+LIBS = libavutil libavcodec libpostproc libavformat libavdevice libswscale
 confflags += --enable-gpl --enable-pp --enable-swscaler --enable-pthreads
-confflags += --enable-libvorbis --enable-libtheora --enable-libogg
+confflags += --enable-libvorbis --enable-libtheora
 confflags += --enable-liba52 --enable-libgsm
 confflags += --enable-libfaad
 confflags += --disable-armv6 --disable-armv5te
@@ -149,10 +149,10 @@
 	dh_compress
 	dh_fixperms
 	for d in $(LIBS); do \
-	  dh_makeshlibs -p $${d}1d -V "$${d}1d (>= 0.cvs20071007)" ; \
+	  dh_makeshlibs -p $${d}1d -V "$${d}1d (>= 0.cvs20080206)" ; \
 	done
 	dh_installdeb
-	dh_shlibdeps -L libavutil1d -L libavcodec1d -L libpostproc1d -L libavformat1d -L libswscale1d -l debian/libavutil1d/usr/lib:debian/libavcodec1d/usr/lib:debian/libavformat1d/usr/lib:debian/libpostproc1d/usr/lib:debian/libswscale1d/usr/lib
+	dh_shlibdeps -L libavutil51 -L libavcodec51 -L libavdevice52 -L libpostproc51 -L libavformat51 -L libswscale1d -l debian/libavutil51/usr/lib:debian/libavcodec51/usr/lib:debian/libavdevice52/usr/lib:debian/libavformat51/usr/lib:debian/libpostproc51/usr/lib:debian/libswscale1d/usr/lib
 	dh_gencontrol -- -Vlib1394-dev="$(lib1394-dev)"
 	dh_md5sums
 	dh_builddeb




More information about the pkg-multimedia-commits mailing list