Magellan Linux

Contents of /branches/R11-unstable/extras/taglib/taglib-1.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25813 - (show annotations) (download)
Tue Nov 25 04:20:19 2014 UTC (9 years, 5 months ago) by niro
File size: 696 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="taglib"
4 PVER="1.8"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="TagLib is a library for reading and editing the meta-data of several popular audio formats."
10 HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html"
11
12 DEPEND=">= sys-libs/libstdc++-4.7
13 >= sys-libs/zlib-1.2.7"
14
15 SRCFILE="${PNAME}-${PVER/_/}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
17
18 sminclude cmake multilib
19 msetfeature "!check"
20
21 SRC_URI=(
22 https://github.com/downloads/${PNAME}/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/downloads | firsttarball gz"
27
28 src_compile()
29 {
30 cmake_configure $(cmake_with MP4) $(cmake_with ASF) || die
31 mmake || die
32 }