summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-14 12:17:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-14 12:17:28 +0800
commit06be8f2a3bb11d4f68702d7cd371593e5f9fecb6 (patch)
tree653f37f21aa11fc88d5e1212927d820a7c28c55c
parentcac13cf26af7bac203b813c74c20fa72d003afda (diff)
downloadmarcuscom-ports-06be8f2a3bb11d4f68702d7cd371593e5f9fecb6.tar
marcuscom-ports-06be8f2a3bb11d4f68702d7cd371593e5f9fecb6.tar.gz
marcuscom-ports-06be8f2a3bb11d4f68702d7cd371593e5f9fecb6.tar.bz2
marcuscom-ports-06be8f2a3bb11d4f68702d7cd371593e5f9fecb6.tar.lz
marcuscom-ports-06be8f2a3bb11d4f68702d7cd371593e5f9fecb6.tar.xz
marcuscom-ports-06be8f2a3bb11d4f68702d7cd371593e5f9fecb6.tar.zst
marcuscom-ports-06be8f2a3bb11d4f68702d7cd371593e5f9fecb6.zip
Update to 1.1.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4238 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/totem/Makefile5
-rw-r--r--multimedia/totem/distinfo4
-rw-r--r--multimedia/totem/files/patch-src_totem-volume.c20
-rw-r--r--multimedia/totem/pkg-plist5
4 files changed, 26 insertions, 8 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index a31e4d9a2..b1f7a17cf 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -3,12 +3,11 @@
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem/Makefile,v 1.15 2005/06/28 05:40:08 adamw Exp $
+# $MCom: ports/multimedia/totem/Makefile,v 1.16 2005/07/01 18:03:50 marcus Exp $
#
PORTNAME= totem
-PORTVERSION= 1.1.2
-PORTREVISION= 1
+PORTVERSION= 1.1.3
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo
index 77291d625..b43d0ec7a 100644
--- a/multimedia/totem/distinfo
+++ b/multimedia/totem/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/totem-1.1.2.tar.bz2) = 2228bbb4c1656c932233ecfd0d5c54da
-SIZE (gnome2/totem-1.1.2.tar.bz2) = 1494932
+MD5 (gnome2/totem-1.1.3.tar.bz2) = e8d34fed67924efa00ae50a294b94d60
+SIZE (gnome2/totem-1.1.3.tar.bz2) = 1605063
diff --git a/multimedia/totem/files/patch-src_totem-volume.c b/multimedia/totem/files/patch-src_totem-volume.c
new file mode 100644
index 000000000..4b19f1891
--- /dev/null
+++ b/multimedia/totem/files/patch-src_totem-volume.c
@@ -0,0 +1,20 @@
+--- src/totem-volume.c.orig Thu Jul 14 00:10:58 2005
++++ src/totem-volume.c Thu Jul 14 00:11:16 2005
+@@ -282,7 +282,7 @@ totem_volume_button_press (GtkWidget
+ button->timeout = TRUE;
+
+ /* position (needs widget to be shown already) */
+- v = lrintf (totem_volume_button_get_value (button));
++ v = (long) rintf (totem_volume_button_get_value (button));
+ x += widget->allocation.x;
+ x += (widget->allocation.width - button->dock->allocation.width) / 2;
+ y += widget->allocation.y;
+@@ -569,7 +569,7 @@ totem_volume_scale_value_changed (GtkRan
+ char *s;
+
+ /* update label */
+- s = g_strdup_printf ("%d", lrintf (val));
++ s = g_strdup_printf ("%d", (long) rintf (val));
+ gtk_button_set_label (GTK_BUTTON (button), s);
+ g_free (s);
+ #else
diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist
index d60786101..290a2c96b 100644
--- a/multimedia/totem/pkg-plist
+++ b/multimedia/totem/pkg-plist
@@ -5,7 +5,7 @@ include/totem/1/plparser/totem-pl-parser-builtins.h
include/totem/1/plparser/totem-pl-parser.h
lib/libtotem-plparser.a
lib/libtotem-plparser.so
-lib/libtotem-plparser.so.0
+lib/libtotem-plparser.so.1
lib/nautilus/extensions-1.0/libtotem-properties-page.a
lib/nautilus/extensions-1.0/libtotem-properties-page.so
lib/nautilus/extensions-1.0/libtotem-properties-page.so.0
@@ -56,8 +56,6 @@ share/gnome/totem/filmholes-big-right.png
share/gnome/totem/filmholes.png
share/gnome/totem/media-player-48.png
share/gnome/totem/mozilla-viewer.glade
-share/gnome/totem/playlist-16.png
-share/gnome/totem/playlist-24.png
share/gnome/totem/playlist-playing.png
share/gnome/totem/playlist.glade
share/gnome/totem/popup.glade
@@ -96,6 +94,7 @@ share/locale/eu/LC_MESSAGES/totem.mo
share/locale/fi/LC_MESSAGES/totem.mo
share/locale/fr/LC_MESSAGES/totem.mo
share/locale/ga/LC_MESSAGES/totem.mo
+share/locale/gl/LC_MESSAGES/totem.mo
share/locale/gu/LC_MESSAGES/totem.mo
share/locale/he/LC_MESSAGES/totem.mo
share/locale/hi/LC_MESSAGES/totem.mo