Magellan Linux

Annotation of /trunk/todo/musicbrainz4/musicbrainz4-4.0.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27905 - (hide annotations) (download)
Wed Apr 6 11:07:10 2016 UTC (8 years, 2 months ago) by niro
File size: 865 byte(s)
-moved to 'todo'
1 niro 20357 # $Id$
2    
3     PNAME="musicbrainz4"
4     PVER="4.0.3"
5     PBUILD="r2"
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    
14     SRCFILE="lib${PNAME/4/}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/lib${PNAME/4/}-${PVER}"
16    
17     sminclude cmake
18    
19     SRC_URI=(
20     http://github.com/downloads/metabrainz/lib${PNAME/4/}/${SRCFILE}
21     mirror://${PNAME/4/}/${SRCFILE}
22     mirror://${PNAME/4/}/musicbrainz-${PVER}-support-out-of-source-build.patch
23     )
24    
25     # check for libmusicbrainz-4.x libs only
26     UP2DATE="updatecmd http://github.com/metabrainz/lib${PNAME/4/}/downloads | grep lib${PNAME/4/}-4.[0-9] | firsttarball gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32     mpatch musicbrainz-${PVER}-support-out-of-source-build.patch || die
33     }