Magellan Linux

Contents of /branches/magellan-next/core/taglib/taglib-1.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9366 - (show annotations) (download)
Sun Nov 27 23:03:47 2011 UTC (12 years, 6 months ago) by niro
File size: 753 byte(s)
-rev bump, multilib rebuild
1 # $Id$
2
3 PNAME="taglib"
4 PVER="1.7"
5 PBUILD="r2"
6
7 PCATEGORIE="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=""
13
14 SRCFILE="${PNAME}-${PVER/_/}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
16
17 sminclude cmake multilib
18
19 SRC_URI=(
20 http://developer.kde.org/~wheeler/files/src/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd 'http://developer.kde.org/~wheeler/files/src/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"
25
26 # taglib doesn't like strong CFLAGS
27 export CFLAGS="${CFLAGS//-O3} -O2"
28 export CXXFLAGS="${CFLAGS}"
29
30 src_compile()
31 {
32 cmake_configure $(cmake_with MP4) $(cmake_with ASF) || die
33 mmake || die
34 }