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 764AA138350 for ; Sun, 3 May 2020 19:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35594E09DF; Sun, 3 May 2020 19:12:26 +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 131E6E09DE for ; Sun, 3 May 2020 19:12:26 +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 DC10434F54E for ; Sun, 3 May 2020 19:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37162214 for ; Sun, 3 May 2020 19:12:21 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1588533129.bdc44d2518f972bd7efba346e9784d771dc6426e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soup/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-soup/Manifest media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild X-VCS-Directories: media-plugins/gst-plugins-soup/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bdc44d2518f972bd7efba346e9784d771dc6426e X-VCS-Branch: master Date: Sun, 3 May 2020 19:12:21 +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: 6de8588f-1998-4bea-a6d2-7dfcead57494 X-Archives-Hash: 7623ae4f6e251bcecd02a241b1855030 commit: bdc44d2518f972bd7efba346e9784d771dc6426e Author: Mart Raudsepp gentoo org> AuthorDate: Sun May 3 17:42:10 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun May 3 19:12:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc44d25 media-plugins/gst-plugins-soup: bump to 1.16.2 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> media-plugins/gst-plugins-soup/Manifest | 1 + .../gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/media-plugins/gst-plugins-soup/Manifest b/media-plugins/gst-plugins-soup/Manifest index ff83b44437d..32073ca6e98 100644 --- a/media-plugins/gst-plugins-soup/Manifest +++ b/media-plugins/gst-plugins-soup/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.14.5.tar.xz 3800104 BLAKE2B acb8ba559c8f4d96cb548fa05e88a556dbfd3aed8572d91cee4fc7b652ab1e814a615713f1372a0acdaa723ddf2d9af9c84c599bc4128b8f61d03bfbc096dcce SHA512 11bfadaf39b28a0a6a6c87c4ade8513496e8f13873cb0c2ddc8b8241029b8775d4839f2de441bda664bc67c66c4ca1d6839dd7570f7d79c1f485d5a25cc9d236 +DIST gst-plugins-good-1.16.2.tar.xz 3897172 BLAKE2B b6341bb2f2456e2c558f71e9f18726eced88cbc703fa017067415297cc7ccdf70b4ceb18e9e3c7c64fc7c55806c7373d9a05eac582067ab764a02c1bafef4b33 SHA512 ab0dfd51af3ea345db466618547c35c78b5f08e725096b66074a5a7e0a83ca25ac51d2d915b7a8c07b70f8e4c9fc65d51c1851f147a5a5a71fbca58e1eb5ffd4 diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild new file mode 100644 index 00000000000..cd99559e29b --- /dev/null +++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer + +DESCRIPTION="HTTP client source/sink plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +IUSE="" + +RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}"