diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-24 11:10:34 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-24 11:10:34 +0000 |
commit | c6988d135abf3bbe6ad1354106a461400664f8a5 (patch) | |
tree | fed332d9cdaf151cf25df623aabbe6c4b111c454 /media-sound/sound-juicer | |
parent | touchups (diff) | |
download | gentoo-2-c6988d135abf3bbe6ad1354106a461400664f8a5.tar.gz gentoo-2-c6988d135abf3bbe6ad1354106a461400664f8a5.tar.bz2 gentoo-2-c6988d135abf3bbe6ad1354106a461400664f8a5.zip |
add missing patch
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r-- | media-sound/sound-juicer/files/sound-juicer-0.1-warn_plugins_missing.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-sound/sound-juicer/files/sound-juicer-0.1-warn_plugins_missing.patch b/media-sound/sound-juicer/files/sound-juicer-0.1-warn_plugins_missing.patch new file mode 100644 index 000000000000..7aefbe32660e --- /dev/null +++ b/media-sound/sound-juicer/files/sound-juicer-0.1-warn_plugins_missing.patch @@ -0,0 +1,14 @@ +diff -ur sound-juicer-0.1/configure.in sound-juicer-0.1.patched/configure.in +--- sound-juicer-0.1/configure.in 2003-04-10 18:54:32.000000000 +0200 ++++ sound-juicer-0.1.patched/configure.in 2003-04-22 00:28:23.000000000 +0200 +@@ -55,8 +55,8 @@ + fi + AM_GCONF_SOURCE_2 + +-AM_GST_ELEMENT_CHECK(cdparanoia,,AC_MSG_ERROR([The 'cdparanoa' element was not found. This will cause Sound Juicer to fail at runtime.])) +-AM_GST_ELEMENT_CHECK(vorbisenc,,AC_MSG_ERROR([The 'vorbisenc' element was not found. This will cause Sound Juicer to fail at runtime.])) ++AM_GST_ELEMENT_CHECK(cdparanoia,,AC_MSG_WARN([The 'cdparanoia' element was not found. This will cause Sound Juicer to fail at runtime.])) ++AM_GST_ELEMENT_CHECK(vorbisenc,,AC_MSG_WARN([The 'vorbisenc' element was not found. This will cause Sound Juicer to fail at runtime.])) + AM_GST_ELEMENT_CHECK(filesink,,AC_MSG_WARN([The 'filesink' element was not found. This will cause Sound Juicer to fail at runtime.])) + + AC_OUTPUT([ |