Updated .bep file for ffmpeg-7407 which is the version that is required for vlc, not yet building... needs more work.

This commit is contained in:
Scott McCreary
2010-05-12 08:00:29 +00:00
parent b20870dec0
commit a4e48aca78
2 changed files with 9 additions and 8 deletions

View File

@@ -1,18 +1,18 @@
DESCRIPTION="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library."
HOMEPAGE="http://www.ffmpeg.org"
SRC_URI="http://www.haiku-ports.de/packages/media-video/ffmpeg/sources/ffmpeg-r7407.zip"
CHECKSUM_MD5="15bb8065d80154d2ced80687bbfd9e25"
SRC_URI="svn://svn.ffmpeg.org/ffmpeg/trunk#7407"
#CHECKSUM_MD5=""
REVISION="1"
STATUS_HAIKU="stable"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd ffmpeg-r7407
cd ffmpeg-7407
chmod 777 configure
./configure --prefix=/boot/common --disable-debug --disable-mmx --enable-shared
./configure --prefix=/boot/common --disable-debug --disable-mmx --enable-shared --enable-gpl --enable-pp
make
}
INSTALL {
cd ffmpeg-r7407
cd ffmpeg-7407
make install
}

View File

@@ -3,13 +3,14 @@ HOMEPAGE="http://www.videolan.org/vlc/"
SRC_URI="http://download.videolan.org/pub/vlc/0.8.6i/vlc-0.8.6i.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="pkgconfig,
DEPEND="pkgconfig >= 0.23,
libcdio,
libogg,
libmodplug,
libdvdread,
libebml,
libmad"
libmad
ffmpeg = 7407"
CHECKSUM_MD5="fd852166d1705573cd7768a06117ed51"
BUILD {
cd vlc-0.8.6i