mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
35 lines
706 B
Plaintext
35 lines
706 B
Plaintext
DESCRIPTION="vlc - media player"
|
|
HOMEPAGE="http://www.videolan.org/vlc/"
|
|
SRC_URI="http://nightlies.videolan.org/build/source/branch-20101107-0207/vlc-snapshot-branch-1.1.5-20101107.tar.bz2"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND="pkgconfig >= 0.23
|
|
gettext >= 0.17
|
|
libcdio
|
|
libogg
|
|
libmodplug
|
|
libdvdread
|
|
libebml
|
|
libmad
|
|
libdvbspi
|
|
a52dec
|
|
libdca
|
|
ffmpeg >= 0.6"
|
|
CHECKSUM_MD5="9ab7d8218ff37e362f996fd7d8879dbc"
|
|
BUILD()
|
|
{
|
|
cd vlc-1.1.5
|
|
./bootstrap
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-postproc --disable-xcb --disable-skins2 --disable-qt4 --disable-libgcrypt --disable-remoteosd
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd vlc-1.1.5
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1998-2010"
|