update to 1.3.37 [release 1.3.37-1mamba;Thu Dec 23 2021]
This commit is contained in:
parent
126c88fa11
commit
8e1423ee1f
@ -1,12 +1,12 @@
|
|||||||
Name: GraphicsMagick
|
Name: GraphicsMagick
|
||||||
Version: 1.3.36
|
Version: 1.3.37
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The swiss army knife of image processing
|
Summary: The swiss army knife of image processing
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.graphicsmagick.org/
|
URL: http://www.graphicsmagick.org/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -17,6 +17,7 @@ BuildRequires: libX11-devel
|
|||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libbsd-devel
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
@ -42,6 +43,7 @@ BuildRequires: libwmf-devel
|
|||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#BuildRequires: libtrio-devel
|
#BuildRequires: libtrio-devel
|
||||||
@ -57,7 +59,6 @@ BuildRequires: libsane-backends
|
|||||||
BuildRequires: wget
|
BuildRequires: wget
|
||||||
BuildRequires: ghostscript-fonts
|
BuildRequires: ghostscript-fonts
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GraphicsMagick is the swiss army knife of image processing.
|
GraphicsMagick is the swiss army knife of image processing.
|
||||||
@ -98,6 +99,8 @@ Requires: perl >= %{perl_major_ver}
|
|||||||
PerlMagick is an objected-oriented Perl interface to GraphicsMagick.
|
PerlMagick is an objected-oriented Perl interface to GraphicsMagick.
|
||||||
Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts.
|
Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -218,6 +221,9 @@ chmod 755 %{buildroot}%{perl_vendorarch}/auto/Graphics/Magick/Magick.so
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.37-1mamba
|
||||||
|
- update to 1.3.37
|
||||||
|
|
||||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.36-1mamba
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.36-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user