notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
zita-resampler C++ library for resampling audio signals
1.11.2 audio on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.11.2Version of this port present on the latest quarterly branch.
Maintainer: meka@tilda.center search for ports maintained by this maintainer
Port Added: 2017-01-31 17:33:14
Last Update: 2023-09-22 04:56:48
Commit Hash: 9ece82f
License: GPLv3+
WWW:
https://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html
Description:
Zita-resampler is a C++ library for resampling audio signals. It is designed to be used within a real-time processing context, to be fast, and to provide high-quality sample rate conversion. The library operates on signals represented in single-precision floating point format. For multichannel operation both the input and output signals are assumed to be stored as interleaved samples. The API allows a trade-off between quality and CPU load. For the latter a range of approximately 1:6 is available. Even at the highest quality setting libzita-resampler will be faster than most similar libraries providing the same quality, e.g. libsamplerate.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/zita-resampler-1.11.2/catalog.mk
  3. /usr/local/share/licenses/zita-resampler-1.11.2/LICENSE
  4. /usr/local/share/licenses/zita-resampler-1.11.2/GPLv3+
  5. include/zita-resampler/cresampler.h
  6. include/zita-resampler/resampler-table.h
  7. include/zita-resampler/resampler.h
  8. include/zita-resampler/vresampler.h
  9. lib/libzita-resampler.so
  10. lib/libzita-resampler.so.1
  11. lib/libzita-resampler.so.1.11.2
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • zita-resampler>0:audio/zita-resampler
To install the port:
cd /usr/ports/audio/zita-resampler/ && make install clean
To add the package, run one of these commands:
  • pkg install audio/zita-resampler
  • pkg install zita-resampler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: zita-resampler
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1695225501 SHA256 (zita-resampler-1.11.2.tar.xz) = aa5c54e696069af26f3f1fed4a963113cc1237cddfd57ae5842abcb1acd5492c SIZE (zita-resampler-1.11.2.tar.xz) = 123452

Packages (timestamps in pop-ups are UTC):
zita-resampler
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.21.11.21.6.2_21.11.21.11.2-1.6.2_2-
FreeBSD:13:quarterly1.11.21.11.21.10.11.11.21.11.21.11.21.11.21.11.2
FreeBSD:14:latest1.11.21.11.21.8.01.11.21.11.21.10.1-1.10.1
FreeBSD:14:quarterly1.11.21.11.2-1.11.21.11.21.11.21.11.21.11.2
FreeBSD:15:latest1.11.21.11.2n/a1.11.2n/a1.11.21.11.21.11.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. audio/audiowmark
  2. audio/drumgizmo
  3. audio/ebumeter
  4. audio/guitarix-lv2
  5. audio/infamous-plugins-lv2
  6. audio/kapitonov-plugins-pack-lv2
  7. audio/py-zita-audiotools
Expand this list (11 items / 4 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. audio/py-zita-jacktools
  3. audio/tamgamp-lv2
  4. audio/zita-at1
  5. audio/zita-njbridge
  6. Collapse this list.

Configuration Options:
===> The following configuration options are available for zita-resampler-1.11.2: OPTIMIZED_CFLAGS=on: Use extra compiler optimizations ===> Use 'make config' to modify these settings
Options name:
audio_zita-resampler
USES:
cmake tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.2
22 Sep 2023 04:56:48
commit hash: 9ece82f0f9fe19cf77b7238352d505f0596aff1ecommit hash: 9ece82f0f9fe19cf77b7238352d505f0596aff1ecommit hash: 9ece82f0f9fe19cf77b7238352d505f0596aff1ecommit hash: 9ece82f0f9fe19cf77b7238352d505f0596aff1e files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Goran Mekić
audio/zita-resampler: Update to 1.11.2

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
1.10.1
20 Feb 2023 15:10:31
commit hash: 26141c14cbd45eb3fdb7aa9b1e38405b87570e45commit hash: 26141c14cbd45eb3fdb7aa9b1e38405b87570e45commit hash: 26141c14cbd45eb3fdb7aa9b1e38405b87570e45commit hash: 26141c14cbd45eb3fdb7aa9b1e38405b87570e45 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
audio/zita-resampler: Update to 1.10.1

Respect CXXFLAGS and make -ffast-math optional

Changelog:
* Fixed dithering of clipped signals.
* Fixed constructor parameter range tests.

PR:		269674
Reviewed by:	Goran Mekić <meka@tilda.center> (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.8.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.8.0
20 Jul 2022 14:20:54
commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
audio: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.8.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.8.0
31 Jan 2021 04:49:04
Revision:563461Original commit files touched by this commit
yuri search for other commits by this committer
audio/zita-resampler: Update 1.6.2 -> 1.8.0

PR:		252497
Submitted by:	meka@tilda.center (maintainer), fernape@
1.6.2_2
26 Nov 2018 05:20:56
Revision:485914Original commit files touched by this commit
linimon search for other commits by this committer
Pursuant to r483634, PORTREVISION should have been bumped.

Reported by:	jbeich
1.6.2_1
01 Nov 2018 02:03:17
Revision:483634Original commit files touched by this commit
linimon search for other commits by this committer
There was one more case of -march=native that was missed by the
previous patch.  Rename patch-Makefile to patch-source_Makefile
and add patch-apps_Makefile.  There is not enough history of the
former to be worth a repomove IMHO.

Pointy hat to:	linimon
1.6.2_1
28 Oct 2018 11:14:40
Revision:483275Original commit files touched by this commit
linimon search for other commits by this committer
Fix CFLAGS.

PR:		231784
Submitted by:	Piotr Kubaj
Approved by:	maintainer
1.6.2_1
02 Sep 2018 19:19:13
Revision:478813Original commit files touched by this commit
swills search for other commits by this committer
audio/zita-resampler: use updated patch

This removes the ldconfig and fixes building as a user

PR:		231026 [1]
PR:		231075 [2]
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer) [1]
Reported by:	yuri [1]
Reported by:	jbeich [2]
1.6.2
01 Sep 2018 00:33:28
Revision:478648Original commit files touched by this commit
swills search for other commits by this committer
audio/zita-resampler: Update to 1.6.2

PR:		231026
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
1.6.0
31 Jan 2017 17:33:06
Revision:432939Original commit files touched by this commit
amdmi3 search for other commits by this committer
Zita-resampler is a C++ library for resampling audio signals. It is designed to
be used within a real-time processing context, to be fast, and to provide
high-quality sample rate conversion.

The library operates on signals represented in single-precision floating point
format. For multichannel operation both the input and output signals are assumed
to be stored as interleaved samples.

The API allows a trade-off between quality and CPU load. For the latter a range
of approximately 1:6 is available. Even at the highest quality setting
libzita-resampler will be faster than most similar libraries providing the same
quality, e.g. libsamplerate.

WWW: http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html

PR:		215981
Submitted by:	meka@tilda.center

Number of commits found: 13