mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
parent
940592ad95
commit
4200e92952
2 changed files with 12 additions and 1 deletions
11
srcpkgs/audacity/patches/fix-vamp-build.patch
Normal file
11
srcpkgs/audacity/patches/fix-vamp-build.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/effects/vamp/LoadVamp.cpp.orig
|
||||||
|
+++ src/effects/vamp/LoadVamp.cpp
|
||||||
|
@@ -266,7 +266,7 @@ Plugin *VampEffectsModule::FindPlugin(co
|
||||||
|
Plugin *vp = PluginLoader::getInstance()->loadPlugin(key, 48000); // rate doesn't matter here
|
||||||
|
if (!vp)
|
||||||
|
{
|
||||||
|
- return false;
|
||||||
|
+ return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// We limit the listed plugin outputs to those whose results can
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'audacity'
|
# Template file for 'audacity'
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
version=2.1.2
|
version=2.1.2
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}-Audacity-${version}"
|
wrksrc="${pkgname}-Audacity-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libsamplerate"
|
configure_args="--with-libsamplerate"
|
||||||
|
|
Loading…
Add table
Reference in a new issue