1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

22836 Commits

Author SHA1 Message Date
Dima Panov
312ee18b02
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:25 +03:00
Charlie Li
48060e03b6
devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.

With hat: gnome
PR: 273722
2024-11-19 11:59:07 -05:00
Dima Panov
31642084ac
audio/linux-rl9-alsa-plugins-oss: rewrite MASTER_SITES (+)
Make distfile fetchable again

Reported by:	rhurlin

Sponsored by:	Future Crew, LLC
2024-11-18 11:34:44 +03:00
Jason E. Hale
cb669bdbc1 audio/cantata: Update to 3.3.0
https://github.com/nullobsi/cantata/releases/tag/v3.3.0
2024-11-18 02:16:27 -05:00
Jason E. Hale
c32214ba71 audio/cantata: Fix linking with MUSICBRAINZ option
https://github.com/nullobsi/cantata/pull/46

MFH:		2024Q4
2024-11-18 01:49:40 -05:00
Ivan
0eac3a9dfa audio/unflac: Console tool for frame accurate audio image + cue sheet splitting
A command line tool for fast frame accurate audio image + cue sheet splitting.
It can be used to split single flac file to flack tracks to simplify collection
management

WWW: https://git.sr.ht/~ft/unflac
2024-11-18 01:57:55 +01:00
Dimitry Andric
96997562fb audio/sfizz: fix build with clang 19
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:

  /wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:394:31: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    394 |         return Base::template do_pop_any(states_[index], elements_[index]);
        |                               ^
  /wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:400:24: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    400 |         Base::template do_push_any(std::forward<U>(element), states_[index], elements_[index]);
        |                        ^
  /wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:522:31: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    522 |         return Base::template do_pop_any(states_[index], elements_[index]);
        |                               ^
  /wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:528:24: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    528 |         Base::template do_push_any(std::forward<U>(element), states_[index], elements_[index]);
        |                        ^

In all these cases, appending "<>" is enough to satisfy the constraint.
This can be done with a REINPLACE_CMD in the post-patch phase.

[1] https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96

PR:		282796
Approved by:	yuri (maintainer)
MFH:		2024Q4
2024-11-17 19:13:20 +01:00
Jason E. Hale
df14d6ca18 audio/rsgain: Update to 3.5.3
https://github.com/complexlogic/rsgain/releases/tag/v3.5.3
2024-11-17 07:47:22 -05:00
Daniel Engberg
3666ac7420 audio/ncmpcpp: Update to 0.10.1
Changelog: https://github.com/ncmpcpp/ncmpcpp/blob/0.10.1/CHANGELOG.md

PR:		282307
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-11-16 19:29:08 +01:00
Dima Panov
5354435911
audio/linux-rl9-alsa-plugins-oss: add check for !empty(WRKDIRPREFIX)
WRKDIRPREFIX is setted for poudriere/out-of-tree builds
Set guards for plain build from ports withour WRKDIRPREFIX to prevent delete ${LINUXBASE} structure

Sponsored by:	Future Crew, LLC
2024-11-15 12:47:59 +03:00
Nuno Teixeira
c739e7b86a audio/py-gtts: Update to 2.5.4
ChangeLog:	https://github.com/pndurette/gTTS/compare/v2.5.1...v2.5.4
2024-11-15 09:43:14 +00:00
Dima Panov
036c3c48ad
audio/linux-rl9-alsa-plugins-oss: fix comment
Sponsored by:	Future Crew, LLC
2024-11-15 04:53:33 +03:00
Dima Panov
e778d6e5d4
audio/linux-rl9-alsa-plugins-oss: replace binary pre-built package with source-patched one (+)
Reuse patches from PR240043 (linux-c7-alsa-plugins-oss and alsa-lugins) to get a proper pcm/mixer usage

Sponsored by:	Future Crew, LLC
2024-11-15 04:04:24 +03:00
Dima Panov
e65b95d31e
audio/linux-rl9-alsa-lib-devel: install includes
Sponsored by:	Future Crew, LLC
2024-11-15 03:57:55 +03:00
Yuri Victorovich
787185a70e audio/vst3sdk: update 3.7.7_build_19 → 3.7.12_build_20 2024-11-13 22:33:13 -08:00
Dima Panov
a3932284f4
audio/linux-rl9-alsa-plugins-oss: fix symlink to oss plugin config
Sponsored by:	Future Crew, LLC
2024-11-13 04:06:32 +03:00
Dima Panov
7dbd23b9e8
*/*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00
Dima Panov
0fa10d205e
audio/libsidplayfp: force link with pthreads (+)
This fixes runtime error:
ld-elf.so.1: /usr/local/lib/libsidplayfp.so.6: Undefined symbol "pthread_create"

PR:	282521
2024-11-11 01:21:12 +03:00
Emanuel Haupt
02a133752d audio/ft2-clone: Update to 1.88 2024-11-10 21:12:02 +01:00
Daniel Engberg
2c9597adff audio/ebur128: Update to 0.1.10
Changelog: https://github.com/sdroege/ebur128/blob/0.1.10/CHANGELOG.md
2024-11-10 13:06:34 +01:00
Roman Bogorodskiy
fe7cdf9478 audio/mpg123: update to 1.32.9 2024-11-09 20:44:43 +01:00
Yuri Victorovich
6986234767 audio/sfizz: Broken on 15 with clang-19
Reported by:	fallout
2024-11-09 09:19:35 -08:00
Jose Alonso Cardenas Marquez
55f09ad6fc
x11-wm/lxqt: Update to 2.1.0
This release add initial support for wayland. More information at:

https://github.com/lxqt/lxqt/wiki/ConfigWaylandSettings

Release highlights at:

https://lxqt-project.org/release/2024/11/05/release-lxqt-2-1-0/

With hat:       lxqt
2024-11-08 21:24:44 -08:00
Mikael Urankar
ca048c2884 lang/rust: Bump revisions after 1.82.0
PR:		282516
2024-11-08 09:24:20 +01:00
Yuri Victorovich
c1b0e405a2 audio/sfizz: update 1.2.1 → 1.2.3 2024-11-07 22:37:38 -08:00
Jason E. Hale
c30bc5fb67 audio/gstreamer1-plugins-sndio: Update to 1.24.0
Claim maintainership for multimedia@, who maintains the rest of the
GStreamer ports. Handing this off to gnome@ in f35841a5de
doesn't make much sense.

Update WWW to point to my repo.

Set DISTVERSION via gstreamer.mk to avoid duplicate work.
2024-11-07 23:23:33 -05:00
Jason E. Hale
9acbc1b1f4 audio/gstreamer1-plugins-sndio: Fix fetch
Original repo disappeared from GitHub. Switch to my backup repo.
2024-11-07 20:23:37 -05:00
Jason E. Hale
9033cb222f Gstreamer: Update to 1.24.9
https://gstreamer.freedesktop.org/releases/1.24/#1.24.9

Security:	d48a2224-9b4c-11ef-bdd9-4ccc6adda413
2024-11-07 20:23:35 -05:00
Hiroki Tagato
9c9bfab7ec audio/py-pulsectl: update to 24.11.0
Reported by:	Repology
2024-11-07 22:01:00 +09:00
Dima Panov
3ee3ec27f3
*/*: bump audio/libsidplayfp consumers 2024-11-06 17:54:45 +03:00
Daniel Engberg
ad80437ca9
audio/libsidplayfp: update to 2.11.0 release (+)
Changelog:	https://github.com/libsidplayfp/libsidplayfp/releases/tag/v2.11.0

PR:	282571
2024-11-06 17:51:19 +03:00
Dima Panov
4c95dae681
*/*: Bump audio/libsidplayfp consumers 2024-11-05 21:06:13 +03:00
Daniel Engberg
77dc58efd6
audio/libsidplayfp: update to 2.10.1 release (+)
PR:	282276
2024-11-05 21:06:13 +03:00
Yuri Victorovich
40458bd56a audio/jamulus: update 3_10_0 → 3_11_0 2024-11-04 23:25:43 -08:00
Dirk Meyer
144a678285 audio/owntone: update to 28.10 2024-11-04 18:09:12 +01:00
Emanuel Haupt
5d27be7a0d audio/sidplayfp: Update to 2.11.0 2024-11-04 15:44:48 +01:00
Emanuel Haupt
c3da5edb59 audio/ft2-clone: Update to 1.87 2024-11-04 15:44:48 +01:00
Jack
c4688d6541 audio/audacity: Upgrade 3.6.4 → 3.7.0
Changelog:
https://github.com/audacity/audacity/releases/tag/Audacity-3.7.0

PR:	282438
2024-11-03 19:04:06 +03:00
Thomas Zander
80a47f09dc
audio/faudio: Update to upstream release 24.11 2024-11-03 10:27:54 +01:00
Thomas Zander
e17affd81d
audio/fluidsynth: Update to upstream release 2.4.0
Details:
- Significant release, see
  https://github.com/FluidSynth/fluidsynth/releases/tag/v2.4.0
- Some breaking changes, most notably the removal of LASH support
2024-11-03 10:06:32 +01:00
Yuri Victorovich
df064e8d48 audio/calf-lv2: update 0.90.3.20210427 → 0.90.4
Reported by:	portscout
2024-11-02 22:26:32 -07:00
Yuri Victorovich
802ad34ff3 audio/opustags: Broken on 15
Reported by:	fallout
2024-11-02 21:08:37 -07:00
Yuri Victorovich
92bc084dba audio/qtractor: update 1.3.0 → 1.4.0 2024-11-01 20:51:51 -07:00
Yuri Victorovich
ab1103975b audio/cardinal: Broken on 15
Reported by:	fallout
2024-11-01 20:51:51 -07:00
Jan Beich
888cea7dee multimedia/libvpx: update 1.15.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0
Reported by:	Repology
2024-11-02 02:01:11 +01:00
Yuri Victorovich
5330c57609 audio/cardinal: Update WWW 2024-11-01 12:59:42 -07:00
Gleb Popov
593150e23e audio/pipewire-spa-oss: Update to 20241030 2024-11-01 19:39:55 +03:00
Yuri Victorovich
185f03e8cc audio/bespokesynth: Broken on 15
Reported by:	fallout
2024-10-31 20:54:54 -07:00
Yuri Victorovich
ad26ea2aa7 audio/synthv1-lv2: update 1.1.2 → 1.1.3 2024-10-31 20:54:53 -07:00
Yuri Victorovich
dc4faf611e audio/samplv1-lv2: update 1.1.2 → 1.1.3 2024-10-31 20:54:53 -07:00