mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
audacious-plugins: bump version
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user