mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
media-sound/sndio: New Package
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
1
media-sound/sndio/Manifest
Normal file
1
media-sound/sndio/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sndio-1.6.0.tar.gz 125898 BLAKE2B 1aaee62642a9915d1d23291b7db62844713a0c9379d5c43086ecf3f3bcbfe62c83ef2da7a0342f8416ff51045969493fdf7aa0df3d5a1793e6e682b49a9c3d27 SHA512 32d668b5d50096cc2c5c29823c066475ceb06e394163d346697ceae853650cb407a77279c30f0fe703df894f19e8c818c1b8c0b84c17480cd54b25b6fc9fe3ce
|
||||
8
media-sound/sndio/metadata.xml
Normal file
8
media-sound/sndio/metadata.xml
Normal 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>
|
||||
30
media-sound/sndio/sndio-1.6.0.ebuild
Normal file
30
media-sound/sndio/sndio-1.6.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="small audio and MIDI framework part of the OpenBSD project"
|
||||
HOMEPAGE="http://www.sndio.org/"
|
||||
SRC_URI="http://www.sndio.org/${P}.tar.gz"
|
||||
LICENSE="ISC"
|
||||
SLOT="0/7.0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="alsa"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libbsd
|
||||
media-libs/alsa-lib
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
acct-user/sndiod
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
--privsep-user=${PN}d \
|
||||
--enable-alsa \
|
||||
--with-libbsd
|
||||
}
|
||||
Reference in New Issue
Block a user