mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-sound/alsa-scarlett-gui: add 0.5.1, drop 0.4.0-r1
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
This commit is contained in:
parent
df55435024
commit
68ca66547f
@ -1 +1 @@
|
||||
DIST alsa-scarlett-gui-0.4.0.tar.gz 3434771 BLAKE2B 5bdab633a8271e99eec06aac8b9629ad50eb9a4cf892fe962f30848fc7644036093056d0db75f60accd13757dbeb578c0cfa365aa6dcd2655985564e1039a7d9 SHA512 9cc316f153cd197823295dc57012931f75b3cb06f9ea87661853626e3d9326ce1a433adfb8af23bcdc1e76f9ab59d2175bee9e3d02da0b4a7b3365caf734e1e2
|
||||
DIST alsa-scarlett-gui-0.5.1.tar.gz 3920043 BLAKE2B 6f556e58643e1dbcfc7a2298163f9a8ff6077beaf16b916cd67f8280092d07271ce6f580b6e6be4d32ba9407d37861d118c675ab483dcee3a2689a0a293b0cc1 SHA512 d5722c2c638ac425a0efa8d0dd90a26bffc0c9640c78cb8f61bd57c123fae8b708074126aee0570202ad73a2ef22719b2cf0cc7b0b4922a80d661e454312363e
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -21,10 +21,6 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.4.0_adjust-cflags.patch
|
||||
)
|
||||
|
||||
MAKEOPTS="${MAKEOPTS} -C src"
|
||||
|
||||
export PREFIX="/usr"
|
||||
@ -1,20 +0,0 @@
|
||||
From: Filip Kobierski <fkobi@pm.me>
|
||||
|
||||
This also deletes -Werror as that was done anyway and it's simpler to apply one patch
|
||||
|
||||
Bug: https://bugs.gentoo.org/936815
|
||||
---
|
||||
src/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/Makefile b/src/Makefile
|
||||
--- a/src/Makefile
|
||||
+++ b/src/Makefile
|
||||
@@ -13,6 +13,6 @@ DEPDIR := .deps
|
||||
DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$*.d
|
||||
|
||||
CFLAGS ?= -ggdb -fno-omit-frame-pointer -O2
|
||||
-CFLAGS += -Wall -Werror -D_FORTIFY_SOURCE=2
|
||||
+CFLAGS += -Wall
|
||||
CFLAGS += -DVERSION=\"$(VERSION)\"
|
||||
CFLAGS += -Wno-error=deprecated-declarations
|
||||
Loading…
x
Reference in New Issue
Block a user