Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25847 - (show annotations) (download)
Tue Nov 25 04:23:02 2014 UTC (9 years, 5 months ago) by niro
File size: 777 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="vorbis-tools"
4 PVER="1.4.0"
5 PBUILD="r1"
6
7 PCAT="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 }