pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/totem make the "jamendo" plugin work with g...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38df623ab4f1
branches: trunk
changeset: 398707:38df623ab4f1
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Sep 07 10:02:13 2009 +0000
description:
make the "jamendo" plugin work with gtk2-2.16.6 -- the UI loader
seems to be picky about duplicate object names now
bump PKGREVISION
diffstat:
multimedia/totem/Makefile | 4 ++--
multimedia/totem/Makefile.common | 3 +--
multimedia/totem/distinfo | 3 ++-
multimedia/totem/patches/patch-ag | 13 +++++++++++++
4 files changed, 18 insertions(+), 5 deletions(-)
diffs (64 lines):
diff -r 9fb51172919f -r 38df623ab4f1 multimedia/totem/Makefile
--- a/multimedia/totem/Makefile Mon Sep 07 09:49:20 2009 +0000
+++ b/multimedia/totem/Makefile Mon Sep 07 10:02:13 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2009/08/26 20:22:52 sno Exp $
+# $NetBSD: Makefile,v 1.36 2009/09/07 10:02:13 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT+= (using GStreamer)
diff -r 9fb51172919f -r 38df623ab4f1 multimedia/totem/Makefile.common
--- a/multimedia/totem/Makefile.common Mon Sep 07 09:49:20 2009 +0000
+++ b/multimedia/totem/Makefile.common Mon Sep 07 10:02:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2009/07/22 09:01:39 wiz Exp $
+# $NetBSD: Makefile.common,v 1.51 2009/09/07 10:02:13 drochner Exp $
#
# used by multimedia/totem-browser-plugin/Makefile
# used by multimedia/totem-nautilus/Makefile
@@ -15,7 +15,6 @@
DISTINFO_FILE= ${.CURDIR}/../../multimedia/totem/distinfo
PATCHDIR= ${.CURDIR}/../../multimedia/totem/patches
-FILESDIR= ${.CURDIR}/../../multimedia/totem/files
PLIST_SRC= ${.CURDIR}/../../multimedia/totem/PLIST
GNU_CONFIGURE= YES
diff -r 9fb51172919f -r 38df623ab4f1 multimedia/totem/distinfo
--- a/multimedia/totem/distinfo Mon Sep 07 09:49:20 2009 +0000
+++ b/multimedia/totem/distinfo Mon Sep 07 10:02:13 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.31 2009/07/09 18:20:19 drochner Exp $
+$NetBSD: distinfo,v 1.32 2009/09/07 10:02:13 drochner Exp $
SHA1 (totem-2.26.3.tar.gz) = eb7fc23c6ff6c8e7c5a23ff15ec9fa1b59b5a494
RMD160 (totem-2.26.3.tar.gz) = 91386162699fd1c56c0976080c84ba677e8d566e
Size (totem-2.26.3.tar.gz) = 4709812 bytes
SHA1 (patch-ad) = ec8cd092d202255981049ace4ac643c41a0044be
SHA1 (patch-af) = 8e4ffb97aedbf56a052d5ffacea73f8b2f071183
+SHA1 (patch-ag) = 41365aaf9864eeb871346e338b6c7cc7aaa676bb
diff -r 9fb51172919f -r 38df623ab4f1 multimedia/totem/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/totem/patches/patch-ag Mon Sep 07 10:02:13 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2009/09/07 10:02:13 drochner Exp $
+
+--- src/plugins/jamendo/jamendo.ui.orig 2009-04-27 01:56:26.000000000 +0200
++++ src/plugins/jamendo/jamendo.ui
+@@ -187,7 +187,7 @@
+ <property name="scrollable">False</property>
+ <property name="enable_popup">False</property>
+ <child>
+- <object class="GtkVBox" id="vbox1">
++ <object class="GtkVBox" id="vbox11">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">0</property>
Home |
Main Index |
Thread Index |
Old Index