Contents of /trunk/todo/musicbrainz5/musicbrainz5-5.0.1-r3.smage2
Parent Directory | Revision Log
Revision 27906 -
(show annotations)
(download)
Wed Apr 6 11:07:14 2016 UTC (8 years, 7 months ago) by niro
File size: 892 byte(s)
Wed Apr 6 11:07:14 2016 UTC (8 years, 7 months ago) by niro
File size: 892 byte(s)
-moved to 'todo'
1 | # $Id$ |
2 | |
3 | PNAME="musicbrainz5" |
4 | PVER="5.0.1" |
5 | PBUILD="r3" |
6 | |
7 | PCAT="media-libs" |
8 | |
9 | DESCRIPTION="The MusicBrainz Client Library provides low-level access to the MusicBrainz Server RDF interface and the TRM Signature Server." |
10 | HOMEPAGE="http://musicbrainz.org/" |
11 | |
12 | DEPEND=">= net-misc/neon-0.30 |
13 | >= sys-libs/libstdc++-5.3" |
14 | |
15 | SRCFILE="lib${PNAME/5/}-${PVER}.tar.gz" |
16 | SRCDIR="${BUILDDIR}/lib${PNAME/5/}-${PVER}" |
17 | |
18 | sminclude cmake |
19 | |
20 | SRC_URI=( |
21 | http://github.com/downloads/metabrainz/lib${PNAME/5/}/${SRCFILE} |
22 | mirror://${PNAME/5/}/${SRCFILE} |
23 | mirror://${PNAME/5/}/musicbrainz-${PVER}-support-out-of-source-build.patch |
24 | ) |
25 | |
26 | # check for libmusicbrainz-5.x libs only |
27 | UP2DATE="updatecmd http://github.com/metabrainz/lib${PNAME/5/}/downloads | grep lib${PNAME/5/}-5.[0-9] | firsttarball gz" |
28 | |
29 | src_prepare() |
30 | { |
31 | munpack ${SRCFILE} || die |
32 | cd ${SRCDIR} |
33 | mpatch musicbrainz-${PVER}-support-out-of-source-build.patch || die |
34 | } |