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