forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-plugins/gst-plugins-sndio: New Package
Signed-off-by: Haelwenn (lanodan) Monnier <[email protected]> Closes: gentoo#15805 Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
a349d9b
commit cb1cf2c
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST gstreamer1-plugins-sndio-1.8.0.1.tar.gz 7482 BLAKE2B b4f03ec7a5e8047865ee3148832a8df07a71f02a28dc170a77063aeed32e4189062a074a1afcd4316416750cddc8175af89120f695c1bf7396e3faedbbf42e85 SHA512 9b07b25e0d2c04dfe24a5c01a316b39209129f27178b8dec7abe95754875868f734c3adb32cc3ae2b5c74040855db15480e983c4921e03a800374464c07b27b8 |
26 changes: 26 additions & 0 deletions
26
media-plugins/gst-plugins-sndio/gst-plugins-sndio-1.8.0.1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 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/gst-plugins-base:1.0 | ||
media-sound/sndio:= | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_install() { | ||
export BSD_INSTALL_LIB="install -m 444" | ||
|
||
default | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</email> | ||
<name>Haelwenn (lanodan) Monnier</name> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Proxy Maintainers</name> | ||
</maintainer> | ||
</pkgmetadata> |