FreeBSD Bugzilla – Attachment 135709 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.77 KB, created by
tkato432
on 2013-08-18 18:51:07 UTC
(
hide
)
Description:
multimedia_gxine.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-08-18 18:51:07 UTC
Size:
1.77 KB
patch
obsolete
>diff -urN /usr/ports/multimedia/gxine/Makefile multimedia/gxine/Makefile >--- /usr/ports/multimedia/gxine/Makefile 2013-08-15 22:37:22.000000000 +0900 >+++ multimedia/gxine/Makefile 2013-08-19 00:00:00.000000000 +0900 >@@ -3,30 +3,28 @@ > > 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 > > USE_XZ= yes >-USES= pathfix >+USES= gmake pathfix > USE_GNOME= gtk20 >-USE_GECKO= libxul >-USE_GMAKE= yes > 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 >@@ -52,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 >@@ -60,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