Date: Sun, 21 Jul 2013 02:51:45 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/180683: multimedia/gxine: Change Javascript engine to spidermonkey185 Message-ID: <20130721025145.b62661cd5ebd910fe96e1c2e@yahoo.com> Resent-Message-ID: <201307201810.r6KIA0Ds098634@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180683 >Category: ports >Synopsis: multimedia/gxine: Change Javascript engine to spidermonkey185 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 20 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p1 i386 >Organization: >Environment: >Description: - Change Javascript engine to spidermonkey185 >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/gxine/Makefile multimedia/gxine/Makefile --- /usr/ports/multimedia/gxine/Makefile 2013-06-21 03:47:23.000000000 +0900 +++ multimedia/gxine/Makefile 2013-07-21 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 MAKE_JOBS_SAFE= yes @@ -53,7 +51,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 @@ -61,7 +59,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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130721025145.b62661cd5ebd910fe96e1c2e>