libdmapsharing: update to 2.9.17.
This commit is contained in:
parent
1a5df5baa3
commit
50eec86cd9
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'libdmapsharing'
|
||||
pkgname=libdmapsharing
|
||||
version=2.9.15
|
||||
version=2.9.17
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-mdns=avahi"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
|
||||
gst-plugins-base-devel libgee-devel"
|
||||
gst-plugins-base1-devel libgee08-devel"
|
||||
short_desc="A library that implements the DMAP family of protocols"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.flyn.org/projects/libdmapsharing/index.html"
|
||||
distfiles="http://www.flyn.org/projects/libdmapsharing/$pkgname-$version.tar.gz"
|
||||
checksum=3f9ba35058fe7c8df06a893807a455e5328c11ebaee58019373f9310cc3930fa
|
||||
checksum=d00fce10ae6b11a992a67341ad174b2ff56bad3da24b8b5b6486f6718a49eb78
|
||||
long_desc="
|
||||
Libdmapsharing is a library you may use to access, share and control the
|
||||
playback of media content using DMAP (DAAP, DPAP and DACP). Libdmapsharing also
|
||||
|
@ -20,12 +20,13 @@ long_desc="
|
|||
or GStreamer, this can allow an application to stream audio to an AirPlay."
|
||||
|
||||
libdmapsharing-devel_package() {
|
||||
depends="libsoup-devel libgee-devel libdmapsharing>=2.9.15"
|
||||
short_desc+=" -- development files"
|
||||
depends="libsoup-devel libgee-devel ${sourcepkg}>=${version}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue