media-plugins/gst-plugins-sndio: New Package

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-04-23 02:05:11 +02:00
parent 50b8b470f2
commit d88fc32d5e
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST gstreamer1-plugins-sndio-1.8.0.1.tar.gz 7482 BLAKE2B b4f03ec7a5e8047865ee3148832a8df07a71f02a28dc170a77063aeed32e4189062a074a1afcd4316416750cddc8175af89120f695c1bf7396e3faedbbf42e85 SHA512 9b07b25e0d2c04dfe24a5c01a316b39209129f27178b8dec7abe95754875868f734c3adb32cc3ae2b5c74040855db15480e983c4921e03a800374464c07b27b8

View File

@@ -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
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
</pkgmetadata>