diff options
author | drochner <drochner@pkgsrc.org> | 2006-10-17 16:35:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-10-17 16:35:10 +0000 |
commit | cf74cee546f827bed3f67ce5c1ad9439eb051a03 (patch) | |
tree | 623b7c069a718fe2e7aec4c59023c5fb383a28a7 /multimedia/totem | |
parent | 82f164391f980ef4e9a1d96e08ba6f240bd0c824 (diff) | |
download | pkgsrc-cf74cee546f827bed3f67ce5c1ad9439eb051a03.tar.gz |
update to 2.16.2
changes:
* Browser enhancement:
- Fix the "Open with..." menu item not showing for some supported types
- Hide the preferences menu item
- Fix playback for http://www.viftv.no
- Fix videos on http://www.apple.com/getamac/ stopping playing
- Support the "showcontrols=false" parameter, for http://www.k9media.se
- Fix playback of videos on http://news.sky.com
- Add a new plugin to support videos on http://stage6.divx.com/
* When opening the "Skip to" dialogue, set the default to the current time
* Fix a possible crasher when checking for an ASF reference file
* Use the top-level title from the SMIL playlist, when there isn't an
entry specific one
* Playlist parser:
- Handle playlists linked inside playlists as used on kinkfm.com
- Handle "BASE HREF" in ASX files
- When adding ISO images, or on-disk DVDs, set a title
* Browser plugin:
- Don't accept streams that aren't from the supported mime-type
* GStreamer backend:
- Restore the statusbar text when we've been buffering
- Fix buffering when streaming
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/totem/PLIST | 3 | ||||
-rw-r--r-- | multimedia/totem/distinfo | 8 |
4 files changed, 9 insertions, 10 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 6590ee36070..f95c54cd6a4 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/09/16 15:36:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2006/10/17 16:35:10 drochner Exp $ # .include "Makefile.common" -PKGREVISION= 1 - COMMENT+= (using GStreamer) CONFLICTS+= totem-xine-[0-9]* diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 9e8e1a73ff5..bf3bc16022f 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.26 2006/10/04 21:50:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.27 2006/10/17 16:35:10 drochner Exp $ # -DISTNAME= totem-2.16.0 +DISTNAME= totem-2.16.2 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/2.16/} diff --git a/multimedia/totem/PLIST b/multimedia/totem/PLIST index ae2120de7b8..699624eced2 100644 --- a/multimedia/totem/PLIST +++ b/multimedia/totem/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/09/15 15:23:51 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/10/17 16:35:11 drochner Exp $ bin/totem bin/totem-video-thumbnailer include/totem/1/plparser/totem-disc.h @@ -118,6 +118,7 @@ share/locale/lv/LC_MESSAGES/totem.mo share/locale/mg/LC_MESSAGES/totem.mo share/locale/mk/LC_MESSAGES/totem.mo share/locale/ml/LC_MESSAGES/totem.mo +share/locale/mr/LC_MESSAGES/totem.mo share/locale/ms/LC_MESSAGES/totem.mo share/locale/nb/LC_MESSAGES/totem.mo share/locale/ne/LC_MESSAGES/totem.mo diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo index 774ac1e5d9a..d0b75037f09 100644 --- a/multimedia/totem/distinfo +++ b/multimedia/totem/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2006/09/15 15:23:51 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2006/10/17 16:35:11 drochner Exp $ -SHA1 (totem-2.16.0.tar.gz) = 17f107fb62e1664cb044cb9d58c3baa7d354a6af -RMD160 (totem-2.16.0.tar.gz) = 59eafa2627e9680117b9c567c7c8924007ea7374 -Size (totem-2.16.0.tar.gz) = 2536646 bytes +SHA1 (totem-2.16.2.tar.gz) = 4607f464a3f9abc379dfaeace2880ede00b1285e +RMD160 (totem-2.16.2.tar.gz) = 2b7c4c6bc45e5503987fa0ddf69723c43d535646 +Size (totem-2.16.2.tar.gz) = 2556403 bytes SHA1 (patch-aa) = 6b000bf0e24244377d0c01307a7c9e650286e51d SHA1 (patch-ad) = b5bcd9a86094c68624f2f3cc408d09730f514c29 |