| 1 | DESCRIPTION="mplayer" |
|---|
| 2 | HOMEPAGE="http://www.mplayerhq.hu" |
|---|
| 3 | SRC_URI="svn+svn://svn.mplayerhq.hu/mplayer/trunk#31642" |
|---|
| 4 | #CHECKSUM_MD5="" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 8 | DEPEND="pkgconfig >= 0.23 |
|---|
| 9 | media-libs/fontconfig >= 2.8.0 |
|---|
| 10 | media-libs/libogg >= 1.2.0 |
|---|
| 11 | media-libs/libvorbis >= 1.3.1 |
|---|
| 12 | media-libs/libsdl >= 1.2.14 |
|---|
| 13 | media-libs/openal >= 1.12.854 |
|---|
| 14 | media-libs/flac >= 1.2.1 |
|---|
| 15 | media-libs/libdvdcss >= 1.20.10 |
|---|
| 16 | media-libs/libdvdread >= 4.1.3 |
|---|
| 17 | media-libs/libdvdnav >= 4.1.3" |
|---|
| 18 | |
|---|
| 19 | BUILD { |
|---|
| 20 | cd mplayer-1.0 |
|---|
| 21 | cp /boot/common/share/libtool/config/config.* . |
|---|
| 22 | libtoolize --force --copy --install |
|---|
| 23 | CFLAGS="-pipe -fomit-frame-pointer -fno-pic -O4 " \ |
|---|
| 24 | ./configure --prefix=/boot/apps/mplayer \ |
|---|
| 25 | --disable-x264 --disable-x264-lavc \ |
|---|
| 26 | --disable-dvdread-internal --enable-dvdread \ |
|---|
| 27 | --extra-libs=-ldvdcss --enable-largefiles |
|---|
| 28 | make |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | INSTALL { |
|---|
| 32 | cd mplayer-1.0 |
|---|
| 33 | make install |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | LICENSE="GNU LGPL v2.1" |
|---|
| 37 | COPYRIGHT="2001-2010 The MPlayer project" |
|---|