From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0FAA8138A87 for ; Sat, 21 Feb 2015 23:42:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88A4EE06FE; Sat, 21 Feb 2015 23:42:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EEA4E06FE for ; Sat, 21 Feb 2015 23:42:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52298340A56 for ; Sat, 21 Feb 2015 23:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E84B12444 for ; Sat, 21 Feb 2015 23:42:05 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1424553014.d21e2a40ec3e4be06135605300ebd15a1c70bf81.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-renderer/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild net-libs/dleyna-renderer/metadata.xml X-VCS-Directories: net-libs/dleyna-renderer/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d21e2a40ec3e4be06135605300ebd15a1c70bf81 X-VCS-Branch: master Date: Sat, 21 Feb 2015 23:42:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 87bcefe4-e2f5-44e1-ad8e-3fd281fd4b17 X-Archives-Hash: 373df24d217cd4c5445e1accc5a11fc9 commit: d21e2a40ec3e4be06135605300ebd15a1c70bf81 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Feb 21 21:10:14 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Feb 21 21:10:14 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d21e2a40 net-libs/dleyna-renderer: initial ebuild As requested in bug #540714 and bug #509228. --- .../dleyna-renderer/dleyna-renderer-0.5.0.ebuild | 34 ++++++++++++++++++++++ net-libs/dleyna-renderer/metadata.xml | 5 ++++ 2 files changed, 39 insertions(+) diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild new file mode 100644 index 0000000..595c87d --- /dev/null +++ b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="library implementing services that allow clients to discover and manipulate DLNA renderers" +HOMEPAGE="https://01.org/dleyna/" +SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.28:2 + >=media-libs/gupnp-dlna-0.9.4:2.0 + >=net-libs/dleyna-core-0.5 + >=net-libs/gssdp-0.13.2 + >=net-libs/gupnp-0.20.5 + >=net-libs/gupnp-av-0.11.5 + >=net-libs/libsoup-2.28.2:2.4 +" +DEPEND="${DEPEND} + virtual/pkgconfig +" + +src_install() { + default + prune_libtool_files +} diff --git a/net-libs/dleyna-renderer/metadata.xml b/net-libs/dleyna-renderer/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/net-libs/dleyna-renderer/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +