Magellan Linux

Contents of /branches/branch-xorg18/core/taglib/taglib-1.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 776 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="taglib"
4 PVER="1.6"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="TagLib is a library for reading and editing the meta-data of several popular audio formats."
11 HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER/_/}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
17
18 sminclude cmake
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 cd ${SRCDIR}
34
35 cmake_configure $(cmake_with MP4) $(cmake_with ASF) || die
36 mmake || die
37 }

Properties

Name Value
svn:keywords Id