[Lunar-commits] <moonbase> libmusicbrainz2: This used to be libmusicbrainz before it was bumped to the

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Sep 18 00:53:59 CEST 2011


commit 7e9ba47dc43648a1ecde23e74c3bf4f0667aa4a5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Sep 17 18:53:59 2011 -0400

    libmusicbrainz2: This used to be libmusicbrainz before it was bumped to the
    
    3.x series. I know of only one module that can make use of the 3.x series; kdemultimedia.
    gst-plugins-bad and k3b require version 2.1.x series. These two libmusicbrainz modules
    can coexist; there are no conflicts.
---
 audio/libmusicbrainz2/BUILD   |    7 +++++++
 audio/libmusicbrainz2/DEPENDS |    5 +++++
 audio/libmusicbrainz2/DETAILS |   27 +++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/audio/libmusicbrainz2/BUILD b/audio/libmusicbrainz2/BUILD
new file mode 100644
index 0000000..ce94b55
--- /dev/null
+++ b/audio/libmusicbrainz2/BUILD
@@ -0,0 +1,7 @@
+(
+
+  patch_it $SOURCE2 0 &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/libmusicbrainz2/DEPENDS b/audio/libmusicbrainz2/DEPENDS
new file mode 100644
index 0000000..ffcaba7
--- /dev/null
+++ b/audio/libmusicbrainz2/DEPENDS
@@ -0,0 +1,5 @@
+depends expat
+depends libdiscid
+depends neon
+
+optional_depends  "Python"  ""  ""  "to build the Python bindings"
diff --git a/audio/libmusicbrainz2/DETAILS b/audio/libmusicbrainz2/DETAILS
new file mode 100644
index 0000000..5cc155b
--- /dev/null
+++ b/audio/libmusicbrainz2/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=libmusicbrainz2
+         VERSION=2.1.5
+          SOURCE=libmusicbrainz-$VERSION.tar.gz
+         SOURCE2=libmusicbrainz-2.1.4-gcc-4.3.x.patch.bz2
+      SOURCE_URL=ftp://ftp.musicbrainz.org/pub/musicbrainz/
+     SOURCE2_URL=$PATCH_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/libmusicbrainz-$VERSION
+      SOURCE_VFY=sha1:99e85701541e41bb367e37e3a6ac47415fe8748f
+     SOURCE2_VFY=sha1:e27e940a5202938add9c3507d5a3a25a50fef5f7
+        WEB_SITE=http://musicbrainz.org
+         ENTERED=20110917
+         UPDATED=20110917
+           SHORT="allows access to the data on the MusicBrainz server"
+
+cat << EOF
+MusicBrainz is a community music metadatabase that attempts to
+create a comprehensive music information site. You can use the
+MusicBrainz data either by browsing this web site, or you can
+access the data from a client program  for example, a CD player
+program can use MusicBrainz to identify CDs and provide information
+about the CD, about the artist or about related information.
+You can also use the MusicBrainz Tagger to automatically identify
+and clean up the metadata tags in your MP3 collections.
+
+Note: This is version 2.1.x and can be used by k3b. k3b cannot use
+any 3.x version.
+EOF


More information about the Lunar-commits mailing list