diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:36:13 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:36:13 +0000 |
commit | b60f30f495e5df076796b8940cf06583908e75a5 (patch) | |
tree | dd7a94cb18b2e50f31734ca54c3a291222842569 /multimedia/totem/buildlink3.mk | |
parent | a81316a75b1ea96207bcb6835599bfa09c5d08af (diff) | |
download | pkgsrc-b60f30f495e5df076796b8940cf06583908e75a5.tar.gz |
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
Diffstat (limited to 'multimedia/totem/buildlink3.mk')
-rw-r--r-- | multimedia/totem/buildlink3.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/totem/buildlink3.mk b/multimedia/totem/buildlink3.mk new file mode 100644 index 00000000000..d0a5fc9317d --- /dev/null +++ b/multimedia/totem/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1 2006/03/30 21:36:13 jmmv Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +TOTEM_BUILDLINK3_MK:= ${TOTEM_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= totem +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntotem} +BUILDLINK_PACKAGES+= totem + +.if !empty(TOTEM_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.totem+= {totem,totem-xine}>=1.4.0 +BUILDLINK_PKGSRCDIR.totem?= ../../multimedia/totem +.endif # TOTEM_BUILDLINK3_MK + +.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |