mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-sound/alsa-scarlett-gui: add 1.0_beta9, drop 0.5.1
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST alsa-scarlett-gui-0.5.1.tar.gz 3920043 BLAKE2B 6f556e58643e1dbcfc7a2298163f9a8ff6077beaf16b916cd67f8280092d07271ce6f580b6e6be4d32ba9407d37861d118c675ab483dcee3a2689a0a293b0cc1 SHA512 d5722c2c638ac425a0efa8d0dd90a26bffc0c9640c78cb8f61bd57c123fae8b708074126aee0570202ad73a2ef22719b2cf0cc7b0b4922a80d661e454312363e
|
||||
DIST alsa-scarlett-gui-1.0_beta9.tar.gz 4809031 BLAKE2B 16755efcab06a1551081cab7d2e2fb16a89f32bde4b56d5a0aabc637775220ced0adf34645781c7eceeaa5ec9e24837a24991c17948f34d1e5f5e91a2abf18c2 SHA512 0b6c873cebab9418d46faf8f6f839bb5ce67524e986e1cbc1eab25e526d289ea6ed29945466bec6fe4197986683fa7afd41383e34d486976219b9816d18042fe
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Copyright 2023-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -7,7 +7,8 @@ inherit toolchain-funcs xdg
|
||||
|
||||
DESCRIPTION="A UI for Focusrite Scarlett and Clarett audio interfaces"
|
||||
HOMEPAGE="https://github.com/geoffreybennett/alsa-scarlett-gui"
|
||||
SRC_URI="https://github.com/geoffreybennett/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
MY_PV="${PV//_/}"
|
||||
SRC_URI="https://github.com/geoffreybennett/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
@@ -23,6 +24,7 @@ BDEPEND="virtual/pkgconfig"
|
||||
|
||||
MAKEOPTS="${MAKEOPTS} -C src"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
export PREFIX="/usr"
|
||||
|
||||
src_compile() {
|
||||
Reference in New Issue
Block a user