HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #354

Ticket #354: mplayer-1.0.bep

File mplayer-1.0.bep, 1007 bytes (added by michaelvoliveira, 5 years ago)

added more dependencies. compile with libdvdread, libdvdnav and libdvdcss now works

Line 
1DESCRIPTION="mplayer"
2HOMEPAGE="http://www.mplayerhq.hu"
3SRC_URI="svn+svn://svn.mplayerhq.hu/mplayer/trunk#31642"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
8DEPEND="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
19BUILD {
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
31INSTALL {
32        cd mplayer-1.0
33        make install
34}
35
36LICENSE="GNU LGPL v2.1"
37COPYRIGHT="2001-2010 The MPlayer project"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/