mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
taglib: 1.10 -> 1.11.1
The homepage is also updated to http://taglib.org/.
This commit is contained in:
parent
145e0f9940
commit
ae1ba39c7d
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, zlib, cmake}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "taglib-1.10";
|
||||
name = "taglib-1.11.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://taglib.github.io/releases/${name}.tar.gz";
|
||||
sha256 = "1alv6vp72p0x9i9yscmz2a71anjwqy53y9pbcbqxvc1c0i82vhr4";
|
||||
url = "http://taglib.org/releases/${name}.tar.gz";
|
||||
sha256 = "0ssjcdjv4qf9liph5ry1kngam1y7zp8fzr9xv4wzzrma22kabldn";
|
||||
};
|
||||
|
||||
cmakeFlags = "-DWITH_ASF=ON -DWITH_MP4=ON";
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
homepage = http://developer.kde.org/~wheeler/taglib.html;
|
||||
homepage = http://taglib.org/;
|
||||
repositories.git = git://github.com/taglib/taglib.git;
|
||||
|
||||
description = "A library for reading and editing the meta-data of several popular audio formats";
|
||||
|
Loading…
Reference in New Issue
Block a user