Tue May 26 20:23:50 2009 UTC ()
dd links to upstream bug reports.


(wiz)
diff -r1.26 -r1.27 pkgsrc/audio/rhythmbox/distinfo
diff -r1.7 -r1.8 pkgsrc/audio/rhythmbox/patches/patch-aa
diff -r1.5 -r1.6 pkgsrc/audio/rhythmbox/patches/patch-ad

cvs diff -r1.26 -r1.27 pkgsrc/audio/rhythmbox/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/rhythmbox/distinfo 2009/05/26 18:15:20 1.26
+++ pkgsrc/audio/rhythmbox/distinfo 2009/05/26 20:23:50 1.27
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.26 2009/05/26 18:15:20 drochner Exp $ 1$NetBSD: distinfo,v 1.27 2009/05/26 20:23:50 wiz Exp $
2 2
3SHA1 (rhythmbox-0.12.1.tar.bz2) = e4360e67aad41adb2dbad0a13c508638de4dfa6c 3SHA1 (rhythmbox-0.12.1.tar.bz2) = e4360e67aad41adb2dbad0a13c508638de4dfa6c
4RMD160 (rhythmbox-0.12.1.tar.bz2) = 72964294d2bd8353c86a0f57bde7d7f37db88f41 4RMD160 (rhythmbox-0.12.1.tar.bz2) = 72964294d2bd8353c86a0f57bde7d7f37db88f41
5Size (rhythmbox-0.12.1.tar.bz2) = 4859015 bytes 5Size (rhythmbox-0.12.1.tar.bz2) = 4859015 bytes
6SHA1 (patch-aa) = fa82e1d8176f4ee0b82e8fc307d506444ae22600 6SHA1 (patch-aa) = c14ddcb59c473de0dcc1e180a8d9d47dc56aca59
7SHA1 (patch-ac) = c2cad1c4b074910797a21117f6809d8e00d12f30 7SHA1 (patch-ad) = 3e7807039a301fa849cd75a066a5931d2a700cee
8SHA1 (patch-ad) = 1b9b61448c5e72d5be9cba158a15d983b73c4b8f 

cvs diff -r1.7 -r1.8 pkgsrc/audio/rhythmbox/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/audio/rhythmbox/patches/Attic/patch-aa 2008/05/06 06:26:59 1.7
+++ pkgsrc/audio/rhythmbox/patches/Attic/patch-aa 2009/05/26 20:23:50 1.8
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-aa,v 1.7 2008/05/06 06:26:59 bjs Exp $ 1$NetBSD: patch-aa,v 1.8 2009/05/26 20:23:50 wiz Exp $
 2
 3http://bugzilla.gnome.org/show_bug.cgi?id=583926
2 4
3--- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-02-24 18:27:43.000000000 -0500 5--- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-02-24 18:27:43.000000000 -0500
4+++ plugins/cd-recorder/rb-recorder-gst.c 6+++ plugins/cd-recorder/rb-recorder-gst.c
5@@ -26,7 +26,9 @@ 7@@ -26,7 +26,9 @@
6 #include <string.h> 8 #include <string.h>
7 #include <math.h> 9 #include <math.h>
8 #include <time.h> 10 #include <time.h>
9+#ifdef __linux__ 11+#ifdef __linux__
10 #include <sys/vfs.h> 12 #include <sys/vfs.h>
11+#endif 13+#endif
12 #include <sys/types.h> 14 #include <sys/types.h>
13 #include <sys/stat.h> 15 #include <sys/stat.h>
14 #include <fcntl.h> 16 #include <fcntl.h>

cvs diff -r1.5 -r1.6 pkgsrc/audio/rhythmbox/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/audio/rhythmbox/patches/Attic/patch-ad 2009/05/26 18:15:20 1.5
+++ pkgsrc/audio/rhythmbox/patches/Attic/patch-ad 2009/05/26 20:23:50 1.6
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-ad,v 1.5 2009/05/26 18:15:20 drochner Exp $ 1$NetBSD: patch-ad,v 1.6 2009/05/26 20:23:50 wiz Exp $
 2
 3http://bugzilla.gnome.org/show_bug.cgi?id=583938
2 4
3--- configure.orig 2009-04-28 09:40:11.000000000 +0200 5--- configure.orig 2009-04-28 09:40:11.000000000 +0200
4+++ configure 6+++ configure
5@@ -20242,7 +20242,7 @@ $as_echo "$as_me: error: HAL support exp 7@@ -20242,7 +20242,7 @@ $as_echo "$as_me: error: HAL support exp
6 { (exit 1); exit 1; }; } 8 { (exit 1); exit 1; }; }
7 fi 9 fi
8  10
9- if test "x$enable_hal" == "xyes"; then 11- if test "x$enable_hal" == "xyes"; then
10+ if test "x$enable_hal" = "xyes"; then 12+ if test "x$enable_hal" = "xyes"; then
11  13
12 cat >>confdefs.h <<\_ACEOF 14 cat >>confdefs.h <<\_ACEOF
13 #define HAVE_HAL 1 15 #define HAVE_HAL 1