diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-20 05:35:49 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-20 05:35:49 +0800 |
commit | 3f5b84c9848a8037175fe63a37a3289e24d9f299 (patch) | |
tree | 3a9ba1bb160903b631a99e0da8907a8ecca36466 /audio | |
parent | cd8f31129d868fd17a7351e683eab9848db73249 (diff) | |
download | marcuscom-ports-3f5b84c9848a8037175fe63a37a3289e24d9f299.tar marcuscom-ports-3f5b84c9848a8037175fe63a37a3289e24d9f299.tar.gz marcuscom-ports-3f5b84c9848a8037175fe63a37a3289e24d9f299.tar.bz2 marcuscom-ports-3f5b84c9848a8037175fe63a37a3289e24d9f299.tar.lz marcuscom-ports-3f5b84c9848a8037175fe63a37a3289e24d9f299.tar.xz marcuscom-ports-3f5b84c9848a8037175fe63a37a3289e24d9f299.tar.zst marcuscom-ports-3f5b84c9848a8037175fe63a37a3289e24d9f299.zip |
- Make the pythonconsole plugin work
Reported by: tmclaugh
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6093 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py | 10 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py | 10 |
4 files changed, 24 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index a1fd06b42..5823ebed4 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.50 2006/04/17 07:43:45 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.51 2006/04/19 06:18:55 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py new file mode 100644 index 000000000..c0ae9e0a9 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py @@ -0,0 +1,10 @@ +--- plugins/pythonconsole/pythonconsole.py.orig Wed Apr 19 17:24:43 2006 ++++ plugins/pythonconsole/pythonconsole.py Wed Apr 19 17:24:53 2006 +@@ -31,6 +31,7 @@ + import gobject + import gtk + import pango ++import rhythmdb + from gettext import gettext as _ + import rb + diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index a1fd06b42..5823ebed4 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.50 2006/04/17 07:43:45 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.51 2006/04/19 06:18:55 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py new file mode 100644 index 000000000..c0ae9e0a9 --- /dev/null +++ b/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py @@ -0,0 +1,10 @@ +--- plugins/pythonconsole/pythonconsole.py.orig Wed Apr 19 17:24:43 2006 ++++ plugins/pythonconsole/pythonconsole.py Wed Apr 19 17:24:53 2006 +@@ -31,6 +31,7 @@ + import gobject + import gtk + import pango ++import rhythmdb + from gettext import gettext as _ + import rb + |