Update to 2.24.4:

2.24.4:
* Fix building with --disable-easy-codec-installation
* Small fix to the man page
This commit is contained in:
wiz 2009-02-21 17:40:00 +00:00
parent 94a6e034c4
commit cd49425149
4 changed files with 29 additions and 10 deletions

View file

@ -1,12 +1,10 @@
# $NetBSD: Makefile,v 1.31 2009/02/09 22:56:25 joerg Exp $
# $NetBSD: Makefile,v 1.32 2009/02/21 17:40:00 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
PKGREVISION= 1
COMMENT+= (using GStreamer)
CONFLICTS+= totem-xine-[0-9]*

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile.common,v 1.42 2008/10/28 10:56:04 wiz Exp $
# $NetBSD: Makefile.common,v 1.43 2009/02/21 17:40:00 wiz Exp $
#
# used by multimedia/totem-nautilus/Makefile
# used by multimedia/totem-xine/Makefile
DISTNAME= totem-2.24.3
DISTNAME= totem-2.24.4
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/2.24/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.16 2008/10/16 17:26:07 drochner Exp $
@comment $NetBSD: PLIST,v 1.17 2009/02/21 17:40:00 wiz Exp $
bin/totem
bin/totem-audio-preview
bin/totem-video-indexer
@ -116,6 +116,15 @@ share/gnome/help/totem/it/figures/totem_start_window.png
share/gnome/help/totem/it/figures/totem_volume_maximum_button.png
share/gnome/help/totem/it/figures/totem_volume_mute_button.png
share/gnome/help/totem/it/totem.xml
share/gnome/help/totem/ja/figures/totem_next_button.png
share/gnome/help/totem/ja/figures/totem_pause_button.png
share/gnome/help/totem/ja/figures/totem_play_button.png
share/gnome/help/totem/ja/figures/totem_previous_button.png
share/gnome/help/totem/ja/figures/totem_show_playlist_button.png
share/gnome/help/totem/ja/figures/totem_start_window.png
share/gnome/help/totem/ja/figures/totem_volume_maximum_button.png
share/gnome/help/totem/ja/figures/totem_volume_mute_button.png
share/gnome/help/totem/ja/totem.xml
share/gnome/help/totem/oc/figures/totem_next_button.png
share/gnome/help/totem/oc/figures/totem_pause_button.png
share/gnome/help/totem/oc/figures/totem_play_button.png
@ -243,6 +252,7 @@ share/locale/ka/LC_MESSAGES/totem.mo
share/locale/kn/LC_MESSAGES/totem.mo
share/locale/ko/LC_MESSAGES/totem.mo
share/locale/ku/LC_MESSAGES/totem.mo
share/locale/la/LC_MESSAGES/totem.mo
share/locale/lt/LC_MESSAGES/totem.mo
share/locale/lv/LC_MESSAGES/totem.mo
share/locale/mg/LC_MESSAGES/totem.mo
@ -291,6 +301,7 @@ share/omf/totem/totem-en_GB.omf
share/omf/totem/totem-es.omf
share/omf/totem/totem-fr.omf
share/omf/totem/totem-it.omf
share/omf/totem/totem-ja.omf
share/omf/totem/totem-oc.omf
share/omf/totem/totem-pa.omf
share/omf/totem/totem-pl.omf
@ -316,12 +327,19 @@ share/totem/video-list.ui
@dirrm share/omf/totem
@comment in rarian: @dirrm share/omf
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
@comment in xdg-dirs: @dirrm share/icons
@dirrm share/gnome/help/totem/zh_TW/figures
@dirrm share/gnome/help/totem/zh_TW
@dirrm share/gnome/help/totem/zh_HK/figures
@ -340,6 +358,8 @@ share/totem/video-list.ui
@dirrm share/gnome/help/totem/pa
@dirrm share/gnome/help/totem/oc/figures
@dirrm share/gnome/help/totem/oc
@dirrm share/gnome/help/totem/ja/figures
@dirrm share/gnome/help/totem/ja
@dirrm share/gnome/help/totem/it/figures
@dirrm share/gnome/help/totem/it
@dirrm share/gnome/help/totem/fr/figures
@ -360,6 +380,7 @@ share/totem/video-list.ui
@dirrm share/gnome/help/totem/C
@dirrm share/gnome/help/totem
@comment in gnome2-dirs: @dirrm share/gnome/help
@comment in gnome2-dirs: @dirrm share/gnome
@comment in GConf: @dirrm share/gconf/schemas
@comment in xdg-dirs: @dirrm share/applications
@dirrm lib/totem/plugins/youtube

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.24 2008/12/18 00:45:44 jmcneill Exp $
$NetBSD: distinfo,v 1.25 2009/02/21 17:40:00 wiz Exp $
SHA1 (totem-2.24.3.tar.gz) = 4e807fab8a7f7f39a864d2142306f1d8121bccda
RMD160 (totem-2.24.3.tar.gz) = 070af89c13d3c5d373fabd6ea7acf3bad0b26984
Size (totem-2.24.3.tar.gz) = 3719712 bytes
SHA1 (totem-2.24.4.tar.gz) = aa1c0f3c57136a3f52a1b9803269c02728eab476
RMD160 (totem-2.24.4.tar.gz) = 6e2290c7c0e2eaf0e5a6b080cccbaacc6ec68b61
Size (totem-2.24.4.tar.gz) = 3811092 bytes
SHA1 (patch-aa) = 6e4ed0bc2c56644ff988fb06104c2d9877894fbd
SHA1 (patch-ad) = dd138a330004e4f1130b74e1689d117acf7a9c6c
SHA1 (patch-ae) = f0fb18003531ab0bb20337734c839a942c6e3822