kwave: init at 20.04.3
This commit is contained in:
parent
231a2b776d
commit
7e0095d2ee
@ -161,6 +161,7 @@ let
|
||||
ktnef = callPackage ./ktnef.nix {};
|
||||
ktouch = callPackage ./ktouch.nix {};
|
||||
kwalletmanager = callPackage ./kwalletmanager.nix {};
|
||||
kwave = callPackage ./kwave.nix {};
|
||||
libgravatar = callPackage ./libgravatar.nix {};
|
||||
libkcddb = callPackage ./libkcddb.nix {};
|
||||
libkdcraw = callPackage ./libkdcraw.nix {};
|
||||
|
37
pkgs/applications/kde/kwave.nix
Normal file
37
pkgs/applications/kde/kwave.nix
Normal file
@ -0,0 +1,37 @@
|
||||
{ mkDerivation, lib, extra-cmake-modules, kdoctools, qtmultimedia, kcompletion, kconfig, kcrash, kiconthemes, kio, audiofile, libsamplerate
|
||||
, alsaLib, libpulseaudio, flac, id3lib, libogg, libmad, libopus, libvorbis, fftw, librsvg }:
|
||||
|
||||
mkDerivation {
|
||||
name = "kwave";
|
||||
meta = with lib; {
|
||||
homepage = "https://kde.org/applications/en/multimedia/org.kde.kwave";
|
||||
description = "KWave is a simple media player";
|
||||
maintainers = with maintainers; [ freezeboy ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
];
|
||||
buildInputs = [
|
||||
alsaLib
|
||||
audiofile
|
||||
kcrash
|
||||
kdoctools
|
||||
qtmultimedia
|
||||
kcompletion
|
||||
kconfig
|
||||
kiconthemes
|
||||
kio
|
||||
libpulseaudio
|
||||
libsamplerate
|
||||
flac
|
||||
fftw
|
||||
id3lib
|
||||
libogg
|
||||
libmad
|
||||
libopus
|
||||
libvorbis
|
||||
librsvg
|
||||
];
|
||||
}
|
@ -21054,7 +21054,7 @@ in
|
||||
akonadi akregator ark bomber bovo dolphin dragon elisa ffmpegthumbs filelight granatier gwenview k3b
|
||||
kaddressbook kapptemplate kate kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
|
||||
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo kleopatra kmail kmix kmplot kolourpaint kompare konsole yakuake
|
||||
kpkpass kitinerary kontact korganizer krdc krfb ksquares ksystemlog ktouch kwalletmanager marble minuet okular picmi spectacle;
|
||||
kpkpass kitinerary kontact korganizer krdc krfb ksquares ksystemlog ktouch kwalletmanager kwave marble minuet okular picmi spectacle;
|
||||
|
||||
okteta = libsForQt5.callPackage ../applications/editors/okteta { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user