mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user