diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-11 10:28:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-11 10:28:19 +0800 |
commit | 6f9f389089f857ddedbf669826f82174ba2137f2 (patch) | |
tree | 700c590c8ee4645aea3c2dbb2c6feba6a0c70602 | |
parent | 66146593fce2e1831bda006b75a9cdc3a1eaf410 (diff) | |
download | marcuscom-ports-6f9f389089f857ddedbf669826f82174ba2137f2.tar marcuscom-ports-6f9f389089f857ddedbf669826f82174ba2137f2.tar.gz marcuscom-ports-6f9f389089f857ddedbf669826f82174ba2137f2.tar.bz2 marcuscom-ports-6f9f389089f857ddedbf669826f82174ba2137f2.tar.lz marcuscom-ports-6f9f389089f857ddedbf669826f82174ba2137f2.tar.xz marcuscom-ports-6f9f389089f857ddedbf669826f82174ba2137f2.tar.zst marcuscom-ports-6f9f389089f857ddedbf669826f82174ba2137f2.zip |
Update to 1.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4470 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/totem/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem/distinfo | 4 | ||||
-rw-r--r-- | multimedia/totem/files/patch-src_totem-volume.c | 20 | ||||
-rw-r--r-- | multimedia/totem/pkg-plist | 1 |
4 files changed, 5 insertions, 24 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index b1f7a17cf..e8922ec20 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,11 +3,11 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.16 2005/07/01 18:03:50 marcus Exp $ +# $MCom: ports/multimedia/totem/Makefile,v 1.17 2005/07/14 04:17:28 marcus Exp $ # PORTNAME= totem -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 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 b43d0ec7a..4a7fb9921 100644 --- a/multimedia/totem/distinfo +++ b/multimedia/totem/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/totem-1.1.3.tar.bz2) = e8d34fed67924efa00ae50a294b94d60 -SIZE (gnome2/totem-1.1.3.tar.bz2) = 1605063 +MD5 (gnome2/totem-1.1.4.tar.bz2) = 5b4e5216c2dc1fe06c8b7d83bae89a13 +SIZE (gnome2/totem-1.1.4.tar.bz2) = 1623901 diff --git a/multimedia/totem/files/patch-src_totem-volume.c b/multimedia/totem/files/patch-src_totem-volume.c deleted file mode 100644 index 4b19f1891..000000000 --- a/multimedia/totem/files/patch-src_totem-volume.c +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 290a2c96b..f2ce36f28 100644 --- a/multimedia/totem/pkg-plist +++ b/multimedia/totem/pkg-plist @@ -126,6 +126,7 @@ share/locale/sq/LC_MESSAGES/totem.mo share/locale/sr/LC_MESSAGES/totem.mo share/locale/sr@Latn/LC_MESSAGES/totem.mo share/locale/sv/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 share/locale/ug/LC_MESSAGES/totem.mo |