libwmf: 0.2.13 -> 0.2.15
Diff: https://github.com/caolanm/libwmf/compare/v0.2.13...v0.2.15 Changelog: https://github.com/caolanm/libwmf/blob/v0.2.15/ChangeLog
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
autoreconfHook,
|
||||
pkg-config,
|
||||
expat,
|
||||
freetype,
|
||||
glib,
|
||||
imagemagick,
|
||||
@@ -14,7 +16,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libwmf";
|
||||
version = "0.2.13";
|
||||
version = "0.2.15";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -24,11 +26,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "caolanm";
|
||||
repo = "libwmf";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-vffohx57OvQKu8DfNXNBm9bPsA8KgkQWs/3mmFn7L6M=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Bpxr04dQ6EjX1FBVF4KcbJQvUjsPK6L03xLIXG6F2FI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
zlib
|
||||
imagemagick
|
||||
@@ -37,10 +43,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
freetype
|
||||
libjpeg
|
||||
libxml2
|
||||
expat
|
||||
];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/caolanm/libwmf/blob/${finalAttrs.src.tag}/ChangeLog";
|
||||
description = "WMF library from wvWare";
|
||||
homepage = "https://wvware.sourceforge.net/libwmf.html";
|
||||
downloadPage = "https://github.com/caolanm/libwmf/releases";
|
||||
|
||||
Reference in New Issue
Block a user