audacious-plugins: enable SID plugin

This commit is contained in:
Gerasim Troeglazov
2020-03-08 20:49:59 +10:00
parent a5b99353ba
commit 763fa2de6a

View File

@@ -11,7 +11,7 @@ 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ł"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/audacious-media-player/audacious-plugins/archive/audacious-plugins-$portVersion.tar.gz"
CHECKSUM_SHA256="548fd3dd56da5e2f719844fb3dc5c53925a8f0fff21646fc8f88ff41880586e0"
SOURCE_DIR="audacious-plugins-audacious-plugins-$portVersion"
@@ -52,6 +52,7 @@ REQUIRES="
lib:libQt5OpenGL$secondaryArchSuffix
lib:libQt5Widgets$secondaryArchSuffix
lib:libsamplerate$secondaryArchSuffix
lib:libsidplayfp$secondaryArchSuffix
lib:libsndfile$secondaryArchSuffix
lib:libsoxr$secondaryArchSuffix
lib:libvorbis$secondaryArchSuffix
@@ -86,6 +87,7 @@ BUILD_REQUIRES="
devel:libQt5Gui$secondaryArchSuffix
devel:libQt5Widgets$secondaryArchSuffix
devel:libsamplerate$secondaryArchSuffix
devel:libsidplayfp$secondaryArchSuffix
devel:libsndfile$secondaryArchSuffix
devel:libsoxr$secondaryArchSuffix
devel:libswresample$secondaryArchSuffix
@@ -118,4 +120,5 @@ BUILD()
INSTALL()
{
make install
strip $libDir/audacious/*/*
}