Audacious: bumped to 4.4.2 (#12340)

This commit is contained in:
kenmays
2025-05-12 22:37:46 -07:00
committed by GitHub
parent 49937c95be
commit 066fb8bace
2 changed files with 14 additions and 13 deletions

View File

@@ -13,11 +13,11 @@ skins.
Install the Audacious Plugins package to fetch lyrics for your music, to set \
an alarm in the morning, and more."
HOMEPAGE="https://audacious-media-player.org/"
COPYRIGHT="2001-2021 Audacious developers and others"
COPYRIGHT="2001-present Audacious developers and others"
LICENSE="BSD (2-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/audacious-media-player/audacious/archive/audacious-$portVersion.tar.gz"
CHECKSUM_SHA256="ee920bf22fb54ec91f2ff3c8821d6f8e7dacca72fdb6bacf626868c087e77088"
CHECKSUM_SHA256="030acbf2b58e403d9737f0cda90aa4ce475a7beb0961404c69b6e03ce6a7b008"
SOURCE_DIR="audacious-audacious-$portVersion"
PATCHES="audacious-$portVersion.patchset"
ADDITIONAL_FILES="audacious.rdef.in"
@@ -42,9 +42,10 @@ REQUIRES="
lib:libgobject_2.0$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix
lib:libQt5Widgets$secondaryArchSuffix
lib:libQt6Core$secondaryArchSuffix
lib:libQt6Gui$secondaryArchSuffix
lib:libQt6Svg$secondaryArchSuffix
lib:libQt6Widgets$secondaryArchSuffix
"
PROVIDES_devel="
@@ -64,9 +65,10 @@ BUILD_REQUIRES="
devel:libglib_2.0$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix
devel:libQt5Widgets$secondaryArchSuffix
devel:libQt6Core$secondaryArchSuffix
devel:libQt6Gui$secondaryArchSuffix
devel:libQt6Svg$secondaryArchSuffix
devel:libQt6Widgets$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:aclocal
@@ -74,7 +76,6 @@ BUILD_PREREQUIRES="
cmd:awk
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:msgfmt
cmd:msgmerge

View File

@@ -1,11 +1,11 @@
From 3cd3ad87812094fb0f54fd0ef2e3a135fafeadf4 Mon Sep 17 00:00:00 2001
From 67f45f101334b06508457e85df77cbe340c69bea Mon Sep 17 00:00:00 2001
From: hfsfox <darkkitsunezx128k2309@gmail.com>
Date: Mon, 23 Oct 2023 01:31:18 +0300
Subject: fix settings dir
diff --git a/src/libaudcore/runtime.cc b/src/libaudcore/runtime.cc
index 0131e1e..fc92da2 100644
index e6e6695..c47cde7 100644
--- a/src/libaudcore/runtime.cc
+++ b/src/libaudcore/runtime.cc
@@ -35,6 +35,9 @@
@@ -33,5 +33,5 @@ index 0131e1e..fc92da2 100644
? str_copy("audacious")
: str_printf("audacious-%d", instance_number);
--
2.42.0
2.48.1