Commit Graph

22769 Commits

Author SHA1 Message Date
Yuri Victorovich
4479c65e49 audio/qmidictl: update 1.0.0 → 1.0.1
Reported by:	portscout
2024-09-28 23:29:48 -07:00
Daniel Engberg
645d57fe5e audio/ncmpcpp: Update to 0.10
* Backport upstream commit 72d990fe250da1e583677474b3462b9e9894130b
* Change WWW to GitHub location
* Remove glib(20) dependency
* Remove GNU_CONFIGURE_MANPREFIX
* Add LTO OPTIMIZED_CFLAGS options to confirm with packaging standards
  https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags
* Some minor rearragements with port Makefile

References:
72d990fe25

PR:		281505
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-09-28 21:29:15 +02:00
Daniel Engberg
bdda361efa audio/picard: Update MASTER_SITES
Use GitHub as primary and fallback to upstream if that fails
While at it switch to DISTVERSION

PR:		281699
Reviewed by:	jhale (maintainer)
2024-09-28 21:29:15 +02:00
Dimitry Andric
89343af2bb audio/libaudiofile: use more canonical TEST_TARGET for tests
Noticed by:	arrowd
MFH:		2024Q3
2024-09-28 12:48:36 +02:00
Dimitry Andric
7955b1d7ec audio/libaudiofile: fix build with clang 19, enable tests
Clang 19 has become more strict about initialization with undefined
behavior, resulting in errors similar to:

  ./SimpleModule.h:126:40: error: in-class initializer for static data member is not a constant expression
    126 |         static const int kMinSignedValue = -1 << kScaleBits;
        |                                            ~~~^~~~~~~~~~~~~
  ./SimpleModule.h:176:22: note: in instantiation of template class 'signConverter<kInt8>' requested here
    176 |                 transform<typename signConverter<Format>::signedToUnsigned>(src, dst, count);
        |                                    ^
  ./SimpleModule.h:183:5: note: in instantiation of function template specialization 'ConvertSign::convertSignedToUnsigned<kInt8>' requested here
    183 |                                 convertSignedToUnsigned<kInt8>(src, dst, count);
        |                                 ^

This is because left-shifting negative values is undefined. Replace -1
with ~0u which results in the expected value.

While here, add a few other patches to remove warnings about undefined
left-shifts, and add support for the "make test" target.

PR:		281477
Approved by:	maintainer timeout (2 weeks)
MFH:		2024Q3
2024-09-28 11:43:47 +02:00
Yuri Victorovich
bb4ed6c234 audio/yoshimi: update 2.3.3 → 2.3.3.1
Reported by:	portscout
2024-09-27 20:00:08 -07:00
Yuri Victorovich
26c3059bdc audio/cardinal: update 24.05 → 24.09 2024-09-27 19:34:20 -07:00
Daniel Engberg
4ee9b9af44 audio/fooyin: Update to 0.7.2
Backport upstream commit a96eacd6d75dc353557a1f2361b8f780455c9cf0

Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.7.2

Reference:
a96eacd6d7
2024-09-27 21:09:48 +02:00
Rainer Hurling
6597838d4a audio/py-pyttsx3: Update to 2.95
- many fixes for word event timings in nsss and sapi WIP
- Resolves #142 for empty save_to_file() on darwin platform (NSSS driver)

Changelog: https://github.com/nateshmbhat/pyttsx3/compare/v2.91...v2.95

Reported by:	portscout, Repology
2024-09-27 08:50:10 +02:00
Yuri Victorovich
356bc89d52 audio/sonivox-eas: update 1.5.0 → 1.5.1
Reported by:	portscout
2024-09-25 01:33:33 -07:00
Emanuel Haupt
9b1fa5735e audio/bambootracker: Update to 0.6.4 2024-09-24 21:12:07 +02:00
Yuri Victorovich
3cc458aad1 audio/sonivox: update 3.6.12 → 3.6.13
Reported by:	portscout
2024-09-24 00:52:12 -07:00
Yuri Victorovich
d4a9f100a9 audio/yoshimi: update 2.3.2 → 2.3.3
Reported by:	portscout
2024-09-24 00:52:11 -07:00
Daniel Engberg
e4b37a830e audio/libshairport: Deprecate and set expiration date to 2024-10-31
Abandonware, project removed upstream and hasn't seen development
since 2011

PR:		281367
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-09-24 01:29:40 +02:00
Emanuel Haupt
a8ad9a6ce1 */*: Chase libopenmpt update 2024-09-23 17:22:23 +02:00
Emanuel Haupt
6c07cef9a8 audio/libopenmpt: Update to 0.7.10 2024-09-23 17:21:36 +02:00
Yuri Victorovich
fbffdd87b4 audio/carla: update 2.5.8 → 2.5.9
Reported by:	portscout
2024-09-23 02:47:30 -07:00
Daniel Engberg
5b7b2d028a audio/fooyin: Update to 0.7.1
Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.7.1
2024-09-22 13:28:25 +02:00
Jason E. Hale
8c1efc578d multimedia/gstreamer1: Update to 1.24.8
Mk/Uses/gstreamer.mk:
- Sort, fix whitespace issues and typos
- Promote several common variables to improve maintainer QOL
*   There's now no need to set manually set PORTVERSION nor
    SOVERSION in several Makefiles
*   This will help to prevent not updating some components
*   A note has been added, however, to remind maintainers
    to remake distinfo for certain ports
- Improve documentation

multimedia/gstreamer1-plugins-webrtc:
- New port split from multimedia/gstreamer1-plugins-bad
- multimedia/gstreamer1-plugins-rust has been updated
  to reflect this change

net/gstreamer1-plugins-sctp:
- New port split from multimedia/gstreamer1-plugins-bad

x11-toolkits/gstreamer1-plugins-qt5:
- Moved here from graphics/gstreamer1-plugins-qt to
  align with its new Qt6 counterpart

x11-toolkits/gstreamer1-plugins-qt6:
- New port: GStreamer Qt6 QML videosink plugin

*/*:
- Improve Makefile order and formatting
- Sorry for the repo churn, but not fixing this would just lead to more
  poorly formatted gstreamer ports in the future via copypasta

https://gstreamer.freedesktop.org/releases/1.24/#1.24.8

PR:		278914
Reported by:	vvd
2024-09-22 06:35:56 -04:00
Yuri Victorovich
7b1ad5e0e7 audio/faust: update 2.74.6 → 2.75.7 2024-09-21 01:11:25 -07:00
Yuri Victorovich
2f4ded3989 audio/synthv1-lv2: update 1.1.0 → 1.1.1 2024-09-20 20:03:31 -07:00
Yuri Victorovich
311d0d40b0 audio/samplv1-lv2: update 1.1.0 → 1.1.1 2024-09-20 20:03:30 -07:00
Yuri Victorovich
176891a55f audio/padthv1-lv2: update 1.1.0 → 1.1.1 2024-09-20 20:03:30 -07:00
Yuri Victorovich
56b29f75c8 audio/drumkv1-lv2: update 1.1.0 → 1.1.1 2024-09-20 20:03:29 -07:00
Daniel Engberg
1758ff88e7 audio/fooyin: Update to 0.7.0
Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.7.0
2024-09-20 20:47:52 +02:00
Jack
54df739139 audio/audacity: Update 3.6.3 → 3.6.4
Changelog:
 #7310 Fixed another crash when exiting Audacity. (Thanks, Joe Souza!)
 #7312 Fixed projects not being compacted on close.
https://github.com/audacity/audacity/releases/tag/Audacity-3.6.4

PR:	281601
2024-09-20 15:40:40 +03:00
Yuri Victorovich
4eac6c29d2 audio/polyphone: update 2.3.0 → 2.4.0
Reported by:	portscout
2024-09-18 20:11:44 -07:00
Po-Chuan Hsieh
edc44d21a5 devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2024-09-19 03:10:12 +08:00
Yuri Victorovich
69041ba06c audio/py-soxr: update 0.4.0 → 0.5.0
Reported by:	portscout
2024-09-17 11:26:01 -07:00
Yuri Victorovich
df29abe4ee audio/qjackctl: update 1.0.1 → 1.0.2 2024-09-17 11:26:00 -07:00
Yuri Victorovich
9a312e2215 audio/gsequencer: update 6.16.3 → 6.16.20 2024-09-16 20:55:23 -07:00
Jose Alonso Cardenas Marquez
da458ee537 audio/mixxx: Fix issue with newest version of sqlite
- Bump PORTREVISION

PR:		279284
Reported by:	Marcin Cieslak <saper  _at_ saper.info>
2024-09-15 15:22:15 -07:00
Po-Chuan Hsieh
f01013c7ca devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2024-09-16 04:09:36 +08:00
Daniel Engberg
c4d5a141aa audio/fluidsynth: Update to 2.3.6 and drop sndio support
Drop sndio patches as maintaining our "custom fork/set of patches" will
cause bitrot further down the road

PR:		281184
2024-09-15 13:09:37 +02:00
Zsolt Udvari
6f3f4acff3 audio/milkytracker: Bump PORTREVISION
Bump PORTREVISION because of upgrade archivers/lhasa.
2024-09-15 08:16:36 +02:00
Yuri Victorovich
fc721c2faa audio/jacktrip: update 2.3.1 → 2.4.0
Reported by:	portscout
2024-09-14 10:53:55 -07:00
Daniel Engberg
04c9b73e97 audio/fooyin: Enable libvgm plugin
As of commit 36f408c libvgm is built as a shared library
2024-09-12 22:44:37 +02:00
Yuri Victorovich
a63bcef051 */*: Bump dependencioes after devel/jsoncpp update
PR:		281462
Reported by:	Ale <discipline@tiscali.it>
2024-09-12 09:20:06 -07:00
Hiroki Tagato
acf7eac6df audio/vgmplay: switch libvgm dependency to use shared library 2024-09-12 20:45:18 +09:00
Hiroki Tagato
36f408ce8f audio/libvgm: update to latest GitHub commit and improve port
Improvements include:
- switch to build shared libraries so that they are usable for other apps
- optionize bundled commands (ON by default)
- rename "player" command to "libvgm-player"
  (player is too generic name and can cause filename clashes)

Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>

PR:		281363
Reported by:	diizzy
2024-09-12 20:45:18 +09:00
Yuri Victorovich
fe83d0213f audio/qsynth: update 1.0.0 → 1.0.1
Reported by:	portscout
2024-09-12 02:18:12 -07:00
Emanuel Haupt
20e353f481 audio/ft2-clone: Update to 1.86 2024-09-11 18:06:25 +02:00
Jack
b7a1f99892 audio/audacity: update to 3.6.3
Changelog: https://support.audacityteam.org/additional-resources/changelog/audacity-3.6.3

PR: 281407
2024-09-11 02:37:48 -04:00
Mikael Urankar
89ab81d0e2 lang/rust: Bump revisions after 1.81.0
PR:		281300
2024-09-10 13:00:34 +02:00
Siva Mahadevan
c0d07f1127 */*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fe

PR:		246993
Differential Revision:	https://reviews.freebsd.org/D46503
2024-09-10 12:58:07 +02:00
Emanuel Haupt
d496c424f3 audio/schismtracker: Update to 20240909 2024-09-10 12:41:58 +02:00
Jason E. Hale
d209d2416f audio/openal-soft: Update to 1.23.1
Add PIPEWIRE and SIMD options.

Add checks to disable CPU instruction sets that are opt-out by default
and only consider the host builder. For example, disable SSE4.1 on an
amd64 host building for an i386 target. Additional instruction sets can
be enabled by setting CPUTYPE appropriately in /etc/make.conf or in its
poudriere(8) counterpart.
2024-09-09 05:15:25 -04:00
Daniel Engberg
6d085bb9d8 audio/guitarix-lv2: Deprecate and set expiration date to 2024-09-30
Marked broken for almost a year, sunset port instead of keeping it
around

Approved by:	portmgr (blanket)
2024-09-08 19:31:48 +02:00
Daniel Engberg
eee68f8b25 audio/faudio: Update to 24.08
Changelog: https://github.com/FNA-XNA/FAudio/releases/tag/24.08

PR:		281181
Tested by:	jbeich
2024-09-08 19:31:48 +02:00
Daniel Engberg
4a86b367a1 audio/libltc: Use upstream release tarball
PR:		281368
2024-09-08 09:22:17 -07:00