summary refs log tree commit diff
path: root/pkgs/applications/audio/kid3
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2016-10-22 23:18:32 -0200
committerAndersonTorres <torres.anderson.85@gmail.com>2016-10-22 23:19:14 -0200
commitff9d3aa3dee881b0bd0419320562383aef7818f7 (patch)
tree6342f04e2d7dfd6af6c98bbe2e31bd07e2b5d406 /pkgs/applications/audio/kid3
parenta4e43841a217877b72575775f8dc6ac67d6a5132 (diff)
downloadnixlib-ff9d3aa3dee881b0bd0419320562383aef7818f7.tar
nixlib-ff9d3aa3dee881b0bd0419320562383aef7818f7.tar.gz
nixlib-ff9d3aa3dee881b0bd0419320562383aef7818f7.tar.bz2
nixlib-ff9d3aa3dee881b0bd0419320562383aef7818f7.tar.lz
nixlib-ff9d3aa3dee881b0bd0419320562383aef7818f7.tar.xz
nixlib-ff9d3aa3dee881b0bd0419320562383aef7818f7.tar.zst
nixlib-ff9d3aa3dee881b0bd0419320562383aef7818f7.zip
kid3: 3.3.0 -> 3.4.2
Diffstat (limited to 'pkgs/applications/audio/kid3')
-rw-r--r--pkgs/applications/audio/kid3/default.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/pkgs/applications/audio/kid3/default.nix b/pkgs/applications/audio/kid3/default.nix
index c5593a8d600b..ac484445b1e5 100644
--- a/pkgs/applications/audio/kid3/default.nix
+++ b/pkgs/applications/audio/kid3/default.nix
@@ -1,23 +1,24 @@
 { stdenv, fetchurl
-, pkgconfig, cmake, perl, ffmpeg
+, pkgconfig, cmake
 , docbook_xml_dtd_45, docbook_xsl, libxslt
-, phonon, automoc4, chromaprint, id3lib
-, taglib, mp4v2, flac, libogg, libvorbis
+, python, ffmpeg, mp4v2, flac, libogg, libvorbis
+, phonon, automoc4, chromaprint, id3lib, taglib
 , qt, zlib, readline
 , makeWrapper
 }:
 
 stdenv.mkDerivation rec {
 
-  name = "kid3-${meta.version}";
+  name = "kid3-${version}";
+  version = "3.4.2";
 
   src = fetchurl {
-    url = "mirror://sourceforge/project/kid3/kid3/${meta.version}/${name}.tar.gz";
-    sha256 = "12sa54mg1b3wkagmh5yi20ski8km9d199lk0a1yfxy0ffjfld7js";
+    url = "mirror://sourceforge/project/kid3/kid3/${version}/${name}.tar.gz";
+    sha256 = "0gka4na583015jyqva18g85q7vnkjdk0iji2jp88di3kpvqhf1sw";
   };
 
   buildInputs = with stdenv.lib;
-  [ pkgconfig cmake perl ffmpeg docbook_xml_dtd_45 docbook_xsl libxslt
+  [ pkgconfig cmake python ffmpeg docbook_xml_dtd_45 docbook_xsl libxslt
     phonon automoc4 chromaprint id3lib taglib mp4v2 flac libogg libvorbis
     qt zlib readline makeWrapper ];
 
@@ -33,7 +34,6 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    version = "3.3.0";
     description = "A simple and powerful audio tag editor";
     longDescription = ''
       If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC,
@@ -71,4 +71,4 @@ stdenv.mkDerivation rec {
     platforms = platforms.linux;
   };
 }
-# TODO: Qt5 support
+# TODO: Qt5 support - not so urgent!