New package: grilo-0.1.17.
This commit is contained in:
parent
07304ee525
commit
d18cbddb77
5 changed files with 60 additions and 0 deletions
1
srcpkgs/grilo-devel
Symbolic link
1
srcpkgs/grilo-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
grilo
|
2
srcpkgs/grilo/depends
Normal file
2
srcpkgs/grilo/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.1.17"
|
||||
api_depends="${abi_depends}"
|
19
srcpkgs/grilo/grilo-devel.template
Normal file
19
srcpkgs/grilo/grilo-devel.template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'grilo-devel'.
|
||||
#
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run libxml2-devel
|
||||
Add_dependency run libsoup-devel
|
||||
Add_dependency run grilo
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
37
srcpkgs/grilo/template
Normal file
37
srcpkgs/grilo/template
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Template file for 'grilo'
|
||||
pkgname=grilo
|
||||
version=0.1.17
|
||||
homepage="http://live.gnome.org/Grilo"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Framework focused on making media discovery and browsing easy"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf
|
||||
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."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run libsoup
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run gtk+3
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gettext
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build vala-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build libxml2-devel
|
||||
Add_dependency build libsoup-devel
|
|
@ -854,3 +854,4 @@ libcaribou.so caribou caribou-devel
|
|||
libgdmgreeter.so gdm gdm-devel
|
||||
libgdmsimplegreeter.so gdm gdm-devel
|
||||
libgupnp-av-1.0.so gupnp-av gupnp-av-devel
|
||||
libgrilo-0.1.so grilo grilo-devel
|
||||
|
|
Loading…
Reference in a new issue