mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
33
media-video/vlc/vlc-2.0.3.bep
Normal file
33
media-video/vlc/vlc-2.0.3.bep
Normal 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"
|
||||
Reference in New Issue
Block a user