diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-15 22:30:15 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-15 22:30:15 +0800 |
commit | b299e12409b68ec9a3ccb09b644303229060efc2 (patch) | |
tree | ed7da54773e2e2ed7b3c1bf90b52b9b702bc48f9 /multimedia/totem/Makefile | |
parent | bd19decefd8531c534b663920801437f564df3e9 (diff) | |
download | marcuscom-ports-b299e12409b68ec9a3ccb09b644303229060efc2.tar marcuscom-ports-b299e12409b68ec9a3ccb09b644303229060efc2.tar.gz marcuscom-ports-b299e12409b68ec9a3ccb09b644303229060efc2.tar.bz2 marcuscom-ports-b299e12409b68ec9a3ccb09b644303229060efc2.tar.lz marcuscom-ports-b299e12409b68ec9a3ccb09b644303229060efc2.tar.xz marcuscom-ports-b299e12409b68ec9a3ccb09b644303229060efc2.tar.zst marcuscom-ports-b299e12409b68ec9a3ccb09b644303229060efc2.zip |
Remove publish (libepc) support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16413 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index d71bfbbca..aa8e67b8f 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,12 +3,12 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.155 2011/06/03 21:27:50 mezz Exp $ +# $MCom: ports/multimedia/totem/Makefile,v 1.156 2011/08/24 13:49:31 kwm Exp $ # PORTNAME= totem PORTVERSION= 2.32.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -31,7 +31,7 @@ USE_PYTHON= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils \ - nautilus2 ltverhack pygtk2 + nautilus2 ltverhack pygtk2 gnomehier USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio INSTALLS_ICONS= yes USE_GMAKE= yes @@ -39,8 +39,9 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes INSTALLS_OMF= yes PKGMESSAGE= ${WRKDIR}/pkg-message -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lXrandr" \ +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBS="-lXrandr" BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}" CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" @@ -51,7 +52,6 @@ GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ OPTIONS= LIRC "Enable lirc support" off \ GALAGO "Enable Galago support" off \ BROWSER_PLUGINS "Enable install plugins for gecko browser" on \ - PUBLISH "Enable Publish (network playlist) plugin" off \ # TRACKER "Enable tracker local search plugin" off # check configure script for allowed_plugins="..." for new plugins @@ -64,14 +64,6 @@ TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \ .include <bsd.port.pre.mk> -.if defined(WITH_PUBLISH) -LIB_DEPENDS+= epc-1.0.2:${PORTSDIR}/www/libepc -PLIST_SUB+= PUBLISH="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish -.else -PLIST_SUB+= PUBLISH="@comment " -.endif - #.if defined(WITH_TRACKER) #LIB_DEPENDS+= tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk #TOTEM_PLUGINS:= ${TOTEM_PLUGINS} tracker |