mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
soundkonverter: remove trailing whitespace
This commit is contained in:
parent
0c49f1896e
commit
dd59167aee
@ -3,7 +3,7 @@
|
|||||||
mkDerivation, fetchFromGitHub, fetchpatch, lib, makeWrapper,
|
mkDerivation, fetchFromGitHub, fetchpatch, lib, makeWrapper,
|
||||||
cmake, extra-cmake-modules, pkgconfig,
|
cmake, extra-cmake-modules, pkgconfig,
|
||||||
libkcddb, kconfig, kconfigwidgets, ki18n, kdelibs4support, kio, solid, kwidgetsaddons, kxmlgui,
|
libkcddb, kconfig, kconfigwidgets, ki18n, kdelibs4support, kio, solid, kwidgetsaddons, kxmlgui,
|
||||||
qtbase, phonon,
|
qtbase, phonon,
|
||||||
taglib,
|
taglib,
|
||||||
# optional backends
|
# optional backends
|
||||||
withCD ? true, cdparanoia,
|
withCD ? true, cdparanoia,
|
||||||
@ -43,7 +43,7 @@ let runtimeDeps = []
|
|||||||
++ lib.optionals withMp3 [ lame mp3gain ]
|
++ lib.optionals withMp3 [ lame mp3gain ]
|
||||||
++ lib.optionals withAac [ faad2 aacgain ];
|
++ lib.optionals withAac [ faad2 aacgain ];
|
||||||
|
|
||||||
in
|
in
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "soundkonverter";
|
name = "soundkonverter";
|
||||||
version = "3.0.1";
|
version = "3.0.1";
|
||||||
@ -67,7 +67,7 @@ mkDerivation rec {
|
|||||||
propagatedBuildInputs = [ libkcddb kconfig kconfigwidgets ki18n kdelibs4support kio solid kwidgetsaddons kxmlgui qtbase phonon];
|
propagatedBuildInputs = [ libkcddb kconfig kconfigwidgets ki18n kdelibs4support kio solid kwidgetsaddons kxmlgui qtbase phonon];
|
||||||
buildInputs = [ taglib ] ++ runtimeDeps;
|
buildInputs = [ taglib ] ++ runtimeDeps;
|
||||||
# encoder plugins go to ${out}/lib so they're found by kbuildsycoca5
|
# encoder plugins go to ${out}/lib so they're found by kbuildsycoca5
|
||||||
cmakeFlags = [ "-DCMAKE_INSTALL_PREFIX=$out" ];
|
cmakeFlags = [ "-DCMAKE_INSTALL_PREFIX=$out" ];
|
||||||
sourceRoot = "source/src";
|
sourceRoot = "source/src";
|
||||||
# add runt-time deps to PATH
|
# add runt-time deps to PATH
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
@ -79,26 +79,26 @@ mkDerivation rec {
|
|||||||
description = "Audio file converter, CD ripper and Replay Gain tool";
|
description = "Audio file converter, CD ripper and Replay Gain tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
soundKonverter is a frontend to various audio converters.
|
soundKonverter is a frontend to various audio converters.
|
||||||
|
|
||||||
The key features are:
|
The key features are:
|
||||||
- Audio file conversion
|
- Audio file conversion
|
||||||
- Replay Gain calculation
|
- Replay Gain calculation
|
||||||
- CD ripping
|
- CD ripping
|
||||||
|
|
||||||
soundKonverter supports reading and writing tags and covers for many formats, so they are preserved when converting files.
|
soundKonverter supports reading and writing tags and covers for many formats, so they are preserved when converting files.
|
||||||
|
|
||||||
It is extendable by plugins and supports many backends including:
|
It is extendable by plugins and supports many backends including:
|
||||||
|
|
||||||
- Audio file conversion
|
- Audio file conversion
|
||||||
Backends: faac, faad, ffmpeg, flac, lame, mplayer, neroaac, timidity, fluidsynth, vorbistools, opustools, sox, twolame,
|
Backends: faac, faad, ffmpeg, flac, lame, mplayer, neroaac, timidity, fluidsynth, vorbistools, opustools, sox, twolame,
|
||||||
flake, mac, shorten, wavpack and speex
|
flake, mac, shorten, wavpack and speex
|
||||||
Formats: ogg vorbis, mp3, flac, wma, aac, ac3, opus, alac, mp2, als, amr nb, amr wb, ape, speex, m4a, mp1, musepack shorten,
|
Formats: ogg vorbis, mp3, flac, wma, aac, ac3, opus, alac, mp2, als, amr nb, amr wb, ape, speex, m4a, mp1, musepack shorten,
|
||||||
tta, wavpack, ra, midi, mod, 3gp, rm, avi, mkv, ogv, mpeg, mov, mp4, flv, wmv and rv
|
tta, wavpack, ra, midi, mod, 3gp, rm, avi, mkv, ogv, mpeg, mov, mp4, flv, wmv and rv
|
||||||
|
|
||||||
- Replay Gain calculation
|
- Replay Gain calculation
|
||||||
Backends: aacgain, metaflac, mp3gain, vorbisgain, wvgain, mpcgain
|
Backends: aacgain, metaflac, mp3gain, vorbisgain, wvgain, mpcgain
|
||||||
Formats: aac, mp3, flac, ogg vorbis, wavpack, musepack
|
Formats: aac, mp3, flac, ogg vorbis, wavpack, musepack
|
||||||
|
|
||||||
- CD ripping
|
- CD ripping
|
||||||
Backends: cdparanoia
|
Backends: cdparanoia
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user