From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BA1E1382C5 for ; Sat, 1 May 2021 19:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ED72E0D16; Sat, 1 May 2021 19:42:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35F55E0D17 for ; Sat, 1 May 2021 19:42:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6484335D9D for ; Sat, 1 May 2021 19:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A0AC73D for ; Sat, 1 May 2021 19:42:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1619898145.27e679f61219dc9200dffa2e62ef67c95a0bc7c7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dleyna-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dleyna-server/Manifest net-misc/dleyna-server/dleyna-server-0.7.0.ebuild X-VCS-Directories: net-misc/dleyna-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 27e679f61219dc9200dffa2e62ef67c95a0bc7c7 X-VCS-Branch: master Date: Sat, 1 May 2021 19:42:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf6851b7-39cf-4c89-8bdf-7788f190d8da X-Archives-Hash: 383ad609f33ccc0bea9851496fd04855 commit: 27e679f61219dc9200dffa2e62ef67c95a0bc7c7 Author: Matt Turner gentoo org> AuthorDate: Sat May 1 19:36:12 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat May 1 19:42:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e679f6 net-misc/dleyna-server: Version bump to 0.7.0 Signed-off-by: Matt Turner gentoo.org> net-misc/dleyna-server/Manifest | 1 + net-misc/dleyna-server/dleyna-server-0.7.0.ebuild | 26 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/net-misc/dleyna-server/Manifest b/net-misc/dleyna-server/Manifest index 5b44ab69016..635fe67d6b7 100644 --- a/net-misc/dleyna-server/Manifest +++ b/net-misc/dleyna-server/Manifest @@ -1 +1,2 @@ DIST dleyna-server-0.6.0.tar.gz 107573 BLAKE2B c2460d20ac12d377170fc1292efa48ccec218b7c8e6f2d463a159bda801a7e9a5cfd239e51bcf9d997124a0a9ff305f3a4047228d54a55b26407fb1e37b2e238 SHA512 5fecc48f72afdac46da04d1785cf49384ed84b078802e4703cd86dc8e2c5db64df0232f66b73c73b3f358f7248117cd00fa4652397619d87f8f4a305e047306c +DIST dleyna-server-0.7.0.tar.gz 105020 BLAKE2B 01e4459631fef66e88aabcadfd85a4b01a5b95d33b5c1734decd1b0667876d7e5834bf23f754361772faebd7daf63d5f37cff9cb9bd11ff47c62aeb7afdb4969 SHA512 16bcab369a4d4624f75ed5d40bb5a06cafa1907b3ceceeb0de95f9f00750c257b69202f29f9c2d1ebcd61c541ee930d7a2747dab979e15a74e9a6e109eae6800 diff --git a/net-misc/dleyna-server/dleyna-server-0.7.0.ebuild b/net-misc/dleyna-server/dleyna-server-0.7.0.ebuild new file mode 100644 index 00000000000..0718496ba1d --- /dev/null +++ b/net-misc/dleyna-server/dleyna-server-0.7.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Service that allows to discover and manipulate DLNA Digital Media servers (DMS)" +HOMEPAGE="https://github.com/phako/dleyna-server" +SRC_URI="https://github.com/phako/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-libs/glib-2.36:2 + >=net-libs/gssdp-1.2:0= + >=net-libs/gupnp-1.2:0= + >=net-libs/gupnp-av-0.11.5 + >=media-libs/gupnp-dlna-0.9.4:2.0 + >=net-libs/libsoup-2.28.2:2.4 + >=net-libs/dleyna-core-0.6.0:1.0= +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig"