Magellan Linux

Contents of /smage/trunk/core/libvorbis/libvorbis-1.3.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8445 - (show annotations) (download)
Thu Jan 28 10:40:52 2016 UTC (8 years, 4 months ago) by niro
File size: 629 byte(s)
-fixed dev dependencies
1 # $Id$
2
3 PNAME="libvorbis"
4 PVER="1.3.5"
5 PBUILD="r3"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Ogg Vorbis is a fully open compressed audio format for mid to high quality audio."
10 HOMEPAGE="http://xiph.org/ogg/vorbis/"
11
12 DEPEND=">= media-libs/libogg-1.3"
13 ALX_DEV_DEPEND=">= media-libs/libogg-dev-1.3"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild multilib alx-split
19 msetfeature "!check"
20
21 SRC_URI=(
22 http://downloads.xiph.org/releases/vorbis/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd 'http://downloads.xiph.org/releases/${PNAME/lib/}/?C=M;O=A' | grep ${PNAME} | lasttarball gz"