diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-18 23:25:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-18 23:25:11 +0800 |
commit | 44f5673c061d500e10dce27229db6ba9beab74c6 (patch) | |
tree | 6df7500e986b9139c1ddb648b5ce619400739cd3 /multimedia | |
parent | 30aa5dcbfbe7a50dd9cf13fc59246bed6cd1e7b6 (diff) | |
download | marcuscom-ports-44f5673c061d500e10dce27229db6ba9beab74c6.tar.gz marcuscom-ports-44f5673c061d500e10dce27229db6ba9beab74c6.tar.zst marcuscom-ports-44f5673c061d500e10dce27229db6ba9beab74c6.zip |
Update depends a bit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16260 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem3/Makefile | 10 | ||||
-rw-r--r-- | multimedia/totem3/pkg-plist | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/multimedia/totem3/Makefile b/multimedia/totem3/Makefile index 6398c3a18..a276e429e 100644 --- a/multimedia/totem3/Makefile +++ b/multimedia/totem3/Makefile @@ -3,7 +3,7 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem3/Makefile,v 1.16 2011/06/10 22:59:06 mezz Exp $ +# $MCom: ports/multimedia/totem3/Makefile,v 1.17 2011/08/24 13:49:31 kwm Exp $ # PORTNAME= totem @@ -19,8 +19,9 @@ 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 \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gdata.11:${PORTSDIR}/devel/libgdata \ +LIB_DEPENDS= gdata.13:${PORTSDIR}/devel/libgdata \ dbus-1.3:${PORTSDIR}/devel/dbus \ + clutter-gst-1.0.0:${PORTSDIR}/multimedia/clutter-gst \ peas-1.0.0:${PORTSDIR}/devel/libpeas \ totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ @@ -36,7 +37,7 @@ USE_XORG= x11 xrandr xxf86vm USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils \ - nautilus3 ltverhack pygobject gnomedocutils + nautilus3 ltverhack pygobject3 gnomedocutils USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly gio resindvd INSTALLS_ICONS= yes USE_GMAKE= yes @@ -62,8 +63,9 @@ OPTIONS= LIRC "Enable lirc support" off \ # check configure script for allowed_plugins="..." for new plugins TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \ - properties skipto youtube opensubtitles screenshot \ + properties skipto opensubtitles screenshot \ brasero-disc-recorder dbus-service iplayer +#youtube # Not using: # TOTEM_PLUGINS= mythtv bemused jamendo diff --git a/multimedia/totem3/pkg-plist b/multimedia/totem3/pkg-plist index 0d2645c94..c4cd6e7fa 100644 --- a/multimedia/totem3/pkg-plist +++ b/multimedia/totem3/pkg-plist @@ -107,11 +107,6 @@ lib/totem/plugins/thumbnail/thumbnail.plugin %%TRACKER%%lib/totem/plugins/tracker/libtracker.la %%TRACKER%%lib/totem/plugins/tracker/libtracker.so %%TRACKER%%lib/totem/plugins/tracker/tracker.plugin -lib/totem/plugins/youtube/libyoutube.a -lib/totem/plugins/youtube/libyoutube.la -lib/totem/plugins/youtube/libyoutube.so -lib/totem/plugins/youtube/youtube.plugin -lib/totem/plugins/youtube/youtube.ui libdata/pkgconfig/totem.pc %%BROWSER_PLUGINS%%libexec/totem-plugin-viewer libexec/totem/totem-bugreport.py @@ -577,7 +572,6 @@ share/thumbnailers/totem.thumbnailer @dirrm %%DOCSDIR%% @dirrmtry share/applications @dirrm libexec/totem -@dirrm lib/totem/plugins/youtube %%TRACKER%%@dirrm lib/totem/plugins/tracker @dirrm lib/totem/plugins/thumbnail @dirrm lib/totem/plugins/skipto |