Commit graph

20153 commits

Author SHA1 Message Date
Jan Beich
540d7ff20f audio/gnome-podcasts: unbreak build with Meson 0.61.0
podcasts-gtk/resources/meson.build:5:0: ERROR: Function does not take positional arguments.

PR:		260943
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-20 01:34:56 +00:00
Emanuel Haupt
47a136a4ed audio/protracker: Update to 1.39 2022-01-19 22:53:16 +01:00
Hans Petter Selasky
93344cda77 audio/jack: Update to 1.9.20 release.
The FreeBSD specific changes have been upstreamed, we can fetch the original
sources again. Development of the client examples and tools has been split
from the JACK server, move them to the new port jack-example-tools.

This also includes a fix for missing library symbols, see bug #257696.

Take maintainership of audio/jack and audio/jack-example-tools .

PR: 257696
PR: 261256

Submitted by:   Florian Walpen <dev@submerge.ch>
Approved by:	pi (implicit)
2022-01-19 11:44:09 +01:00
Yuri Victorovich
f6a2e2fee1 audio/dpf-plugins-lv2: Update 1.4 -> 1.5
Reported by:	portscout
2022-01-18 10:42:44 -08:00
Emanuel Haupt
33d3c043b0 audio/spotify-qt: Update to 3.8 2022-01-17 21:43:13 +01:00
Mikael Urankar
c7dd5ca11a *: Linux emulation: add support for aarch64
PR:		256008
Submitted by:	Vincent Milum Jr (prior version)
Approved by:	emulation (maintainer timeout)
2022-01-17 15:47:28 +01:00
Tobias Kortkamp
695bbdaf28
*: Drop newly added but obsolete INSTALLS_ICONS
Reported by:	portscan
2022-01-17 14:20:24 +01:00
Tobias Kortkamp
07389cd463
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables

I'm assuming the entries are correct otherwise.

Reported by:	portscan
2022-01-17 14:20:24 +01:00
Tobias Kortkamp
835bd57330
lang/rust: Bump revisions after 1.58.0 2022-01-17 12:57:45 +01:00
Yuri Victorovich
bd8fa405c7 audio/x42-plugins-lv2: Update 20211016 -> 20220107
Reported by:	portscout
2022-01-14 14:18:02 -08:00
Yuri Victorovich
ec9d2f0016 audio/py-sounddevice: Update 0.4.3 -> 0.4.4
Reported by:	portscout
2022-01-14 00:29:37 -08:00
Stefan Eßer
98f7d7db7e Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.

Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.

PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.

Approved by:	portmgr (implicit)
2022-01-13 22:01:28 +01:00
Neel Chauhan
4b86dc1c27 audio/liblscp: Update to 0.9.5 2022-01-13 10:55:15 -08:00
Chris Rees
0741b694b7 audio/baresip: Fix build (and INDEX) with GSTREAMER option
PR:		ports/256971
2022-01-13 17:26:37 +00:00
Dmitry Marakasov
5bd3f9f51c audio/wavplay: allow on aarch64
Confirmed to work correctly;
Also simplify ONLY_FOR_ARCHS_REASON as the problems may not only
be related to endianess.

PR:		261061
Submitted by:	ronald-lists@klop.ws
2022-01-13 16:08:46 +03:00
Emanuel Haupt
9c4ff612d8 audio/ocp: Install desktop icons 2022-01-13 09:29:06 +01:00
Emanuel Haupt
f4204ddb16 audio/fasttracker2: Update to 1.50 2022-01-13 09:18:31 +01:00
Emanuel Haupt
1d63c49170 audio/ocp: Update to 0.2.92 2022-01-13 07:20:22 +01:00
Max Brazhnikov
b63918758d audio/fluidplug-lv2: switch from p7zip to 7-zip
PR:	260866
2022-01-12 23:07:32 +03:00
Tobias C. Berner
654acd8140 math/gsl: bump portrevision of consumers after update to 2.7.1
PR:		260201
2022-01-12 20:41:22 +01:00
Dmitry Marakasov
74615207da audio/wavplay: fix ONLY_FOR_ARCHS
- Remove powerpc* from ONLY_FOR_ARCHS, which were incorrectly added
  on a sole basis that the port builds. It needs to be runtested.
- Add ONLY_FOR_ARCHS_REASON to prevent such mistake in future.

PR:		261061
2022-01-12 15:44:23 +03:00
Daniel Menelkir
a89f48261b audio/strawberry: Update to 1.0.1
Changelog:	https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.0.1

PR:		261092
2022-01-12 06:41:27 -05:00
Emanuel Haupt
e0447f125a audio/modplug-tools: Update to 0.5.6 2022-01-11 17:39:46 +01:00
Li-Wen Hsu
4499b66242
Bump PORTREVISION after www/libmicrohttpd updated
PR:		260777
2022-01-11 03:15:47 +08:00
Tobias C. Berner
54c7d128b0 audio/noson-app: update to 4.5.1 2022-01-10 16:39:13 +01:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Emanuel Haupt
39e1835244 audio/ocp: Update to 0.2.91 2022-01-10 14:19:36 +01:00
Alexandre C. Guimarães
11eaf51295
audio/beets: Update to 1.6.0
- take maintainership
- last ac51135afd related fix.
PR:		258688
Approved by:	<stiginge@pvv.org> (maintainer timeout, 85 days)
2022-01-10 02:27:25 -03:00
Alexandre C. Guimarães
ac51135afd
audio/py-mutagen: Update to 1.45.1
PR:		259241
2022-01-10 00:24:13 -03:00
Yuri Victorovich
285ba5106a audio/qtractor: New port: Audio/MIDI multi-track sequencer 2022-01-09 14:34:00 -08:00
Yuri Victorovich
b5caaa3191 audio/padthv1-lv2: Update 0.9.23 -> 0.9.24 2022-01-09 12:21:21 -08:00
Yuri Victorovich
8c21244a6c audio/drumkv1-lv2: Update 0.9.23 -> 0.9.24 2022-01-09 12:21:21 -08:00
Yuri Victorovich
b98a67a291 audio/samplv1-lv2: Update 0.9.23 -> 0.9.24 2022-01-09 12:21:20 -08:00
Yuri Victorovich
211dadbb1e audio/synthv1-lv2: Update 0.9.23 -> 0.9.24 2022-01-09 12:21:20 -08:00
Yuri Victorovich
49652440d8 audio/qmidinet: Update 0.9.4 -> 0.9.5 2022-01-09 12:21:20 -08:00
Yuri Victorovich
930e56efb7 audio/qmidictl: Update 0.9.4 -> 0.9.5 2022-01-09 12:21:19 -08:00
Yuri Victorovich
3b09f814a4 audio/qsampler: Update 0.9.4 -> 0.9.5 2022-01-09 12:21:19 -08:00
Yuri Victorovich
cbdeb2db0d audio/qxgedit: Update 0.9.4 -> 0.9.5 2022-01-09 12:21:19 -08:00
Yuri Victorovich
a1f405738e audio/qjackctl: Update 0.9.5 -> 0.9.6 2022-01-09 12:21:18 -08:00
Jan Beich
d82bd2931f audio/gnome-podcasts: update to 0.5.1
Changes:	https://gitlab.gnome.org/World/podcasts/-/releases/0.5.1
Reported by:	Repology
2022-01-07 17:02:21 +00:00
Tobias C. Berner
2b5369a28e KDE: Update KDE Gear to 21.12.1
Thursday, 6 January 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.
Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.1/
2022-01-06 16:38:38 +01:00
Diane Bruce
07060a51a4 audio/codec2: missing patch
I thought I did the commit -a
bump the PORTREVISION to make sure this gets rebuilt
2022-01-04 18:07:16 -05:00
Piotr Kubaj
18da48b5f5 audio/shortwave: fix build on big-endian architectures
Merge e146672851 to fix build.
2022-01-04 18:11:43 +00:00
Piotr Kubaj
233162029a audio/calf-lv2: fix build on powerpc64le
clang has a bug:
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -isystem /usr/local/include -ffast-math -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/lash-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -O3 -Wall -MT organ.lo -MD -MP -MF .deps/organ.Tpo -c organ.cpp  -fPIC -DPIC -o .libs/organ.o
fatal error: error in backend: Incomplete scavenging after 2nd pass
PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -isystem /usr/local/include -ffast-math -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/lash-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -O3 -Wall -MT organ.lo -MD -MP -MF .deps/organ.Tpo -c organ.cpp -fPIC -DPIC -o .libs/organ.o 
1.	<eof> parser at end of file
2.	Code generation
3.	Running pass 'Function Pass Manager' on module 'organ.cpp'.
4.	Running pass 'Prologue/Epilogue Insertion & Frame Finalization' on function '@_ZN3dsp16organ_voice_base18precalculate_wavesEPN12calf_plugins21progress_report_ifaceE'

The port builds fine with gcc after linking to libc++.
2022-01-04 18:11:30 +00:00
Yuri Victorovich
f81f9f198b audio/jacktrip: Update 1.4.3 -> 1.5.0
Reported by:	portscout
2022-01-04 09:34:23 -08:00
Emanuel Haupt
02eb8677b8 audio/protracker: Update to 1.38 2022-01-04 17:45:56 +01:00
Florian Walpen
f9d2916c1e audio/ardour6: Update to 6.9.0
Fix MP3 audio export. It was unavailable due to missing ffmpeg_harvid and
ffprobe_harvid in $PATH.

Add dependencies on harfbuzz and fftw3 libraries, which were implicitly linked.

While here, pet linters.

PR:	260766
Reported by:	dev@submerge.ch
2022-01-04 17:03:38 +01:00
Tobias C. Berner
7b08ff168e KDE: Update KDE Plasma Desktop to 5.23.5
KDE Plasma 5.23.5, Bugfix Release for January

Tuesday, 4 January 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.5.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   * Save bluetooth status on teardown.
   * System Monitor: Handle process parent changes in ProcessDataModel.
   * Fix Klipper Actions content truncation.

Full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.4-5.23.5
2022-01-04 16:52:54 +01:00
Diane Bruce
a8bd0d5cd8 audio/codec2: Unbreak swig
Numerous tiny changes in the git log for codec2 but
the big one for us is fixing swig.
codec2 exposed a complex type in an interface that swig breaks on.
This impacts other ports such as gnuradio.
upstream moved the interface to private and this unbreaks swig.
N.B. I have patched out the Octave CML testjig for now
since this will take more time to resolve.
Patches welcome.
2022-01-04 09:20:25 -05:00
Yuri Victorovich
5e56a22d71 audio/jamulus: Fix jamulus-server arguments
* allow to override user name for the daemon with jamulus_server_uname
* allow to set server arguments with jamulus_server_args

PR:		260860
Reported by:	Stefan Bethke <stb@lassitu.de>
2022-01-02 23:10:14 -08:00