Magellan Linux

Annotation of /branches/R11-unstable/extras/asunder/asunder-2.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32870 - (hide annotations) (download)
Mon Apr 29 13:51:42 2019 UTC (5 years ago) by niro
File size: 747 byte(s)
-release branches/R11-unstable
1 niro 29080 # $Id$
2    
3     PNAME="asunder"
4     PVER="2.8.1"
5     PBUILD="r1"
6    
7     PCAT="media-sound"
8    
9     DESCRIPTION="Asunder is a Audio CD ripper, encoder and supports WAV, MP3, OGG, FLAC."
10     HOMEPAGE="http://littlesvr.ca/asunder/"
11    
12     DEPEND=">= dev-libs/glib2-2.52
13     >= x11-libs/gtk2+-2.24
14     >= media-libs/libcddb-1.3
15     >= media-libs/flac-1.2
16     >= media-sound/cdparanoia-3.10
17     >= media-sound/lame-3.99
18     >= media-sound/vorbis-tools-1.4"
19    
20     SDEPEND=">= sys-dev/gettext-0.18
21     >= dev-util/intltool-0.50
22     >= dev-util/pkgconfig-0.25"
23    
24     SRCFILE="${PNAME}-${PVER}.tar.bz2"
25     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
27     sminclude mbuild
28    
29     SRC_URI=(
30     http://littlesvr.ca/${PNAME}/releases/${SRCFILE}
31     mirror://${PNAME}/${SRCFILE}
32     )
33    
34     UP2DATE="updatecmd http://littlesvr.ca/asunder/releases/ | highesttarball"