diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-03 02:48:22 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-03 02:48:22 +0000 |
commit | 50b21e43bbe9b4d2cc4ecee8e6fb2dbc9c9efc14 (patch) | |
tree | b3b3522755f1cd02a41bd978895cb576b04eaec4 /media-sound/quodlibet/files/quodlibet-0.19-oss.patch | |
parent | fixed server owned file in bug #126142 (diff) | |
download | gentoo-2-50b21e43bbe9b4d2cc4ecee8e6fb2dbc9c9efc14.tar.gz gentoo-2-50b21e43bbe9b4d2cc4ecee8e6fb2dbc9c9efc14.tar.bz2 gentoo-2-50b21e43bbe9b4d2cc4ecee8e6fb2dbc9c9efc14.zip |
Adding patches to set the gst pipeline in the default config.
(Portage version: 2.0.54)
Diffstat (limited to 'media-sound/quodlibet/files/quodlibet-0.19-oss.patch')
-rw-r--r-- | media-sound/quodlibet/files/quodlibet-0.19-oss.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/quodlibet/files/quodlibet-0.19-oss.patch b/media-sound/quodlibet/files/quodlibet-0.19-oss.patch new file mode 100644 index 000000000000..1395d0d5ef3e --- /dev/null +++ b/media-sound/quodlibet/files/quodlibet-0.19-oss.patch @@ -0,0 +1,12 @@ +diff -urN quodlibet-0.19.orig/config.py quodlibet-0.19/config.py +--- quodlibet-0.19.orig/config.py 2006-04-02 22:33:05.000000000 -0400 ++++ quodlibet-0.19/config.py 2006-04-02 22:33:48.000000000 -0400 +@@ -75,7 +75,7 @@ + # probably belong in memory + "repeat": "false", + +- "pipeline": "", # GStreamer audio pipeline ++ "pipeline": "osssink", # GStreamer audio pipeline + + # initial column headers + "headers": "~#track ~title~version ~album~part artist ~#length", |