[106421] trunk/dports/audio/xmms2

devans at macports.org devans at macports.org
Sat May 25 16:23:36 PDT 2013


Revision: 106421
          https://trac.macports.org/changeset/106421
Author:   devans at macports.org
Date:     2013-05-25 16:23:36 -0700 (Sat, 25 May 2013)
Log Message:
-----------
xmms2: patch to fix build failure with ffmpeg 1.2.1.

Modified Paths:
--------------
    trunk/dports/audio/xmms2/Portfile

Added Paths:
-----------
    trunk/dports/audio/xmms2/files/
    trunk/dports/audio/xmms2/files/patch-src-plugins-avcodec-avcodec.c.diff

Modified: trunk/dports/audio/xmms2/Portfile
===================================================================
--- trunk/dports/audio/xmms2/Portfile	2013-05-25 20:30:02 UTC (rev 106420)
+++ trunk/dports/audio/xmms2/Portfile	2013-05-25 23:23:36 UTC (rev 106421)
@@ -49,6 +49,8 @@
                         path:lib/libspeex.dylib:speex \
                         port:wavpack
 
+patchfiles              patch-src-plugins-avcodec-avcodec.c.diff
+
 configure.python        ${prefix}/bin/python2.6
 
 post-patch {

Added: trunk/dports/audio/xmms2/files/patch-src-plugins-avcodec-avcodec.c.diff
===================================================================
--- trunk/dports/audio/xmms2/files/patch-src-plugins-avcodec-avcodec.c.diff	                        (rev 0)
+++ trunk/dports/audio/xmms2/files/patch-src-plugins-avcodec-avcodec.c.diff	2013-05-25 23:23:36 UTC (rev 106421)
@@ -0,0 +1,10 @@
+--- src/plugins/avcodec/avcodec.c.orig	2013-05-25 16:09:40.000000000 -0700
++++ src/plugins/avcodec/avcodec.c	2013-05-25 16:10:44.000000000 -0700
+@@ -134,7 +134,6 @@
+ 
+ 	xmms_xform_private_data_set (xform, data);
+ 
+-	avcodec_init ();
+ 	avcodec_register_all ();
+ 
+ 	mimetype = xmms_xform_indata_get_str (xform,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130525/c0f1e110/attachment.html>


More information about the macports-changes mailing list