summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmatCoder <amatcoder@gmail.com>2014-11-19 13:20:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-19 13:48:14 +0000
commit735f49351eafebc63c5e671248df632c1e79d562 (patch)
tree7a7d16f261dddf66d0cc9e824a42f01c89661781
parent7f7497db2ba64758bbd01ff3a9ac5a5897e2d7be (diff)
downloadaports-735f49351eafebc63c5e671248df632c1e79d562.tar.bz2
aports-735f49351eafebc63c5e671248df632c1e79d562.tar.xz
/testing/exaile: add dependencies
-rw-r--r--testing/exaile/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/exaile/APKBUILD b/testing/exaile/APKBUILD
index ae357cb3e..e53066701 100644
--- a/testing/exaile/APKBUILD
+++ b/testing/exaile/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=exaile
pkgver=3.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A music player with a simple interface and powerful music management capabilities"
url="http://www.exaile.org/"
arch="noarch"
license="GPL2"
-depends=""
-depends_dev="python"
+depends="python py-gtk py-dbus py-mutagen py-gst0.10 py-libxml2
+ gst-plugins-base0.10 gst-plugins-good0.10"
+depends_dev=""
makedepends="$depends_dev gettext"
install=""
subpackages="$pkgname-lang"