1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

22408 Commits

Author SHA1 Message Date
Neal Nelson
ba6612603a audio/supercollider: update to 3.13.03
- fix handling of webengine dependency and SSE use
 - fix recent build failures due to boost update

Changelog: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.0

PR:		277722
2024-05-13 23:19:52 +02:00
Ashish SHUKLA
fce0cc3272
all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00
Emanuel Haupt
b8760ca9ef audio/libopenmpt: Update to 0.7.7 2024-05-13 19:51:53 +02:00
Nuno Teixeira
326b5b4216 audio/cmus: Update to 2.11.0
ChangeLog: https://github.com/cmus/cmus/releases/tag/v2.11.0
2024-05-13 12:27:23 +01:00
Mikael Urankar
2322b66100 lang/rust: Bump revisions after 1.78.0
PR:		278834
2024-05-13 13:03:24 +02:00
Yuri Victorovich
8a8aae3f34 audio/zita-jclient: update 0.4.2 → 0.5.2 2024-05-12 16:46:22 -07:00
Gleb Popov
8c7209e0d9 Linuxulator ports: Add aarch64 support for Rocky Linux 9
Sponsored by:	Serenity Cybersecurity, LLC
2024-05-12 13:01:21 +03:00
Dima Panov
9668ed2750 audio/linux-rl9-pulseaudio-utils: add port 2024-05-12 13:01:20 +03:00
Dima Panov
82dfb2f204 Linuxulator ports: Update Rocky Linux to 9.3 and add more packages
Sponsored by:	Serenity Cybersecurity, LLC

Co-authored-by:	awoonya <mzhyneva@gmail.com>
2024-05-12 13:01:20 +03:00
Dima Panov
583b70926b Linuxulator ports: More Rocky Linux 9 packages
Sponsored by:	Serenity Cybersecurity, LLC
2024-05-12 13:01:17 +03:00
Dima Panov
2432733e6e audio/linux-rl9-opus: Add new port
Sponsored by:	Serenity Cybersecurity, LLC
2024-05-12 13:01:17 +03:00
Gleb Popov
5aa75e1ca0 Linuxulator ports: Introduce Rocky Linux 9.
Sponsored by:	Serenity Cybersecurity, LLC
Co-authored-by:	Dima Panov <fluffy@FreeBSD.org>
2024-05-12 13:01:16 +03:00
Emanuel Haupt
b0b0c3a9ba audio/ft2-clone: Update to 1.84 2024-05-11 23:16:18 +02:00
Daniel Engberg
b6a6204330 audio/mp3plot: Deprecate and set expiration date to 2024-05-31
Dead upstream and fails to build, already marked as BROKEN
2024-05-11 16:35:29 +02:00
Daniel Engberg
027f49b3ee audio/cmus: Remove CDDB support
CDDB is a legacy protocol/service and is yet again broken
so remove support

Reference:
https://hydrogenaud.io/index.php/topic,125880.0.html

PR:		278912
Reviewed by:	eduardo (maintainer)
2024-05-11 14:22:07 +02:00
Daniel Engberg
8760a10c52 audio/rebot3: Deprecate and set expiration date to 2024-05-31
Legacy service/protocol CDDB that now requires registration and/or
IP logging for access.

Reference:
https://hydrogenaud.io/index.php/topic,125880.0.html

PR:		278865
Reviewed by:	crees (maintainer)
2024-05-11 12:17:13 +02:00
Emanuel Haupt
2839a6ff71 audio/ft2-clone: Update to 1.83.1 2024-05-11 09:10:43 +02:00
Daniel Engberg
23e1010a82 audio/cyanrip: Fix FFmpeg 7 compatibility
Backport upstream commit 5a3b98a0d060c76678385026cadf5cd5565bc9a6

Reference:
5a3b98a0d0
2024-05-09 09:57:58 +02:00
Alexey Dokuchaev
2b27eea100 audio/flacon: the port had been updated to version 11.3.0
NB: the latest version 11.4.0 fails to pass the test suite:

  PASS   : TestFlacon::testTextCodecs(01 - windows-1251.src)
  FAIL!  : TestFlacon::testTextCodecs(02 - IBM866.src) Unable
           to open iconv_open for IBM866: Invalid argument
   Loc: [.../work/flacon-11.4.0/tests/test_textcodecs.cpp(71)]
  PASS   : TestFlacon::testTextCodecs(03 - ISO-8859-5.src)

While here, append the LastTest.log contents to the build log
as part of the `do-test' target.

Reported by:	portscout
2024-05-08 15:17:52 +00:00
Daniel Engberg
8ec237cd56 audio/noise-suppression-for-voice-lv2: Use EXTRACT_AFTER_ARGS
To decrease I/O load skip extracting files instead of removing after
extraction

PR:		278767
Reviewed by:	yuri (maintainer)
2024-05-06 22:10:41 +02:00
Tobias Rehbein
363071ef52 audio/mkcue: update to 1-7
This pulls some patches from debian and installs the debian manpage
along with the mkcue tool.

Changelog: https://metadata.ftp-master.debian.org/changelogs/main/m/mkcue/mkcue_1-7_changelog

PR:		276585
2024-05-06 21:11:26 +02:00
Tatsuki Makino
69132b6a36 audio/libopenshot-audio: fix OPTIONS
Documents that require doxygen have been separated into DOXYGEN option.
It is off by default.
JACK option has been changed. It seems to be no longer experimental,
but there will be bugs

PR:	277647
2024-05-06 18:05:32 +03:00
Jason E. Hale
b52b8d1282 audio/quimup: Update to 2.0.1
Update WWW and LICENSE (GPLv3+) according to upstream.

Switch build to Qt6 as upstream has dropped support of Qt5.

Pet portclippy(1).

PR:		277040
Approved by:	Chris Mangin <cmangin@arobas.net> (maintainer)
2024-05-06 05:31:04 -04:00
Jason E. Hale
26bc7a808a audio/muse-sequencer: ninja >= 1.12.0 build fix
Add pending upstreamed patch [1] to fix the build with ninja >= 1.12.0.

[1] https://github.com/muse-sequencer/muse/pull/1277

PR:		278693
Approved by:	portmgr (blanket)
2024-05-06 05:31:04 -04:00
Yuri Victorovich
73fa72d2b2 audio/liquidsfz: update 0.3.1 → 0.3.2
Reported by:	portscout
2024-05-06 01:30:45 -07:00
Vladimir Druzenko
e90c003a72 audio/audacity: remove outdated pkg-message
pkg-message was created more than 8 years ago for the then current version 2.1.
Now this information is of no value.

PR:		278807
Approved by:	xxjack12xx@gmail.com (maintainer)
2024-05-06 09:43:09 +03:00
Daniel Engberg
37afd1559b audio/libmysofa: Limit extraction of test data
The test data is very large (~250 Mib). Only extract it if the TEST
option is enabled to save on I/O.

While here, pet portclippy(1).

PR:		278785
2024-05-05 22:23:32 -04:00
Yuri Victorovich
baf4423937 audio/opustags: update 1.9.0 → 1.10.0
Reported by:	portscout
2024-05-05 13:48:56 -07:00
Emanuel Haupt
c61540d007 audio/schismtracker: Update to 20240503 2024-05-04 11:02:22 +02:00
Yuri Victorovich
811b735010 audio/py-librosa: update 0.10.1 → 0.10.2
Reported by:	portscout
2024-05-03 19:06:56 -07:00
Yuri Victorovich
af42bbacc2 audio/py-samplerate: New port: Python wrapper for libsamplerate based on pybind11 and NumPy 2024-05-03 19:06:56 -07:00
Yuri Victorovich
837c468d0d audio/qtractor: update 0_9_90 → 0_9_91
Reported by:	portscout
2024-05-03 02:02:52 -07:00
Yuri Victorovich
dc7a054145 audio/synthv1-lv2: update 0.9.90 → 0.9.91 2024-05-02 18:14:24 -07:00
Yuri Victorovich
c0cc23dcc7 audio/samplv1-lv2: update 0.9.90 → 0.9.91 2024-05-02 18:14:24 -07:00
Yuri Victorovich
1f5943bce2 audio/padthv1-lv2: update 0.9.90 → 0.9.91 2024-05-02 18:14:24 -07:00
Yuri Victorovich
b64db5187a audio/drumkv1-lv2: update 0.9.90 → 0.9.91 2024-05-02 18:14:23 -07:00
Emanuel Haupt
418b2edbf6 audio/furnace: Update to 0.6.3 2024-05-02 21:13:30 +02:00
Nuno Teixeira
afa68fcf25 audio/amsynth: Stop using namespace std
Apply upstream patch that unbreaks 15 builds.
Using patch globally since there is plans to merge to next release.

See also: https://github.com/amsynth/amsynth/issues/233
2024-05-02 11:00:35 +01:00
Yuri Victorovich
181b8a36fb audio/qmidictl: update 0.9.90 → 0.9.91 2024-05-02 01:58:01 -07:00
Yuri Victorovich
8123d7d282 audio/qmidinet: update 0.9.90 → 0.9.91 2024-05-02 01:57:58 -07:00
Yuri Victorovich
b9c0dccc72 audio/qsynth: update 0.9.90 → 0.9.91 2024-05-02 01:57:58 -07:00
Yuri Victorovich
5de9702119 audio/qxgedit: update 0.9.90 → 0.9.91 2024-05-02 01:57:57 -07:00
Nuno Teixeira
afa0003eb9 audio/cava: include stdlib.h in config.c
See also:	https://github.com/karlstav/cava/issues/560
Approved by:	portmgr (blanket)
Fixes:		fb5161ef96 "devel/iniparser: Update to 4.2"
2024-05-01 19:48:56 +01:00
Tilman Keskinoz
72261d53fc audio/noson-app: Update to 5.6.6
Take maintainership
2024-05-01 17:23:20 +02:00
Vladimir Druzenko
7e714b98cf audio/audacity: sort out dependencies
* Linked with libharfbuzz.so:print/harfbuzz if installed - make it
mandatory
* Used libavformat.so:multimedia/ffmpeg instead of libavcodec.so and
load it at runtime, not linked with it
* Sort records in LIB_DEPENDS

PR:		278585
Approved by:	xxjack12xx@gmail.com (maintainer)
2024-05-01 03:25:52 +03:00
Nicola Vitale
cb94acffc8
audio/py-pyradio: Update to 0.9.3.4
- Add devel/xdg-utils to RUN_DEPENDS, and make pyradio compliant to the XDG
  Base Directory Specification, by enabling the option xdg_compliant in the
  default configuration.

Release notes:	https://github.com/coderholic/pyradio/releases/tag/0.9.3.4
Reported by:	portscout
2024-04-30 18:02:04 +02:00
Patrick TJ McPhee
c391004af0 audio/amsynth: Update to 1.13.3
- Add audio/lv2 build dep as upstream doesn't provide bundled anymore
- Pet portlint, portclippy and portfmt
- Take maintainership for the time being

PR:		278599
2024-04-30 13:17:08 +01:00
Yuri Victorovich
5c5b6b1c2b audio/qjackctl: update 0_9_90 → 0_9_91
Reported by:	portscout
2024-04-29 22:26:00 -07:00
Yuri Victorovich
52063502ce audio/qsampler: update 0_9_90 → 0_9_91
Reported by:	portscout
2024-04-29 22:25:49 -07:00
Roman Bogorodskiy
4c0a295513 audio/mpg123: update to 1.32.6 2024-04-28 20:59:47 +02:00