Magellan Linux

Annotation of /trunk/extras/libcdio/libcdio-2.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33301 - (hide annotations) (download)
Fri Oct 25 13:05:32 2019 UTC (4 years, 6 months ago) by niro
File size: 1000 byte(s)
auto added: ver bump to 2.1.0-r1
1 niro 33301 # $Id$
2    
3     PNAME="libcdio"
4     PVER="2.1.0"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GNU Compact Disc Input and Control Library."
10     HOMEPAGE="http://www.gnu.org/software/libcdio/"
11    
12     DEPEND=">= media-libs/libcddb-1.3.2
13     >= sys-libs/ncurses-6.1
14     >= sys-libs/libstdc++-9.2"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25
17     >= sys-dev/gettext-0.18"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude multilib mbuild
23    
24     SRC_URI=(
25     gnu://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     # non standard gnu cmd required, there exist another tarball names libcdio-paranoia and updatecmd_gnu does not honor that
30     UP2DATE="updatecmd http://ftp.gnu.org/gnu/${PNAME} | grep '${PNAME}-[0-9]' | highesttarball"
31    
32     src_compile()
33     {
34     mconfigure \
35     --disable-dependency-tracking \
36     --disable-vcd-info \
37     --enable-nls \
38     --enable-cddb \
39     --with-cd-drive \
40     --with-cd-info \
41     --with-cdda-player \
42     --with-cd-read \
43     --with-iso-info \
44     --with-iso-read \
45     --enable-cxx \
46     || die
47    
48     mmake || die
49     }