Magellan Linux

Annotation of /trunk/extras/id3lib/id3lib-3.8.3-r9.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2975 - (hide annotations) (download)
Thu Jul 16 16:14:40 2009 UTC (14 years, 10 months ago) by niro
File size: 1133 byte(s)
auto added: ver bump to 3.8.3-r9
1 niro 2975 # $Id$
2    
3     PNAME="id3lib"
4     PVER="3.8.3"
5     PBUILD="r9"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="id3lib is a library for reading, writing, and manipulating ID3v1 and ID3v2 tags."
11     HOMEPAGE="http://id3lib.sourceforge.net/"
12    
13     DEPEND=">= sys-libs/zlib-1.2.3"
14    
15     SDEPEND=">= sys-dev/automake-4
16     >= sys-dev/autoconf-5"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
23     SRC_URI=(
24     sourceforge://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-${PVER}-zlib.patch
27     mirror://${PNAME}/${PNAME}-${PVER}-test_io.patch
28     mirror://${PNAME}/${PNAME}-${PVER}-unicode16.patch
29     mirror://${PNAME}/${PNAME}-${PVER}-ac-warnings.patch
30     )
31    
32     UP2DATE="updatecmd_sourceforge ${PNAME}"
33    
34     src_prepare()
35     {
36     munpack ${SRCFILE} || die
37     cd ${SRCDIR}
38    
39     # fixes linking issues
40     mpatch ${PNAME}-${PVER}-zlib.patch || die
41    
42     # fixes 'make check'
43     mpatch ${PNAME}-${PVER}-test_io.patch || die
44    
45     # fixes unicode writing
46     mpatch ${PNAME}-${PVER}-unicode16.patch || die
47    
48     # fixes some autoconf warnings
49     mpatch ${PNAME}-${PVER}-ac-warnings.patch || die
50    
51     autoreconf --verbose --install --force || die
52     }

Properties

Name Value
svn:keywords Id