Hi!

It works fine on YouTube with firefox+greasemonkey+viewtube.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/gecko-mediaplayer/Makefile,v
retrieving revision 1.38
diff -u -p -u -p -r1.38 Makefile
--- Makefile    7 Oct 2013 10:24:17 -0000       1.38
+++ Makefile    5 Nov 2013 06:49:33 -0000
@@ -4,6 +4,7 @@ COMMENT =               gnome-mplayer browser media p
 V =                    1.0.9alpha
 DISTNAME =             gecko-mediaplayer-1.0.9a
 PKGNAME =              gecko-mediaplayer-${V}
+REVISION =             0
 CATEGORIES =           www
 
 MAINTAINER =           David Coppa <[email protected]>
@@ -24,7 +25,7 @@ LIB_DEPENDS =         net/curl \
                        x11/dbus-glib \
                        x11/gmtk>=${V}
 
-BUILD_DEPENDS =                devel/xulrunner/1.9,-devel>=1.9.2
+BUILD_DEPENDS =                devel/xulrunner/24,-devel
 RUN_DEPENDS =          x11/gnome-mplayer>=${V}
 
 USE_GMAKE =            Yes
@@ -37,7 +38,6 @@ CONFIGURE_ENV =               CPPFLAGS="-I${LOCALBASE
                        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
 CONFIGURE_ARGS =       --with-libcurl \
-                       --with-xulrunner-sdk=${LOCALBASE}/xulrunner1.9 \
                        --with-plugin-dir=${LOCALBASE}/lib/mozilla/plugins
 
 .include <bsd.port.mk>
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure     24 May 2013 08:32:27 -0000      1.13
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-configure,v 1.13 2013/05/24 08:32:27 dcoppa Exp $
-
-Remove -ldl
-
-Fix GECKO_CFLAGS and GECKO_LIBS
-
---- configure.orig     Fri Mar  1 23:01:31 2013
-+++ configure  Thu May 23 15:53:28 2013
-@@ -7420,8 +7420,8 @@ fi
- if test "${with_xulrunner_sdk+set}" = set; then :
-   withval=$with_xulrunner_sdk;
-       XULRUNNER_SDK_PREFIX=$with_xulrunner_sdk
--      GECKO_CFLAGS="-I$XULRUNNER_SDK_PREFIX/include 
-I$XULRUNNER_SDK_PREFIX/include/plugin -I$XULRUNNER_SDK_PREFIX/include/nspr 
-I$XULRUNNER_SDK_PREFIX/include/xpcom -I$XULRUNNER_SDK_PREFIX/include/string 
-I$XULRUNNER_SDK_PREFIX/include/java"
--      GECKO_LIBS="-L$XULRUNNER_SDK_PREFIX/lib -lxpcomglue_s -lxul -lxpcom 
-lplds4 -lplc4 -lnspr4 -lpthread -ldl"
-+      GECKO_CFLAGS="-I$XULRUNNER_SDK_PREFIX/include -DOPENBSD"
-+      GECKO_LIBS="-L$XULRUNNER_SDK_PREFIX -lxpcomglue_s -lxul -lxpcom -lplds4 
-lplc4 -lnspr4 -lpthread"
- 
- fi
- 

Reply via email to