Switch to CMake
Enable OpenMP on aarch64 and amd64 by default
Enable OPTIMIZED_CFLAGS by default
PR: 258730
Approved by: port maintainer, arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32288
The mixer utility is used to set and display soundcard mixer device
levels. It is a copy of the mixer(8) command from FreeBSD 13.0 from
before the utility was completely redesigned for FreeBSD 14.0.
WWW: https://github.com/0mp/freebsd-13-mixer
Builds fine on armv6 at least with LLD 12.0.1. Since FreeBSD >= 12.0
armv6 is deprecated in favor of armv7, anyway.
$ objdump -D $(which musicpd) | fgrep -w -e movt -e movw; echo Exit $?
Exit 1
Abandoned upstream, no new release since 2004
Supported battery powered media (MP3) players are over 15y old by
now and ranging between 64-512Mbyte in storage capacity
PR: 258644
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32046
Abandoned upstream, listed as beta and no new release since 2008
PR: 258645
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32045
Abandoned upstream, no new release since 2011
Supported battery powered media (MP3) players are over 13y old by now
PR: 258640
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32040
Abandoned upstream, no new release since 2005
The supported battery powered media (MP3) players are over 15y old by
now and ranging between 32Mbyte-1Gbyte in storage capacity
PR: 258639
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32039
Upstream lists software as beta, no new release since 2007
Users also reports bugs when libsndfile isn't utilized
Users are recommended to use audio/ffmpeg or audio/flac instead
Reference: https://hydrogenaud.io/index.php?topic=71984.0
PR: 258638
Approved by: tcberner and lbartoletti (mentors)
Differential Revision: https://reviews.freebsd.org/D32038
kde@ has been focused recently on reducing the load of "unnecessary"
runtime dependencies, to allow third party distributions to have a
leaner installation.
One part of this effort was to make qt5-testlib a "build only"
dependency.
Unfortunately, parts of qt5-declarative link against testlib (to provide
test functionality for declarative parts).
This lead to an unfortunate loop of pkg-autoremove removing testlib, and
then pkg-update adding it again (as it was an improperly registered
dependency).
This change splits out the "test"-parts into its own port. Thereby
making testlib not even a required build-time dependency for
x11-toolkits/qt5-delcarative.
Reported by: jrm
Differential Revision: https://reviews.freebsd.org/D32097
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses
When ALSA is installed, some preprocessor-defines may have
overlapping values. This patch was proposed (I think) in the
PR mentioned, and then upstreamed.
PR: 258362
Reported by: user WHR
Obtained from: upstream repository
Approved by: tcberner (multimedia@)
This provides nice human-readable strings for devices in PA-
aware applications (e.g. Firefox shows something nicer than "pcm0").
This bumps PORTREVISION again, even though there's a sequence
of PA updates and fixes (which could conceivably be mashed into
a single PORTREVISION increase).
PR: 245156
Provided by: Henry Hu (original patches)
Provided by: lightside (v3 patches)
Switches to using GNU m4 (gm4) for processing PA configuration
files; regular m4 behaves oddly in some build situations.
PR: 208535
Submitted by: swills
Thursday, 2 September 2021
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,
including:
* konsole: Fix KXmlGUI toolbars and Konsole MainWindow size.
* elisa: Fix the “Files” view.
* skanlite: Fix image saving when preview is not shown.
Full announcement:
https://kde.org/announcements/gear/21.08.1/
Full Changelog:
https://kde.org/announcements/changelogs/gear/21.08.1/
Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.22.5.
Plasma 5.22 was released in June 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:
* KDE GTK Config: Make sure to actually commit GSettings changes.
* KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296
* [applets/digitalclock] Let long timezones list scroll.
Fixes bug #439147
Full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/
- while here: reformat & sort the USES/USE_FOO lines consistently
$ shortwave
(de.haeckerfelix.Shortwave:1234): GLib-GObject-WARNING **: specified class size for type 'SwSongRow' is smaller than the parent type's 'AdwActionRow' class size
(de.haeckerfelix.Shortwave:1234): GLib-GObject-WARNING **: cannot add private field to invalid (non-instantiatable) type '<invalid>'
thread 'main' panicked at 'assertion failed: type_.is_valid()', src/ui/song_row.rs:49:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
From [1]
The viewmanager.cpp/h file is missing an include for config-upnp-qt.h
which defines KF5KIO_FOUND. With this macro missing, it isn't building
the KIO stuff.
Upstream PR: 440980
[1] 618cf9b589
$ GST_DEBUG=2 shortwave
[...]
WARN GST_ELEMENT_FACTORY gstelementfactory.c:462:GstElement *gst_element_factory_make(const gchar *, const gchar *): no such element factory "vorbisenc"!
ERROR GST_PIPELINE grammar.y:816:int priv_gst_parse_yyparse(void *, graph_t *): no element "vorbisenc"
ERROR GST_PIPELINE grammar.y:901:int priv_gst_parse_yyparse(void *, graph_t *): link has no sink [source=@0x808b72a40]
WARN GST_ELEMENT_FACTORY gstelementfactory.c:462:GstElement *gst_element_factory_make(const gchar *, const gchar *): no such element factory "oggmux"!
ERROR GST_PIPELINE grammar.y:816:int priv_gst_parse_yyparse(void *, graph_t *): no element "oggmux"
ERROR GST_PIPELINE grammar.y:901:int priv_gst_parse_yyparse(void *, graph_t *): link has no source [sink=@0x0]
ERROR GST_PIPELINE grammar.y:901:int priv_gst_parse_yyparse(void *, graph_t *): link has no source [sink=@0x815386af0]
thread 'main' panicked at 'Unable to create recorderbin: Error { domain: gst_parse_error, code: 1, message: "no element \"vorbisenc\"" }', src/audio/backend/gstreamer_backend.rs:301:84
Thursday, 12 August 2021
KDE Gear 21.08 improves KDE apps across the board, bringing you quick
and responsive utilities, creativity programs with powerful features,
and secure tools for all your work and play needs.
If this is your first time with KDE software, discover a whole new world
of free and secure programs, packed with incredible possibilities. If
you are already a KDE regular, check out all the fresh innovations we
have added to your favorite apps.
Either way, go forth and try new things!
Full announcement:
https://kde.org/announcements/gear/21.08.0/