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
This commit is contained in:
parent
82f164391f
commit
cf74cee546
4 changed files with 9 additions and 10 deletions
|
@ -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]*
|
||||
|
|
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue