5782 Commits

Author SHA1 Message Date
kn
3f124e7179 + rnnoise 2021-12-15 22:25:20 +00:00
kn
ad00fd7811 Import audio/rnnoise 0.0.0.20210312
It is a dependency of an upcoming port, but it will also be picked up by
audio/mumble to enable optional noise suppression there as well.

Feedback sdk tb phessler
OK sdk
---
RNNoise is a noise suppression library based on a recurrent neural network.
A description of the algorithm is provided in the following paper:

J.-M. Valin, A Hybrid DSP/Deep Learning Approach to Real-Time Full-Band Speech
Enhancement, Proceedings of IEEE Multimedia Signal Processing (MMSP) Workshop,
arXiv:1709.08243, 2018.
https://arxiv.org/pdf/1709.08243

While it is meant to be used as a library, the code for a simple command-line
tool is provided as an example. It operates on RAW 16-bit (machine endian) mono
PCM files sampled at 48 kHz.
2021-12-15 22:24:32 +00:00
landry
c94523373d audio/cantata: drop unneeded audio/libebur128 from LDEP
spotted by sthen@
2021-12-13 09:59:45 +00:00
rsadowski
b84d1a2ae3 Remove unnecessary dependency on devel/gettext,-runtime
Spotted by sthen@, ok sdk@
2021-12-12 17:04:37 +00:00
thfr
33c2d65e6b update to FAudio 21.12. Maintenance release, minimal changes. Tested with
FNA and XNA games via fnaify without fallout (Rogue Legacy, Miasma, Apple
Jack)
2021-12-12 04:52:43 +00:00
ajacoutot
4023a8528c Sync WANTLIB. 2021-12-11 10:53:06 +00:00
tb
b506653dec audio/rtunes: fix build with opaque RSA in LibreSSL 3.5. While there,
fix a couple of leaks and regen PLIST.

ok mglocker (maintainer/upstream)
2021-12-10 15:40:11 +00:00
fcambus
99508d4d7c Update libopenmpt to 0.5.14. 2021-12-09 10:06:28 +00:00
solene
b8701e07b3 + cozy 2021-12-08 20:34:34 +00:00
solene
39c5382530 Import cozy-1.1.2
Cozy is a modern GTK audiobook player.

Here are some of the current features:
- Import your audiobooks into Cozy to browse them comfortably
- Sort your audio books by author, reader & name
- Remembers your playback position
- Sleep timer
- Playback speed control
- Search your library
- Drag & Drop to import new audio books

ok sthen@
2021-12-08 20:34:13 +00:00
sthen
0ac74c5cc6 update to py3-discogs-client-2.3.12, from Johan Huldtgren 2021-12-07 10:47:32 +00:00
bket
a7b2b39bf5 Update to ncspot-0.9.2
Changes: https://github.com/hrkfdn/ncspot/releases/tag/v0.9.2

From Henrik Friedrichsen <henrik AT diff DOT cc> (maintainer).
2021-12-01 07:26:17 +00:00
jca
4bbb64936d WANTLIB += plist isn't special 2021-11-30 23:06:50 +00:00
abieber
c755e1b66e Update navidrome to 0.47.0
Changes here: https://github.com/navidrome/navidrome/releases/tag/v0.47.0
2021-11-30 22:59:28 +00:00
ajacoutot
8a71e1916c Fix typo which prevented archivers/gtar to be added to BDEP. 2021-11-29 17:32:28 +00:00
sthen
f8d0d42500 update to beets-1.6.0 2021-11-29 11:37:08 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
landry
03243eedd5 audio/mpd: fix build with libc++ 13, from Brad 2021-11-21 08:10:41 +00:00
fcambus
0457cd2b66 Update libopenmpt to 0.5.13. 2021-11-17 10:44:25 +00:00
fcambus
ccbe1d129c Update schismtracker to 20211116. 2021-11-17 10:26:48 +00:00
sthen
555d342476 update to beets-1.5.0, ok abieber@ (i tweaked tests after ok) 2021-11-16 16:20:03 +00:00
sthen
a22a4969f5 +py-mediafile,python3 2021-11-16 16:19:33 +00:00
sthen
4c42f0d270 import ports/audio/py-mediafile, ok abieber@
MediaFile is a simple interface to the metadata tags for many audio
file formats. It wraps Mutagen, a high-quality library for low-level
tag manipulation, with a high-level, format-independent interface for a
common set of tags.
2021-11-16 16:18:24 +00:00
naddy
2cf824a643 audio/mpg123: update to 1.29.2
Notable change since 1.29.0: Keep default output encoding of s16
for raw and file outputs also with the new resampler. This reverts
the unintentional change in 1.26.0 of switching to f32 for forced
output rate unless the NtoM resampler is selected. In any case, you
should make sure to specify your desired --encoding if you depend
on it.
2021-11-14 18:21:51 +00:00
naddy
7a1f781cfa bump revision after dependency change 2021-11-08 16:04:45 +00:00
rsadowski
a2e30ee0d3 Sndio poll fds fix from upstream
Use a local unique_ptr array instead of a struct member for the sndio
poll fds.

From Brad
2021-11-08 07:38:07 +00:00
ratchov
d177c63db6 Reenable MIDI support using sndio
Found and analysed by <nature at blazebone.com>, thanks

ok tb
2021-11-08 05:35:30 +00:00
rsadowski
fc83b893e7 Add missing dependency on audio/taglib
Spotted by naddy
2021-11-07 15:05:34 +00:00
ajacoutot
2120e41ce5 Use the new rc_stop_signal / rc_reload_signal variables.
Need a recent rc.subr.
2021-11-06 10:38:40 +00:00
sthen
cfeabe081a link libcdio-paranoia to the build, already pulled in by other ports 2021-11-02 21:20:07 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
ajacoutot
51201b9f21 Regen WANTLIB. 2021-10-31 20:07:37 +00:00
sthen
05e5a787f3 update to taglib-1.12 2021-10-31 19:33:45 +00:00
ajacoutot
1c2b2bb272 Drop bogus options (this will break with new meson(1)). 2021-10-31 07:02:43 +00:00
namn
72c1f990f6 update to 14.4.2pl20210509
This is an update to git commit
(42b3557e13e0fe01a83465b672d89faddbe65f49) in order to pull in the
latest fixes.

This diff:
- mirrors git checkout as a release tarball. this can be generated with
 `make dist' using the new dist: target.
- bumps library minor to 4.1 because of addition of symbols
- removes iconv from WANTLIB and LIB_DEPENDS as reported by make
  port-lib-depends-check
- removes opus from WANTLIB and LIB_DEPENDS because port uses opusfile
- renames CONFIGURE_ARGS
- removes --disable-silent-libtool (does not exist)
- --enable-formats=no by default to avoid picking up stray formats in
  the future
- compiles extras target during do-test to allow tests to run
- removes upstreamed patches
- removes hppa quirks

feedback from sthen@ sdk@ tj@
$MAINTAINER timeout on earlier revision
ok sthen@
2021-10-30 22:59:03 +00:00
sthen
f6d9e11b94 switch cplay to cplay-ng, the original is rather old and hasn't been
maintained for some time, this is a rewrite working with python 3 and
which is still getting updates.
2021-10-29 20:51:31 +00:00
sthen
3f3f090494 add annotations for py-* ports using python 3 without a ,python3 flavour,
change some existing annotations, so "grep ' py-' ports/*/Makefile | grep
-v python3" does better at finding the py-* things still using py2
2021-10-29 16:23:36 +00:00
sthen
ea922cdbf7 convert another batch of py2+3 ports to py3-only, and remove a few more
py2-only ports providing py-* modules that are no longer used in ports.

this doesn't change ports used to support standalone py2-only applications,
not currently planned to remove those at least until a few things with no
real alternatives get ported to py3.
2021-10-29 15:38:40 +00:00
ajacoutot
7047df784f Missing BDEP on devel/bison.
thanks sthen@ for the notice
2021-10-26 21:22:28 +00:00
sthen
03a0711f4b remove some MODPY_VERSION=${MODPY_VERSION_2} py-* (non-standalone) ports
which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
2021-10-26 19:52:41 +00:00
ajacoutot
8a7e372a7d Update to libcue-2.2.1. 2021-10-26 14:44:57 +00:00
sthen
5c6ee67e1a add ,python3 to parent dir makefile where the relevant ports use
FLAVOR=python3 + FLAVORS=python3
2021-10-24 22:51:16 +00:00
sthen
c6b0a83e8a annotate py- ports which are using py3 and intentionally not using
FLAVOR=python3 because they're providing standalone tools
2021-10-24 22:44:35 +00:00
sthen
ff88c014ba missing LDEP on libsndfile, looks like more fallout from libsamplerate 2021-10-23 20:40:24 +00:00
sthen
31cfeb7a4e https homepage, from brad 2021-10-23 08:13:10 +00:00
sthen
c9d0a39134 missing from libsamplerate update, prompted by brad 2021-10-22 21:32:34 +00:00
sthen
dcf322d4ff update to libsamplerate-0.2.1, from brad
maintainer timeout
2021-10-22 19:51:02 +00:00
fcambus
fe8d28fda9 Update libopenmpt to 0.5.12. 2021-10-22 11:48:12 +00:00
sthen
4a6c9736a4 update to picard-2.6.4 2021-10-21 20:36:07 +00:00
kn
22790a62f1 Update to ncspot 0.9.0
- Sort library after saving an album (#428)
- Add scoop instruction for installation (#602)
- Update librespot to 0.3.0, see also release notes

Features
- Add command to show recommendations (#593)
- Enable binding multiple commands to a key (#598)
- Add "Share album" contextmenu entry (#606)
- Add redraw command and bind to CTRL+L (#609)
- Add initial_screen config variable (#616)
- Add userRating entity to MPRIS metadata,
  with 0 and 1 corresponding to unliked/liked in Spotify (#624)

From Henrik Friedrichsen (maintainer), thanks.
2021-10-17 17:15:28 +00:00