4f2092b732
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
14 lines
335 B
Makefile
14 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/01/12 16:57:49 jmmv Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT+= (using GStreamer)
|
|
|
|
CONFLICTS+= totem-xine-[0-9]*
|
|
|
|
BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.6.1
|
|
|
|
.include "../../multimedia/gst-plugins/buildlink3.mk"
|
|
.include "../../multimedia/gstreamer/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|