diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-12 16:57:49 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-12 16:57:49 +0000 |
commit | 4f2092b732b8c84bfdaddc3924fb51d1cf2b9322 (patch) | |
tree | fb68e4173f16db1069bdbff1c568c40330684761 /multimedia/totem/Makefile | |
parent | 3c6bdec62d3e033fd74aab1d98203f506de31690 (diff) | |
download | pkgsrc-4f2092b732b8c84bfdaddc3924fb51d1cf2b9322.tar.gz |
Update totem and totem-xine to 1.3.0. Update based on patch provided by
martti@.
New features:
* New Ukrainian (uk) help files
* Use filters in the Open file dialogues
* Support turning off the screensaver when gnome-screensaver is used
* Scroll to the current file in the playlist when starting to play it
* Add ability to play back DVDs and VCDs from .iso and .bin/.cue files
* Add a menu item for switching angles on DVDs
* Don't add backup files to the playlist
* Remove audio CD playback from the UI, as to avoid duplication with sound-
juicer and Rhythmbox
Bug fixes:
* Play file from the beginning when double-clicking on it in the playlist
* Make CD drives with blank CDs in them unsensitive in the Play Disc menu
* Avoid weird startes when using the "Toggle fullscreen mode" shortcut
* Fix drag'n'drop on the playlist itself not working
* Parse Shoucast playlists in .m3u files properly
* Stop the currently playing song when loading a media, and playing this
media fails
* Set the play/pause buttons' tooltips according to the image
* Fix possible crashes on startup when the widget creation functions cannot
be found
* Use N/A instead of '0' when the bitrate or the number of frames per second
isn't available in the property window
* Fix a possible crash on startup in the Mozilla plugin
* Fix possible i18n problems with the Nautilus properties window and the
Mozilla plugin
* Fix compilation of the Mozilla plugin with newer versions of D-Bus
* Fix a memory leak in the Mozilla plugin
* Fix a crasher when running the Mozilla plugin in a debug build
* Allow compiling the Mozilla plugin against xulrunner
* Fix duplicate access key in the display preferences
* Fix wrong accesskeys for the saturation and hue sliders
* Show the video properties again when a stream has video
* Move Totem's remote socket to TMPDIR
* Remove libmusicbrainz dependency
* Detect DVDs and VCDs properly on a pmount setup
* Don't save Totem's thumbnail with an alpha component, for recent
Nautilus changes
* Remove keyboard shortcuts from the main video popup menu
* Fix resizing of the sidebar
* Fix problems parsing remote ASX files
GStreamer:
* GStreamer 0.10 support
* Fix an access to invalid memory when getting metadata from a file
xine-lib:
* Avoid playback stopping when seeking forward in DVDs
* Get the xine-lib version at run-time
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 5e22de0c022..ee57d89a92f 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2005/12/31 12:32:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/12 16:57:49 jmmv Exp $ # .include "Makefile.common" COMMENT+= (using GStreamer) -PKGREVISION= 2 CONFLICTS+= totem-xine-[0-9]* |