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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 202F3158094 for ; Fri, 26 Aug 2022 13:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F71E09BA; Fri, 26 Aug 2022 13:10:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BC29E09BA for ; Fri, 26 Aug 2022 13:10:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34890340FAF for ; Fri, 26 Aug 2022 13:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4580F5A2 for ; Fri, 26 Aug 2022 13:10:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661519401.839d77de490ce7cdd58f920a9b51619c307a1eeb.sam@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.20.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-soup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 839d77de490ce7cdd58f920a9b51619c307a1eeb X-VCS-Branch: master Date: Fri, 26 Aug 2022 13:10:54 +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: 19b77ebd-2554-42e2-89a4-78e00f03b570 X-Archives-Hash: e6afcf18477a38123030262e61948544 commit: 839d77de490ce7cdd58f920a9b51619c307a1eeb Author: Igor V. Kovalenko gmail com> AuthorDate: Fri Aug 26 12:59:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 26 13:10:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839d77de media-plugins/gst-plugins-soup: add 1.20.3 Signed-off-by: Sam James gentoo.org> Signed-off-by: Igor V. Kovalenko gmail.com> media-plugins/gst-plugins-soup/Manifest | 1 + .../gst-plugins-soup/gst-plugins-soup-1.20.3.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/media-plugins/gst-plugins-soup/Manifest b/media-plugins/gst-plugins-soup/Manifest index 0d98242fa2b2..8035d1759b43 100644 --- a/media-plugins/gst-plugins-soup/Manifest +++ b/media-plugins/gst-plugins-soup/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.20.2.tar.xz 3411008 BLAKE2B 45eb497d240bf9b05cfbf85babe5ef85fb8a7f25f1b470f131f319064e1dc04f334d4b7dede4f0aedd73dca01605b7e00e2ddc587bcf9ccce6989a9e99776cb1 SHA512 a10ea48fdfbe741e9bc63036b011748558f89968aaa525380ac99884c27463d190c0b49e2d98b4f554eee6ead8a5c5da3ba62e5b0b1fe54877598beccc68a933 +DIST gst-plugins-good-1.20.3.tar.xz 3417252 BLAKE2B 5f288541598d2c308fbb1d5e36e54e8dd4c6e9d7dd71f41b778fbdfe883ed48e8d13fa53d05518cc671de029d804f7dc1d93396de9d199d45ec131230926d33c SHA512 98bb2dd428edaa1a5846fb47b1f42a1e99541faf05cdb0fb632d4a1a1e4fb2c1f9d1229bf0aa2ddcbce139533e9fd51f8f9a1175cd8a8729c5179750ca84afa1 diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.20.3.ebuild b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.20.3.ebuild new file mode 100644 index 000000000000..e09cd87197ba --- /dev/null +++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.20.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="HTTP client source/sink plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + +RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}"