@@ -1,3 +1,9 @@ | |||||
fftw3-static (6:3.3.10-1kxstudio2) focal; urgency=medium | |||||
* Build with SSE | |||||
-- falkTX <falktx@falktx.com> Mon, 25 Apr 2022 00:44:13 +0100 | |||||
fftw3-static (6:3.3.10-1kxstudio1) focal; urgency=medium | fftw3-static (6:3.3.10-1kxstudio1) focal; urgency=medium | ||||
* Initial package | * Initial package | ||||
@@ -1,6 +1,5 @@ | |||||
#!/usr/bin/make -f | #!/usr/bin/make -f | ||||
KXSTUDIO_NO_SSE = y | |||||
include /usr/share/dpkg/kxstudio.mk | include /usr/share/dpkg/kxstudio.mk | ||||
BASE_CONFIG = \ | BASE_CONFIG = \ | ||||
@@ -1,4 +1,4 @@ | |||||
libsndfile-static (6:1.1.0-2kxstudio1) focal; urgency=medium | |||||
libsndfile-static (6:1.1.0-2kxstudio2) focal; urgency=medium | |||||
* Fix missing mp3 support | * Fix missing mp3 support | ||||
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), | |||||
pkg-config, | pkg-config, | ||||
flac-static, | flac-static, | ||||
libmp3lame-static, | libmp3lame-static, | ||||
libmpg123-static, | |||||
libmpg123-static (>= 6:1.29.3-2kxstudio2), | |||||
libopus-static, | libopus-static, | ||||
libvorbis-static, | libvorbis-static, | ||||
libasound2-dev, | libasound2-dev, | ||||
@@ -1,3 +1,9 @@ | |||||
mpg123-static (6:1.29.3-2kxstudio2) focal; urgency=medium | |||||
* Do not use fpu for ARM builds, fixing libsndfile test-case | |||||
-- falkTX <falktx@falktx.com> Mon, 25 Apr 2022 00:53:14 +0100 | |||||
mpg123-static (6:1.29.3-1kxstudio3) focal; urgency=medium | mpg123-static (6:1.29.3-1kxstudio3) focal; urgency=medium | ||||
* Initial package | * Initial package | ||||
@@ -3,12 +3,10 @@ | |||||
KXSTUDIO_NO_FASTMATH = y | KXSTUDIO_NO_FASTMATH = y | ||||
include /usr/share/dpkg/kxstudio.mk | include /usr/share/dpkg/kxstudio.mk | ||||
# export LDFLAGS += -Wl,--whole-archive | |||||
ifeq ($(DEB_HOST_ARCH),armhf) | ifeq ($(DEB_HOST_ARCH),armhf) | ||||
EXTRA_CONFIG = --with-cpu=neon | |||||
EXTRA_CONFIG = --with-cpu=arm_nofpu | |||||
else ifeq ($(DEB_HOST_ARCH),arm64) | else ifeq ($(DEB_HOST_ARCH),arm64) | ||||
EXTRA_CONFIG = --with-cpu=neon64 | |||||
EXTRA_CONFIG = --with-cpu=generic_nofpu | |||||
else | else | ||||
EXTRA_CONFIG = --with-cpu=x86-64 | EXTRA_CONFIG = --with-cpu=x86-64 | ||||
endif | endif | ||||