grilo-plugins: needs intltool to build.
This commit is contained in:
parent
19ba854e0e
commit
796335ac0d
|
@ -4,9 +4,9 @@ version=0.2.8
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-shoutcast"
|
||||
hostmakedepends="pkg-config gnome-doc-utils"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
||||
# XXX missing plugins: dmap and fakemetadata.
|
||||
makedepends="grilo-devel>=0.2.5 gupnp-av-devel json-glib-devel
|
||||
makedepends="grilo-devel>=0.2.6 gupnp-av-devel json-glib-devel
|
||||
libquvi-devel rest-devel sqlite-devel libgcrypt-devel gmime-devel
|
||||
tracker-devel>=0.16 totem-pl-parser-devel libsoup-gnome-devel>=2.42
|
||||
libgdata-devel"
|
||||
|
@ -28,6 +28,7 @@ long_desc="
|
|||
* A flexible API that allows plugin developers to write plugins of various kinds."
|
||||
|
||||
grilo-plugins_package() {
|
||||
depends="grilo>=0.2.6"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue