Magellan Linux

Contents of /trunk/extras/id3lib/id3lib-3.8.3-r10.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3768 - (show annotations) (download)
Tue Nov 3 17:13:02 2009 UTC (14 years, 5 months ago) by niro
File size: 1399 byte(s)
auto added: ver bump to 3.8.3-r10
1 # $Id$
2
3 PNAME="id3lib"
4 PVER="3.8.3"
5 PBUILD="r10"
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 mirror://${PNAME}/${PNAME}-${PVER}-security.patch
31 mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
32 )
33
34 UP2DATE="updatecmd_sourceforge ${PNAME}"
35
36 src_prepare()
37 {
38 munpack ${SRCFILE} || die
39 cd ${SRCDIR}
40
41 # fixes linking issues
42 mpatch ${PNAME}-${PVER}-zlib.patch || die
43
44 # fixes 'make check'
45 mpatch ${PNAME}-${PVER}-test_io.patch || die
46
47 # fixes unicode writing
48 mpatch ${PNAME}-${PVER}-unicode16.patch || die
49
50 # fixes some autoconf warnings
51 mpatch ${PNAME}-${PVER}-ac-warnings.patch || die
52
53 # fixes some security issues
54 mpatch ${PNAME}-${PVER}-security.patch || die
55
56 # fixes compilation issues with >=gcc-4.3
57 mpatch ${PNAME}-${PVER}-gcc43.patch || die
58
59 autoreconf --verbose --install --force || die
60 }

Properties

Name Value
svn:keywords Id