Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1172 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/id3lib/id3lib-3.8.3-r8.smage2,v 1.1 2008/04/03 17:39:33 niro Exp $
2
3 PNAME="id3lib"
4 PVER="3.8.3"
5 PBUILD="r8"
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.1"
14
15 SDEPEND=">= sys-dev/automake-3
16 >= sys-dev/autoconf-4"
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 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # fixes linking issues
38 mpatch ${PNAME}-${PVER}-zlib.patch || die
39
40 # fixes 'make check'
41 mpatch ${PNAME}-${PVER}-test_io.patch || die
42
43 # fixes unicode writing
44 mpatch ${PNAME}-${PVER}-unicode16.patch || die
45
46 # fixes some autoconf warnings
47 mpatch ${PNAME}-${PVER}-ac-warnings.patch || die
48
49 autoreconf --install --force || die
50 }

Properties

Name Value
svn:keywords Id