Filename for libmad's pc file is now libmad.pc, this broke pkg-config
check however fallback detection code still worked.
Approved by: portmgr (blanket)
Filename for libmad's pc file is now libmad.pc, this broke pkg-config
check however fallback detection code still worked.
Approved by: portmgr (blanket)
Filename for libmad's pc file is now libmad.pc, this broke pkg-config
check however fallback detection code still worked.
Approved by: portmgr (blanket)
surge-synthesizer-lv2 isn't going to be updated any more.
Instead, its new-generation audio/surge-synthesizer-xt-lv2
is going to be developed and updated.
Changes since 53.1:
DIN Is Noise 54:
NEW in DIN54:
/*
Drones Per Launch and Launches Per Minute for drone launchers
Until DIN53.1 you could launch only 1 drone per launch.
In DIN54, you can launch a bunch of drones every launch with
launches per minute.
Change drones per launch / launches per minute of an existing
launcher from Menu > Drone Params > Motion > Drones Per Launch or
Menu > Drone Params > Motion > Launches Per Minute
for new launcher set in defaults:
Menu > Drone Params > Defaults > Drones Per Launch
default = 1
Menu > Drone Params > Defaults > Launches Per Minute
default = 60
Tip:
When there are many drones launched every launch, they will all launch
along the direction (of velocity) of the launcher. Their trajectory will
therefore overlap, turn on Menu > Drone Params > Defaults > Velocity | Randomize
to randomize their launch directions
/*
/*
drone velocity modulation:
affects all launched drones
specify how amount of velocity (actually the speed!) changes from birth to death of a drone
default is constant ie no change from velocity (ie the speed) at birth
this is the behaviour in DIN53.1
edit the change curve from Menu > Editors > Drone velocity modulation
/*
/*
in Gravity widget:
Size:
if turned ON, gravity size continuously expands or contracts to Mouse or
(1st selected) Drone position !warning! Big gravity sizes can move drones
fast to max volume and get loud!
To Screen + : puts base of gravity vector to the center of the screen
To drones + : puts base of gravity vector to the center (magenta arrow) of selected drones.
To drone : puts base of gravity vector to the (first) selected drone.
/*
/* save/load color sliders /*
+ draw gravity vector when UI is off
* draw drone trails even if drones are off visible note / pitch ranges
! fixed: drones bounced only once irrespective of Menu > Drone Params > Defaults > Bounces parameter !
! bug introduced in DIN53 :( !
! fixed: potential (null pointer) crash when turning UI on/off from microtonal keyboard !
! fixed: sudden increase in loudness (sorry!) when frozen drones are deleted but then
thawed, frozen and deleted again and again !
! fixed: restore oscilloscope display state when UI is turned off and on !
! fixed: timing (introduced in DIN53.1 due to change of alarm.cc/h) of auto split / delete boxes in mondrian !
! fixed: deleted drones not de-selected !
Switch to Tenacity's fork which contains patched code for all known
CVEs and various build fixes. This also makes it easier to maintain
as we're using an active fork. Upstream has also switched to CMake.
PR: 262963
Switch to Tenacity's fork which contains patched code for all known CVEs
and various build fixes. This also makes it easier to maintain as we're
using an active fork. Upstream has also switched to CMake.
PR: 262874
Approved by: sunpoet (maintainer timeout 4+ weeks)
KDE Plasma 5.24.5, Bugfix Release for May
Tuesday, 3 May 2022. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.24.5.
Plasma 5.24 was released in February 2022 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:
* Discover Flatpak backend: Improve stability of different sources
integration.
* Plasma Audio Volume Control: SpeakerTest: Fix subwoofer test.
* xdg-desktop-portal-kde: Fix saving file dialog view options.
Full Changelog:
https://kde.org/announcements/changelogs/plasma/5/5.24.4-5.24.5
Mostly just typos and assigning PORTREVISION multiple times.
This commit doesn't fix up PORTREVISION between master-slave
ports where the master port often overwrites PORTREVISION from
the slaves which means the slaves don't actually get bumped.
These probably just need PORTREVISION?= but care must be taken
to not decrease the package versions of all the master-slave
packages and to actually bump PORTREVISION as intended. For the
record the currently visible broken master ports are:
databases/libgda5
emulators/virtualbox-ose
emulators/virtualbox-ose-legacy
graphics/atril
multimedia/mlt7
textproc/uim
But all master ports should be looked at here and get an explicit
PORTREVISION?= where it's currently missing to prevent this.
Reported by: portscan
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097
During an exp-run for llvm 14 (see bug 261742), it turned out that
audio/mumble and audio/murmur fail to build with lld 14:
c++ -fstack-protector-strong -pie -Wl,--no-add-needed -Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,libcelt0.so.0 -o libcelt0.so.0.7.0 ../../debug/.obj/celt-0.7.0-build/bands.o ../../debug/.obj/celt-0.7.0-build/celt.o ../../debug/.obj/celt-0.7.0-build/cwrs.o ../../debug/.obj/celt-0.7.0-build/entcode.o ../../debug/.obj/celt-0.7.0-build/entdec.o ../../debug/.obj/celt-0.7.0-build/entenc.o ../../debug/.obj/celt-0.7.0-build/header.o ../../debug/.obj/celt-0.7.0-build/kiss_fft.o ../../debug/.obj/celt-0.7.0-build/kiss_fftr.o ../../debug/.obj/celt-0.7.0-build/laplace.o ../../debug/.obj/celt-0.7.0-build/mdct.o ../../debug/.obj/celt-0.7.0-build/modes.o ../../debug/.obj/celt-0.7.0-build/pitch.o ../../debug/.obj/celt-0.7.0-build/psy.o ../../debug/.obj/celt-0.7.0-build/quant_bands.o ../../debug/.obj/celt-0.7.0-build/rangedec.o ../../debug/.obj/celt-0.7.0-build/rangeenc.o ../../debug/.obj/celt-0.7.0-build/rate.o ../../debug/.obj/celt-0.7.0-build/vq.o -L/usr/lib/x86_64-unknown-freebsd14.0/c++11 -L/usr/lib -L/usr/local/lib
c++: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
ld: error: unknown argument '--no-add-needed'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
This is because lld upstream removed the deprecated --no-add-needed
option, which should be replaced with --no-copy-dt-needed-entries
instead.
(Note that BFD ld still accepts the --no-add-needed option, but is also
deprecated there, so it might go away.)
PR: 263071
Approved by: maintainer timeout (2 weeks)
MFH: 2022Q2
LibCarla 2.4.3 replace CARLA_EXPORT macro with
separate API / PLUGIN export options. This breaks
lmms build.
Add a patch to lmms carla plugin to fix the build.
PR: 263502
Reported by: Robert Cina <transitive@gmail.com>
As of 21 May 2021 project is now released under the name OwnTone
and can be found here: https://github.com/owntone/owntone-server
PR: 260864
Approved by: Maintainer timeout, 4+ months
Project is deprecated upstream, its successor is called espeak-ng
and can be found at https://github.com/espeak-ng/espeak-ng
PR: 258648
Approved by: nivit (maintainer timeout, 6+ months)
Switch from DISTVERSION to PORTVERSION as the version contains letters
(see also PHB 5.2.2).
Using DISTVERSION has the effect that the resulting package
version (0.21.a) is considered as outdated by version comparison sites
such as repology.org (https://repology.org/project/stymulator/packages).