pkgsrc/multimedia/totem/Makefile

24 lines
698 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.94 2018/04/16 14:33:54 wiz Exp $
.include "Makefile.common"
PKGREVISION= 46
DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup
COMMENT+= (using GStreamer)
CONFLICTS+= totem-xine-[0-9]*
CONFIGURE_ARGS+= --disable-browser-plugins
Update to 2.16.0: 2.16.0 * Add keyboard support for the DVD keys: Up, Down, Left, Right * Add support for audio/AMR, audio/AMR-WB and Musepack * Remove old GStreamer 0.8 hacks * Avoid repeat being turned on when it shouldn't in the web browser plugin 1.5.92 * Fix a crash when HAL isn't available * Fix compilation with older versions of HAL, without HAL, and with the Browser plugin disabled * Save and restore the sidebar width * Set and use the connection speed preference (GStreamer) 1.5.91 * Numerous Browser Plugin enhancements: - Playlist support - Split the plugin in 4 different plugins, to allow name-based detection to work, and different Javascript interfaces to be used (Real Player/Helix, Windows Media Player and Quicktime compatible, and basic Totem) - Handle repeat and autostart parameters - Make sure the plugin is available for all Mozilla-based browsers - Make scrolling on the volume widget work as it should * New icon * Use HAL to determine the disc type * Save and restore which sidebar was showing, and whether Totem was maximised * Fix the window title not changing when playing files with broken names * Fix Ctrl+Q not working in fullscreen * More logo mode fixes (xine-lib) * Fix aspect ratio of visuals (xine-lib) 1.5.90 * Add a default filename to the save playlist dialogue * Add supprot for more DVD related remote buttons * Move the properties dialogue to the sidebar * Fix build with newer versions of D-Bus * Avoid linking directly against the Mozilla libraries, should allow build-time and run-time engines to be different (build against Mozilla, run in Firefox) * Make the "Seek To" dialogue work correctly when using the keyboard * Fix logo related redraws (xine-lib) * Try harder to extract audio/subtitles languages from files (GStreamer) 1.5.4 * update xine-lib requirement to avoid startup crashes 1.5.3 * Text subtitle encoding is now selectable * Numerous Browser Plugin enhancements: - Try to cache files while playing them - Add support for cache=true hint - Fix getting the true path for relative paths - Add support for audio-only playback - Add a way to copy the URL from the right-click menu - Add "Open in Movie Player" in the right-click menu * Make showing/hiding the sidebar not resize the video or the window * Pop down language and subtitle menus to avoid hangs when the language or subtitle changes while the menu is open * Add AC3 and Monkey's audio to the known filetypes * Draw the logo ourselves, so we don't crash on startup if the logo is too big for the X video buffer (xine-lib) * Show the logo when playing audio without visualisations * Fix a crash with non-default buffering values (GStreamer) * Fix a leak each time the logo was set (GStreamer) * Fix the "Skip to" dialogue not working when paused (GStreamer) 1.5.2 * Make Space Play/Pause when the video widget has the focus * Fix DVD playback when started from gnome-volume-manager * Allow localisation for time labels * Fix possible crash when using the Nautilus properties tab * Use HAL to detect presence of discs in the drives * Fix problems using the Mozilla plugin on PPC systems * Add Impulse Tracker and MOD files to the list of supported types * Add audio/vnd.rn-realaudio as a supported playlist format * Use theme friendly window icons * Fix a new installation of Totem not using visualisation (GStreamer) 1.5.1 * Add XSPF playlists read and write support * Allow users to choose the type of playlist to write when saving 1.5.0 * Remove unused DXR3 support * Remove GStreamer 0.8 support * Fix the GTK+-only version not displaying some menu items * Update the "Skip to" time label when entering time manually, fix sensitivity of the OK button in that dialogue * Fix crash on exit if the interface couldn't be loaded * Add basic support for the Quicktime Metalink playlists * Avoid deadlocks when forcing opening with a subtitle when there's none * Fix crash when setting the connection speed setting to the maximum * Make the previous/next icons in the popup the same as in the rest of the interface * Make menu shortcuts unaccessible in fullscreen * Make Ctrl+S show the "Skip to" dialogue as it should * Fix a small memory leak in the Nautilus properties plugin * Add debugging to the playlist parser * Make the preferences window appear on top of the main window at all times, and hide it straight away when exiting * Fix playback of non-Mozilla streams (such as mms) in the Mozilla plugin * Fix saving non-relative m3u playlists * Handle space as Play/pause in windowed mode if the video widget has the focus * Work-around broken .pls files from Virgin radio * Fix problems with sound not coming out when audio output selected isn't Stereo (xine-lib) * Fix pixel aspect ratio settings (GStreamer)
2006-09-15 17:23:51 +02:00
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.7
Update totem and totem-xine to 1.4.0: 1.4.0 * Added Bulgarian user guide * Show the "Seeking to" label in fullscreen as well * Make the standard zoom keyboard shortcuts work * Allow to save thumbnails in JPEG rather than PNG * Playlist parser fixes for Rhythmbox' initial import * Make nautilus startup faster by only initialising the backend when we require it (GStreamer) 1.3.92: * Get the list of subtitles and languages (GStreamer 0.10) * Fix the window title not getting set properly when loading a new file * Avoid hang when skipping to the next file (GStreamer 0.10) * Require glib 2.8 to avoid crashers (GStreamer 0.10) * Compilation fix with glib > 2.8.0 and < 2.9.1 * Fix a critical warning on startup when a particular file is in the recent files list * Fix a warning on open (GStreamer 0.8) 1.3.91: * Show the waiting cursor when opening files, parsing playlists and starting up * Add popup menu support with the keyboard to the playlist * Don't reverse items when moving them down the playlist * Remove the scrollbars in the playlist when it's been emptied * Don't look for subtitles on HTTP servers * Don't show playlists as ignored after having parsed them successfully * Bigger and better logo * Fix a possible crash with the ASF playlist parser * Add support for the target property, opening the movie in a stand-alone Totem (Mozilla plugin) * Add support for background music (Mozilla plugin) * Take the aspect ratio of the screen when setting the size of the visualisations (xine-lib, GStreamer 0.10) * Fix compilation with glib < 2.8 * Add ability to disable text subtitles when Totem loads them automatically (xine-lib) * Better logo mode handling (GStreamer 0.8) * Free the video output after showing images (GStreamer 0.8) * Show the logo when playing an audio file without visualisations (GStreamer 0.10) * Better key seek handling (GStreamer 0.10) * Fix problems with setting the speaker arrangement (GStreamer 0.10) * Fix playback of files with non-16-bit audio (GStreamer 0.10) * Don't block when getting metadata (GStreamer 0.10) * Better error message when the decoder/demuxer doesn't support streaming (GStreamer 0.10) 1.3.90: * Use Ctrl+S as "Take Screenshot..." shortcut * Fix a possible crash on start with multiple totem processes * Support application/smil and application/x-smil mime-types * Better parsing of SMIL playlists * Better parsing of ASX playlists with multiple REF entries per ENTRY * Make the about box parented on the Mozilla window (Mozilla plugin) * Fix data being dropped when streaming from fast servers (Mozilla plugin) * Fix the state of the volume button on startup (Mozilla plugin) * Fix the Subtitles and Audio tracks not being available (xine-lib) * Support on-the-fly visualisation plugins change (GStreamer) * Fallback if the configured output plugins aren't available (GStreamer) * Don't shrink the toplevel window when setting the logo (GStreamer) * Fix video thumbnailing for movies with a non-1/1 aspect ratio
2006-03-30 23:36:13 +02:00
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
Update totem and totem-xine to 1.4.0: 1.4.0 * Added Bulgarian user guide * Show the "Seeking to" label in fullscreen as well * Make the standard zoom keyboard shortcuts work * Allow to save thumbnails in JPEG rather than PNG * Playlist parser fixes for Rhythmbox' initial import * Make nautilus startup faster by only initialising the backend when we require it (GStreamer) 1.3.92: * Get the list of subtitles and languages (GStreamer 0.10) * Fix the window title not getting set properly when loading a new file * Avoid hang when skipping to the next file (GStreamer 0.10) * Require glib 2.8 to avoid crashers (GStreamer 0.10) * Compilation fix with glib > 2.8.0 and < 2.9.1 * Fix a critical warning on startup when a particular file is in the recent files list * Fix a warning on open (GStreamer 0.8) 1.3.91: * Show the waiting cursor when opening files, parsing playlists and starting up * Add popup menu support with the keyboard to the playlist * Don't reverse items when moving them down the playlist * Remove the scrollbars in the playlist when it's been emptied * Don't look for subtitles on HTTP servers * Don't show playlists as ignored after having parsed them successfully * Bigger and better logo * Fix a possible crash with the ASF playlist parser * Add support for the target property, opening the movie in a stand-alone Totem (Mozilla plugin) * Add support for background music (Mozilla plugin) * Take the aspect ratio of the screen when setting the size of the visualisations (xine-lib, GStreamer 0.10) * Fix compilation with glib < 2.8 * Add ability to disable text subtitles when Totem loads them automatically (xine-lib) * Better logo mode handling (GStreamer 0.8) * Free the video output after showing images (GStreamer 0.8) * Show the logo when playing an audio file without visualisations (GStreamer 0.10) * Better key seek handling (GStreamer 0.10) * Fix problems with setting the speaker arrangement (GStreamer 0.10) * Fix playback of files with non-16-bit audio (GStreamer 0.10) * Don't block when getting metadata (GStreamer 0.10) * Better error message when the decoder/demuxer doesn't support streaming (GStreamer 0.10) 1.3.90: * Use Ctrl+S as "Take Screenshot..." shortcut * Fix a possible crash on start with multiple totem processes * Support application/smil and application/x-smil mime-types * Better parsing of SMIL playlists * Better parsing of ASX playlists with multiple REF entries per ENTRY * Make the about box parented on the Mozilla window (Mozilla plugin) * Fix data being dropped when streaming from fast servers (Mozilla plugin) * Fix the state of the volume button on startup (Mozilla plugin) * Fix the Subtitles and Audio tracks not being available (xine-lib) * Support on-the-fly visualisation plugins change (GStreamer) * Fallback if the configured output plugins aren't available (GStreamer) * Don't shrink the toplevel window when setting the logo (GStreamer) * Fix video thumbnailing for movies with a non-1/1 aspect ratio
2006-03-30 23:36:13 +02:00
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../x11/libunique/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../net/libgdata0.6/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"