From 763fa2de6abd365a96a727be191fb48230979e92 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 8 Mar 2020 20:49:59 +1000 Subject: [PATCH] audacious-plugins: enable SID plugin --- .../audacious-plugins/audacious_plugins-3.10.1.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-plugins/audacious-plugins/audacious_plugins-3.10.1.recipe b/media-plugins/audacious-plugins/audacious_plugins-3.10.1.recipe index aab6c64a9..3c6ccd169 100644 --- a/media-plugins/audacious-plugins/audacious_plugins-3.10.1.recipe +++ b/media-plugins/audacious-plugins/audacious_plugins-3.10.1.recipe @@ -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/*/* }