FreeBSD Bugzilla – Attachment 35521 Details for
Bug 57324
maintainger-update of multimedia/mplayer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.14 KB, created by
Thomas E. Zander
on 2003-09-28 18:50:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas E. Zander
Created:
2003-09-28 18:50:19 UTC
Size:
5.14 KB
patch
obsolete
>diff -ruN mplayer-old/Makefile mplayer/Makefile >--- mplayer-old/Makefile Fri Sep 12 16:03:52 2003 >+++ mplayer/Makefile Sun Sep 28 16:03:25 2003 >@@ -165,8 +165,7 @@ > # to be installed. > > PORTNAME= mplayer >-PORTVERSION= 0.90.0.110 >-PORTREVISION= 4 >+PORTVERSION= 0.92.0 > CATEGORIES= multimedia audio ipv6 > MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ > http://www2.mplayerhq.hu/MPlayer/releases/ \ >@@ -178,10 +177,10 @@ > ftp://ftp.lug.udel.edu/MPlayer/releases/ \ > ftp://mirrors.xmission.com/MPlayer/releases/ \ > http://www.rrr.de/~riggs/mplayer/ >-DISTNAME= MPlayer-0.90 >+DISTNAME= MPlayer-0.92 > > PATCH_SITES= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,} >-PATCHFILES= mplayer-0.9.0-v6-20030430.diff.gz >+PATCHFILES= mplayer-0.9.1-v6-20030825.diff.gz > PATCH_DIST_STRIP= -p1 > > MAINTAINER= riggs@rrr.de >@@ -517,7 +516,9 @@ > @${ECHO_MSG} "builds MPlayer with GUI support." > > .if defined(WITH_GUI) >- @${ECHO_MSG} "You can download official skin collections from" >+ @${ECHO_MSG} "If you want to use the GUI, you can either install" >+ @${ECHO_MSG} "${PORTSDIR}/multimedia/mplayer-skins" >+ @${ECHO_MSG} "or download official skin collections from" > @${ECHO_MSG} "http://www.mplayerhq.hu/homepage/dload.html" > .endif > >diff -ruN mplayer-old/distinfo mplayer/distinfo >--- mplayer-old/distinfo Thu May 15 07:04:59 2003 >+++ mplayer/distinfo Sun Sep 28 15:10:52 2003 >@@ -1,2 +1,2 @@ >-MD5 (MPlayer-0.90.tar.bz2) = 9a9f294bbaab2071ecbc327f4e870be8 >-MD5 (mplayer-0.9.0-v6-20030430.diff.gz) = 6a20e965b297389fa0b471032a06dac1 >+MD5 (MPlayer-0.92.tar.bz2) = c4e003fc6c6f82c1cae96a95eb9b2d28 >+MD5 (mplayer-0.9.1-v6-20030825.diff.gz) = b99f40b5e1ee9fd467246e0c627794eb >diff -ruN mplayer-old/files/patch-ad mplayer/files/patch-ad >--- mplayer-old/files/patch-ad Mon Feb 10 20:28:06 2003 >+++ mplayer/files/patch-ad Sun Sep 28 15:10:52 2003 >@@ -1,6 +1,6 @@ >---- configure.orig Sun Feb 9 06:29:05 2003 >-+++ configure Mon Feb 10 23:20:25 2003 >-@@ -294,7 +294,7 @@ >+--- configure.orig Sat Sep 27 16:27:23 2003 >++++ configure Sat Sep 27 16:34:14 2003 >+@@ -300,7 +300,7 @@ > > > # 1st pass checking for vital options >@@ -9,7 +9,7 @@ > _ranlib=ranlib > _cc=gcc > test "$CC" && _cc="$CC" >-@@ -530,19 +530,10 @@ >+@@ -539,19 +539,10 @@ > > # Try to find the available options for the current CPU > if x86 || ppc; then >@@ -29,7 +29,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` >-@@ -1394,8 +1385,8 @@ >+@@ -1423,8 +1414,8 @@ > ;; > > *) >@@ -40,7 +40,7 @@ > ;; > > esac >-@@ -1405,7 +1396,7 @@ >+@@ -1434,7 +1425,7 @@ > test -z "$_bindir" && _bindir="$_prefix/bin" > test -z "$_datadir" && _datadir="$_prefix/share/mplayer" > test -z "$_mandir" && _mandir="$_prefix/man" >@@ -49,7 +49,7 @@ > test -z "$_libdir" && _libdir="$_prefix/lib" > test -z "$_mlibdir" && _mlibdir="$MLIBHOME" > >-@@ -1836,13 +1827,7 @@ >+@@ -1866,13 +1857,7 @@ > > > echocheck "memalign()" >@@ -63,7 +63,7 @@ > if test "$_memalign" = yes ; then > _def_memalign='#define HAVE_MEMALIGN 1' > else >-@@ -1931,31 +1916,7 @@ >+@@ -1961,31 +1946,7 @@ > > > echocheck "pthread" >@@ -96,7 +96,7 @@ > echores "yes (using $_ld_pthread)" > > >-@@ -4694,7 +4655,7 @@ >+@@ -4848,7 +4809,7 @@ > CFLAGS="$CFLAGS -D_REENTRANT" > elif bsd ; then > # FIXME bsd needs this so maybe other OS'es >diff -ruN mplayer-old/files/patch-ae mplayer/files/patch-ae >--- mplayer-old/files/patch-ae Fri Jan 10 21:12:50 2003 >+++ mplayer/files/patch-ae Sun Sep 28 15:10:53 2003 >@@ -1,6 +1,6 @@ >---- Makefile.orig Thu Dec 5 07:29:26 2002 >-+++ Makefile Tue Dec 17 09:53:32 2002 >-@@ -241,49 +241,11 @@ >+--- Makefile.orig Sat Sep 27 15:26:46 2003 >++++ Makefile Sat Sep 27 15:29:55 2003 >+@@ -254,47 +254,11 @@ > ifeq ($(SHARED_PP),yes) > $(MAKE) install -C postproc > endif >@@ -30,9 +30,7 @@ > - @echo "*** for GUI, and extract to $(DATADIR)/Skin/" > -endif > - @if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi >-- @if test -f $(CONFDIR)/codecs.conf.old ; then mv -f $(CONFDIR)/codecs.conf.old $(CONFDIR)/codecs.conf.older ; fi > - @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi >-- $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf > -ifeq ($(DVDKIT_SHARED),yes) > -ifeq ($(DVDKIT2),yes) > - if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi >diff -ruN mplayer-old/pkg-message mplayer/pkg-message >--- mplayer-old/pkg-message Wed Jan 22 17:53:06 2003 >+++ mplayer/pkg-message Sun Sep 28 19:15:02 2003 >@@ -10,17 +10,6 @@ > Please take a look at docs in > /usr/local/share/doc/mplayer > >-You can download skins from the mplayer homepage: >-http://www.mplayerhq.hu/ >- >-In order to use DVD please make sure that your >-kernel and base system is newer than 2001-09-25, >-otherwise DVD play will not work! >- >-NOTE: Some users have ran into trouble when using mplayer on a >-SSE-capable CPU but not having SSE enabled in the kernel config. >- >-This is only for SSE-capable CPUs. For 5.x systems, this should not >-be necessary but 4.x users must recompile the kernel with >- >-options CPU_ENABLE_SSE >+If you encounter strange problems, please have a look at >+http://www.rrr.de/~riggs/mplayer/faq_en.html >+before throwing stones at me :-)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57324
: 35521
Working