LimeSuite: update to 23.10.0.

This commit is contained in:
classabbyamp 2023-11-09 15:31:04 -05:00
parent 26ee1a259d
commit d3e2a66485
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 12 additions and 25 deletions

View File

@ -4093,7 +4093,7 @@ librz_syscall.so.0.6 rizin-0.6.0_1
librz_type.so.0.6 rizin-0.6.0_1
librz_util.so.0.6 rizin-0.6.0_1
libaravis-0.8.so.0 libaravis-0.8.21_1
libLimeSuite.so.22.09-1 LimeSuite-22.09.0_1
libLimeSuite.so.23.10-1 LimeSuite-23.10.0_1
libnvme.so.1 libnvme-1.0_1
libnvme-mi.so.1 libnvme-1.2_1
libRInside.so R-cran-RInside-0.2.16_1

View File

@ -1,28 +1,15 @@
# Template file for 'LimeSuite'
pkgname=LimeSuite
version=22.09.1
revision=2
version=23.10.0
revision=1
build_style=cmake
build_helper=cmake-wxWidgets-gtk3
configure_args="
-DENABLE_SIMD_FLAGS=none
-DENABLE_UTILITIES=True
-DENABLE_LIME_UTIL=True
-DCMAKE_SKIP_RPATH=True
-DENABLE_DESKTOP=False
-DENABLE_SOAPY_LMS7=True
-DENABLE_PCIE_XILLYBUS=True
-DENABLE_QUICKTEST=True
-DENABLE_MCU_TESTBENCH=True
-DENABLE_FTDI=True
-DENABLE_FX3=True
-DENABLE_STREAM_UNITE=True
-DENABLE_EXAMPLES=True
-DENABLE_HEADERS=True
-DENABLE_GUI=True
-DENABLE_API_DOXYGEN=True
$(vopt_bool octave ENABLE_OCTAVE)
-DLIME_SUITE_EXTVER=${version}_${revision}"
build_helper="cmake-wxWidgets-gtk3"
configure_args="-DENABLE_SIMD_FLAGS=none -DENABLE_UTILITIES=True -DENABLE_LIME_UTIL=True
-DCMAKE_SKIP_RPATH=True -DENABLE_DESKTOP=False -DENABLE_SOAPY_LMS7=True
-DENABLE_PCIE_XILLYBUS=True -DENABLE_QUICKTEST=True -DENABLE_MCU_TESTBENCH=True
-DENABLE_FTDI=True -DENABLE_FX3=True -DENABLE_STREAM_UNITE=True -DENABLE_EXAMPLES=True
-DENABLE_HEADERS=True -DENABLE_GUI=True -DENABLE_API_DOXYGEN=True
$(vopt_bool octave ENABLE_OCTAVE) -DLIME_SUITE_EXTVER=${version}_${revision}"
hostmakedepends="doxygen"
makedepends="gnuplot wxWidgets-gtk3-devel libusb-devel SoapySDR-devel libfreeglut-devel
fltk-devel glew-devel sqlite-devel libgomp-devel $(vopt_if octave octave)"
@ -33,8 +20,8 @@ license="Apache-2.0"
homepage="https://myriadrf.org/projects/lime-suite/"
changelog="https://raw.githubusercontent.com/myriadrf/LimeSuite/master/Changelog.txt"
distfiles="https://github.com/myriadrf/LimeSuite/archive/refs/tags/v${version}.tar.gz"
checksum=a90e112004bcf2b3eec1ab80321bc345824aaceff00e31ca5e2b8e8ac35ecd26
shlib_provides="libLimeSuite.so.22.09-1"
checksum=3fcbc4a777e61c92d185e09f15c251e52c694f13ff3df110badc4ed36dc58b00
shlib_provides="libLimeSuite.so.${version%.*}-1"
build_options="octave"
desc_option_octave="Enable the LimeSuite Octave plugin"