- Switch rpmbuild from GraphicsMagick to ImageMagick
OBS-URL: https://build.opensuse.org/package/show/graphics:darktable/darktable?expand=0&rev=53
This commit is contained in:
parent
7bace3985a
commit
20cb63db27
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 14:14:41 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Switch rpmbuild from GraphicsMagick to ImageMagick
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 12:24:28 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -111,8 +111,8 @@
|
||||
Name: darktable
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
%define pkg_name darktable
|
||||
%define pkg_version %{version}
|
||||
%global pkg_name darktable
|
||||
%global pkg_version %{version}
|
||||
URL: http://www.darktable.org/
|
||||
Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{pkg_name}-%{version}.tar.xz
|
||||
Source1: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{pkg_name}-%{version}.tar.xz.asc
|
||||
@ -164,7 +164,7 @@ BuildRequires: pkgconfig(lua)
|
||||
BuildRequires: pkgconfig(pugixml)
|
||||
#
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(GraphicsMagick)
|
||||
BuildRequires: pkgconfig(ImageMagick)
|
||||
BuildRequires: pkgconfig(OpenEXR)
|
||||
BuildRequires: pkgconfig(atk)
|
||||
BuildRequires: pkgconfig(colord)
|
||||
|
Loading…
Reference in New Issue
Block a user