Added k3b-2.0.0 for KDE 4.X
svn path=/nixpkgs/trunk/; revision=22438
This commit is contained in:
parent
dc94c79d54
commit
6e9cc67a25
@ -316,6 +316,13 @@ pkgs.recurseIntoAttrs (rec {
|
||||
inherit (pkgs) stdenv fetchurl cmake perl gettext;
|
||||
inherit kdelibs automoc4 qt4 phonon;
|
||||
};
|
||||
|
||||
k3b = import ./extragear/k3b {
|
||||
inherit (pkgs) stdenv fetchurl cmake qt4 perl shared_mime_info libvorbis taglib gettext;
|
||||
inherit (pkgs) ffmpeg flac libsamplerate libdvdread lame libsndfile libmad;
|
||||
inherit kdelibs kdemultimedia;
|
||||
inherit automoc4 phonon;
|
||||
};
|
||||
|
||||
### LOCALIZATION
|
||||
|
||||
|
22
pkgs/desktops/kde-4.4/extragear/k3b/default.nix
Normal file
22
pkgs/desktops/kde-4.4/extragear/k3b/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ stdenv, fetchurl, cmake, qt4, perl, shared_mime_info, libvorbis, taglib
|
||||
, ffmpeg, flac, libsamplerate, libdvdread, lame, libsndfile, libmad, gettext
|
||||
, kdelibs, kdemultimedia
|
||||
, automoc4, phonon
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "k3b-2.0.0";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/k3b/k3b-2.0.0.tar.bz2;
|
||||
sha256 = "0jrl4z9k5ml82xd903n4dm68fvmrkyp3k7c17b2494y2gawzqwfz";
|
||||
};
|
||||
buildInputs = [ cmake qt4 perl shared_mime_info libvorbis taglib
|
||||
ffmpeg flac libsamplerate libdvdread lame libsndfile
|
||||
libmad gettext stdenv.gcc.libc
|
||||
kdelibs kdemultimedia automoc4 phonon ];
|
||||
meta = {
|
||||
description = "CD/DVD Burning Application for KDE";
|
||||
license = "GPLv2+";
|
||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||
};
|
||||
}
|
@ -468,6 +468,7 @@ with (import ./release-lib.nix);
|
||||
konversation = linux;
|
||||
kdesvn = linux;
|
||||
amarok = linux;
|
||||
k3b = linux;
|
||||
l10n.ca = linux;
|
||||
l10n.de = linux;
|
||||
l10n.fr = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user