rygel: update to 0.14.2.

This commit is contained in:
Juan RP 2012-06-14 15:37:29 +02:00
parent 4f1bbd7109
commit 47239d3c20
2 changed files with 8 additions and 13 deletions

View file

@ -1,14 +1,12 @@
# Template file for 'rygel-devel'. # Template file for 'rygel-devel'.
# #
noarch=yes
depends="libgee-devel gupnp-av-devel gstreamer-devel libuuid-devel glib-devel" depends="libgee-devel gupnp-av-devel gstreamer-devel libuuid-devel glib-devel"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib vmove usr/lib/pkgconfig usr/lib

View file

@ -1,17 +1,20 @@
# Template file for 'rygel' # Template file for 'rygel'
pkgname=rygel pkgname=rygel
version=0.14.1 version=0.14.2
distfiles="${GNOME_SITE}/$pkgname/0.14/$pkgname-$version.tar.xz" revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-gst-launch-plugin" configure_args="--enable-gst-launch-plugin"
depends="hicolor-icon-theme desktop-file-utils" depends="hicolor-icon-theme desktop-file-utils"
makedepends="pkg-config intltool sqlite-devel vala-devel gtk+3-devel libsoup-devel libgee-devel gssdp-devel>=0.12.0 gupnp-av-devel gupnp-dlna-devel" makedepends="pkg-config intltool sqlite-devel vala-devel gtk+3-devel libsoup-devel libgee-devel gssdp-devel>=0.12.0 gupnp-av-devel gupnp-dlna-devel"
revision=1 gtk_iconcache_dirs="/usr/share/icons/hicolor"
conf_files="/etc/rygel.conf"
subpackages="${pkgname}-devel"
short_desc="GNOME home media solution" short_desc="GNOME home media solution"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
license="GPL-2" license="GPL-2"
checksum=c4f79fb30bc1a062a2ffdadc7a55dd91fa58240302f152fb070d8c674bdddd67 distfiles="${GNOME_SITE}/$pkgname/0.14/$pkgname-$version.tar.xz"
checksum=ac7417ef95e767df2e6c87085e62e8f2948d01c88ce06326c751068ab1ed8f6e
long_desc=" long_desc="
Rygel is a home media solution that allows you to easily share audio, video 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 and pictures, and control of media player on your home network. In technical
@ -19,9 +22,3 @@ long_desc="
a plug-in mechanism. Interoperability with other devices in the market is 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 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." 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"