Author: chris
Date: Fri Dec  1 06:21:27 2006
New Revision: 276

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=276&repname=user%3a+chris>
Log:
more intel tests...

Added:
    trunk/finkinfo/graphics/gmplayer.info
Removed:
    trunk/finkinfo/graphics/mplayer-altivec.info
    trunk/finkinfo/graphics/mplayer-font-arial-iso-8859-1.info
    trunk/finkinfo/graphics/mplayer-skin-avifile.info
    trunk/finkinfo/graphics/mplayer-skin-blue-small.info
    trunk/finkinfo/graphics/mplayer-skin-blue.info
    trunk/finkinfo/graphics/mplayer-skin-default-1.7-2.info
    trunk/finkinfo/graphics/mplayer-skin-default.info
    trunk/finkinfo/graphics/mplayer-skin-midnight-love.info
Modified:
    trunk/finkinfo/graphics/mplayer.info

Added: trunk/finkinfo/graphics/gmplayer.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/finkinfo/graphics/gmplayer.info&rev=276&repname=user%3a+chris>
==============================================================================
--- trunk/finkinfo/graphics/gmplayer.info (added)
+++ trunk/finkinfo/graphics/gmplayer.info Fri Dec  1 06:21:27 2006
@@ -1,0 +1,81 @@
+Package: gmplayer
+Version: 1.0.0rc1
+Revision: 1
+Source: mirror:custom:MPlayer-1.0rc1.tar.bz2
+CustomMirror: <<
+  eur-CH: http://www1.mplayerhq.hu/MPlayer/releases/
+  eur-CH: ftp://ftp1.mplayerhq.hu/MPlayer/releases/
+  eur-HU: http://www2.mplayerhq.hu/MPlayer/releases/
+  eur-HU: ftp://ftp2.mplayerhq.hu/MPlayer/releases/
+  eur-RS: http://www4.mplayerhq.hu/MPlayer/releases/
+  eur-RS: ftp://ftp4.mplayerhq.hu/MPlayer/releases/
+  nam-US: http://www3.mplayerhq.hu/MPlayer/releases/
+  asi-KR: http://www5.mplayerhq.hu/MPlayer/releases/
+  asi-KR: ftp://ftp5.mplayerhq.hu/MPlayer/releases/
+  eur-SE: http://www6.mplayerhq.hu/MPlayer/releases/
+  eur-SE: ftp://ftp6.mplayerhq.hu/MPlayer/releases/
+  eur-DE: ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer/releases/
+<<
+
+Source-MD5: 18c05d88e22c3b815a43ca8d7152ccdc
+
+Architecture: powerpc
+
+BuildDepends: lame, gtk+, glib, libpng3, aalib (>= 1.4rc5-2), libogg, 
libvorbis0, libdv4, libmad, sdl, arts-dev (>= 1.1.0-2), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev, xvidcore, x11-dev, fink (>= 
0.17.0-1), xmms, libjpeg, giflib, glib2, esound, audiofile
+
+Depends: x11, gtk+-shlibs, glib-shlibs, libpng3-shlibs, aalib-shlibs (>= 
1.4rc5-2), sdl-shlibs, libogg-shlibs, libvorbis0-shlibs, libmad-shlibs, 
lame-shlibs, lynx | elinks-ssl | www-browser, libdv4-shlibs, arts-shlibs, 
mplayer-skin, xvidcore-shlibs, xmms-shlibs, libjpeg-shlibs, giflib-shlibs, 
glib2-shlibs, esound-shlibs, audiofile-shlibs
+
+Replaces: mplayer-altivec, mplayer-custom, mplayer0.9
+Conflicts: mplayer-altivec, mplayer-custom, mplayer0.9
+Provides: x-media-player
+
+PatchScript: <<
+#!/bin/bash -e
+touch .developer
+patch -p1 < %a/%n.patch
+perl -pi -e 's/#elif defined\(__FreeBSD__\) \|\| 
defined\(__DragonFly__\)/#elif defined\(__FreeBSD__\) \|\| 
defined\(__DragonFly__\) \|\| defined\(__APPLE__\)/' stream/stream_cddb.c
+<<
+
+ConfigureParams: --with-extralibdir="%p/lib" --with-extraincdir="%p/include" 
--mandir="%p/share/man" --enable-menu --enable-gui --enable-xmms 
--disable-cdparanoia --enable-altivec --enable-runtime-cpudetection 
--disable-libcdio --disable-win32
+
+CompileScript: <<
+  CFLAGS="-mcpu=G3 -mtune=G4 -fast -fomit-frame-pointer -fmodulo-sched 
-fsched-spec-load" ./configure %c
+<<
+
+InstallScript: <<
+  make install DESTDIR=%d
+  mkdir -p %i/etc/mplayer
+  cp etc/codecs.conf %i/etc/mplayer/codecs.conf  
+  cp etc/input.conf %i/etc/mplayer/input.conf  
+  cp etc/example.conf %i/etc/mplayer/mplayer.conf
+  rm -rf %i/share/%n/font
+  mkdir -p %i/share/doc/%n
+  cp -r DOCS/* %i/share/doc/%n
+<<
+DocFiles: AUTHORS ChangeLog LICENSE README
+ConfFiles: <<
+  %p/etc/mplayer/mplayer.conf
+  %p/etc/mplayer/codecs.conf
+  %p/etc/mplayer/input.conf
+<<
+Description: MPEG 1/2, .ogm and AVI movie player
+DescDetail: <<
+MPlayer is a movie and animation player based on the 0.2.0 version of
+libmpeg2 (mpeg2dec) and the Avifile library. It uses mpeg2dec/libmpeg2
+for MPEG decoding. The supported file formats are MPEG 1/2 (MPG, DAT,
+BIN, VOB) and AVI/ASF/WMF(Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio,
+MPEG4/DivX/Indeo/CVID/WMF video codecs and many more). It supports
+hardware YUV colorspace conversion and scaling via mga_vid/syncfb
+devices or the X11 Xv extension.
+<<
+DescPort: <<
+faa2 is included to play mp4/AAC files, but should be also in a seperate 
package...which maybe we should force to use.
+On second thought, mplayer's is newer
+
+I hope these deps are correct...
+
+Previously by Justin Hallett
+<<
+License: GPL
+Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
+Homepage: http://www.mplayerhq.hu/

Modified: trunk/finkinfo/graphics/mplayer.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/finkinfo/graphics/mplayer.info&rev=276&repname=user%3a+chris>
==============================================================================
--- trunk/finkinfo/graphics/mplayer.info (original)
+++ trunk/finkinfo/graphics/mplayer.info Fri Dec  1 06:21:27 2006
@@ -3,22 +3,25 @@
 Revision: 1
 Source: mirror:custom:MPlayer-1.0rc1.tar.bz2
 CustomMirror: <<
-  eur-HU: http://www1.mplayerhq.hu/MPlayer/releases/
+  eur-CH: http://www1.mplayerhq.hu/MPlayer/releases/
+  eur-CH: ftp://ftp1.mplayerhq.hu/MPlayer/releases/
   eur-HU: http://www2.mplayerhq.hu/MPlayer/releases/
-  eur-HU: ftp://ftp1.mplayerhq.hu/MPlayer/releases/
   eur-HU: ftp://ftp2.mplayerhq.hu/MPlayer/releases/
-  eur-CH: http://www4.mplayerhq.hu/MPlayer/releases/
-  nam-US: http://ftp5.mplayerhq.hu/MPlayer/releases/
-  nam-US: http://ftp5.mplayerhq.hu/MPlayer/releases/
-  oce-AU: ftp://ftp6.mplayerhq.hu/MPlayer/releases/
-  eur-BG: ftp://ftp8.mplayerhq.hu/MPlayer/releases/
+  eur-RS: http://www4.mplayerhq.hu/MPlayer/releases/
+  eur-RS: ftp://ftp4.mplayerhq.hu/MPlayer/releases/
+  nam-US: http://www3.mplayerhq.hu/MPlayer/releases/
+  asi-KR: http://www5.mplayerhq.hu/MPlayer/releases/
+  asi-KR: ftp://ftp5.mplayerhq.hu/MPlayer/releases/
+  eur-SE: http://www6.mplayerhq.hu/MPlayer/releases/
+  eur-SE: ftp://ftp6.mplayerhq.hu/MPlayer/releases/
+  eur-DE: ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer/releases/
 <<
 
 Source-MD5: 18c05d88e22c3b815a43ca8d7152ccdc
 
-BuildDepends: lame, gtk+, glib, libpng3, aalib (>= 1.4rc5-2), libogg, 
libvorbis0, libdv4, libmad, sdl, arts-dev (>= 1.1.0-2), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev, xvidcore, x11-dev, fink (>= 
0.17.0-1), xmms, libjpeg, giflib, glib2, esound, audiofile
+BuildDepends: lame, gtk+, glib, libpng3, aalib (>= 1.4rc5-2), libogg, 
libvorbis0, libdv4, libmad, sdl, arts-dev (>= 1.1.0-2), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev, xvidcore, x11-dev, fink (>= 
0.17.0-1), xmms, libjpeg, giflib, glib2, esound, audiofile, freetype219
 
-Depends: x11, gtk+-shlibs, glib-shlibs, libpng3-shlibs, aalib-shlibs (>= 
1.4rc5-2), sdl-shlibs, libogg-shlibs, libvorbis0-shlibs, libmad-shlibs, 
lame-shlibs, lynx | elinks-ssl | www-browser, libdv4-shlibs, arts-shlibs, 
mplayer-skin, xvidcore-shlibs, xmms-shlibs, libjpeg-shlibs, giflib-shlibs, 
glib2-shlibs, esound-shlibs, audiofile-shlibs
+Depends: x11, gtk+-shlibs, glib-shlibs, libpng3-shlibs, aalib-shlibs (>= 
1.4rc5-2), sdl-shlibs, libogg-shlibs, libvorbis0-shlibs, libmad-shlibs, 
lame-shlibs, lynx | elinks-ssl | www-browser, libdv4-shlibs, arts-shlibs, 
mplayer-skin, xvidcore-shlibs, xmms-shlibs, libjpeg-shlibs, giflib-shlibs, 
glib2-shlibs, esound-shlibs, audiofile-shlibs, freetype219-shlibs
 
 Replaces: mplayer-altivec, mplayer-custom, mplayer0.9
 Conflicts: mplayer-altivec, mplayer-custom, mplayer0.9
@@ -31,10 +34,16 @@
 perl -pi -e 's/#elif defined\(__FreeBSD__\) \|\| 
defined\(__DragonFly__\)/#elif defined\(__FreeBSD__\) \|\| 
defined\(__DragonFly__\) \|\| defined\(__APPLE__\)/' stream/stream_cddb.c
 <<
 
-ConfigureParams: --with-extralibdir="%p/lib" --with-extraincdir="%p/include" 
--mandir="%p/share/man" --enable-menu --enable-gui --enable-xmms 
--disable-cdparanoia --enable-altivec --enable-runtime-cpudetection 
--disable-libcdio
+ConfigureParams: --with-extralibdir="%p/lib" --with-extraincdir="%p/include" 
--mandir="%p/share/man" --enable-menu --disable-gui --disable-xmms 
--disable-cdparanoia --enable-runtime-cpudetection --disable-libcdio 
--disable-win32 --with-freetype-config=%p/lib/freetype219/bin/freetype-config
 
 CompileScript: <<
-  CFLAGS="-mcpu=G3 -mtune=G4 -fast -fomit-frame-pointer -fmodulo-sched 
-fsched-spec-load" ./configure %c
+  if [ "%m" = "powerpc" ]; then
+    CFLAGS="-O3 -mcpu=G3 -mtune=G4 -fast -fomit-frame-pointer -fmodulo-sched 
-fsched-spec-load" ./configure %c --enable-altivec
+  fi
+
+  if [ "%m" = "i386" ]; then
+    CFLAGS="-O3 -mtune=generic -fast -mdynamic-no-pic -fno-common 
-fstrict-aliasing -ffast-math -mfpmath=sse -msse3" ./configure %c 
--disable-mp3lib
+  fi
 <<
 
 InstallScript: <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to