[Lunar-commits] <moonbase> ffmpeg: a few optional_depends additions, and we do not need the POST_INSTALL anymore.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Mar 11 18:06:31 CET 2009


commit 654f51b51b50b65afc6bf85fcdf21548c2cc4a93
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Mar 11 13:06:31 2009 -0400

    ffmpeg: a few optional_depends additions, and we do not need the
    POST_INSTALL anymore.
---
 video/ffmpeg/BUILD        |    4 ++--
 video/ffmpeg/DEPENDS      |   10 ++++++++++
 video/ffmpeg/POST_INSTALL |    3 ---
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index c1f7116..868579b 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,7 +1,7 @@
 (
 
-  OPTS+=" --enable-gpl --enable-shared --enable-pthreads \
-          --enable-postproc --enable-swscale"
+  OPTS+=" --enable-gpl --enable-shared --enable-pthreads  --enable-postproc \
+          --enable-avfilter-lavf --enable-swscale --enable-avfilter"
 
  [ -n $CPU ] && OPTS+="$OPTS --cpu=$CPU"
   ./configure --prefix=/usr $OPTS &&
diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index e4f3342..eabaefc 100644
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -12,3 +12,13 @@ optional_depends libdc1394  "--enable-libdc1394"  ""  "for firewire support"
 optional_depends x264-snapshot  "--enable-libx264"    ""  "for H264 support"
 optional_depends amrwb      "--enable-libamr-wb"  ""  "for AMR Wideband speech"
 optional_depends amrnb      "--enable-libamr-nb"  ""  "for AMR narrowband speech"
+
+optional_depends schroedinger "--enable-libschroedinger" "--disable-libschroedinger" \
+                              "for encoding/decoding of Dirac video stream support"
+
+optional_depends openjpeg   "--enable-libopenjpeg " "--disable-libopenjpeg"   \
+                            "for JPEG 2000 decoding support"
+
+optional_depends speex      "--enable-libspeex" "--disable-libspeex" "for Speex decoding support"
+
+optional_depends dirac      "--enable-libdirac" "--disable-libdirac" "for dirac codec support"
diff --git a/video/ffmpeg/POST_INSTALL b/video/ffmpeg/POST_INSTALL
deleted file mode 100644
index a1af221..0000000
--- a/video/ffmpeg/POST_INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-# Remove the source tarball because it carries no version tag
-
-rm -f ${SOURCE_CACHE}/${SOURCE}


More information about the Lunar-commits mailing list