wok-next rev 20708
ario: update (b)deps
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 26 16:30:46 2018 +0300 (2018-05-26) |
parents | 765ca39b5898 |
children | 83a4efc5740a |
files | ario/receipt |
line diff
1.1 --- a/ario/receipt Sat May 26 16:06:16 2018 +0300 1.2 +++ b/ario/receipt Sat May 26 16:30:46 2018 +0300 1.3 @@ -9,10 +9,10 @@ 1.4 WEB_SITE="http://ario-player.sourceforge.net/index.php?en" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="http://freefr.dl.sourceforge.net/sourceforge/ario-player/$TARBALL" 1.8 +WGET_URL="$SF_MIRROR/ario-player/$TARBALL" 1.9 1.10 -BUILD_DEPENDS="glib-dev gtk+-dev gnutls-dev taglib-dev intltool libunique-dev \ 1.11 -libtasn1-dev libgcrypt-dev curl-dev libglade-dev taglib-dev libmpdclient-dev" 1.12 +BUILD_DEPENDS="intltool libgcrypt-dev gtk+-dev libunique-dev curl-dev \ 1.13 +gnutls-dev libmpdclient-dev taglib-dev libgpg-error-dev" 1.14 1.15 compile_rules() { 1.16 sed -i 's|.glib/gslist.h.|<glib.h>|' src/ario-util.h src/ario-profiles.h 1.17 @@ -32,7 +32,7 @@ 1.18 1.19 genpkg_rules() { 1.20 copy @std 1.21 - DEPENDS="libgcrypt gtk+ libcurl libglade libmpdclient taglib dbus-glib \ 1.22 - libunique libtasn1" 1.23 + DEPENDS="gdk-pixbuf glib gtk+ libcurl libgcrypt libmpdclient libunique \ 1.24 + libxml2 pango taglib" 1.25 TAGS="music audio player mp3 ogg" 1.26 }