mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
media-plugins/alsa-sndio: Fix description, fix CC
Closes: https://bugs.gentoo.org/785112 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Sndio audio sink and source for GStreamer"
|
||||
DESCRIPTION="ALSA PCM to play audio on sndio servers"
|
||||
HOMEPAGE="https://github.com/Duncaen/alsa-sndio"
|
||||
SRC_URI="https://github.com/Duncaen/alsa-sndio/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="ISC"
|
||||
@@ -22,6 +22,10 @@ src_prepare() {
|
||||
sed -i "s;/lib/alsa-lib/;/$(get_libdir)/alsa-lib/;" Makefile || die "Failed changing libdir"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC="${CC:-gcc}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
export PREFIX="/usr"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user