Magellan Linux

Annotation of /branches/magellan-next/core/libcdio/libcdio-0.82-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6797 - (hide annotations) (download)
Wed Sep 22 14:53:40 2010 UTC (13 years, 9 months ago) by niro
File size: 959 byte(s)
auto added: ver bump to 0.82-r1
1 niro 6797 # $Id: libcdio-0.81-r3.smage2 5363 2010-05-17 14:36:12Z niro $
2    
3     PNAME="libcdio"
4     PVER="0.82"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="GNU Compact Disc Input and Control Library."
11     HOMEPAGE="http://www.gnu.org/software/libcdio/"
12    
13     DEPEND=">= media-libs/libcddb-1.3.2
14     >= sys-libs/ncurses-5.7"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25
17     >= sys-dev/gettext-0.18"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude mbuild
23    
24     SRC_URI=(
25     gnu://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd_gnu ${PNAME} gz"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     mconfigure \
36     --disable-dependency-tracking \
37     --disable-vcd-info \
38     --with-cd-paranoia-name=libcdio-paranoia \
39     --enable-nls \
40     --enable-cddb \
41     --enable-cd-drive \
42     --enable-cd-info \
43     --enable-cd-paranoia \
44     --enable-cdda-player \
45     --enable-cd-read \
46     --enable-iso-info \
47     --enable-iso-read \
48     --enable-cxx \
49     || die
50    
51     mmake || die
52     }