From ecad755960b2024db06c3dfe47de062e972c1bf9 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 15 Mar 2016 00:08:43 -0400 Subject: [PATCH] asunder: add dependencies --- srcpkgs/asunder/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/asunder/template b/srcpkgs/asunder/template index f1b626a326a..71b4b88327a 100644 --- a/srcpkgs/asunder/template +++ b/srcpkgs/asunder/template @@ -1,10 +1,13 @@ -# Template file for 'asunder' +# Template file for 'asunder' pkgname=asunder version=2.8 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config intltool" makedepends="gtk+-devel libcddb-devel" +# XXX: Still wants: bin/neroAacEnc (AAC nero encoder) bin/mac (monkey's audio) +# bin/mpcenc (Musepack) +depends="cdparanoia lame flac vorbis opus wavpack" short_desc="Graphical Audio CD ripper and encoder" maintainer="Juan RP " license="GPL-2"