summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-06-04 11:44:24 +0000
committerdrochner <drochner@pkgsrc.org>2009-06-04 11:44:24 +0000
commit80a9fb4abb69ace738f69deb8e7aa9b9382da3e5 (patch)
tree42cb6f07aa7b776cd8c9d5132a3ab3a508080e6d /audio/rhythmbox/patches
parenta7da8442c3c1fa07bd47d4b2ae719ccd4aa4c848 (diff)
downloadpkgsrc-80a9fb4abb69ace738f69deb8e7aa9b9382da3e5.tar.gz
update to 0.12.2
changes: Support for cover art images embedded in song metadata New plugin that sets your IM status to describe the current playing song Last.fm submission protocol v1.2 (including the 'now playing' feature) New status icon plugin Replaced libglade with GtkBuilder Switched from playbin to playbin2 when crossfading is disabled, providing gapless playback and better support for visualization -bugfixes -translation updates
Diffstat (limited to 'audio/rhythmbox/patches')
-rw-r--r--audio/rhythmbox/patches/patch-aa16
-rw-r--r--audio/rhythmbox/patches/patch-ad15
2 files changed, 0 insertions, 31 deletions
diff --git a/audio/rhythmbox/patches/patch-aa b/audio/rhythmbox/patches/patch-aa
deleted file mode 100644
index 0acc1a6dee4..00000000000
--- a/audio/rhythmbox/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2009/05/26 20:23:50 wiz Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=583926
-
---- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-02-24 18:27:43.000000000 -0500
-+++ plugins/cd-recorder/rb-recorder-gst.c
-@@ -26,7 +26,9 @@
- #include <string.h>
- #include <math.h>
- #include <time.h>
-+#ifdef __linux__
- #include <sys/vfs.h>
-+#endif
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
diff --git a/audio/rhythmbox/patches/patch-ad b/audio/rhythmbox/patches/patch-ad
deleted file mode 100644
index 85fc05a867d..00000000000
--- a/audio/rhythmbox/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.6 2009/05/26 20:23:50 wiz Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=583938
-
---- configure.orig 2009-04-28 09:40:11.000000000 +0200
-+++ configure
-@@ -20242,7 +20242,7 @@ $as_echo "$as_me: error: HAL support exp
- { (exit 1); exit 1; }; }
- fi
-
-- if test "x$enable_hal" == "xyes"; then
-+ if test "x$enable_hal" = "xyes"; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_HAL 1