r1254 - in /unstable/ffmpeg/debian: changelog control
fabian-guest at users.alioth.debian.org
fabian-guest at users.alioth.debian.org
Mon Jun 16 13:40:19 UTC 2008
Author: fabian-guest
Date: Mon Jun 16 13:40:19 2008
New Revision: 1254
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1254
Log:
+ Added Conflicts and Replaces against obsolete library packages from
<http://debian-multimedia.org/> wearing the 'cvs' suffix in their names
(Closes: 484585, 484586, 484587, 484776, 484778).
Modified:
unstable/ffmpeg/debian/changelog
unstable/ffmpeg/debian/control
Modified: unstable/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/changelog?rev=1254&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Mon Jun 16 13:40:19 2008
@@ -8,13 +8,16 @@
[ Fabian Greffrath ]
* debian/control:
+ + Added Conflicts and Replaces against obsolete library packages from
+ <http://debian-multimedia.org/> wearing the 'cvs' suffix in their names
+ (Closes: 484585, 484586, 484587, 484776, 484778).
+ Added doxygen to Build-Depends.
+ Introduced new package 'ffmpeg-doc' that contains html doxygen
documentation of the ffmpeg API (Closes: 438369).
* debian/rules:
+ Build and install html doxygen documentation.
- -- Fabian Greffrath <fabian at debian-unofficial.org> Mon, 16 Jun 2008 14:54:47 +0200
+ -- Fabian Greffrath <fabian at debian-unofficial.org> Mon, 16 Jun 2008 15:34:46 +0200
ffmpeg-free (0.svn20080206-8) unstable; urgency=low
Modified: unstable/ffmpeg/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/control?rev=1254&op=diff
==============================================================================
--- unstable/ffmpeg/debian/control (original)
+++ unstable/ffmpeg/debian/control Mon Jun 16 13:40:19 2008
@@ -68,6 +68,8 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Conflicts: libavutilcvs49
+Replaces: libavutilcvs49
Description: ffmpeg utility library
This is the common utility library from the ffmpeg project. It is required
by all other ffmpeg libraries.
@@ -80,6 +82,8 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Conflicts: libavcodeccvs51
+Replaces: libavcodeccvs51
Description: ffmpeg codec library
This is the codec library from the ffmpeg project. It supports most existing
encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
@@ -92,6 +96,8 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Conflicts: libavdevicecvs52
+Replaces: libavdevicecvs52
Description: ffmpeg device handling library
This is the device handling library from the ffmpeg project.
.
@@ -103,6 +109,8 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Conflicts: libpostproccvs51
+Replaces: libpostproccvs51
Description: ffmpeg video postprocessing library
This is the video postprocessing library from the ffmpeg project.
.
@@ -114,6 +122,8 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Conflicts: libavformatcvs52
+Replaces: libavformatcvs52
Description: ffmpeg file format library
This is the demuxer library from the ffmpeg project. It supports most
existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
@@ -126,6 +136,8 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Conflicts: libswscalecvs0
+Replaces: libswscalecvs0
Description: ffmpeg video scaling library
This is the video scaling library from the ffmpeg project.
.
@@ -137,9 +149,13 @@
Architecture: any
Depends: libavutil49 (= ${binary:Version})
Conflicts: libavformat-dev (<< 0.cvs20060329-4),
- libavcodec-dev (<< 0.svn20080206-7)
+ libavcodec-dev (<< 0.svn20080206-7),
+ libavutilcvs49-dev,
+ libavutilcvs-dev
Replaces: libavformat-dev (<< 0.cvs20060329-4),
- libavcodec-dev (<< 0.svn20080206-7)
+ libavcodec-dev (<< 0.svn20080206-7),
+ libavutilcvs49-dev,
+ libavutilcvs-dev
Description: development files for libavutil
This is the common utility library from the ffmpeg project. It is required
by all other ffmpeg libraries.
@@ -160,9 +176,13 @@
zlib1g-dev,
${lib1394-dev}
Conflicts: libavformat-dev (<< 0.cvs20060329-4),
- libavutil-dev (<< 0.svn20080206-8)
+ libavutil-dev (<< 0.svn20080206-8),
+ libavcodeccvs51-dev,
+ libavcodeccvs-dev
Replaces: libavformat-dev (<< 0.cvs20060329-4),
- libavutil-dev (<< 0.svn20080206-8)
+ libavutil-dev (<< 0.svn20080206-8),
+ libavcodeccvs51-dev,
+ libavcodeccvs-dev
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...).
@@ -175,8 +195,12 @@
Architecture: any
Depends: libavdevice52 (= ${binary:Version}),
libavformat-dev (= ${binary:Version})
-Conflicts: libavformat-dev (<< 0.cvs20060329-4)
-Replaces: libavformat-dev (<< 0.cvs20060329-4)
+Conflicts: libavformat-dev (<< 0.cvs20060329-4),
+ libavdevicecvs52-dev,
+ libavdevicecvs-dev
+Replaces: libavformat-dev (<< 0.cvs20060329-4),
+ libavdevicecvs52-dev,
+ libavdevicecvs-dev
Description: development files for libavdevice
This is the device handling library from the ffmpeg project.
.
@@ -188,6 +212,10 @@
Architecture: any
Depends: libpostproc51 (= ${binary:Version}),
libavcodec-dev (= ${binary:Version})
+Conflicts: libpostproccvs51-dev,
+ libpostproccvs-dev
+Replaces: libpostproccvs51-dev,
+ libpostproccvs-dev
Description: development files for libpostproc
This is the video postprocessing library from the ffmpeg project.
.
@@ -199,8 +227,12 @@
Architecture: any
Depends: libavformat52 (= ${binary:Version}),
libavcodec-dev (= ${binary:Version})
-Conflicts: libavcodec-dev (<< 0.cvs20060306-1)
-Replaces: libavcodec-dev (<< 0.cvs20060306-1)
+Conflicts: libavcodec-dev (<< 0.cvs20060306-1),
+ libavformatcvs51-dev,
+ libavformatcvs-dev
+Replaces: libavcodec-dev (<< 0.cvs20060306-1),
+ libavformatcvs51-dev,
+ libavformatcvs-dev
Description: development files for libavformat
This is the demuxer library from the ffmpeg project. It supports most
existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
@@ -213,6 +245,10 @@
Architecture: any
Depends: libswscale0 (= ${binary:Version}),
libavutil-dev (= ${binary:Version})
+Conflicts: libswscalecvs0-dev,
+ libswscalecvs-dev
+Replaces: libswscalecvs0-dev,
+ libswscalecvs-dev
Description: development files for libswscale
This is the video scaling library from the ffmpeg project.
.
More information about the pkg-multimedia-commits
mailing list