diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-11 21:14:08 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-11 21:14:08 +0800 |
commit | d0b234152eb9065766151cd29fa464fc6ba61e03 (patch) | |
tree | fbeed4c02188e51620efe814db9605e31b6f1efe /multimedia/mplayer/files | |
parent | 90bcce6038cbb15af3ce03fb2c21a5ad572f5f39 (diff) | |
download | freebsd-ports-gnome-d0b234152eb9065766151cd29fa464fc6ba61e03.tar.gz freebsd-ports-gnome-d0b234152eb9065766151cd29fa464fc6ba61e03.tar.zst freebsd-ports-gnome-d0b234152eb9065766151cd29fa464fc6ba61e03.zip |
Update to 0.90.0.5
Approved by: maintainer
Diffstat (limited to 'multimedia/mplayer/files')
-rw-r--r-- | multimedia/mplayer/files/patch-ad | 22 | ||||
-rw-r--r-- | multimedia/mplayer/files/patch-ae | 20 |
2 files changed, 21 insertions, 21 deletions
diff --git a/multimedia/mplayer/files/patch-ad b/multimedia/mplayer/files/patch-ad index 074fbc9c7299..6550647eebf3 100644 --- a/multimedia/mplayer/files/patch-ad +++ b/multimedia/mplayer/files/patch-ad @@ -1,9 +1,9 @@ ---- configure.orig Mon May 13 22:52:10 2002 -+++ configure Tue Jun 4 23:08:36 2002 -@@ -450,19 +450,10 @@ +--- configure.orig Mon Jun 10 20:46:18 2002 ++++ configure Mon Jun 10 20:48:32 2002 +@@ -469,19 +469,10 @@ # Try to find the available options for the current CPU - if x86 ; then + if x86 || ppc; then - if test -r /proc/cpuinfo ; then - # linux with /proc mounted, extract cpu information from it - _cpuinfo="cat /proc/cpuinfo" @@ -11,7 +11,7 @@ - # FreeBSD with linux emulation /proc mounted, - # extract cpu information from it - _cpuinfo="cat /compat/linux/proc/cpuinfo" -- else +- elif x86; then # all other OS try to extract cpu information from a small helper # program TOOLS/cpuinfo instead $_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c @@ -20,7 +20,7 @@ pname=`$_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -1` pvendor=`$_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1` -@@ -1412,13 +1403,7 @@ +@@ -1485,13 +1476,7 @@ echocheck "memalign()" @@ -34,7 +34,7 @@ if test "$_memalign" = yes ; then _def_memalign='#define HAVE_MEMALIGN 1' else -@@ -1495,31 +1480,7 @@ +@@ -1568,31 +1553,7 @@ echocheck "pthread" @@ -67,7 +67,7 @@ echores "yes (using $_ld_pthread)" -@@ -3064,11 +3025,7 @@ +@@ -3219,11 +3180,7 @@ echocheck "iconv" if test "$_iconv" = auto ; then @@ -79,7 +79,7 @@ cat > $TMPC << EOF #include <stdio.h> #include <unistd.h> -@@ -3102,7 +3059,7 @@ +@@ -3257,7 +3214,7 @@ EOF _iconv=no if freebsd ; then @@ -88,7 +88,7 @@ elif bsdos ; then cc_check -lm -liconv && _iconv=yes else -@@ -3111,7 +3068,7 @@ +@@ -3266,7 +3223,7 @@ fi if test "$_iconv" = yes ; then _def_iconv='#define USE_ICONV 1' @@ -97,7 +97,7 @@ bsdos && _ld_iconv='-liconv' else _def_iconv='#undef USE_ICONV' -@@ -3570,7 +3527,7 @@ +@@ -3733,7 +3690,7 @@ CFLAGS="$CFLAGS -D_REENTRANT" elif bsd ; then # FIXME bsd needs this so maybe other OS'es diff --git a/multimedia/mplayer/files/patch-ae b/multimedia/mplayer/files/patch-ae index f86893178d60..f6d513c0d3f9 100644 --- a/multimedia/mplayer/files/patch-ae +++ b/multimedia/mplayer/files/patch-ae @@ -1,6 +1,6 @@ ---- Makefile.orig Tue May 21 09:11:05 2002 -+++ Makefile Tue May 21 09:14:55 2002 -@@ -18,12 +18,12 @@ +--- Makefile.orig Mon Jun 10 20:49:19 2002 ++++ Makefile Mon Jun 10 20:51:43 2002 +@@ -24,12 +24,12 @@ endif #prefix = /usr/local @@ -16,21 +16,21 @@ SRCS_COMMON = xacodec.c cpudetect.c codec-cfg.c cfgparser.c my_profile.c spudec.c playtree.c playtreeparser.c asxparser.c vobsub.c subreader.c find_sub.c SRCS_MENCODER = mencoder.c mp_msg-mencoder.c $(SRCS_COMMON) libao2/afmt.c divx4_vbr.c libvo/aclib.c libvo/osd.c libvo/sub.c libvo/font_load.c me-opt-reg.c -@@ -220,44 +220,11 @@ +@@ -226,44 +226,11 @@ ifeq ($(VIDIX),yes) $(DO_MAKE) endif - if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi - $(INSTALL) -m 755 -s $(PRG) $(BINDIR)/$(PRG) + $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG) -ifeq ($(GUI),yes) -- -ln -sf $(BINDIR)/$(PRG) $(BINDIR)/gmplayer +- -ln -sf $(PRG) $(BINDIR)/gmplayer -endif - if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi - $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 + @${BSD_INSTALL_MAN} DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 ifeq ($(MENCODER),yes) - $(INSTALL) -m 755 -s $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER) - -ln -sf $(MANDIR)/man1/mplayer.1 $(MANDIR)/man1/mencoder.1 + $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER) + -ln -sf mplayer.1 $(MANDIR)/man1/mencoder.1 -endif - @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi - @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi @@ -50,7 +50,7 @@ -ifeq ($(DVDKIT),yes) -ifeq ($(DVDKIT_SHARED),yes) - if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi -- $(INSTALL) -m 755 -s libmpdvdkit/libmpdvdkit.so $(LIBDIR)/libmpdvdkit.so +- $(INSTALL) -m 755 $(INSTALLSTRIP) libmpdvdkit/libmpdvdkit.so $(LIBDIR)/libmpdvdkit.so -endif -endif -ifeq ($(CSS_USE),yes) @@ -58,7 +58,7 @@ - @echo "however it means you can't use fibmap_mplayer." - @echo "Without this (or without running mplayer as root) you won't be" - @echo "able to play encrypted DVDs." -- -$(INSTALL) -o 0 -g 0 -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) +- -$(INSTALL) -o 0 -g 0 -m 4755 $(INSTALLSTRIP) $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) endif uninstall: |