Magellan Linux

Contents of /branches/magellan-next/extras/vorbis-tools/vorbis-tools-1.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9023 - (show annotations) (download)
Fri Sep 30 16:25:50 2011 UTC (12 years, 7 months ago) by niro
File size: 783 byte(s)
auto added: ver bump to 1.4.0-r1
1 # $Id$
2
3 PNAME="vorbis-tools"
4 PVER="1.4.0"
5 PBUILD="r1"
6
7 PCATEGORIE="media-sound"
8
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 }