summaryrefslogtreecommitdiffstats
path: root/multimedia/totem3/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-10 20:47:57 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-10 20:47:57 +0800
commite134188cd4ef4d3a996185cb9be733b6f43c44df (patch)
tree96295231372443a74d2153b528c4a66cd0892c19 /multimedia/totem3/Makefile
parentd45598cba54dd44b0c8f13e03257ebb77c816e2f (diff)
downloadmarcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar
marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.gz
marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.bz2
marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.lz
marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.xz
marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.zst
marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.zip
Add grilo and grilo-plugins ensuring they are stage compliant. While here add other changes:
- Make totem depend on grilo-plugnis - Remove publish support. Was removed upstream in c2fa677f0b2c14787c62a40c95ddd0643904a9d5 [1] [1] https://mail.gnome.org/archives/commits-list/2012-April/msg05436.html Reviewed by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18787 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem3/Makefile')
-rw-r--r--multimedia/totem3/Makefile23
1 files changed, 6 insertions, 17 deletions
diff --git a/multimedia/totem3/Makefile b/multimedia/totem3/Makefile
index 697f0373b..9e65b8b45 100644
--- a/multimedia/totem3/Makefile
+++ b/multimedia/totem3/Makefile
@@ -12,7 +12,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A gstreamer-based video player for the GNOME 3 Desktop
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \
+ grilo-plugins>=0.2:${PORTSDIR}/net/grilo-plugins
LIB_DEPENDS= libgdata.so.13:${PORTSDIR}/devel/libgdata \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \
@@ -22,7 +23,8 @@ LIB_DEPENDS= libgdata.so.13:${PORTSDIR}/devel/libgdata \
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \
gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon3 \
- gnome-icon-theme-symbolic>=2.91.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic
+ gnome-icon-theme-symbolic>=2.91.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
+ grilo-plugins>=0.2:${PORTSDIR}/net/grilo-plugins
CONFLICTS= totem-2.[0-9]*
@@ -52,15 +54,14 @@ GLIB_SCHEMAS= org.gnome.totem.enums.xml \
org.gnome.totem.plugins.opensubtitles.gschema.xml
-OPTIONS_DEFINE= LIRC BROWSER_PLUGINS PUBLISH
+OPTIONS_DEFINE= LIRC BROWSER_PLUGINS
BROWSER_PLUGINS_DESC= Plugins for gecko browser
-PUBLISH_DESC= Publish (network playlist) plugin
TRACKER_DESC= Tracker local search plugin
OPTIONS_DEFAULT=BROWSER_PLUGINS
# check configure script for allowed_plugins="..." for new plugins
-TOTEM_PLUGINS= brasero-disc-recorder chapters dbusservice im-status gromit \
+TOTEM_PLUGINS= brasero-disc-recorder chapters dbusservice im-status grilo gromit \
iplayer media-player-keys ontop opensubtitles properties \
screensaver screenshot sidebar-test skipto youtube
@@ -71,18 +72,6 @@ TOTEM_PLUGINS= brasero-disc-recorder chapters dbusservice im-status gromit \
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MPUBLISH}
-LIB_DEPENDS+= libepc-1.0.so:${PORTSDIR}/www/libepc
-PLIST_SUB+= PUBLISH=""
-TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish
-GLIB_SCHEMAS= org.gnome.totem.enums.xml \
- org.gnome.totem.gschema.xml \
- org.gnome.totem.plugins.publish.gschema.xml \
- org.gnome.totem.plugins.opensubtitles.gschema.xml
-.else
-PLIST_SUB+= PUBLISH="@comment "
-.endif
-
#.if defined(WITH_TRACKER)
#LIB_DEPENDS+= tracker-gtk:${PORTSDIR}/sysutils/tracker-libtrackergtk
#TOTEM_PLUGINS:= ${TOTEM_PLUGINS} tracker