Magellan Linux

Annotation of /branches/magellan-next/core/taglib/taglib-1.6.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7159 - (hide annotations) (download)
Wed Sep 29 22:20:41 2010 UTC (13 years, 11 months ago) by niro
File size: 877 byte(s)
auto added: ver bump to 1.6.3-r1
1 niro 7158 # $Id: taglib-1.6-r2.smage2 4606 2009-12-25 20:43:25Z niro $
2    
3     PNAME="taglib"
4     PVER="1.6.3"
5     PBUILD="r1"
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 niro 7159 install -d ${BUILDDIR}/build || die
34     cd ${BUILDDIR}/build
35 niro 7158
36     cmake_configure $(cmake_with MP4) $(cmake_with ASF) || die
37     mmake || die
38     }