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 946DA158093 for ; Wed, 15 Sep 2021 01:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C431E0885; Wed, 15 Sep 2021 01:30:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D730E0885 for ; Wed, 15 Sep 2021 01:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5BBD343079 for ; Wed, 15 Sep 2021 01:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1B8779 for ; Wed, 15 Sep 2021 01:30:20 +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: <1631669407.740e826a546dee8509691e1f735bb18a698a39ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sctp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-sctp/Manifest media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild media-plugins/gst-plugins-sctp/metadata.xml X-VCS-Directories: media-plugins/gst-plugins-sctp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 740e826a546dee8509691e1f735bb18a698a39ee X-VCS-Branch: master Date: Wed, 15 Sep 2021 01:30: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: 91b78e08-fb97-4ff5-9e29-19254242fb30 X-Archives-Hash: b129742287e12236426111d60f28fa82 commit: 740e826a546dee8509691e1f735bb18a698a39ee Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Aug 22 05:39:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 15 01:30:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740e826a media-plugins/gst-plugins-sctp: New package Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-sctp/Manifest | 1 + .../gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild | 16 ++++++++++++++++ media-plugins/gst-plugins-sctp/metadata.xml | 8 ++++++++ 3 files changed, 25 insertions(+) diff --git a/media-plugins/gst-plugins-sctp/Manifest b/media-plugins/gst-plugins-sctp/Manifest new file mode 100644 index 00000000000..54abf6962a5 --- /dev/null +++ b/media-plugins/gst-plugins-sctp/Manifest @@ -0,0 +1 @@ +DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a SHA512 02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125 diff --git a/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild b/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild new file mode 100644 index 00000000000..f5bc60530fa --- /dev/null +++ b/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="SCTP plugins for GStreamer" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-sctp/metadata.xml b/media-plugins/gst-plugins-sctp/metadata.xml new file mode 100644 index 00000000000..fb1ea7216a8 --- /dev/null +++ b/media-plugins/gst-plugins-sctp/metadata.xml @@ -0,0 +1,8 @@ + + + + + gstreamer@gentoo.org + GStreamer package maintainers + +