From 6210b611610d20982e742f5c86d7a95311152772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 16 Aug 2014 01:40:17 +0200 Subject: [PATCH] mpd: Fix recipe Some dependencies are not detected correctly yet (probably missing or broken pkg-config files) but it builds. --- media-sound/mpd/mpd-0.18.12_git.recipe | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/media-sound/mpd/mpd-0.18.12_git.recipe b/media-sound/mpd/mpd-0.18.12_git.recipe index 244c00323..affa8062b 100644 --- a/media-sound/mpd/mpd-0.18.12_git.recipe +++ b/media-sound/mpd/mpd-0.18.12_git.recipe @@ -24,8 +24,10 @@ PROVIDES=" mpd$secondaryArchSuffix = $portVersion cmd:mpd$secondaryArchSuffix = $portVersion " +#FIXME: expat not detected (missing .pc ?) REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion + lib:libstdc++$secondaryArchSuffix boost$secondaryArchSuffix lib:libmpdclient$secondaryArchSuffix glib2_x86 >= 2 @@ -35,23 +37,24 @@ REQUIRES=" lib:libbz2$secondaryArchSuffix lib:libcurl$secondaryArchSuffix lib:libexpat$secondaryArchSuffix + lib:libfaad$secondaryArchSuffix lib:libFLAC$secondaryArchSuffix - #XXX:lib:libfluidsynth$secondaryArchSuffix + lib:libfluidsynth$secondaryArchSuffix lib:libid3tag$secondaryArchSuffix >= 0.3.0 lib:libintl$secondaryArchSuffix lib:libmad$secondaryArchSuffix lib:libmodplug$secondaryArchSuffix + lib:libmp3lame$secondaryArchSuffix lib:libmpg123$secondaryArchSuffix lib:libopenal$secondaryArchSuffix lib:libsndfile$secondaryArchSuffix lib:libsqlite3$secondaryArchSuffix - #lib:libtag$secondaryArchSuffix >= 1.7.2 + lib:libtag$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion - #FIXME: boggus - boost_devel$secondaryArchSuffix + boost${secondaryArchSuffix}_devel devel:libmpdclient$secondaryArchSuffix icu${secondaryArchSuffix}_devel glib2${secondaryArchSuffix}_devel @@ -60,17 +63,19 @@ BUILD_REQUIRES=" devel:libbz2$secondaryArchSuffix devel:libcurl$secondaryArchSuffix devel:libexpat$secondaryArchSuffix + devel:libfaad$secondaryArchSuffix devel:libFLAC$secondaryArchSuffix - #TODO:devel:libfluidsynth$secondaryArchSuffix + devel:libfluidsynth$secondaryArchSuffix devel:libid3tag$secondaryArchSuffix devel:libintl$secondaryArchSuffix devel:libmad$secondaryArchSuffix devel:libmodplug$secondaryArchSuffix + devel:libmp3lame$secondaryArchSuffix devel:libmpg123$secondaryArchSuffix devel:libopenal$secondaryArchSuffix devel:libsndfile$secondaryArchSuffix devel:libsqlite3$secondaryArchSuffix - #devel:libtag$secondaryArchSuffix >= 1.7.2 + devel:libtag$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -95,7 +100,7 @@ BUILD() { export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig" - ./autogen.sh + ./autogen.sh -V runConfigure ./configure