mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
rubberband: update to 1.9.0; fix armv5tel*
This commit is contained in:
parent
1007812d26
commit
462cb92acd
3 changed files with 15 additions and 16 deletions
11
srcpkgs/rubberband/patches/fix-armv5tel.patch
Normal file
11
srcpkgs/rubberband/patches/fix-armv5tel.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/system/sysutils.cpp 2020-09-10 15:30:36.000000000 +0200
|
||||||
|
+++ src/system/sysutils.cpp 2020-10-03 19:35:03.241898331 +0200
|
||||||
|
@@ -189,7 +189,7 @@
|
||||||
|
fesetenv(FE_DFL_DISABLE_DENORMS_ENV);
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
-#if defined __ARMEL__
|
||||||
|
+#if defined __ARMEL__ && (__ARM_ARCH > 5)
|
||||||
|
// ARM32
|
||||||
|
static const unsigned int x = 0x04086060;
|
||||||
|
static const unsigned int y = 0x03000000;
|
|
@ -1,12 +0,0 @@
|
||||||
diff --git Makefile.in Makefile.in
|
|
||||||
index 3a70a71..76f8552 100644
|
|
||||||
--- Makefile.in
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -183,7 +183,6 @@ install: all
|
|
||||||
cp $(DYNAMIC_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION)
|
|
||||||
ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_ABI_VERSION)
|
|
||||||
ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION)
|
|
||||||
- cp -f $(JNI_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION)
|
|
||||||
cp $(VAMP_TARGET) $(DESTDIR)$(INSTALL_VAMPDIR)
|
|
||||||
cp vamp/vamp-rubberband.cat $(DESTDIR)$(INSTALL_VAMPDIR)
|
|
||||||
cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR)
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'rubberband'
|
# Template file for 'rubberband'
|
||||||
pkgname=rubberband
|
pkgname=rubberband
|
||||||
version=1.8.2
|
version=1.9.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
||||||
depends="libvamp-plugin-sdk"
|
depends="libvamp-plugin-sdk"
|
||||||
short_desc="Time-stretching and pitch-shifting audio library"
|
short_desc="Time-stretching and pitch-shifting audio library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://breakfastquay.com/rubberband/"
|
homepage="https://breakfastquay.com/rubberband/"
|
||||||
changelog="https://breakfastquay.com/news.html"
|
changelog="https://breakfastquay.com/news.html"
|
||||||
distfiles="https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2"
|
distfiles="https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2"
|
||||||
checksum=86bed06b7115b64441d32ae53634fcc0539a50b9b648ef87443f936782f6c3ca
|
checksum=4f5b9509364ea876b4052fc390c079a3ad4ab63a2683aad09662fb905c2dc026
|
||||||
|
|
||||||
librubberband_package() {
|
librubberband_package() {
|
||||||
short_desc+=" - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
|
|
Loading…
Add table
Reference in a new issue