Magellan Linux

Annotation of /trunk/core/taglib/taglib-1.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1632 - (hide annotations) (download)
Tue May 12 17:20:09 2009 UTC (15 years, 1 month ago) by niro
File size: 668 byte(s)
auto added: ver bump to 1.5-r1
1 niro 1632 # $Id$
2    
3     PNAME="taglib"
4     PVER="1.5"
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}"

Properties

Name Value
svn:keywords Id