summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches/patch-aa
diff options
context:
space:
mode:
authordrochner <drochner>2009-06-04 11:44:24 +0000
committerdrochner <drochner>2009-06-04 11:44:24 +0000
commitb98738ebb847f380a3630e6a40564e3291439cf9 (patch)
tree42cb6f07aa7b776cd8c9d5132a3ab3a508080e6d /audio/rhythmbox/patches/patch-aa
parent3bec332b12a8fb549e15fdfa4c1e3beca794c1b6 (diff)
downloadpkgsrc-b98738ebb847f380a3630e6a40564e3291439cf9.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/patch-aa')
-rw-r--r--audio/rhythmbox/patches/patch-aa16
1 files changed, 0 insertions, 16 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>