| 2 |
# URL: http://www.mplayerhq.hu/ |
# URL: http://www.mplayerhq.hu/ |
| 3 |
# Maintainer: The CRUX PPC Team |
# Maintainer: The CRUX PPC Team |
| 4 |
# Packager: Matt Housh, jaeger at morpheus dot net |
# Packager: Matt Housh, jaeger at morpheus dot net |
| 5 |
# Depends on: expat, freetype, xorg-libxinerama, xorg-libxv, xorg-libxxf86dga, xorg-libxxf86vm |
# Depends on: expat, freetype, xorg-libxinerama, xorg-libxv, xorg-libxxf86dga, xorg-libxxf86vm, mpg123 |
| 6 |
# PPC!=upstream: |
# PPC!=upstream: |
| 7 |
# |
# |
| 8 |
# Nice to have: mplayer-ppc-codecs, libogg, libvorbis, cdparanoia, x264, faac, libsdl, cdparanoia, libdvdnav |
# Nice to have: mplayer-ppc-codecs, libogg, libvorbis, cdparanoia, x264, faac, libsdl, cdparanoia, libdvdnav |
| 9 |
|
|
| 10 |
name=mplayer |
name=mplayer |
| 11 |
version=1.1 |
version=1.1 |
| 12 |
release=1 |
release=2 |
| 13 |
source=(ftp://ftp1.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.xz \ |
source=(ftp://ftp1.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.xz \ |
| 14 |
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \ |
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \ |
| 15 |
mplayer.conf) |
mplayer.conf) |
| 23 |
rm -f ffmpeg/mp_auto_pull |
rm -f ffmpeg/mp_auto_pull |
| 24 |
|
|
| 25 |
./configure --prefix=/usr --mandir=/usr/man \ |
./configure --prefix=/usr --mandir=/usr/man \ |
| 26 |
|
--disable-mp3lib \ |
| 27 |
--codecsdir=/usr/share/$name/codecs |
--codecsdir=/usr/share/$name/codecs |
| 28 |
|
|
| 29 |
make |
make |