diff options
author | drochner <drochner@pkgsrc.org> | 2009-04-07 10:26:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-04-07 10:26:58 +0000 |
commit | 2b18bcb0ad0c23becc8992d5eef9937071c7b44a (patch) | |
tree | c2932d97cbedf019226d93a0127299c38f32f5f7 /multimedia/totem/Makefile | |
parent | 1fc2f08fb7a2b13b1e70994770bc18de02b321ac (diff) | |
download | pkgsrc-2b18bcb0ad0c23becc8992d5eef9937071c7b44a.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/Makefile | 4 |
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" |