[Lunar-commits] <moonbase> ffmpeg: Version bump and adding the libvpx optional_depends. I am aware of
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Jun 18 15:01:46 CEST 2010
commit 9f71d48ed378795153d1ecb1cdd3af2d6ac3c2de
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Jun 18 09:01:46 2010 -0400
ffmpeg: Version bump and adding the libvpx optional_depends. I am aware of
only one module (OpenSceneGraph) that fails with this bump. You will want a
lunar update or lunar fix.
---
video/ffmpeg/DEPENDS | 6 ++++--
video/ffmpeg/DETAILS | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index 82962bf..9a18c3f 100644
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -8,10 +8,12 @@ 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-libamr-wb --enable-version3 \
- --enable-libopencore-amrnb --enable-libamr-nb --enable-version3" \
+ "--enable-libopencore-amrwb --enable-version3 \
+ --enable-libopencore-amrnb --enable-version3" \
"" \
"for AMR Wideband and Narrowband speech support"
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index 2e78611..9f5eac0 100644
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,12 +1,12 @@
MODULE=ffmpeg
- VERSION=0.5.2
+ VERSION=0.6
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=http://mirror.leaseweb.com/archlinux/other/$MODULE
SOURCE_URL[1]=http://www.ffmpeg.org/releases
- SOURCE_VFY=sha1:47baf6a95602e1a0120d2864816b13066c5c3973
+ SOURCE_VFY=sha1:c130e3bc368251b9130ce6eafb44fe8c3993ff5c
WEB_SITE=http://ffmpeg.mplayerhq.hu
ENTERED=20020327
- UPDATED=20100525
+ UPDATED=20100618
MAINTAINER=stumbles at lunar-linux.org
SHORT="ffmpeg is an avi decoder"
More information about the Lunar-commits
mailing list