diff options
Diffstat (limited to 'net-www/mplayerplug-in/files')
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"); |