Magellan Linux

Annotation of /branches/R11-unstable/extras/vorbis-tools/vorbis-tools-1.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10972 - (hide annotations) (download)
Sun Feb 5 22:25:21 2012 UTC (12 years, 3 months ago) by niro
Original Path: trunk/extras/vorbis-tools/vorbis-tools-1.4.0-r1.smage2
File size: 777 byte(s)
-fixed PCATEGORIE -> PCAT
1 niro 9023 # $Id$
2    
3     PNAME="vorbis-tools"
4     PVER="1.4.0"
5     PBUILD="r1"
6    
7 niro 10972 PCAT="media-sound"
8 niro 9023
9     DESCRIPTION="Tools to utilize vorbis."
10     HOMEPAGE="http://www.vorbis.com/"
11    
12     DEPEND=">= media-libs/libvorbis-1.3
13     >= media-libs/libao-1.1
14     >= net-misc/curl-7.21
15     >= media-libs/flac-1.2
16     >= media-libs/speex-1.2"
17    
18     SDEPEND=">= sys-dev/gettext-0.18
19     >= dev-util/pkgconfig-0.25"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.gz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude mbuild
25    
26     SRC_URI=(
27     http://downloads.xiph.org/releases/vorbis/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd 'http://downloads.xiph.org/releases/vorbis/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36     mconfigure --enable-nls --enable-ogg123 --with-flac --with-speex --without-kate || die
37     mmake || die
38     }