Skip to content

Commit

Permalink
media-plugins/gst-plugins-sndio: New Package
Browse files Browse the repository at this point in the history
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  • Loading branch information
lanodan committed May 15, 2020
1 parent 18cf830 commit 2263d3c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/gst-plugins-sndio/Manifest
@@ -0,0 +1 @@
DIST gstreamer1-plugins-sndio-1.8.0.1.tar.gz 7482 BLAKE2B b4f03ec7a5e8047865ee3148832a8df07a71f02a28dc170a77063aeed32e4189062a074a1afcd4316416750cddc8175af89120f695c1bf7396e3faedbbf42e85 SHA512 9b07b25e0d2c04dfe24a5c01a316b39209129f27178b8dec7abe95754875868f734c3adb32cc3ae2b5c74040855db15480e983c4921e03a800374464c07b27b8
28 changes: 28 additions & 0 deletions 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
}
12 changes: 12 additions & 0 deletions media-plugins/gst-plugins-sndio/metadata.xml
@@ -0,0 +1,12 @@
<?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>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

0 comments on commit 2263d3c

Please sign in to comment.