Magellan Linux

Contents of /trunk/extras/taglib/taglib-1.7.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12208 - (show annotations) (download)
Thu May 10 18:47:42 2012 UTC (12 years, 1 month ago) by niro
File size: 795 byte(s)
auto added: ver bump to 1.7.2-r1
1 # $Id$
2
3 PNAME="taglib"
4 PVER="1.7.2"
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.6"
13
14 SRCFILE="${PNAME}-${PVER/_/}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
16
17 sminclude cmake multilib
18 msetfeature "!check"
19
20 SRC_URI=(
21 http://developer.kde.org/~wheeler/files/src/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd 'http://developer.kde.org/~wheeler/files/src/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"
26
27 # taglib doesn't like strong CFLAGS
28 export CFLAGS="${CFLAGS//-O3} -O2"
29 export CXXFLAGS="${CFLAGS}"
30
31 src_compile()
32 {
33 cmake_configure $(cmake_with MP4) $(cmake_with ASF) || die
34 mmake || die
35 }