Magellan Linux

Annotation of /smage/trunk/core/libvorbis/libvorbis-1.3.5-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10432 - (hide annotations) (download)
Tue Aug 22 11:04:29 2017 UTC (6 years, 8 months ago) by niro
File size: 657 byte(s)
auto added: ver bump to 1.3.5-r5
1 niro 10432 # $Id$
2    
3     PNAME="libvorbis"
4     PVER="1.3.5"
5     PBUILD="r5"
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     SDEPEND="${ALX_DEV_DEPEND}"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild multilib alx-split
20     msetfeature "!check"
21    
22     SRC_URI=(
23     http://downloads.xiph.org/releases/vorbis/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd 'http://downloads.xiph.org/releases/${PNAME/lib/}/?C=M;O=A' | grep ${PNAME} | lasttarball gz"