summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-07 10:02:13 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-07 10:02:13 +0000
commit4517504e655f246005589b9119e9ba8a22893c97 (patch)
tree4fd7dd4e11c6637fc08fd6d852249af81305947c
parenta8034e9aa348cb244a0bd07882e4aa9b6ee7753b (diff)
downloadpkgsrc-4517504e655f246005589b9119e9ba8a22893c97.tar.gz
make the "jamendo" plugin work with gtk2-2.16.6 -- the UI loader
seems to be picky about duplicate object names now bump PKGREVISION
-rw-r--r--multimedia/totem/Makefile4
-rw-r--r--multimedia/totem/Makefile.common3
-rw-r--r--multimedia/totem/distinfo3
-rw-r--r--multimedia/totem/patches/patch-ag13
4 files changed, 18 insertions, 5 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index daa3d0a092a..906c1fd2761 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -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 --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common
index a36e7d26bfd..2d55e700408 100644
--- a/multimedia/totem/Makefile.common
+++ b/multimedia/totem/Makefile.common
@@ -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 @@ LICENSE= gnu-gpl-v2 # with an exception clause
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 --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo
index 8f0b37ec190..ac61aef76bf 100644
--- a/multimedia/totem/distinfo
+++ b/multimedia/totem/distinfo
@@ -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 --git a/multimedia/totem/patches/patch-ag b/multimedia/totem/patches/patch-ag
new file mode 100644
index 00000000000..845eb4bb08b
--- /dev/null
+++ b/multimedia/totem/patches/patch-ag
@@ -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>