[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 b1f5ab04eb38a1d90744974e55b1a16fe74cebf8
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Feb 3 07:28:59 2009 +0100

    install ffpresets in /usr/share/ffmpeg/. Currently only presets for x264 are avaiable, so a libx264 enabled libavcodec (like libavcodec-unstripped-52) is needed to actually use them.

diff --git a/debian/changelog b/debian/changelog
index 5b752fe..810bdfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,9 @@ ffmpeg-debian (3:0.svn20090128-1) experimental; urgency=low
     Also remove the setting externalcodecs from DEB_BUILD_OPTIONS. The codecs 
     will be enabled as soon as the headers are installed on the filesystem,
     so there is no need in enabling that seperately.
+  * install ffpresets in /usr/share/ffmpeg/. Currently only presets for
+    x264 are avaiable, so a libx264 enabled libavcodec (like
+    libavcodec-unstripped-52) is needed to actually use them.
   
   [ Fabian Greffrath ]
   * Enabled Speex decoding via libspeex.
diff --git a/debian/ffmpeg.install b/debian/ffmpeg.install
index c1a5be8..c6671f4 100644
--- a/debian/ffmpeg.install
+++ b/debian/ffmpeg.install
@@ -2,3 +2,4 @@ etc
 usr/bin
 usr/share/doc/ffmpeg
 usr/share/man
+usr/share/ffmpeg/*.ffpreset

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list