summaryrefslogtreecommitdiff
path: root/multimedia/totem/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2009-04-07 10:26:58 +0000
committerdrochner <drochner>2009-04-07 10:26:58 +0000
commit4a7c8242ef6022eb82bb2ec9f4d39f51776cf689 (patch)
treec2932d97cbedf019226d93a0127299c38f32f5f7 /multimedia/totem/Makefile
parente2f7a3f014a51d7273e99d41e4b1c65963436ceb (diff)
downloadpkgsrc-4a7c8242ef6022eb82bb2ec9f4d39f51776cf689.tar.gz
update to 2.26.1
changes: * Use Ctrl+S instead of Shift+S for the screenshot capture * Parse session management options on the command-line * Reset the seekbar when a file is closed * Make the default drag action for the video widget be a copy * Reset the icon properly when deactivating the thumbnail plugin * Make sure all files are played when playing in shuffled mode, and repeat mode is switched off * Fix Rewind() and Stop() functions in the QuickTime compat plugin * Don't remove renamed files from the playlist Subtitles download plugin: * Fix the OpenSubtitles plugin not loading * Sort languages names in alphabetical order pkgsrc change: remove the hard dependency on gst-plugins0.10-resindvd, add a MESSAGE giving hints which plugins might be useful
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r--multimedia/totem/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 3209bce1ae3..50a2a40b103 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2009/03/16 12:13:31 jmcneill Exp $
+# $NetBSD: Makefile,v 1.34 2009/04/07 10:26:58 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -9,13 +9,11 @@ COMMENT+= (using GStreamer)
CONFLICTS+= totem-xine-[0-9]*
-CONFIGURE_ARGS+= --enable-gstreamer=yes
CONFIGURE_ARGS+= --disable-browser-plugins
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.7
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
-DEPENDS+= gst-plugins0.10-resindvd>=0.10.10:../../multimedia/gst-plugins0.10-resindvd
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"