rygel: update to 0.16.4.
This commit is contained in:
parent
d8927df9be
commit
36a9063fb0
3 changed files with 3 additions and 16 deletions
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'librygel'.
|
||||
#
|
||||
short_desc="${short_desc} - runtime libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the runtime libraries."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
|
|
|
@ -4,9 +4,6 @@ noarch=yes
|
|||
depends="libgee-devel gupnp-av-devel gstreamer-devel libuuid-devel
|
||||
glib-devel librygel-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rygel'
|
||||
pkgname=rygel
|
||||
version=0.16.3
|
||||
version=0.16.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gst-launch-plugin"
|
||||
|
@ -14,12 +14,5 @@ short_desc="GNOME home media solution"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.16/$pkgname-$version.tar.xz"
|
||||
checksum=a0325afabb6a91cbe958864183adce80ad88bcaa0fc8f8ed3f434ee0d09935bf
|
||||
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."
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.16/${pkgname}-${version}.tar.xz"
|
||||
checksum=3cf338c120751ea068c90f65bfb2a63c436cdf59b02ce159b6376a349717ed7a
|
||||
|
|
Loading…
Reference in a new issue