Subject: pkg/34141: multimedia/totem
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 08/04/2006 15:15:00
>Number: 34141
>Category: pkg
>Synopsis: multimedia/totem
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Aug 04 15:15:00 +0000 2006
>Originator: Gilles Dauphin
>Release: SunOS 5.10 i86pc
>Organization:
ENST
>Environment:
System: SunOS bi.enst.fr 5.10 Generic_Patch_118844-30 i86pc
>Description:
1.4.3 does not compile on Solaris because of
totem-disk.c
>How-To-Repeat:
bmake
>Fix:
upgrade to totem 1.5.90
-----------------------------------------------
[root@redhot 755] diff -rbu totem totem-1.5.90
Only in totem: CVS
diff -rbu totem/Makefile totem-1.5.90/Makefile
--- totem/Makefile Tue Jun 20 18:51:04 2006
+++ totem-1.5.90/Makefile Fri Aug 4 16:47:23 2006
@@ -7,7 +7,8 @@
CONFLICTS+= totem-xine-[0-9]*
-CONFIGURE_ARGS+= --enable-gstreamer=0.10
+#CONFIGURE_ARGS+= --enable-gstreamer=0.10
+CONFIGURE_ARGS+= --enable-gstreamer=yes
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
diff -rbu totem/Makefile.common totem-1.5.90/Makefile.common
--- totem/Makefile.common Fri Aug 4 15:36:29 2006
+++ totem-1.5.90/Makefile.common Fri Aug 4 16:37:23 2006
@@ -1,17 +1,17 @@
# $NetBSD: Makefile.common,v 1.22 2006/08/03 19:19:58 drochner Exp $
#
-DISTNAME= totem-1.4.3
+DISTNAME= totem-1.5.90
CATEGORIES= multimedia gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/1.4/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/1.5/}
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.hadess.net/totem.php3
COMMENT= Movie player for the GNOME Desktop
-DISTINFO_FILE= ${.CURDIR}/../../multimedia/totem/distinfo
-PATCHDIR= ${.CURDIR}/../../multimedia/totem/patches
-PLIST_SRC= ${.CURDIR}/../../multimedia/totem/PLIST
+DISTINFO_FILE= ${.CURDIR}/../../multimedia/totem-1.5.90/distinfo
+PATCHDIR= ${.CURDIR}/../../multimedia/totem-1.5.90/patches
+PLIST_SRC= ${.CURDIR}/../../multimedia/totem-1.5.90/PLIST
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
diff -rbu totem/PLIST totem-1.5.90/PLIST
--- totem/PLIST Tue Jul 4 20:54:38 2006
+++ totem-1.5.90/PLIST Fri Aug 4 17:01:44 2006
@@ -77,6 +77,7 @@
share/locale/be/LC_MESSAGES/totem.mo
share/locale/bg/LC_MESSAGES/totem.mo
share/locale/bn/LC_MESSAGES/totem.mo
+share/locale/bn_IN/LC_MESSAGES/totem.mo
share/locale/br/LC_MESSAGES/totem.mo
share/locale/ca/LC_MESSAGES/totem.mo
share/locale/cs/LC_MESSAGES/totem.mo
@@ -128,6 +129,7 @@
share/locale/sr/LC_MESSAGES/totem.mo
share/locale/sr@Latn/LC_MESSAGES/totem.mo
share/locale/sv/LC_MESSAGES/totem.mo
+share/locale/ta/LC_MESSAGES/totem.mo
share/locale/te/LC_MESSAGES/totem.mo
share/locale/th/LC_MESSAGES/totem.mo
share/locale/tr/LC_MESSAGES/totem.mo
@@ -146,12 +148,11 @@
share/omf/totem/totem-fr.omf
share/omf/totem/totem-ru.omf
share/omf/totem/totem-uk.omf
-share/pixmaps/media-player-48.png
+share/icons/hicolor/48x48/apps/media-player-48.png
share/pixmaps/vanity.png
share/totem/filmholes-big-left.png
share/totem/filmholes-big-right.png
share/totem/filmholes.png
-share/totem/media-player-48.png
share/totem/mozilla-viewer.glade
share/totem/playlist-playing.png
share/totem/playlist.glade
diff -rbu totem/distinfo totem-1.5.90/distinfo
--- totem/distinfo Fri Aug 4 16:30:22 2006
+++ totem-1.5.90/distinfo Fri Aug 4 16:37:40 2006
@@ -1,9 +1,5 @@
-$NetBSD: distinfo,v 1.10 2006/08/03 19:19:58 drochner Exp $
+$NetBSD$
SHA1 (totem-1.5.90.tar.gz) = 6957bfe106102b3aef97ad8fdc355c0a310a3563
RMD160 (totem-1.5.90.tar.gz) = 61d10e8235029148e32e4fe6299a3208f01161b9
Size (totem-1.5.90.tar.gz) = 2406214 bytes
-SHA1 (patch-aa) = 1267125093c4e76fc61575b83890b9adacff9a0d
-SHA1 (patch-ab) = 6327cf86050bf2fbd9d6b37c338304ddeb08092c
-SHA1 (patch-ac) = eb08ead97a419da14a7d870fff075b24d8d6da27
-SHA1 (patch-ad) = b5bcd9a86094c68624f2f3cc408d09730f514c29
Only in totem: patches
Only in totem-1.5.90: patches.save
[root@redhot 756]