| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Using mpd's remote database and music library feature it is now possible
to run mpd in so-called 'satellite' mode. This will have a local mpd
server access the database and library remotely, enabling streaming to
the local device.
This commit enables mpd on this machine to act as such an upstream
server.
|
| |
|
| |
|
| |
|
|
|
|
| |
We no longer use AusweisApp2, so these can go.
|
| |
|
|
|
|
| |
This particular USE flag is no longer required for us.
|
|
|
|
| |
We no longer use this package.
|
|
|
|
| |
We no longer use Transmission, so these can go.
|
|
|
|
|
|
| |
Neither dev-qt/qtcore nor app-shells/fish required any USE flags for
dev-libs/libpcre anymore, so we can remove those. Additionally, make
clear exactly which package requires what.
|
|
|
|
|
| |
With the previous commit this is not needed anymore; a suitable stable
version of this package is also available.
|
|
|
|
|
| |
We've not needed the latest version in a long time, and stabilization of
versions has been improved a lot over the years.
|
|
|
|
|
|
| |
We don't use this client enough to warrant an unmask here. Furthermore,
there's not been a release in a very long time and it's very stable
anyway.
|
|
|
|
|
| |
We don't need the latest version of this, and the workflow we have with
it is reasonably stable.
|
|
|
|
|
| |
This seems to be stabilized fairly quickly, and we don't really need the
latest version anyway.
|
|
|
|
| |
We no longer use the Spotify desktop application.
|
|
|
|
| |
We no longer use the Discord desktop application.
|
| |
|
|
|
|
|
|
|
| |
We do not expect upcoming versions to contain must-have features that
would warrant keeping this, especially since neovim's dependencies would
usually need unmasking as well. Our use of the editor is pretty stable
now, so we can use older versions for a bit longer.
|
| |
|
|
|
|
|
| |
This flag is required for x11-misc/qt5ct, which we now use to give QT
applications a more consistent look.
|
|
|
|
| |
This particular flag is required for GIMP, which we need sometimes.
|
| |
|
| |
|
|
|
|
|
|
| |
Even though mpd is not running any resampling for us, it is better to
fall back to proper resample algorithms that libsamplerate provides.
Otherwise, mpd falls back to its own (inadequate) built-in algorithm.
|
|
|
|
| |
This is a replacement for the now-removed 'X' USE flag.
|
|
|
|
|
|
|
|
| |
In the future we might want to build certain packages with clang instead
of gcc. For now this is only possible with a portage environment, which
this commit adds. See also [1].
[1] https://wiki.gentoo.org/wiki/Clang#Clang_environments
|
| |
|
|
|
|
|
| |
This package is needed to have Thunar correctly recognize a custom
terminal emulator.
|
|
|
|
|
|
| |
This set contains packages related to the fava web interface to
beancount. We also specifically include dev-python/boto3 since because
that is needed for one of our plugins.
|
|
|
|
|
|
| |
This set contains packages needed to rip music CDs and process any raw
audio. This is specifically a desktop-based task, as with the previous
commit.
|
|
|
|
|
| |
This set contains packages needed to organize our music collection. This
is specifically a desktop-based task, so keep it there.
|
|
|
|
| |
This matches the set up with the role name.
|
|
|
|
|
|
|
|
| |
Whilst this patch has been accepted upstream through [1]/[2], we still
need to apply it locally until a stable version with it is released.
[1] https://ffmpeg.org/pipermail/ffmpeg-devel/2022-February/293001.html
[2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/a67734596dca097584965916e0ba90e81af3163c
|
|
|
|
|
|
|
|
| |
Whilst we are going to be using ZFS to manage drives on nabokov, none of
them contains a root filesystem. Since 'rootfs' tries very hard to make
sure you can actually boot a ZFS-enabled system (zfs-kmod literally
won't build on kernels that don't support initramfs if it is on),
disable these flags here.
|
|
|
|
|
|
| |
We have started to use this on nabokov, but it may be used on other
desktop machines too. The dependencies are all hard ones, except for
dev-python/discogs-client, which is needed for a specific plugin.
|
|
|
|
| |
This latest version of OpenMW requires this.
|
|
|
|
|
| |
As of the previous commit we have retired nomacs from use, so this can
go.
|
|
|
|
|
|
| |
We were never fully happy with media-gfx/nomacs as our main image
viewing program, so it's time to try something new. We have had good
experiences with sxiv in the past, so let's try the modern fork.
|
| |
|
|
|
|
| |
We no longer use this particular program.
|
| |
|
| |
|
|
|
|
|
| |
This is needed for sys-auth/AusweisApp2, which we want to support on the
desktop profile.
|
|
|
|
|
|
|
|
|
| |
We missed this in ebec697 (group-desktop: Migrate to
media-video/pipewire, 2021-11-29). It's especially useful now that a
bunch of programs are going to be using pipewire directly. mpd already
supports it, and a patch for mpv is in the making [1].
[1] https://github.com/mpv-player/mpv/pull/9587
|
|
|
|
|
| |
We no longer need this particular patch, plus it most likely wouldn't
apply to 0.14.0 anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have been using PipeWire [1] on our main desktop system for a while
now and it runs without any problems. Since we don't see the need to
stay with PulseAudio, completely migrate the group-desktop profile to
PipeWire instead.
This needs a couple of changes. PulseAudio is still pulled in by a large
amount of packages, so we can't simply remove it. If we want to use
PipeWire's ALSA plugin whilst having PulseAudio installed, we need to
make sure we disable the 'alsa-plugin' USE flag for it so they don't
conflict.
Additionally, media-video/wireplumber requires a version of Lua that is
not LuaJIT. Commit 23d2912 (group-base: Use LuaJIT as the default Lua
provider, 2021-02-05) masks any normal Lua version, so we have to be
specific here and enable a single LUA_SINGLE_TARGET version.
For now also unmask all relevant software packages as development seems
pretty speedy. We want to get new features (and fixes) as soon as
possible.
[1] https://pipewire.org/
|
|
|
|
| |
These are needed for the current unstable version of xfce-base/thunar.
|