VLC 2.0.3 bep - this is very much a work in progress, but any dependency

listed here is fully working at the moment.
This commit is contained in:
Cian Duffy
2012-07-30 21:01:20 +00:00
parent c80b6b79ee
commit d0c340e984

View File

@@ -0,0 +1,33 @@
DESCRIPTION="vlc - media player"
HOMEPAGE="http://www.videolan.org/vlc/"
SRC_URI="http://download.videolan.org/pub/videolan/vlc/2.0.3/vlc-2.0.3.tar.xz"
REVISION="1"
STATUS_HAIKU="broken"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND="faad2,
libdca,
libdvdnav >= 4.2.0,
libmatroska,
libmad,
a52dec,
schroedinger,
twolame,
lua >= 5.1.4,
taglib >= 1.7,
libbluray,
lame-3.98.4,
ffmpeg = 0.10.2-vlc"
CHECKSUM_MD5="a7e79565e3df07dcf9abc6cad3ac26bb"
BUILD {
cd vlc-2.0.3
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-sdl=no --with-kde-solid=no --disable-xcb
make
}
INSTALL {
cd vlc-2.0.3
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2012"