Magellan Linux

Annotation of /trunk/extras/asunder/asunder-2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29081 - (hide annotations) (download)
Mon May 22 13:52:41 2017 UTC (7 years, 1 month ago) by niro
File size: 762 byte(s)
-disabled atm, has an memory bug: g_strdup_printf failed. out of memory
1 niro 28948 # $Id$
2    
3     PNAME="asunder"
4     PVER="2.9"
5     PBUILD="r1"
6    
7 niro 29081 STATE="disabled"
8 niro 28948 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"