New package: libdmapsharing-2.9.12.
This commit is contained in:
parent
ed716fdad3
commit
33dd697f59
|
@ -0,0 +1 @@
|
|||
libdmapsharing
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=2.9.12"
|
||||
api_depends="${abi_depends}"
|
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'lidmapsharing-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libsoup-devel
|
||||
Add_dependency run libgee-devel
|
||||
Add_dependency run libdmapsharing
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
# Template file for 'libdmapsharing'
|
||||
pkgname=libdmapsharing
|
||||
version=2.9.12
|
||||
homepage="http://www.flyn.org/projects/libdmapsharing/index.html"
|
||||
distfiles="http://www.flyn.org/projects/libdmapsharing/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-mdns=avahi"
|
||||
short_desc="A library that implements the DMAP family of protocols"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=6127788fbd96a2a00bc312196cfb56ceec14a23fc5866d1be1fb48bb3544f821
|
||||
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
|
||||
detects audio AirPlay services; coupled with the AirPlay support in PulseAudio
|
||||
or GStreamer, this can allow an application to stream audio to an AirPlay."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run avahi-libs
|
||||
Add_dependency run avahi-glib-libs
|
||||
Add_dependency run gst-plugins-base
|
||||
Add_dependency run gstreamer
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run libsoup
|
||||
Add_dependency run glib
|
||||
Add_dependency run zlib
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build avahi-glib-libs-devel
|
||||
Add_dependency build libsoup-devel
|
||||
Add_dependency build gst-plugins-base-devel
|
||||
Add_dependency build libgee-devel
|
|
@ -886,3 +886,4 @@ libxnoise.so.0 libxnoise xnoise-devel
|
|||
libdiscid.so.0 libdiscid libdiscid-devel
|
||||
libmusicbrainz3.so.6 libmusicbrainz libmusicbrainz-devel
|
||||
librhythmbox-core.so.4 librhythmbox rhythmbox-devel
|
||||
libdmapsharing-3.0.so.2 libdmapsharing libdmapsharing-devel
|
||||
|
|
Loading…
Reference in New Issue