-DIST libdmapsharing-2.9.37.tar.gz 760469 BLAKE2B 04fd2908311372a29efee7400ed9c5ae680514fd314d2f1f9f8bf1263b33941980c838bbc854971566bffce6a1ff9a980e46e42f096d0498fba87424cafe0b99 SHA512 db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
DIST libdmapsharing-2.9.39.tar.gz 757492 BLAKE2B e9f47d793be05845d1afb6eb4a785cbd131ceac1e3146bdfb5c6914f584df2fb8db10b829447a6ac084e7a9e0576202485019b1e724cc033f11163fb1bb21b95 SHA512 7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A library that implements the DMAP family of protocols"
-HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
-SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="3.0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection test"
-
-# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
-# Doesn't seem to be used for anything...
-RDEPEND="
- >=dev-libs/glib-2.36:2
- x11-libs/gdk-pixbuf:2
- >=net-dns/avahi-0.6[dbus]
- >=net-libs/libsoup-2.48.0:2.4
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- sys-libs/zlib
- introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- virtual/pkgconfig
- test? ( >=dev-libs/check-0.9.4 )
-"
-
-src_prepare() {
- # Remove useless CFLAGS alteration in configure
- sed -e 's/CFLAGS -O2/CFLAGS/' \
- -i configure.ac configure || die
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --with-mdns=avahi \
- $(use_enable introspection) \
- $(use_enable test tests) \
- $(use_enable test check)
-}