Magellan Linux

Annotation of /branches/magellan-next/core/libvorbis/libvorbis-1.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6589 - (hide annotations) (download)
Mon Sep 6 17:42:29 2010 UTC (13 years, 8 months ago) by niro
File size: 634 byte(s)
auto added: ver bump to 1.3.1-r1
1 niro 6589 # $Id: libvorbis-1.2.3-r1.smage2 3513 2009-10-22 22:49:24Z niro $
2    
3     PNAME="libvorbis"
4     PVER="1.3.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Ogg Vorbis is a fully open compressed audio format for mid to high quality audio."
11     HOMEPAGE="http://xiph.org/ogg/vorbis/"
12    
13     DEPEND=">= media-libs/libogg-1.2"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild multilib
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"