From 1a52f61cdc35e983c52c02b8294e132feb2acc65 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 22 Jun 2023 23:01:15 -0400 Subject: [PATCH] liquid-dsp: update to 1.6.0. --- .../liquid-dsp/patches/fix-make-install.patch | 22 ------------------- srcpkgs/liquid-dsp/template | 9 ++++++-- 2 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 srcpkgs/liquid-dsp/patches/fix-make-install.patch diff --git a/srcpkgs/liquid-dsp/patches/fix-make-install.patch b/srcpkgs/liquid-dsp/patches/fix-make-install.patch deleted file mode 100644 index 6029886906c..00000000000 --- a/srcpkgs/liquid-dsp/patches/fix-make-install.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: makefile.in -=================================================================== ---- a/makefile.in -+++ b/makefile.in -@@ -1287,7 +1287,7 @@ - @echo "" - mkdir -p $(DESTDIR)$(prefix)/include/liquid - mkdir -p $(DESTDIR)$(libdir) -- install -m 644 -p libliquid.${AR_LIB} $(DESTDIR)$(libdir)/libliquid.${AR_LIB}.${VERSION} -+ install -m 644 -p libliquid.${AR_LIB} $(DESTDIR)$(libdir)/libliquid.${AR_LIB} - install -m 644 -p libliquid.${SH_LIB} $(DESTDIR)$(libdir)/libliquid.${SH_LIB}.${VERSION} - install -m 644 -p include/liquid.h $(DESTDIR)$(prefix)/include/liquid/liquid.h - ln -sf libliquid.${SH_LIB}.${VERSION} $(DESTDIR)$(libdir)/libliquid.${SH_LIB} -@@ -1300,7 +1300,7 @@ install: all - @echo " libraries by running 'ldconfig' to make the shared" - @echo " object available. You might also need to modify your" - @echo " LD_LIBRARY_PATH environment variable to include the" -- @echo " directory $(DESTDIR)$(exec_prefix)" -+ @echo " directory $(DESTDIR)" - @echo "" - @echo " Please report bugs to $(BUGREPORT)" - @echo "---------------------------------------------------------" diff --git a/srcpkgs/liquid-dsp/template b/srcpkgs/liquid-dsp/template index 0276e85aa0a..94d2e6ac17d 100644 --- a/srcpkgs/liquid-dsp/template +++ b/srcpkgs/liquid-dsp/template @@ -1,6 +1,6 @@ # Template file for 'liquid-dsp' pkgname=liquid-dsp -version=1.5.0 +version=1.6.0 revision=1 build_style=gnu-configure configure_args="--enable-simdoverride" @@ -10,8 +10,13 @@ short_desc="Signal processing library for software-defined radios (SDR)" maintainer="classabbyamp " license="MIT" homepage="http://liquidsdr.org/" +changelog="https://raw.githubusercontent.com/jgaeddert/liquid-dsp/v1.6.0/HISTORY" distfiles="https://github.com/jgaeddert/liquid-dsp/archive/v${version}.tar.gz" -checksum=93003edb6e74090b41009b1fae6f273a3e711dc4c8c56a0cca3e89167b765953 +checksum=6ee6a5dfb48e047b118cf613c0b9f43e34356a5667a77a72a55371d2c8c53bf5 + +case "$XBPS_TARGET_MACHINE" in + i686*) make_check=no # FAILED 46 / 487206 CHECKS ( 0.01%) +esac pre_configure() { autoreconf -fi