From 50eec86cd90695428106812c28f203311f2f6361 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Sep 2013 11:00:41 +0200 Subject: [PATCH] libdmapsharing: update to 2.9.17. --- srcpkgs/libdmapsharing/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libdmapsharing/template b/srcpkgs/libdmapsharing/template index 3525c0e3fb..36ed97ce60 100644 --- a/srcpkgs/libdmapsharing/template +++ b/srcpkgs/libdmapsharing/template @@ -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 " 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" } }