aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-04-23 11:52:38 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-04-23 11:58:08 +0200
commitf41f9c8327352444ec3df0b25d1a487ee6302af2 (patch)
tree402479c6b22dfc7e78cc31eaed4ee8b5316c2756 /media-plugins
parentmedia-fonts/unscii: Clean version, 2.0 (diff)
downloadguru-f41f9c8327352444ec3df0b25d1a487ee6302af2.tar.gz
guru-f41f9c8327352444ec3df0b25d1a487ee6302af2.tar.bz2
guru-f41f9c8327352444ec3df0b25d1a487ee6302af2.zip
media-plugins/alsa-sndio: Fix description, fix CC
Closes: https://bugs.gentoo.org/785112 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
index 23a00cde33..203199067e 100644
--- a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
+++ b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
@@ -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"