Magellan Linux

Annotation of /branches/R11-unstable/extras/libvorbis/libvorbis-1.3.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32622 - (hide annotations) (download)
Mon Apr 29 13:17:23 2019 UTC (5 years ago) by niro
File size: 580 byte(s)
-release branches/R11-unstable
1 niro 30922 # $Id$
2    
3     PNAME="libvorbis"
4     PVER="1.3.6"
5     PBUILD="r1"
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.2"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild multilib mbuild
18     msetfeature "!check"
19    
20     SRC_URI=(
21     http://downloads.xiph.org/releases/vorbis/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd 'http://downloads.xiph.org/releases/${PNAME/lib/}/?C=M;O=A' | grep ${PNAME} | lasttarball gz"