···1{ stdenv, fetchurl, cmake, pkgconfig, attica, boost, gnutls, libechonest
2-, liblastfm, lucenepp, phonon, phonon_backend_vlc, qca2, qjson, qt4
3, qtkeychain, quazip, sparsehash, taglib, websocketpp, makeWrapper
45, enableXMPP ? true, libjreen ? null
···3536 postInstall = let
37 pluginPath = stdenv.lib.concatStringsSep ":" [
38- "${phonon_backend_vlc}/lib/kde4/plugins"
39 ];
40 in ''
41 for i in "$out"/bin/*; do
···1{ stdenv, fetchurl, cmake, pkgconfig, attica, boost, gnutls, libechonest
2+, liblastfm, lucenepp, phonon, phonon-backend-vlc, qca2, qjson, qt4
3, qtkeychain, quazip, sparsehash, taglib, websocketpp, makeWrapper
45, enableXMPP ? true, libjreen ? null
···3536 postInstall = let
37 pluginPath = stdenv.lib.concatStringsSep ":" [
38+ "${phonon-backend-vlc}/lib/kde4/plugins"
39 ];
40 in ''
41 for i in "$out"/bin/*; do
+3-3
pkgs/applications/graphics/digikam/default.nix
···1920# Supplementary packages required only by the wrapper.
21, bash, kde_runtime, kde_baseapps, makeWrapper, oxygen_icons
22-, phonon_backend_vlc /*phonon_backend_gstreamer,*/
23, ffmpegthumbs /*mplayerthumbs*/
24, runCommand, shared_mime_info, writeScriptBin
25}:
···93 kdePkgs = [
94 build # digikam's own build
95 kdelibs kdepimlibs kde_runtime kde_baseapps libkdcraw oxygen_icons
96- /*phonon_backend_gstreamer*/ phonon_backend_vlc
97 ffmpegthumbs /*mplayerthumbs*/ shared_mime_info ]
98 # Optional build time dependencies
99 ++ [
···208 - Per lib `KDELIBS` environment variable export. See above in-code TODO comment.
209 - Missing optional `qt_soap` or `herqq` (av + normal package) dependencies. Those are not
210 yet (or not fully) packaged in nix. Mainly required for upnp export.
211- - Possibility to use the `phonon_backend_gstreamer` with its own user specified set of backend.
212 - Allow user to disable optional features or dependencies reacting properly.
213 - Compile `kipiplugins` as a separate package (so that it can be used by other kde packages
214 and so that this package's build time is reduced).
···1920# Supplementary packages required only by the wrapper.
21, bash, kde_runtime, kde_baseapps, makeWrapper, oxygen_icons
22+, phonon-backend-vlc /*phonon-backend-gstreamer,*/
23, ffmpegthumbs /*mplayerthumbs*/
24, runCommand, shared_mime_info, writeScriptBin
25}:
···93 kdePkgs = [
94 build # digikam's own build
95 kdelibs kdepimlibs kde_runtime kde_baseapps libkdcraw oxygen_icons
96+ /*phonon-backend-gstreamer*/ phonon-backend-vlc
97 ffmpegthumbs /*mplayerthumbs*/ shared_mime_info ]
98 # Optional build time dependencies
99 ++ [
···208 - Per lib `KDELIBS` environment variable export. See above in-code TODO comment.
209 - Missing optional `qt_soap` or `herqq` (av + normal package) dependencies. Those are not
210 yet (or not fully) packaged in nix. Mainly required for upnp export.
211+ - Possibility to use the `phonon-backend-gstreamer` with its own user specified set of backend.
212 - Allow user to disable optional features or dependencies reacting properly.
213 - Compile `kipiplugins` as a separate package (so that it can be used by other kde packages
214 and so that this package's build time is reduced).