Major changes:
- Changed the config format from ini to TOML
Make sure to update your config file accordingly[1].
- Expose volume trough dbus
- Add an option to disable dbus
Introduce two temporary patches to :
- Fix panic reported in upstream bug system #719[2] - fixed in future
- Fix compilation issue with FreeBSD (Merged after 0.3.0[3] release)
[1] https://github.com/Spotifyd/spotifyd/blob/master/docs/src/config/File.md
[2] https://github.com/Spotifyd/spotifyd/issues/719
[3] a352eab53e
PR: 251968
Submitted by: <nick.rozhkov@gmail.com>
spotifyd doesn't work with a premium account (which I don't have)
It's hard to maintain this port correctly, so pass maintainership to rodrigo.
Discussed with rodrigo by private mail.
audio/liblastfm (R.I.P.) to make the library function again. It seems they
were forgotten when this was converted to a free-standing port in r495869.
MFH: 2021Q1 (runtime fix)
Solve the problem of root owned directories correctly
No need for PORTREVISION bump as the change does not
make a significant difference to the result.
Musescore helps you create beautiful sheet music.
Release notes are at
https://musescore.org/en/3.6.1https://musescore.org/en/node/316462
It's some crash fixes. FreeBSD ports skipped 3.6.0, which had lots more
changes and new sound fonts.
The port Makefile changes more than usual, because I took out
some REINPLACE_CMD and made regular patches from them. Also
MuseScore's CMake code is really weird, so it needs extra
patching to find libogg and such.
Delighted that this has a new upstream maintainer!
Huge numbers of changes since it was taken over last
year, so definitely worth another look.
http://ampache.org/
Some of our projects release on their own timescale and some get released
en-masse. The 20.12.2 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.12.2 releases page for details.
Some of the fixes in today’s bugfix releases include:
* Ark no longer crashes when closing the window while loading a TAR archive
* Dolphin calculates the folder size on FUSE and network file systems correctly now
* Konsole no longer crashes when exiting all tabs at the same time
* Dictionaries can be added in Kiten’s config dialog
* Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected
Release Notes:
https://community.kde.org/Releases/20.12_Release_Notes
Full Changelog:
https://kde.org/announcements/fulllog_releases-20.12.2/
- several improvements and minor fixes.
- new virtual_oss_cmd utility for manipulating existing virtual_oss instances.
- moved distfile to GitHUB.
Approved by: pi (implicit)
Add temporary workaround to fix linking with Clang >= 11 and GCC >= 10
Install license with the license framework instead of listing in PORTDOCS and
convert to UNIX style newline
PR: 244712
Submitted by: <lgfbsd@be-well.ilk.org> (maintainer)
MFH: 2021Q1 (build fix)
Python (3.x and 2.x) high-level interface and ctypes-based bindings
for PulseAudio (libpulse), mostly focused on mixer-like controls and
introspection-related operations (as opposed to e.g. submitting sound
samples to play, player-like client).
Originally forked from pulsemixer project, which had this code
bundled.
WWW: https://pypi.python.org/pypi/pulsectl
GUI from xfce4-mixer: https://gitlab.xfce.org/apps/xfce4-mixer but
xfce4 and gstreamer does not used.
Features
- plugins for support different sound backens
- change system default sound card
- set volume per line/channel
- enable/disable lines (mute/unmute)
- detect sound cards connect/disconnect
- detect default sound card change
WWW: https://github.com/rozhuk-im/gtk-mixer
PR: 253150
Submitted by: rozhuk.im@gmail.com