Update to 3.31.

This commit is contained in:
Joe Marcus Clarke 2006-09-16 20:07:04 +00:00
parent 49154ab59a
commit c1ffb6e8af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173151
4 changed files with 9 additions and 15 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= mplayerplug-in PORTNAME= mplayerplug-in
PORTVERSION= 3.25 PORTVERSION= 3.31
CATEGORIES= www multimedia CATEGORIES= www multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mplayerplug-in MASTER_SITE_SUBDIR= mplayerplug-in
@ -25,8 +25,10 @@ PLUGINSFILES= mplayerplug-in.so mplayerplug-in.xpt mplayerplug-in-wmp.so \
mplayerplug-in-qt.so mplayerplug-in-rm.so \ mplayerplug-in-qt.so mplayerplug-in-rm.so \
mplayerplug-in-gmp.so mplayerplug-in-wmp.xpt \ mplayerplug-in-gmp.so mplayerplug-in-wmp.xpt \
mplayerplug-in-qt.xpt mplayerplug-in-rm.xpt \ mplayerplug-in-qt.xpt mplayerplug-in-rm.xpt \
mplayerplug-in-gmp.xpt mplayerplug-in-gmp.xpt mplayerplug-in-dvx.so \
mplayerplug-in-dvx.xpt
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gmp
USE_GNOME= gnometarget USE_GNOME= gnometarget
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -DBSD" \ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -DBSD" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"

View file

@ -1,3 +1,3 @@
MD5 (mplayerplug-in-3.25.tar.gz) = fb99a2efeacd5aed8b92ae0bb33c708a MD5 (mplayerplug-in-3.31.tar.gz) = be26b17cde385c7a34fc634d2c88c5c9
SHA256 (mplayerplug-in-3.25.tar.gz) = ce8304c3cab3ffc10888f3648d9470ab7db7609c5178ef3a6cb3163fc7b901c8 SHA256 (mplayerplug-in-3.31.tar.gz) = 359b33927eb2837a544592afc00b55671e02694a8c54d3e7af3c81600bc38885
SIZE (mplayerplug-in-3.25.tar.gz) = 209554 SIZE (mplayerplug-in-3.31.tar.gz) = 211714

View file

@ -1,10 +0,0 @@
--- 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

View file

@ -2,6 +2,8 @@
etc/mplayerplug-in.conf.dist etc/mplayerplug-in.conf.dist
@unexec if cmp -s %D/etc/mplayerplug-in.types %D/etc/mplayerplug-in.types.dist; then rm -f %D/etc/mplayerplug-in.types; fi @unexec if cmp -s %D/etc/mplayerplug-in.types %D/etc/mplayerplug-in.types.dist; then rm -f %D/etc/mplayerplug-in.types; fi
etc/mplayerplug-in.types.dist etc/mplayerplug-in.types.dist
lib/browser_plugins/mplayerplug-in-dvx.so
lib/browser_plugins/mplayerplug-in-dvx.xpt
lib/browser_plugins/mplayerplug-in-gmp.so lib/browser_plugins/mplayerplug-in-gmp.so
lib/browser_plugins/mplayerplug-in-gmp.xpt lib/browser_plugins/mplayerplug-in-gmp.xpt
lib/browser_plugins/mplayerplug-in-qt.so lib/browser_plugins/mplayerplug-in-qt.so