<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
</maintainer>
-<use>
- <flag name="dlna">Add DLNA (<pkg>media-libs/libdlna</pkg>) support</flag>
-</use>
</pkgmetadata>
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="dlna nls"
+IUSE="nls"
-RDEPEND=">=net-libs/libupnp-1.6.14
- dlna? ( >=media-libs/libdlna-0.2.4 )"
+RDEPEND=">=net-libs/libupnp-1.6.14"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local myconf
- myconf="--prefix=/usr --disable-sysconf --disable-strip $(use_enable dlna)"
+ myconf="--prefix=/usr --disable-sysconf --disable-strip --disable-dlna"
# nls can only be disabled, on by default.
use nls || myconf="${myconf} --disable-nls"
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="dlna nls"
+IUSE="nls"
-RDEPEND=">=net-libs/libupnp-1.6.14
- dlna? ( >=media-libs/libdlna-0.2.4 )"
+RDEPEND=">=net-libs/libupnp-1.6.14"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local myconf
- myconf="--prefix=/usr --sysconfdir=/etc --disable-strip $(use_enable dlna)"
+ myconf="--prefix=/usr --sysconfdir=/etc --disable-strip --disable-dlna"
# nls can only be disabled, on by default.
use nls || myconf="${myconf} --disable-nls"