Skip to content

Commit

Permalink
audio/zita-resampler: Update to 1.11.2
Browse files Browse the repository at this point in the history
Upstream changes:

* Added optimised code for ARM64, contributed by Nicolas Belin.
  Edit the Makefile to disable SSE2 and enable NEON when
  compiling for ARM64.

PR:		273978
  • Loading branch information
mekanix authored and clausecker committed Sep 22, 2023
1 parent 4198924 commit 9ece82f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion audio/zita-resampler/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zita-resampler
DISTVERSION= 1.10.1
DISTVERSION= 1.11.2
CATEGORIES= audio
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/

Expand All @@ -20,4 +20,6 @@ OPTIONS_DEFAULT= OPTIMIZED_CFLAGS

OPTIMIZED_CFLAGS_CFLAGS= -ffast-math

PLIST_SUB= VERSION=${DISTVERSION}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions audio/zita-resampler/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1676766785
SHA256 (zita-resampler-1.10.1.tar.xz) = 71bbb1fa416578ea1ef0df39c4036d6d6a07a7e97bc24062f1d4003b491601ef
SIZE (zita-resampler-1.10.1.tar.xz) = 118800
TIMESTAMP = 1695225501
SHA256 (zita-resampler-1.11.2.tar.xz) = aa5c54e696069af26f3f1fed4a963113cc1237cddfd57ae5842abcb1acd5492c
SIZE (zita-resampler-1.11.2.tar.xz) = 123452
2 changes: 1 addition & 1 deletion audio/zita-resampler/pkg-plist
Expand Up @@ -4,4 +4,4 @@ include/zita-resampler/resampler.h
include/zita-resampler/vresampler.h
lib/libzita-resampler.so
lib/libzita-resampler.so.1
lib/libzita-resampler.so.1.10.1
lib/libzita-resampler.so.%%VERSION%%

0 comments on commit 9ece82f

Please sign in to comment.