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 E10C01382C5 for ; Fri, 4 Jun 2021 03:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E96AE0863; Fri, 4 Jun 2021 03:22:32 +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 105B4E0863 for ; Fri, 4 Jun 2021 03:22:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5B3C2341009 for ; Fri, 4 Jun 2021 03:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA18A75B for ; Fri, 4 Jun 2021 03:22:20 +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: <1622776909.857af3cdc7fda93a823cbecd17085d4801c3a134.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-r1.ebuild X-VCS-Directories: net-misc/dleyna-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 857af3cdc7fda93a823cbecd17085d4801c3a134 X-VCS-Branch: master Date: Fri, 4 Jun 2021 03:22:20 +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: 52295ae1-291a-4dcd-8736-2ee259ab9d9f X-Archives-Hash: 27bb951ee332dc1463754896631fbe3a commit: 857af3cdc7fda93a823cbecd17085d4801c3a134 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 4 03:21:36 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 4 03:21:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857af3cd net-misc/dleyna-server: Add patches from upstream Closes: https://bugs.gentoo.org/792177 Signed-off-by: Matt Turner gentoo.org> net-misc/dleyna-server/Manifest | 1 + .../dleyna-server/dleyna-server-0.7.0-r1.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/net-misc/dleyna-server/Manifest b/net-misc/dleyna-server/Manifest index 528487f8a55..3c6388e36b4 100644 --- a/net-misc/dleyna-server/Manifest +++ b/net-misc/dleyna-server/Manifest @@ -1 +1,2 @@ +DIST dleyna-server-0.7.0-r1-patchset.tar.xz 1680 BLAKE2B fd6494dc04bb0fc20e677c69b360df30c89b35b6a990a2ce78e87101291307c485a5cb133152eabbd117691eff4d738fa2e33303128c4305a0c1e5137c67781d SHA512 7f37ba456f84bd9e45b732d40467e08ba5ce775c0f1d30011157e10a6f3010b904fc52a4d699a211dd66b66c54ff6e98b109aa5ba9c04112f81de1529d55c425 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-r1.ebuild b/net-misc/dleyna-server/dleyna-server-0.7.0-r1.ebuild new file mode 100644 index 00000000000..0c97205a63e --- /dev/null +++ b/net-misc/dleyna-server/dleyna-server-0.7.0-r1.ebuild @@ -0,0 +1,31 @@ +# 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" +SRC_URI+=" https://dev.gentoo.org/~mattst88/distfiles/${PF}-patchset.tar.xz" + +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" + +PATCHES=( + "${WORKDIR}"/patches +)