From 5f2525ccb58b817ce7acdb88e28b77091235a66ba27b691f57021e6312baf6b2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 12 Mar 2024 07:58:02 +0000 Subject: [PATCH] Accepting request 1157035 from home:mnhauke - Update to version 1.77 * The 32-point sinc resampling interpolator was reduced to 16-point again because of the trade-off not being big enough, and it was slightly wrongly implemented and would alias a little bit in some cases. I'll implement a better sinc interpolator in the future, if I ever stumble across a nice and simple implementation. OBS-URL: https://build.opensuse.org/request/show/1157035 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=20 --- ft2-clone-1.76.tar.gz | 3 --- ft2-clone-1.77.tar.gz | 3 +++ ft2-clone.changes | 11 +++++++++++ ft2-clone.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ft2-clone-1.76.tar.gz create mode 100644 ft2-clone-1.77.tar.gz diff --git a/ft2-clone-1.76.tar.gz b/ft2-clone-1.76.tar.gz deleted file mode 100644 index 7614117..0000000 --- a/ft2-clone-1.76.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bde71bd28d0e451ee49d912c73b4f03d3558e8ce10426c378cc4b92b37784e3 -size 6083277 diff --git a/ft2-clone-1.77.tar.gz b/ft2-clone-1.77.tar.gz new file mode 100644 index 0000000..5bdbde7 --- /dev/null +++ b/ft2-clone-1.77.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661586e81a2ff225d8f879cd8d2e708217092e973da74232997ab861d5a2451c +size 6084999 diff --git a/ft2-clone.changes b/ft2-clone.changes index 42579b5..2bc1927 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 11 20:19:37 UTC 2024 - Martin Hauke + +- Update to version 1.77 + * The 32-point sinc resampling interpolator was reduced to + 16-point again because of the trade-off not being big enough, + and it was slightly wrongly implemented and would alias a + little bit in some cases. I'll implement a better sinc + interpolator in the future, if I ever stumble across a nice + and simple implementation. + ------------------------------------------------------------------- Fri Feb 23 21:04:00 UTC 2024 - Martin Hauke diff --git a/ft2-clone.spec b/ft2-clone.spec index 50f4e37..0ac6175 100644 --- a/ft2-clone.spec +++ b/ft2-clone.spec @@ -17,7 +17,7 @@ Name: ft2-clone -Version: 1.76 +Version: 1.77 Release: 0 Summary: Fasttracker II clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0