mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
rubberband: update to 3.1.2
This commit is contained in:
parent
04bc3d1fcb
commit
4399feb37e
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
--- a/src/system/sysutils.cpp 2020-09-10 15:30:36.000000000 +0200
|
||||
+++ b/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,6 +1,6 @@
|
|||
# Template file for 'rubberband'
|
||||
pkgname=rubberband
|
||||
version=2.0.2
|
||||
version=3.1.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://breakfastquay.com/rubberband/"
|
||||
changelog="https://breakfastquay.com/news.html"
|
||||
distfiles="https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2"
|
||||
checksum=b9eac027e797789ae99611c9eaeaf1c3a44cc804f9c8a0441a0d1d26f3d6bdf9
|
||||
checksum=dda7e257b14c59a1f59c5ccc4d6f19412039f77834275955aa0ff511779b98d2
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue