diff options
author | makc <makc@FreeBSD.org> | 2010-01-05 21:18:49 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-01-05 21:18:49 +0800 |
commit | 3c32b50f7e6f42823189f5fa9b58c60eb54bac18 (patch) | |
tree | d205c7a2456c4f849e4cb4115576dbd4512bae25 /multimedia | |
parent | 038aae04093ee789024876f33ce4e503be63ba3e (diff) | |
download | freebsd-ports-gnome-3c32b50f7e6f42823189f5fa9b58c60eb54bac18.tar.gz freebsd-ports-gnome-3c32b50f7e6f42823189f5fa9b58c60eb54bac18.tar.zst freebsd-ports-gnome-3c32b50f7e6f42823189f5fa9b58c60eb54bac18.zip |
Update to 0.5.905
clean up USE_XORG [1]
merge DBUS option to GNOME
update www link
PR: based on ports/141789 [1]
Submitted by: Carlos A. M. dos Santos <unixmania at gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gxine/Makefile | 22 | ||||
-rw-r--r-- | multimedia/gxine/distinfo | 6 | ||||
-rw-r--r-- | multimedia/gxine/pkg-descr | 2 |
3 files changed, 11 insertions, 19 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index d978edac069e..af7211cd35a4 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gxine -PORTVERSION= 0.5.904 -PORTREVISION= 2 +PORTVERSION= 0.5.905 CATEGORIES= multimedia -MASTER_SITES= SF/xine/${PORTNAME}%20%28GTK%20front%20end%29/${PORTVERSION} +MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= An alternative GUI for the Xine media player @@ -21,7 +20,6 @@ USE_AUTOTOOLS= libtool:22 USE_GNOME= gtk20 gnomehier USE_GMAKE= yes USE_GCC= 4.2+ -USE_XORG= x11 xaw ice MAKE_ARGS+= LDFLAGS=-shared-libgcc CNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-hal --with-libintl-prefix=${LOCALBASE} @@ -33,24 +31,17 @@ MANLANG= "" de es MAN1= gxine.1 gxine_client.1 MANCOMPRESSED= no -OPTIONS= MOZILLA_PLUGIN "Install Mozilla plugin" on \ +OPTIONS= MOZILLA_PLUGIN "Install Mozilla plugin" off \ GNOME "Enable Gnome integration" off \ - DBUS "Enable dbus support" on \ LIRC "Enable lirc support" off -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITH_GNOME) USE_GNOME+= gnomevfs2 libgnomeui -.else -CONFIGURE_ARGS+=--disable-integration-wizard -.endif - -.if !defined(WITHOUT_DBUS) CONFIGURE_ARGS+=--with-dbus -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .else -CONFIGURE_ARGS+=--without-dbus +CONFIGURE_ARGS+=--disable-integration-wizard --without-dbus .endif .if defined(WITHOUT_NLS) @@ -73,6 +64,7 @@ LIB_DEPENDS+= js.1:${PORTSDIR}/lang/spidermonkey CONFIGURE_ARGS+=--without-browser-plugin --with-spidermonkey PLIST_SUB+= MOZILLA_PLUGIN="@comment " .else +USE_XORG+= xaw USE_GECKO= seamonkey USE_WEBPLUGINS= native WEBPLUGINS_DIR= ${PREFIX}/lib/gxine @@ -93,4 +85,4 @@ pre-configure: @${REINPLACE_CMD} -e "s:@MAKE_PNG_TRUE@:#:g" \ ${WRKSRC}/pixmaps/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/gxine/distinfo b/multimedia/gxine/distinfo index 6cde24e7a248..5655e43ef478 100644 --- a/multimedia/gxine/distinfo +++ b/multimedia/gxine/distinfo @@ -1,3 +1,3 @@ -MD5 (gxine-0.5.904.tar.bz2) = 00b10fac6ddfc211a8ef217174feb09b -SHA256 (gxine-0.5.904.tar.bz2) = b1d30a953081e43749c87c3c2581ada2ec4d22fce56db1b92f19ef3eb799366e -SIZE (gxine-0.5.904.tar.bz2) = 1189649 +MD5 (gxine-0.5.905.tar.bz2) = 3c9092f1c5c8dc85e95ca327cdcc77af +SHA256 (gxine-0.5.905.tar.bz2) = 9dcca3e581fddfc4cea8f9e45c99652f4dd336c1ca7726e910870b9c778b0cbf +SIZE (gxine-0.5.905.tar.bz2) = 1203720 diff --git a/multimedia/gxine/pkg-descr b/multimedia/gxine/pkg-descr index 59a9beaab90d..a9db27b0aac2 100644 --- a/multimedia/gxine/pkg-descr +++ b/multimedia/gxine/pkg-descr @@ -1,4 +1,4 @@ gxine is a simple but effective GUI for the Xine media player. It uses the GTK toolkit, so it nicely fits in into a GNOME desktop. -WWW: http://www.xinehq.de +WWW: http://www.xine-project.org |