mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libdmapsharing: disable tests
These fail to build with libgee currently in the repository, so disable them. Also set the gir build helper to fix cross compilation.
This commit is contained in:
parent
6605eae00f
commit
4b9693adeb
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'libdmapsharing'
|
# Template file for 'libdmapsharing'
|
||||||
pkgname=libdmapsharing
|
pkgname=libdmapsharing
|
||||||
version=2.9.39
|
version=2.9.39
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-mdns=avahi"
|
build_helper=gir
|
||||||
|
configure_args="--with-mdns=avahi --disable-tests"
|
||||||
hostmakedepends="pkg-config glib-devel"
|
hostmakedepends="pkg-config glib-devel"
|
||||||
makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
|
makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
|
||||||
gst-plugins-base1-devel libgee08-devel"
|
gst-plugins-base1-devel libgee08-devel"
|
||||||
short_desc="A library that implements the DMAP family of protocols"
|
short_desc="Library that implements the DMAP family of protocols"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.flyn.org/projects/libdmapsharing/index.html"
|
homepage="http://www.flyn.org/projects/libdmapsharing/index.html"
|
||||||
|
|
Loading…
Add table
Reference in a new issue