mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Update to 2.70.
This commit is contained in:
parent
67794880c1
commit
ccc95f7024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118708
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mplayerplug-in
|
||||
PORTVERSION= 2.66
|
||||
PORTVERSION= 2.70
|
||||
CATEGORIES= www multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mplayerplug-in
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (mplayerplug-in-2.66.tar.gz) = c47806370986a6adf7c8f5ef3e70eaa9
|
||||
SIZE (mplayerplug-in-2.66.tar.gz) = 164065
|
||||
MD5 (mplayerplug-in-2.70.tar.gz) = 90784c7ccb40037b446053f0c1d1c2b4
|
||||
SIZE (mplayerplug-in-2.70.tar.gz) = 167973
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.in.orig Mon Mar 22 17:30:44 2004
|
||||
+++ Makefile.in Mon Mar 22 17:32:56 2004
|
||||
@@ -33,7 +33,7 @@
|
||||
default all: $(SHAREDTARGET)
|
||||
|
||||
$(SHAREDTARGET): $(OBJ)
|
||||
- $(CXX) -shared -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
|
||||
+ $(CXX) -shared -lXt -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS) @LDFLAGS@
|
||||
cp Source/nsIScriptableMplayerPlugin.xpt mplayerplug-in.xpt
|
||||
|
||||
np_entry.o: plugingate/np_entry.cpp
|
10
www/mplayer-plugin/files/patch-configure
Normal file
10
www/mplayer-plugin/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Mon Oct 11 19:30:39 2004
|
||||
+++ configure Mon Oct 11 19:32:12 2004
|
||||
@@ -2854,6 +2854,7 @@
|
||||
echo "$as_me:$LINENO: checking MOZPLUG_CFLAGS" >&5
|
||||
echo $ECHO_N "checking MOZPLUG_CFLAGS... $ECHO_C" >&6
|
||||
MOZPLUG_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin"`
|
||||
+ MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I"`$PKG_CONFIG --variable=includedir "mozilla-plugin"`
|
||||
echo "$as_me:$LINENO: result: $MOZPLUG_CFLAGS" >&5
|
||||
echo "${ECHO_T}$MOZPLUG_CFLAGS" >&6
|
||||
|
Loading…
x
Reference in New Issue
Block a user