void-packages/srcpkgs/rygel/template

37 lines
1.4 KiB
Plaintext
Raw Normal View History

2011-10-03 00:15:49 +02:00
# Template file for 'rygel'
pkgname=rygel
2011-11-18 23:30:24 +01:00
version=0.12.5
2011-10-03 00:15:49 +02:00
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
build_style=gnu-configure
2011-10-03 00:25:42 +02:00
configure_args="--enable-gst-launch-plugin"
2011-10-03 00:15:49 +02:00
short_desc="GNOME home media solution"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
2011-11-18 23:30:24 +01:00
checksum=2a0e0fc2fc30620e5399f755689114bf4255d4e1acf8d0fb0975f8e861852c9a
2011-10-03 00:15:49 +02:00
long_desc="
Rygel is a home media solution that allows you to easily share audio, video
and pictures, and control of media player on your home network. In technical
terms it is both a UPnP AV MediaServer and MediaRenderer implemented through
a plug-in mechanism. Interoperability with other devices in the market is
achieved by conformance to very strict requirements of DLNA and on the fly
conversion of media to format that client devices are capable of handling."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
conf_files="/etc/rygel.conf"
subpackages="${pkgname}-devel"
Add_dependency full hicolor-icon-theme
Add_dependency full desktop-file-utils
2011-10-03 00:15:49 +02:00
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build vala-devel
Add_dependency build gtk+3-devel
2011-10-03 00:15:49 +02:00
Add_dependency build libgee-devel
Add_dependency build gssdp-devel ">=0.12.0"
Add_dependency build gupnp-av-devel
Add_dependency build gupnp-dlna-devel
Add_dependency build libsoup-devel
Add_dependency build sqlite-devel