diff options
author | 2005-12-02 02:09:33 +0000 | |
---|---|---|
committer | 2005-12-02 02:09:33 +0000 | |
commit | b6d17f4c7ba89430acd391b3ea7adea74b780e88 (patch) | |
tree | 3cde47e7107e34fc5499aff1920347acd28e7636 /media-plugins/xmms-crossfade/files | |
parent | Mask tunepimp 0.4.0 as it breaks amaroK. (diff) | |
download | gentoo-2-b6d17f4c7ba89430acd391b3ea7adea74b780e88.tar.gz gentoo-2-b6d17f4c7ba89430acd391b3ea7adea74b780e88.tar.bz2 gentoo-2-b6d17f4c7ba89430acd391b3ea7adea74b780e88.zip |
Version Bump. Added a patch to fix build on gcc4 made by me.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-plugins/xmms-crossfade/files')
-rw-r--r-- | media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.9 | 1 | ||||
-rw-r--r-- | media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.9 b/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.9 new file mode 100644 index 000000000000..5d701e46d053 --- /dev/null +++ b/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.9 @@ -0,0 +1 @@ +MD5 a8a995cd10973005519a780541b603cb xmms-crossfade-0.3.9.tar.gz 475648 diff --git a/media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch b/media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch new file mode 100644 index 000000000000..75a7e9dc4100 --- /dev/null +++ b/media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch @@ -0,0 +1,11 @@ +--- oss.c.orig 2005-11-23 18:54:03.000000000 +0000 ++++ oss.c 2005-12-01 23:12:55.475067800 +0000 +@@ -94,6 +94,7 @@ + static gint dsp_fragment_utime = 0; + static gboolean dsp_select_works = FALSE; + ++#define buffer_mutex buffer_mutex_oss +-static pthread_mutex_t buffer_mutex; ++pthread_mutex_t buffer_mutex; + static pthread_t buffer_thread; + static gboolean buffer_thread_finished; |