From d7a17437c016423929a4ac42c1f9a71c0f1b2f41e9a14bd73520a7905b75ffb1 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 30 Mar 2020 15:48:36 +0000 Subject: [PATCH 1/2] Accepting request 789832 from home:pluskalm:branches:graphics - Enable zstd and webp support OBS-URL: https://build.opensuse.org/request/show/789832 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=141 --- tiff.changes | 5 +++++ tiff.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/tiff.changes b/tiff.changes index 9c13dda..7d59296 100644 --- a/tiff.changes +++ b/tiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 30 15:25:24 UTC 2020 - Martin Pluskal + +- Enable zstd and webp support + ------------------------------------------------------------------- Wed Nov 6 12:00:35 UTC 2019 - pgajdos@suse.com diff --git a/tiff.spec b/tiff.spec index c5b5370..a838678 100644 --- a/tiff.spec +++ b/tiff.spec @@ -1,7 +1,7 @@ # # spec file for package tiff # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,8 @@ BuildRequires: libjpeg-devel BuildRequires: libtool BuildRequires: lzma-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(libwebp) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(zlib) %description @@ -79,7 +81,7 @@ CFLAGS="$CFLAGS -O0" %if %{asan_build} find -name Makefile | xargs sed -i 's/\(^CFLAGS.*\)/\1 -fsanitize=address/' %endif -make %{?_smp_mflags} LDFLAGS="-pie" +%make_build LDFLAGS="-pie" %install mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}} From 19874cc655b85e093cef4d1abb2f868fa47ec58cd5347f6440a7e5e148afeaf6 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 1 Apr 2020 07:43:04 +0000 Subject: [PATCH 2/2] Accepting request 790408 from home:pluskalm:branches:graphics - Drop webp support as it would introduce build cycle OBS-URL: https://build.opensuse.org/request/show/790408 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=142 --- tiff.changes | 5 +++++ tiff.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tiff.changes b/tiff.changes index 7d59296..f70dbed 100644 --- a/tiff.changes +++ b/tiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 1 06:48:35 UTC 2020 - Martin Pluskal + +- Drop webp support as it would introduce build cycle + ------------------------------------------------------------------- Mon Mar 30 15:25:24 UTC 2020 - Martin Pluskal diff --git a/tiff.spec b/tiff.spec index a838678..77bfa9f 100644 --- a/tiff.spec +++ b/tiff.spec @@ -37,7 +37,6 @@ BuildRequires: libjpeg-devel BuildRequires: libtool BuildRequires: lzma-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(zlib)