[sound-juicer] Bump libmusicbrainz requirement to 4.0.1
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sound-juicer] Bump libmusicbrainz requirement to 4.0.1
- Date: Sat, 16 Jun 2012 11:28:34 +0000 (UTC)
commit 78875a280620802b5a92e8100e33106d04c12a2f
Author: Phillip Wood <phillip wood dunelm org uk>
Date: Wed Apr 18 10:57:22 2012 +0100
Bump libmusicbrainz requirement to 4.0.1
This is required to support objects with multiple relation lists, which
are used in the composer metadata parsing.
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 ca06801..92090d3 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 libdiscid, [have_mb4=yes], [have_mb4=no])
+PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 >= 4.0.1 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]