Author: ranger
Date: Tue May  9 21:01:37 2006
New Revision: 6

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=6&repname=user%3a+ranger>
Log:
so I don't lose it

Added:
    trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.info
    trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.patch

Added: trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.info&rev=6&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.info (added)
+++ trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.info Tue May  9 
21:01:37 2006
@@ -1,0 +1,83 @@
+Package: mplayer
+Version: 1.0.0pre8cvs
+Revision: 1
+Source: mirror:custom:mplayer-20060430.tar.bz2
+#CustomMirror: <<
+#  eur-HU: http://www1.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/
+#<<
+CustomMirror: <<
+       nam-US: http://ranger.befunk.com/fink
+       nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
+       nam-CA: http://www.southofheaven.net/befunk
+<<
+
+SourceDirectory: mplayer
+Source-MD5: c7e298c6aded956983fc97f49aba58d1
+
+BuildDepends: lame, gtk+, glib, libpng3, aalib (>= 1.4rc5-2), libogg, 
libvorbis0, libdv4, libmad, sdl (>= 1.2.9-1001), arts-dev (>= 1.1.0-2), 
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, xvidcore, x11-dev, fink 
(>= 0.17.0-1), xmms, libjpeg, giflib, glib2 (>= 2.6.6-1111), esound, audiofile
+
+Depends: x11, gtk+-shlibs, glib-shlibs, libpng3-shlibs, aalib-shlibs (>= 
1.4rc5-2), sdl-shlibs (>= 1.2.9-1001), libogg-shlibs, libvorbis0-shlibs, 
libmad-shlibs, lame-shlibs, lynx | lynx-ssl | www-browser, libdv4-shlibs, 
arts-shlibs, mplayer-skin, xvidcore-shlibs, xmms-shlibs, libjpeg-shlibs, 
giflib-shlibs, glib2-shlibs (>= 2.6.6-1111), 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 -p0 < %a/%n.patch
+<<
+
+ConfigureParams: --with-extralibdir="%p/lib" --with-extraincdir="%p/include" 
--mandir="%p/share/man" --enable-menu --enable-gui --disable-altivec 
--enable-xmms --disable-gcc-checking
+
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
+CompileScript: <<
+       echo "" | ./configure %c
+       make
+<<
+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/

Added: trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.patch&rev=6&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.patch (added)
+++ trunk/experimental/3rdparty/main/finkinfo/graphics/mplayer.patch Tue May  9 
21:01:37 2006
@@ -1,0 +1,76 @@
+Index: etc/example.conf
+===================================================================
+RCS file: /cvsroot/mplayer/main/etc/example.conf,v
+retrieving revision 1.70
+diff -u -r1.70 example.conf
+--- etc/example.conf   27 Mar 2006 11:39:14 -0000      1.70
++++ etc/example.conf   30 Apr 2006 14:29:46 -0000
+@@ -17,7 +17,7 @@
+ ##################
+ 
+ # Specify default video driver (see -vo help for a list).
+-#vo=xv
++#vo=sdl
+ 
+ # Use SDL video with the aalib subdriver by default.
+ #vo = sdl:aalib
+@@ -44,7 +44,7 @@
+ #monitor-dotclock = 30M-300M
+ 
+ # Start in fullscreen mode by default.
+-#fs=yes
++#fs=no
+ 
+ # Change to a different videomode when going fullscreen.
+ #vm=yes
+@@ -71,7 +71,7 @@
+ ##################
+ 
+ # Specify default audio driver (see -ao help for a list).
+-#ao=oss
++#ao=sdl
+ 
+ # Use SDL audio driver with the esd subdriver by default.
+ #ao = sdl:esd
+Index: mp3lib/Makefile
+===================================================================
+RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
+retrieving revision 1.40
+diff -u -r1.40 Makefile
+--- mp3lib/Makefile    27 Jan 2006 00:06:40 -0000      1.40
++++ mp3lib/Makefile    30 Apr 2006 14:29:46 -0000
+@@ -8,16 +8,6 @@
+ OPTFLAGS := $(OPTFLAGS:-O4=-O0)
+ endif
+ CFLAGS  = -I.. $(OPTFLAGS) $(EXTRA_INC)
+-ifeq ($(TARGET_ARCH_X86),yes)
+-SRCS += decode_i586.c
+-OBJS += decode_i586.o
+-SRCS += decode_MMX.c dct64_MMX.c tabinit_MMX.c
+-OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o
+-SRCS += dct36_3dnow.c dct64_3dnow.c
+-OBJS += dct36_3dnow.o dct64_3dnow.o
+-SRCS += dct36_k7.c dct64_k7.c
+-OBJS += dct36_k7.o dct64_k7.o
+-endif
+ ifeq ($(TARGET_ARCH_POWERPC),yes)
+ ifeq ($(TARGET_ALTIVEC),yes)
+ SRCS += dct64_altivec.c
+Index: mp3lib/sr1.c
+===================================================================
+RCS file: /cvsroot/mplayer/main/mp3lib/sr1.c,v
+retrieving revision 1.37
+diff -u -r1.37 sr1.c
+--- mp3lib/sr1.c       15 Apr 2006 14:33:19 -0000      1.37
++++ mp3lib/sr1.c       30 Apr 2006 14:29:46 -0000
+@@ -31,10 +31,6 @@
+ 
+ #include "fastmemcpy.h"
+ 
+-#ifdef ARCH_X86
+-#define CAN_COMPILE_X86_ASM
+-#endif
+-
+ //static FILE* mp3_file=NULL;
+ 
+ int MP3_frames=0;



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to