[sound-juicer] Bump libmusicbrainz requirement to 4.0.3
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sound-juicer] Bump libmusicbrainz requirement to 4.0.3
- Date: Sat, 16 Jun 2012 11:29:04 +0000 (UTC)
commit c08430eb10c56d7ebffba55d6ec77fe2bac4134d
Author: Phillip Wood <phillip wood dunelm org uk>
Date: Fri Jun 1 18:52:15 2012 +0100
Bump libmusicbrainz requirement to 4.0.3
Previous versions no-longer work after a schema update to Musicbrainz.
https://bugzilla.gnome.org/show_bug.cgi?id=661646
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 92090d3..0691406 100644
--- a/configure.in
+++ b/configure.in
@@ -71,7 +71,7 @@ AM_GST_ELEMENT_CHECK(wavenc,,AC_MSG_WARN([The 'wavenc' element was not found. Th
AM_GST_ELEMENT_CHECK(giosink,,AC_MSG_WARN([The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime.]))
# Find optional MusicBrainz4
-PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 >= 4.0.1 libdiscid, [have_mb4=yes], [have_mb4=no])
+PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 >= 4.0.3 libdiscid, [have_mb4=yes], [have_mb4=no])
AC_SUBST(MUSICBRAINZ4_CFLAGS)
AC_SUBST(MUSICBRAINZ4_LIBS)
if test "$have_mb4" = "yes" ; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]