mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
grilo-plugins: update to 0.2.11.
This commit is contained in:
parent
ce2f79fcc2
commit
3550ef002c
2 changed files with 6 additions and 15 deletions
|
@ -824,6 +824,7 @@ libcaribou.so.0 caribou-0.4.0_1
|
||||||
libgupnp-av-1.0.so.2 gupnp-av-0.10.0_1
|
libgupnp-av-1.0.so.2 gupnp-av-0.10.0_1
|
||||||
libgrilo-0.2.so.1 grilo-0.2.0_1
|
libgrilo-0.2.so.1 grilo-0.2.0_1
|
||||||
libgrlnet-0.2.so.0 grilo-0.2.0_1
|
libgrlnet-0.2.so.0 grilo-0.2.0_1
|
||||||
|
libgrlpls-0.2.so.0 grilo-0.2.9_1
|
||||||
libquvi.so.7 libquvi-0.4.0_1
|
libquvi.so.7 libquvi-0.4.0_1
|
||||||
libepc-1.0.so.3 libepc-0.4.1_1
|
libepc-1.0.so.3 libepc-0.4.1_1
|
||||||
libepc-ui-1.0.so.3 libepc-0.4.1_1
|
libepc-ui-1.0.so.3 libepc-0.4.1_1
|
||||||
|
|
|
@ -1,29 +1,19 @@
|
||||||
# Template file for 'grilo-plugins'
|
# Template file for 'grilo-plugins'
|
||||||
pkgname=grilo-plugins
|
pkgname=grilo-plugins
|
||||||
version=0.2.9
|
version=0.2.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-shoutcast"
|
configure_args="--disable-static --enable-shoutcast"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
hostmakedepends="pkg-config intltool itstool gnome-doc-utils"
|
||||||
# XXX missing plugins: dmap and fakemetadata.
|
# XXX missing plugins: dmap and fakemetadata.
|
||||||
makedepends="grilo-devel>=0.2.6 gupnp-av-devel json-glib-devel
|
makedepends="grilo-devel>=0.2.9 gupnp-av-devel json-glib-devel
|
||||||
libquvi-devel rest-devel>=0.7.90 sqlite-devel libgcrypt-devel gmime-devel
|
libquvi-devel rest-devel>=0.7.90 sqlite-devel libgcrypt-devel gmime-devel
|
||||||
tracker-devel>=0.16_2 totem-pl-parser-devel>=3.10 libgdata-devel>=0.14
|
tracker-devel>=0.16_2 totem-pl-parser-devel>=3.10 libgdata-devel>=0.14
|
||||||
gnome-online-accounts-devel>=3.10"
|
gnome-online-accounts-devel>=3.10 avahi-glib-libs-devel"
|
||||||
depends="grilo>=${version}"
|
depends="grilo>=${version}"
|
||||||
short_desc="Plugins for Grilo"
|
short_desc="Plugins for Grilo"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://live.gnome.org/Grilo"
|
homepage="http://live.gnome.org/Grilo"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e
|
checksum=a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944
|
||||||
long_desc="
|
|
||||||
More precisely, Grilo provides:
|
|
||||||
|
|
||||||
* A single, high-level API that abstracts the differences among various
|
|
||||||
media content providers, allowing application developers to integrate
|
|
||||||
content from various services and sources easily.
|
|
||||||
* A collection of plugins for accessing content from various media providers.
|
|
||||||
Developers can share efforts and code by writing plugins for the framework
|
|
||||||
that are application agnostic.
|
|
||||||
* A flexible API that allows plugin developers to write plugins of various kinds."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue