Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2799, Mon Jul 9 12:30:24 2012 UTC revision 2800, Fri Aug 17 20:47:12 2012 UTC
# Line 2  Line 2 
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)
# Line 23  build() { Line 23  build() {
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

Legend:
Removed from v.2799  
changed lines
  Added in v.2800