liquid-dsp: update to 1.6.0.
This commit is contained in:
parent
59e26ae4e6
commit
1a52f61cdc
2 changed files with 7 additions and 24 deletions
|
@ -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 "---------------------------------------------------------"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'liquid-dsp'
|
# Template file for 'liquid-dsp'
|
||||||
pkgname=liquid-dsp
|
pkgname=liquid-dsp
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-simdoverride"
|
configure_args="--enable-simdoverride"
|
||||||
|
@ -10,8 +10,13 @@ short_desc="Signal processing library for software-defined radios (SDR)"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://liquidsdr.org/"
|
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"
|
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() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue