Commit Graph
21 Commits
Author SHA1 Message Date
Dan Callahan c4c101e414 digikam: unbreak media playback
This patch re-adds libqtav to digikam's list of dependencies, restoring
support for video playback in the application.
This effectively reverts commit 5194e7c0cb
2020-09-26 08:38:59 +01:00
Dan Callahan 9cb5285c0a libqtav: 1.12.0 -> git-2020-09-10
This un-breaks libqtav by upgrading it to the current upstream HEAD.
Previously, Qtav was broken by the Qt 5.12 -> 5.14 migration (#84232).
See commit 819bb63d5c

This also un-pins ffmpeg_3; libqtav works fine with current ffmpeg.

Digikam is the only derivation in nixpkgs that has referenced libqtav, thus
upgrading to a pre-release revision poses minimal risk.
2020-09-26 08:36:14 +01:00
Dan Callahan afec4b31bd digikam: fix broken icons
Ensures that the Breeze icon theme is available to digikam.
Without this, digikam breaks in strange ways.

Fixes #65322
Fixes #78225
2020-09-25 21:49:29 +01:00
Dan Callahan a9e0dd08d1 digikam: 6.4.0 -> 7.1.0 2020-09-25 09:06:48 +01:00
Dan Callahan 40fb898673 typeguard: fix tests
Broken by 9993c38682

    Traceback:
    tests/test_typeguard_py36.py:7: in <module>
        from typing_extensions import Literal
    E   ModuleNotFoundError: No module named 'typing_extensions'

Resolved by adding typing-extensions to checkInputs
2020-06-25 00:11:06 +01:00
Dan Callahan b0b0bb7e0b mariadb: fix darwin build
We want to disable `PLUGIN_AUTH_PAM` when building:

1. `mariadb` on macOS.
2. `mariadb-client` on any platform

Unfortunately, the interaction of these two commits
  6c97b0486c
  7e43b4d0ae
created a situation where we disable it *twice* when building on macOS.
Once in a darwin-specific `prePatch` script, and again in the `patches`
section for client builds.

This removes the redundant `prePatch` script and conditionally applies
the patch to `mariadb` server builds on darwin.

Fixes #70835
2019-10-09 21:56:59 +01:00
Dan Callahan 1d13eb119d gitAndTools.gitFastExport: (old) -> v190107 2019-05-12 14:40:15 +01:00
Dan Callahan 4c5aff0691 hugo: 0.55.3 -> 0.55.4 (#60205) 2019-04-26 11:32:53 -07:00
Dan Callahan 83752522e4 hugo: 0.55.2 -> 0.55.3 2019-04-23 11:12:38 +01:00
Dan Callahan 13e7463a57 gnome3.mutter: 3.32.0 -> 3.32.1 2019-04-18 09:29:48 +01:00
Dan Callahan 71727f32a9 rapid-photo-downloader: 0.9.13 -> 0.9.14 (#59347)
This updates Rapid Photo Downloader to 0.9.14 and fixes #56815

Support for RAW images is not currently functioning; the rawkit bindings
are unmaintained and only support libraw <= 0.18, but nixpkgs ships 0.19
2019-04-16 00:03:30 +02:00
Dan Callahan c80385d934 dsseries: init at 1.0.5-1 2019-03-08 15:02:22 +00:00
Dan Callahan 154a7d3cfb renpy: 7.1.3 -> 7.2.0 2019-03-04 14:46:02 +00:00
Dan Callahan f972720c7e SDL2_image: support webp images 2019-03-04 14:07:32 +00:00
Dan Callahan 0ea8c6e3de linux: Enable support for Self-Encrypting Drives
To quote block/Kconfig:

> Builds Logic for interfacing with Opal enabled controllers.
> Enabling this option enables users to setup/unlock/lock
> Locking ranges for SED devices using the Opal protocol.

Without `BLK_SED_OPAL`, it is impossible to resume from sleep when using
a locked self-encrypting drive.

This configuration option appeared in earlier kernels, but only reached
maturity in 4.14 according to discussion at:

- https://github.com/Drive-Trust-Alliance/sedutil/issues/90 and
- https://github.com/Drive-Trust-Alliance/sedutil/pull/190

This kernel option is enabled in the default kernels shipped with
Fedora, Debian, and other mainstream Linux distributions.
2019-02-21 12:14:47 +00:00
Dan Callahan 9e1a3b404b digikam: add ffmpeg to buildInputs
Since version 6.0.0, media playback in Digikam requires ffmpeg.
2019-02-21 09:59:22 +00:00
Dan Callahan d20ad56ca7 nixos/gnome3: enable bolt by default
GNOME's support for Thunderbolt 3 requires the bolt daemon.

Fixes #55938
2019-02-19 20:54:39 +00:00
Dan Callahan 139e12323f nixos/bolt: init at 0.7 2019-02-19 20:54:38 +00:00
Dan Callahan c2a1d01a4b bolt: init at 0.7 2019-02-19 20:54:37 +00:00
Dan Callahan b121c01672 pythonPackages.python-dbusmock: init at 0.18.1 2019-02-19 20:54:36 +00:00
Dan Callahan ffca542386 maintainers: add callahad 2019-02-19 20:54:36 +00:00