diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-14 12:54:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-14 12:54:00 +0800 |
commit | 51efaac89e0b0efb89bf5d2727d0a73e9611b79c (patch) | |
tree | 62f02c697d6b8714bb84ef2c199c56d777dd8ebe /audio | |
parent | cbc8f1c0101ec20659880ce9839e5c1778d780ce (diff) | |
download | marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.gz marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.bz2 marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.lz marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.xz marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.tar.zst marcuscom-ports-51efaac89e0b0efb89bf5d2727d0a73e9611b79c.zip |
Chase libnotify update.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6441 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-widges_eggtrayicon.c | 11 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-widges_eggtrayicon.c | 11 |
4 files changed, 26 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 57dec0d9b..48f4f5d3a 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.59 2006/06/02 20:19:18 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.60 2006/06/03 04:21:55 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c b/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c new file mode 100644 index 000000000..bb9d982e2 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c @@ -0,0 +1,11 @@ +--- widgets/eggtrayicon.c.orig Wed Jun 14 12:25:10 2006 ++++ widgets/eggtrayicon.c Wed Jun 14 12:26:41 2006 +@@ -571,7 +571,7 @@ + + if (pixbuf) + { +-#if (LIBNOTIFY_VERSION_MICRO < 2) ++#if ((LIBNOTIFY_VERSION_MINOR <= 3) && (LIBNOTIFY_VERSION_MICRO < 2)) + notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf); + #else + notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf); diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 57dec0d9b..48f4f5d3a 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.59 2006/06/02 20:19:18 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.60 2006/06/03 04:21:55 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox/files/patch-widges_eggtrayicon.c b/audio/rhythmbox/files/patch-widges_eggtrayicon.c new file mode 100644 index 000000000..bb9d982e2 --- /dev/null +++ b/audio/rhythmbox/files/patch-widges_eggtrayicon.c @@ -0,0 +1,11 @@ +--- widgets/eggtrayicon.c.orig Wed Jun 14 12:25:10 2006 ++++ widgets/eggtrayicon.c Wed Jun 14 12:26:41 2006 +@@ -571,7 +571,7 @@ + + if (pixbuf) + { +-#if (LIBNOTIFY_VERSION_MICRO < 2) ++#if ((LIBNOTIFY_VERSION_MINOR <= 3) && (LIBNOTIFY_VERSION_MICRO < 2)) + notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf); + #else + notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf); |