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 8A1A5138350 for ; Thu, 23 Apr 2020 03:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA4BEE0BA4; Thu, 23 Apr 2020 03:19:46 +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 00544E0BA4 for ; Thu, 23 Apr 2020 03:19:45 +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 63D1934F019 for ; Thu, 23 Apr 2020 03:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D9091EE for ; Thu, 23 Apr 2020 03:19:42 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1587611933.d88fc32d5e68aee123c5cb81c814a81a75d7e44d.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/gst-plugins-sndio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/gst-plugins-sndio/Manifest media-plugins/gst-plugins-sndio/gst-plugins-sndio-1.8.0.1.ebuild media-plugins/gst-plugins-sndio/metadata.xml X-VCS-Directories: media-plugins/gst-plugins-sndio/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: d88fc32d5e68aee123c5cb81c814a81a75d7e44d X-VCS-Branch: dev Date: Thu, 23 Apr 2020 03:19: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: e31aeb68-9284-4c5c-afe9-e37fb18afb90 X-Archives-Hash: d5aa0cb5c93df5e4bbf7274c00715297 commit: d88fc32d5e68aee123c5cb81c814a81a75d7e44d Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Apr 23 00:05:11 2020 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Apr 23 03:18:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d88fc32d media-plugins/gst-plugins-sndio: New Package Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-plugins/gst-plugins-sndio/Manifest | 1 + .../gst-plugins-sndio-1.8.0.1.ebuild | 28 ++++++++++++++++++++++ media-plugins/gst-plugins-sndio/metadata.xml | 8 +++++++ 3 files changed, 37 insertions(+) diff --git a/media-plugins/gst-plugins-sndio/Manifest b/media-plugins/gst-plugins-sndio/Manifest new file mode 100644 index 0000000..2ba2b12 --- /dev/null +++ b/media-plugins/gst-plugins-sndio/Manifest @@ -0,0 +1 @@ +DIST gstreamer1-plugins-sndio-1.8.0.1.tar.gz 7482 BLAKE2B b4f03ec7a5e8047865ee3148832a8df07a71f02a28dc170a77063aeed32e4189062a074a1afcd4316416750cddc8175af89120f695c1bf7396e3faedbbf42e85 SHA512 9b07b25e0d2c04dfe24a5c01a316b39209129f27178b8dec7abe95754875868f734c3adb32cc3ae2b5c74040855db15480e983c4921e03a800374464c07b27b8 diff --git a/media-plugins/gst-plugins-sndio/gst-plugins-sndio-1.8.0.1.ebuild b/media-plugins/gst-plugins-sndio/gst-plugins-sndio-1.8.0.1.ebuild new file mode 100644 index 0000000..517fa33 --- /dev/null +++ b/media-plugins/gst-plugins-sndio/gst-plugins-sndio-1.8.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="gstreamer1-plugins-sndio-${PV}" + +DESCRIPTION="Sndio audio sink and source for GStreamer" +HOMEPAGE="https://github.com/t6/gstreamer1-plugins-sndio" +SRC_URI="https://github.com/t6/gstreamer1-plugins-sndio/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + media-libs/gstreamer:1.0 + media-sound/sndio:= + sys-devel/gettext + dev-libs/glib +" +RDEPEND="${DEPEND}" + +src_install() { + export BSD_INSTALL_LIB="install -m 444" + + default +} diff --git a/media-plugins/gst-plugins-sndio/metadata.xml b/media-plugins/gst-plugins-sndio/metadata.xml new file mode 100644 index 0000000..c698af2 --- /dev/null +++ b/media-plugins/gst-plugins-sndio/metadata.xml @@ -0,0 +1,8 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + +