FreeBSD Bugzilla – Attachment 135710 Details for
Bug 180683
multimedia/gxine: Change Javascript engine to spidermonkey185
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia_gxine.diff
multimedia_gxine.diff (text/x-diff), 1.76 KB, created by
tkato432
on 2013-09-11 18:57:35 UTC
(
hide
)
Description:
multimedia_gxine.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-09-11 18:57:35 UTC
Size:
1.76 KB
patch
obsolete
>diff -urN /usr/ports/multimedia/gxine/Makefile multimedia/gxine/Makefile >--- /usr/ports/multimedia/gxine/Makefile 2013-09-11 15:47:54.000000000 +0900 >+++ multimedia/gxine/Makefile 2013-09-12 00:00:39.000000000 +0900 >@@ -3,17 +3,18 @@ > > PORTNAME= gxine > PORTVERSION= 0.5.907 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= multimedia > MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= An alternative GUI for the Xine media player >+COMMENT= Alternative GUI for the Xine media player > > LICENSE= GPLv2 > >-LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr \ >- xine.2:${PORTSDIR}/multimedia/libxine >+LIB_DEPENDS= nspr4:${PORTSDIR}/devel/nspr \ >+ mozjs185:${PORTSDIR}/lang/spidermonkey185 \ >+ xine:${PORTSDIR}/multimedia/libxine > > OPTIONS_DEFINE= MOZILLA_PLUGIN GNOME LIRC > MOZILLA_PLUGIN_DESC= Mozilla plugin >@@ -21,11 +22,9 @@ > USE_XZ= yes > USES= gmake pathfix pkgconfig > USE_GNOME= gtk20 >-USE_GECKO= libxul > USE_AUTOTOOLS= libtool > CONFIGURE_ENV= MKDIR_P="${MKDIR}" >-CONFIGURE_ARGS= --enable-mozjs --disable-ffjs --disable-seajs \ >- --without-hal --with-libintl-prefix=${LOCALBASE} >+CONFIGURE_ARGS= --without-hal --with-libintl-prefix=${LOCALBASE} > INSTALLS_ICONS= yes > > CPPFLAGS+= -I${LOCALBASE}/include >@@ -51,7 +50,7 @@ > > .if ${PORT_OPTIONS:MGNOME} > BUILD_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver >-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib >+LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib > RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver > CONFIGURE_ARGS+=--with-dbus > .else >@@ -59,7 +58,7 @@ > .endif > > .if ${PORT_OPTIONS:MLIRC} >-LIB_DEPENDS+= lirc_client.2:${PORTSDIR}/comms/lirc >+LIB_DEPENDS+= lirc_client:${PORTSDIR}/comms/lirc > CONFIGURE_ARGS+=--enable-lirc > .else > CONFIGURE_ARGS+=--disable-lirc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180683
:
135708
|
135709
| 135710 |
135711
|
135712