[Lunar-commits] <moonbase> ffmpeg: version bump to 0.7-rc1 ...
Christian Krause
wookietreiber at lunar-linux.org
Tue May 31 21:49:08 CEST 2011
commit 66f6b959244db113add0d955c0537226e475c1a0
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Tue May 31 21:49:08 2011 +0200
ffmpeg: version bump to 0.7-rc1 ...
this is the latest release of ffmpeg
tested with mplayer2, cmus and libextractor
the module also has a new website now
there were some changes of BUILD and DEPENDS necessary for this version
---
video/ffmpeg/BUILD | 8 ++---
video/ffmpeg/DEPENDS | 70 ++++++++++++++++++--------------------------------
video/ffmpeg/DETAILS | 8 +++---
3 files changed, 32 insertions(+), 54 deletions(-)
diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 47aed48..88cdc9a 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,7 +1,5 @@
(
- OPTS+=" --disable-static" &&
-
if in_depends $MODULE libvpx ; then
patch_it $SOURCE_CACHE/$SOURCE2 0
fi &&
@@ -12,13 +10,13 @@
OPTS+=" --enable-gpl \
--enable-shared \
+ --disable-static \
--enable-pthreads \
+ --enable-zlib \
--enable-postproc \
- --enable-avfilter-lavf \
--enable-swscale \
--enable-avfilter \
- --enable-x11grab \
- --enable-nonfree" &&
+ --enable-x11grab" &&
if [ -n $CPU ] ; then
OPTS+=" --cpu=$CPU"
diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index cdd1d43..271e910 100644
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -1,47 +1,27 @@
depends pkgconfig
-optional_depends imlib2 "" "" "for Imlib fonts support"
-optional_depends freetype2 "" "" "for truetype fonts support"
-optional_depends SDL "" "" "for SDL support"
-optional_depends libvdpau "--enable-vdpau" "" "for NVIDIA vdpau support"
-optional_depends libva "" "--disable-vaapi" "for hardware-accelerated video"
-optional_depends libvorbis "--enable-libvorbis" "" "for ogg-vorbis support"
-optional_depends libtheora "--enable-libtheora" "" "for theora support"
-optional_depends faac "--enable-libfaac" "" "for faac support"
-optional_depends lame "--enable-libmp3lame" "" "for mp3 support"
-optional_depends xvidcore "--enable-libxvid" "" "for xvid support"
-optional_depends libdc1394 "--enable-libdc1394" "" "for firewire support"
-optional_depends rtmpdump "--enable-librtmp" "" "for rtmp support"
-optional_depends libvpx "--enable-libvpx" "" "for VP8 codec support"
-
-optional_depends opencore-amr \
- "--enable-libopencore-amrwb --enable-version3 \
- --enable-libopencore-amrnb --enable-version3" \
- "" \
- "for AMR Wideband and Narrowband speech support"
-
-optional_depends speex \
- "--enable-libspeex" \
- "--disable-libspeex" \
- "for Speex decoding support"
-
-optional_depends schroedinger \
- "--enable-libschroedinger" \
- "" \
- "for encoding/decoding of Dirac video stream support"
-
-optional_depends x264-snapshot \
- "--enable-libx264" \
- "" \
- "for H264 support"
-
-optional_depends faad \
- "--enable-libfaad --enable-libfaadbin" \
- "" \
- "for faad support"
-
-optional_depends openjpeg \
- "--enable-libopenjpeg" \
- "--disable-libopenjpeg" \
- "for JPEG 2000 decoding support"
-
+optional_depends "bzip2" "--enable-bzlib" "--disable-bzlib" "for bzip2 support"
+optional_depends "faac" "--enable-libfaac" "--disable-libfaac" "for FAAC support"
+optional_depends "lame" "--enable-libmp3lame" "--disable-libmp3lame" "for MP3 encoding support"
+optional_depends "libvpx" "--enable-libvpx" "--disable-libvpx" "for VP8 codec support"
+optional_depends "libvdpau" "--enable-vdpau" "--disable-vdpau" "for NVIDIA vdpau support"
+optional_depends "xvidcore" "--enable-libxvid" "--disable-libxvid" "for Xvid encoding support"
+optional_depends "libvorbis" "--enable-libvorbis" "--disable-libvorbis" "for Vorbis encoding support"
+optional_depends "libtheora" "--enable-libtheora" "--disable-libtheora" "for Theora encoding support"
+optional_depends "speex" "--enable-libspeex" "--disable-libspeex" "for Speex decoding support"
+optional_depends "openjpeg" "--enable-libopenjpeg" "--disable-libopenjpeg" "for JPEG 2000 decoding support"
+optional_depends "freetype2" "--enable-libfreetype" "--disable-libfreetype" "for truetype fonts support"
+optional_depends "schroedinger" "--enable-libschroedinger" "--disable-libschroedinger" "for Dirac support"
+optional_depends "x264-snapshot" "--enable-libx264" "--disable-libx264" "for H.264 encoding support"
+optional_depends "libdc1394" "--enable-libdc1394" "--disable-libdc1394" "for IIDC-1394 grabbing (firewire) support"
+optional_depends "rtmpdump" "--enable-librtmp" "--disable-librtmp" "for RTMP[E] support"
+optional_depends "libva" "--enable-vaapi" "--disable-vaapi" "for hardware-accelerated video"
+optional_depends "SDL" "--enable-ffplay" "--disable-ffplay" "for the ffplay media player"
+
+optional_depends "opencore-amr" \
+ "--enable-libopencore-amrwb --enable-version3" \
+ "--disable-libopencore-amrwb" \
+ "for AMR Wideband and Narrowband speech support"
+
+# no flags for alsa
+optional_depends "alsa-lib" "" "" "for alsa support"
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index a9cd239..be20b49 100644
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,15 +1,15 @@
MODULE=ffmpeg
- VERSION=0.6.3
+ VERSION=0.7-rc1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=ffmpeg-0.6.1_libvpx-0.9.2-2.diff.gz
SOURCE_URL[0]=http://mirror.leaseweb.com/archlinux/other/$MODULE
SOURCE_URL[1]=http://www.ffmpeg.org/releases
SOURCE2_URL=http://webm.googlecode.com/files
- SOURCE_VFY=sha1:25dd82e8a3627a1a9d4464e15685720215fecb3c
+ SOURCE_VFY=sha1:d15c005f46483fbfc3b678cb1c89123762b56b82
SOURCE2_VFY=sha1:6cce2f7845bc378a8cb4003134d4386533e70a70
- WEB_SITE=http://ffmpeg.mplayerhq.hu
+ WEB_SITE=http://www.ffmpeg.org/
ENTERED=20020327
- UPDATED=20110427
+ UPDATED=20110531
MAINTAINER=stumbles at lunar-linux.org
SHORT="ffmpeg is an avi decoder"
More information about the Lunar-commits
mailing list