summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2007-05-16 22:26:44 +0000
committerJoseph Jezak <josejx@gentoo.org>2007-05-16 22:26:44 +0000
commit3ed56ea70ce3e43d9f3143b17c74e2fb819c5674 (patch)
tree3c634fcfb99a0f8feaa9bf49a0a5e81b8d14a934 /net-www/mplayerplug-in/files
parentversion bump from upstream (diff)
downloadgentoo-2-3ed56ea70ce3e43d9f3143b17c74e2fb819c5674.tar.gz
gentoo-2-3ed56ea70ce3e43d9f3143b17c74e2fb819c5674.tar.bz2
gentoo-2-3ed56ea70ce3e43d9f3143b17c74e2fb819c5674.zip
Added latest version.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-www/mplayerplug-in/files')
-rw-r--r--net-www/mplayerplug-in/files/digest-mplayerplug-in-3.403
-rw-r--r--net-www/mplayerplug-in/files/mplayerplug-in-3.40-cflags.patch11
-rw-r--r--net-www/mplayerplug-in/files/mplayerplug-in-mplayer-bin.patch11
3 files changed, 25 insertions, 0 deletions
diff --git a/net-www/mplayerplug-in/files/digest-mplayerplug-in-3.40 b/net-www/mplayerplug-in/files/digest-mplayerplug-in-3.40
new file mode 100644
index 000000000000..aaecab60682f
--- /dev/null
+++ b/net-www/mplayerplug-in/files/digest-mplayerplug-in-3.40
@@ -0,0 +1,3 @@
+MD5 eaeb723a346570a0e3859c7b056a513f mplayerplug-in-3.40.tar.gz 224081
+RMD160 11f364187cf38184d8f32d2e574777626741aa97 mplayerplug-in-3.40.tar.gz 224081
+SHA256 95b8c8c53029213e52fd0fc3a3332cd5d74de293b02c6303544cb9fbb106c076 mplayerplug-in-3.40.tar.gz 224081
diff --git a/net-www/mplayerplug-in/files/mplayerplug-in-3.40-cflags.patch b/net-www/mplayerplug-in/files/mplayerplug-in-3.40-cflags.patch
new file mode 100644
index 000000000000..2b3f272a6e67
--- /dev/null
+++ b/net-www/mplayerplug-in/files/mplayerplug-in-3.40-cflags.patch
@@ -0,0 +1,11 @@
+--- Makefile.in.bak 2007-04-06 00:35:25.000000000 -0400
++++ Makefile.in 2007-04-06 00:35:39.000000000 -0400
+@@ -12,7 +12,7 @@
+
+ CC= @CC@
+ CXX= @CXX@
+-CFLAGS= -Wall -DXP_UNIX -DMOZ_X11 @MOZPLUG_CFLAGS@ @CFLAGS@ @CPPFLAGS@ @CXXFLAGS@ @CXXFLAGS64@ -Iinclude -fPIC @GECKO_DEFINES@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ @GTK_DEFINES@
++CFLAGS= -Wall -DXP_UNIX -DMOZ_X11 @MOZPLUG_CFLAGS@ @CPPFLAGS@ @CXXFLAGS@ @CXXFLAGS64@ -Iinclude -fPIC @GECKO_DEFINES@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ @GTK_DEFINES@
+ LDFLAGS= @LDFLAGS@ @LDFLAGS64@ @LIBS@ @XEXT_LIBS@ @XPM_LIBS@ @GTK_LIBS@ @GTHREAD_LIBS@
+ LIBOBJS= @LIBOBJS@
+ OBJ= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
diff --git a/net-www/mplayerplug-in/files/mplayerplug-in-mplayer-bin.patch b/net-www/mplayerplug-in/files/mplayerplug-in-mplayer-bin.patch
new file mode 100644
index 000000000000..2bef76817e7a
--- /dev/null
+++ b/net-www/mplayerplug-in/files/mplayerplug-in-mplayer-bin.patch
@@ -0,0 +1,11 @@
+--- Source/plugin-threads.cpp.bak 2007-04-27 09:45:14.000000000 -0400
++++ Source/plugin-threads.cpp 2007-04-27 09:46:10.000000000 -0400
+@@ -364,7 +364,7 @@
+ }
+
+ i = 0;
+- snprintf(buffer, 1024, "mplayer");
++ snprintf(buffer, 1024, "mplayer-bin");
+ instance->td->argv[i++] = strdup(buffer);
+ if (instance->novop == 1) {
+ snprintf(buffer, 1024, "-vop");