[Lunar-commits] <moonbase-other> libmusicbrainz: Adjusting the BUILD becuase of our current version of cmake.
Dennis Veatch
stumbles at lunar-linux.org
Thu Aug 16 12:30:54 CEST 2012
commit 17917ea4737bd91fd4cf15b7e8a94d4580b1280e
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Thu, 16 Aug 2012 03:30:54 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/17917ea4737bd91fd4cf15b7e8a94d4580b1280e
libmusicbrainz: Adjusting the BUILD becuase of our current version of cmake.
---
audio/libmusicbrainz/BUILD +7/-2
audio/libmusicbrainz/DETAILS +4/-4
2 files changed, 11 insertions (+), 6 deletions (-)
--- a/audio/libmusicbrainz/BUILD
+++ b/audio/libmusicbrainz/BUILD
@@ -1,7 +1,12 @@
(
- sed -i "29i #include <stdio.h>" src/utils_private.cpp src/utils_private.h &&
+# It doesn't like an out of source build with our current version of cmake.
+# Instead of screwing around with a patch, just do this and recheck on it next bump.
+ cmake . -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ -DSYSCONF_INSTALL_DIR:PATH=/etc \
+ $OPTS &&
- default_cmake_build
+ default_make
) > $C_FIFO 2>&1
--- a/audio/libmusicbrainz/DETAILS
+++ b/audio/libmusicbrainz/DETAILS
@@ -1,11 +1,11 @@
MODULE=libmusicbrainz
- VERSION=3.0.3
+ VERSION=5.0.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://ftp.musicbrainz.org/pub/musicbrainz
- SOURCE_VFY=sha1:630778a6b34daea73a1780096fde971c7e7964c1
+ SOURCE_URL=https://github.com/downloads/metabrainz/libmusicbrainz/
+ SOURCE_VFY=sha1:d4823beeca3faf114756370dc7dd6e3cd01d7e4f
WEB_SITE=http://musicbrainz.org
ENTERED=20010922
- UPDATED=20101005
+ UPDATED=20120812
SHORT="allows access to the data on the MusicBrainz server"
cat << EOF
More information about the Lunar-commits
mailing list