pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/rhythmbox fix pygtk detection with python>=2.6.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25f3826c49d6
branches:  trunk
changeset: 610077:25f3826c49d6
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Oct 17 13:52:03 2012 +0000

description:
fix pygtk detection with python>=2.6.6

diffstat:

 audio/rhythmbox/Makefile         |   4 ++--
 audio/rhythmbox/distinfo         |   3 ++-
 audio/rhythmbox/patches/patch-ah |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 2dcbd354c5c2 -r 25f3826c49d6 audio/rhythmbox/Makefile
--- a/audio/rhythmbox/Makefile  Wed Oct 17 11:36:02 2012 +0000
+++ b/audio/rhythmbox/Makefile  Wed Oct 17 13:52:03 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.100 2012/10/08 23:01:13 adam Exp $
+# $NetBSD: Makefile,v 1.101 2012/10/17 13:52:03 drochner Exp $
 #
 
 DISTNAME=      rhythmbox-0.12.8
-PKGREVISION=   19
+PKGREVISION=   20
 CATEGORIES=    audio gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.12/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 2dcbd354c5c2 -r 25f3826c49d6 audio/rhythmbox/distinfo
--- a/audio/rhythmbox/distinfo  Wed Oct 17 11:36:02 2012 +0000
+++ b/audio/rhythmbox/distinfo  Wed Oct 17 13:52:03 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2010/11/15 18:56:52 drochner Exp $
+$NetBSD: distinfo,v 1.37 2012/10/17 13:52:03 drochner Exp $
 
 SHA1 (rhythmbox-0.12.8.tar.bz2) = 5d27923cc29b81d7bfbc73d867d7976a5295f964
 RMD160 (rhythmbox-0.12.8.tar.bz2) = 072d4fa06408ebc181b40147db1575d0ef4c99fe
@@ -8,3 +8,4 @@
 SHA1 (patch-ae) = 95bc80c0b6e760613f2e1ad715e05de7b45af0bb
 SHA1 (patch-af) = 8babe8d7e5912f0fbd3a12d0c39dfecf75fef4af
 SHA1 (patch-ag) = de1b458b7a8510f9aded9763947e878597e28b43
+SHA1 (patch-ah) = 2cbaa1c2ed1637b269269a4c8828ebc8d5c8421d
diff -r 2dcbd354c5c2 -r 25f3826c49d6 audio/rhythmbox/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/rhythmbox/patches/patch-ah  Wed Oct 17 13:52:03 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2012/10/17 13:52:03 drochner Exp $
+
+gnome bug #617587
+
+--- shell/rb-python-module.c.orig      2010-03-25 00:10:15.000000000 +0000
++++ shell/rb-python-module.c
+@@ -169,7 +169,7 @@ rb_python_module_init_python (void)
+ 
+       mdict = PyModule_GetDict (pygtk);
+       require = PyDict_GetItemString (mdict, "require");
+-      PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.8")));
++      PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.0")));
+ 
+       /* import gobject */
+       init_pygobject ();



Home | Main Index | Thread Index | Old Index