Magellan Linux

Contents of /branches/R11-unstable/extras/asunder/asunder-2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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