Audacious: bump version

This commit is contained in:
Gerasim Troeglazov
2021-02-05 10:43:57 +10:00
parent 921c35b88f
commit a5d7e8bc34
2 changed files with 11 additions and 8 deletions

View File

@@ -9,11 +9,11 @@ with LADSPA effects. Enjoy the modern GTK-themed interface or change things \
up with Winamp Classic skins. Use the plugins included with Audacious to \
fetch lyrics for your music, to set an alarm in the morning, and more."
HOMEPAGE="https://audacious-media-player.org/"
COPYRIGHT="2001-2020 Audacious developers and others"
COPYRIGHT="2001-2021 Audacious developers and others"
LICENSE="BSD (2-clause)"
REVISION="3"
REVISION="1"
SOURCE_URI="https://github.com/audacious-media-player/audacious/archive/audacious-$portVersion.tar.gz"
CHECKSUM_SHA256="b407189aa148ea22efb8de15dac438207341d586cbe69c5d3f4c0da7751c5031"
CHECKSUM_SHA256="e2186130821b8d20d39104dbbf695102c99e95b579201caea1999459b7a05744"
SOURCE_DIR="audacious-audacious-$portVersion"
PATCHES="audacious-$portVersion.patchset"
ADDITIONAL_FILES="audacious.rdef.in"
@@ -24,12 +24,13 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
audacious$secondaryArchSuffix = $portVersion
app:Audacious$secondaryArchSuffix = $portVersion
lib:libaudcore$secondaryArchSuffix = 5.2.0 compat >= 5
lib:libaudqt$secondaryArchSuffix = 2.2.0 compat >= 2
lib:libaudcore$secondaryArchSuffix = 5.3.0 compat >= 5
lib:libaudqt$secondaryArchSuffix = 2.3.0 compat >= 2
lib:libaudtag$secondaryArchSuffix = 3.0.0 compat >= 3
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libarchive$secondaryArchSuffix
lib:libgio_2.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libgmodule_2.0$secondaryArchSuffix
@@ -43,8 +44,8 @@ REQUIRES="
PROVIDES_devel="
audacious${secondaryArchSuffix}_devel = $portVersion
devel:libaudcore$secondaryArchSuffix = 5.2.0 compat >= 5
devel:libaudqt$secondaryArchSuffix = 2.2.0 compat >= 2
devel:libaudcore$secondaryArchSuffix = 5.3.0 compat >= 5
devel:libaudqt$secondaryArchSuffix = 2.3.0 compat >= 2
devel:libaudtag$secondaryArchSuffix = 3.0.0 compat >= 3
"
REQUIRES_devel="
@@ -53,6 +54,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libarchive$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
@@ -79,6 +81,7 @@ BUILD()
--disable-gtk \
--enable-qt \
--disable-dbus \
--enable-libarchive \
--enable-valgrind
make $jobArgs
true
@@ -94,7 +97,7 @@ INSTALL()
local APP_SIGNATURE="application/x-vnd.qt5-audacious"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "$portVersion" | cut -d. -f3`"
local MINOR="0"
local LONG_INFO="$SUMMARY"
sed \
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \