summaryrefslogtreecommitdiffstats
path: root/gnome/sound-juicer
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/sound-juicer')
-rwxr-xr-xgnome/sound-juicer/Pkgfile2
-rw-r--r--gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch11
2 files changed, 1 insertions, 12 deletions
diff --git a/gnome/sound-juicer/Pkgfile b/gnome/sound-juicer/Pkgfile
index 259e40d4d..d9328f525 100755
--- a/gnome/sound-juicer/Pkgfile
+++ b/gnome/sound-juicer/Pkgfile
@@ -8,7 +8,7 @@ name=sound-juicer
version=2.28.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
- sound-juicer-gcc-4.5-01.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/sound-juicer-gcc-4.5-01.patch)
build() {
cd $name-$version
diff --git a/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch b/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
deleted file mode 100644
index 2fbe3e72e..000000000
--- a/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sound-juicer-2.28.2/src/sj-play.c.original 2010-06-29 21:52:58.000000000 +0000
-+++ sound-juicer-2.28.2/src/sj-play.c 2010-06-29 21:49:09.000000000 +0000
-@@ -96,7 +96,7 @@
- * Pause
- */
- static void
--pause (void)
-+sj_pause (void)
- {
- gst_element_set_state (pipeline, GST_STATE_PAUSED);
- }