Magellan Linux

Annotation of /branches/R11-unstable/extras/taglib/taglib-1.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32408 - (hide annotations) (download)
Mon Apr 29 12:29:00 2019 UTC (5 years ago) by niro
File size: 696 byte(s)
-release branches/R11-unstable
1 niro 27313 # $Id$
2    
3     PNAME="taglib"
4     PVER="1.8"
5     PBUILD="r2"
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++-5.3
13     >= sys-libs/zlib-1.2.7"
14    
15     SRCFILE="${PNAME}-${PVER/_/}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
17    
18     sminclude cmake multilib
19     msetfeature "!check"
20    
21     SRC_URI=(
22     https://github.com/downloads/${PNAME}/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/downloads | firsttarball gz"
27    
28     src_compile()
29     {
30     cmake_configure $(cmake_with MP4) $(cmake_with ASF) || die
31     mmake || die
32     }