audacious-plugins: bump version

This commit is contained in:
Gerasim Troeglazov
2020-04-19 14:05:01 +10:00
parent d1c592a971
commit f281dc7e60
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="2010-2018 Błażej Szczygieł"
COPYRIGHT="2010-2020 Błażej Szczygieł"
LICENSE="GNU GPL v3"
REVISION="4"
REVISION="1"
SOURCE_URI="https://github.com/audacious-media-player/audacious-plugins/archive/audacious-plugins-$portVersion.tar.gz"
CHECKSUM_SHA256="548fd3dd56da5e2f719844fb3dc5c53925a8f0fff21646fc8f88ff41880586e0"
CHECKSUM_SHA256="2647701b9e2dabd54547f9b535a69087565b34166e7b50ec75874a3557b4d24c"
SOURCE_DIR="audacious-plugins-audacious-plugins-$portVersion"
PATCHES="audacious_plugins-$portVersion.patchset"
@@ -25,9 +25,9 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libaudcore$secondaryArchSuffix
lib:libaudqt$secondaryArchSuffix
lib:libaudtag$secondaryArchSuffix
lib:libaudcore$secondaryArchSuffix >= 5.2
lib:libaudqt$secondaryArchSuffix >= 2.2
lib:libaudtag$secondaryArchSuffix >= 3
lib:libavcodec$secondaryArchSuffix
lib:libavformat$secondaryArchSuffix
lib:libavutil$secondaryArchSuffix
@@ -66,7 +66,7 @@ SUPPLEMENTS="audacious$secondaryArchSuffix"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libaudcore$secondaryArchSuffix
devel:libaudcore$secondaryArchSuffix >= 5.2
devel:libavcodec$secondaryArchSuffix
devel:libcddb$secondaryArchSuffix
devel:libcdio$secondaryArchSuffix
@@ -113,7 +113,10 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure --disable-gtk --enable-qt --disable-mpris2
runConfigure ./configure \
--disable-gtk \
--enable-qt \
--disable-mpris2
make $jobArgs
}