]> git.pld-linux.org Git - packages/gd.git/blobdiff - gd.spec
- release 6 (libavif 0.11.x)
[packages/gd.git] / gd.spec
diff --git a/gd.spec b/gd.spec
index 69f1de4cc2668e0ea1bdc8b72258d678547f9bea..194982c1e842f7798527c29f0fe101a545b49add 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -1,33 +1,59 @@
 #
 # Conditional build:
-%bcond_without fontconfig      # without fontconfig support
-%bcond_without xpm             # without XPM support (requires X11 libs)
+%bcond_without avif            # AVIF support via libavif
+%bcond_without fontconfig      # fontconfig support
+%bcond_without heif            # HEIF support via libheif
+%bcond_with    libimagequant   # LIQ quantization method support (breaks transparency in TrueColor->palette conversion)
+%bcond_without raqm            # RAQM complex text layout support
+%bcond_with    sse             # SSE math on ix86
+%bcond_without xpm             # XPM support (requires X11 libs)
+%bcond_without tests           # "make check"
 #
+%ifarch pentium3 pentium4
+%define        with_sse        1
+%endif
 Summary:       Library for PNG, JPEG creation
-Summary(es):   Biblioteca para manipulación de imágenes
-Summary(pl):   Biblioteka do tworzenia grafiki w formacie PNG, JPEG
-Summary(pt_BR):        Biblioteca para manipulação de imagens
+Summary(es.UTF-8):     Biblioteca para manipulación de imágenes
+Summary(pl.UTF-8):     Biblioteka do tworzenia grafiki w formacie PNG, JPEG
+Summary(pt_BR.UTF-8):  Biblioteca para manipulação de imagens
 Name:          gd
-Version:       2.0.32
-Release:       1.1
+Version:       2.3.3
+Release:       6
 License:       BSD-like
 Group:         Libraries
-Source0:       http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz
-# Source0-md5: f7978941e578de778a3f4da759db7b29
+#Source0Download: https://github.com/libgd/libgd/releases
+Source0:       https://github.com/libgd/libgd/releases/download/%{name}-%{version}/lib%{name}-%{version}.tar.xz
+# Source0-md5: 7a58b54d375eda236414201252a0ee3c
 Patch0:                %{name}-fontpath.patch
-Patch1:                %{name}-rotate_from_php.patch
-URL:           http://www.boutell.com/gd/
-%{?with_xpm:BuildRequires:     XFree86-devel}
+Patch1:                %{name}-loop.patch
+Patch2:                api-breakage.patch
+URL:           https://libgd.github.io/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
 %{?with_fontconfig:BuildRequires:      fontconfig-devel}
-BuildRequires: freetype-devel >= 2.0
-BuildRequires: libpng-devel
+BuildRequires: freetype-devel >= 1:2.1.10
+BuildRequires: gettext-tools
+%{?with_avif:BuildRequires:    libavif-devel >= 0.8.2}
+%{?with_heif:BuildRequires:    libheif-devel >= 1.7.0}
+%{?with_libimagequant:BuildRequires:   libimagequant-devel}
 BuildRequires: libjpeg-devel
-BuildRequires: libtiff-devel
-BuildRequires: libtool >= 1:1.4.3
+BuildRequires: libpng-devel >= 2:1.4.0
+%{?with_raqm:BuildRequires:    libraqm-devel}
+BuildRequires: libtiff-devel >= 4
+BuildRequires: libtool >= 2:2
+BuildRequires: libwebp-devel >= 0.2.0
+BuildRequires: pkgconfig
+BuildRequires: sed >= 4
+BuildRequires: tar >= 1:1.22
+%{?with_xpm:BuildRequires:     xorg-lib-libXpm-devel}
+BuildRequires: xz
 BuildRequires: zlib-devel
+Requires:      freetype >= 1:2.1.10
+%{?with_avif:Requires: libavif >= 0.8.2}
+%{?with_heif:Requires: libheif >= 1.7.0}
 Provides:      gd(gif) = %{version}-%{release}
+# versioned by php version rotate_from_php code comes from
+Provides:      gd(imagerotate) = 5.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,83 +66,91 @@ compression is available. JPEG works well with photographic images,
 and is still more compatible with the major Web browsers than even PNG
 is. WBMP is intended for wireless devices (not regular web browsers).
 
-%description -l es
-Esta es la biblioteca gd para el manejo de imágenes. Fue creada para
-uso en la Web, creando gráficos automáticamente. Pero es útil para
-cualquier programa que necesite de imágenes personalizados. No es un
+%description -l es.UTF-8
+Esta es la biblioteca gd para el manejo de imágenes. Fue creada para
+uso en la Web, creando gráficos automáticamente. Pero es útil para
+cualquier programa que necesite de imágenes personalizados. No es un
 programa de dibujo; es una biblioteca.
 
-%description -l pl
-gd to biblioteka do obróbki obrazów. Zosta³a stworzona, aby umo¿liwiæ
-dynamiczne generowanie wykresów i podobnych rzeczy na potrzeby WWW,
-ale mo¿e byæ przydatna tak¿e dla ka¿dej aplikacji tworz±cej w³asne
-obrazy. Biblioteka ta pozwala na tworzenie plików graficznych w
+%description -l pl.UTF-8
+gd to biblioteka do obróbki obrazów. Została stworzona, aby umożliwić
+dynamiczne generowanie wykresów i podobnych rzeczy na potrzeby WWW,
+ale może być przydatna także dla każdej aplikacji tworzącej własne
+obrazy. Biblioteka ta pozwala na tworzenie plików graficznych w
 formatach PNG, JPEG, GIF i WBMP. PNG jest zwartym formatem z
-bezstratn± kompresj±. JPEG dobrze nadaje siê do obrazów
-fotograficznych i jest obs³ugiwany nawet przez wiêcej przegl±darek WWW
-ni¿ PNG. WBMP jest przeznaczony dla urz±dzeñ bezprzewodowych (a nie
-zwyk³ych przegl±darek WWW).
+bezstratną kompresją. JPEG dobrze nadaje się do obrazów
+fotograficznych i jest obsługiwany nawet przez więcej przeglądarek WWW
+niż PNG. WBMP jest przeznaczony dla urządzeń bezprzewodowych (a nie
+zwykłych przeglądarek WWW).
 
-%description -l pt_BR
-Esta é a biblioteca gd para manipulação de imagens. Ela foi criada
-para uso na Web, gerando gráficos automaticamente. Mas é útil para
-qualquer programa que precise de imagens personalizados. Não é um
-programa de desenho; é uma biblioteca.
+%description -l pt_BR.UTF-8
+Esta é a biblioteca gd para manipulação de imagens. Ela foi criada
+para uso na Web, gerando gráficos automaticamente. Mas é útil para
+qualquer programa que precise de imagens personalizados. Não é um
+programa de desenho; é uma biblioteca.
 
 %package devel
 Summary:       Development part of the GD library
-Summary(es):   Archivos de inclusión y bibliotecas para desarrollar programas usando gd
-Summary(pl):   Czê¶æ biblioteki GD przeznaczona dla developerów
-Summary(pt_BR):        Arquivos de inclusão e bibliotecas para desenvolver programas usando gd
+Summary(es.UTF-8):     Archivos de inclusión y bibliotecas para desarrollar programas usando gd
+Summary(pl.UTF-8):     Część biblioteki GD przeznaczona dla developerów
+Summary(pt_BR.UTF-8):  Arquivos de inclusão e bibliotecas para desenvolver programas usando gd
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-%{?with_xpm:Requires:  XFree86-devel}
 Requires:      fontconfig-devel
-Requires:      freetype-devel >= 2.0
+Requires:      freetype-devel >= 1:2.1.10
+%{?with_avif:Requires: libavif-devel >= 0.8.2}
+%{?with_heif:Requires: libheif-devel >= 1.7.0}
+%{?with_libimagequant:Requires:        libimagequant-devel}
 Requires:      libjpeg-devel
 Requires:      libpng-devel
+%{?with_raqm:Requires: libraqm-devel}
+Requires:      libtiff-devel >= 4
+Requires:      libwebp-devel >= 0.2.0
+%{?with_xpm:Requires:  xorg-lib-libXpm-devel}
 Requires:      zlib-devel
 Provides:      gd-devel(gif) = %{version}-%{release}
+Provides:      gd-devel(imagerotate) = 5.2.0
 
 %description devel
 This package contains the files needed for development of programs
 linked against GD.
 
-%description devel -l es
-Este paquete contiene los archivos de inclusión y las bibliotecas
+%description devel -l es.UTF-8
+Este paquete contiene los archivos de inclusión y las bibliotecas
 necesarias para desarrollar programas usando gd.
 
-%description devel -l pl
-Pakiet ten zawiera pliki potrzebne do rozwoju programów korzystaj±cych
+%description devel -l pl.UTF-8
+Pakiet ten zawiera pliki potrzebne do rozwoju programów korzystających
 z biblioteki GD.
 
-%description devel -l pt_BR
-Este pacote contém os arquivos de inclusão e as bibliotecas
-necessárias para desenvolver programas usando gd.
+%description devel -l pt_BR.UTF-8
+Este pacote contém os arquivos de inclusão e as bibliotecas
+necessárias para desenvolver programas usando gd.
 
 %package static
 Summary:       Static GD library
-Summary(pl):   Statyczna biblioteka GD
-Summary(pt_BR):        Bibliotecas estáticas para desenvolvimento com libgd
+Summary(pl.UTF-8):     Statyczna biblioteka GD
+Summary(pt_BR.UTF-8):  Bibliotecas estáticas para desenvolvimento com libgd
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 Provides:      gd-static(gif) = %{version}-%{release}
+Provides:      gd-static(imagerotate) = 5.2.0
 
 %description static
 This package contains static gd library.
 
-%description static -l pl
-Ten pakiet zawiera statyczn± bibliotekê gd.
+%description static -l pl.UTF-8
+Ten pakiet zawiera statyczną bibliotekę gd.
 
-%description static -l pt_BR
-Este pacote contem bibliotecas estáticas para desenvolvimento com
+%description static -l pt_BR.UTF-8
+Este pacote contem bibliotecas estáticas para desenvolvimento com
 libgd.
 
 %package progs
 Summary:       Utility programs that use libgd
-Summary(es):   Programas utilitarios libgd
-Summary(pl):   Narzêdzia u¿ywaj±ce libgd
-Summary(pt_BR):        Programas utilitários libgd
+Summary(es.UTF-8):     Programas utilitarios libgd
+Summary(pl.UTF-8):     Narzędzia używające libgd
+Summary(pt_BR.UTF-8):  Programas utilitários libgd
 Group:         Applications/Graphics
 Requires:      %{name} = %{version}-%{release}
 
@@ -126,39 +160,67 @@ library. The libgd-progs package contains a group of scripts for
 manipulating the graphics files in formats which are supported by the
 libgd library.
 
-%description progs -l pl
-Ten pakiet zawiera programy u¿ywaj±ce biblioteki gd, s³u¿±ce do
-obróbki plików graficznych w formatach obs³ugiwanych przez libgd.
+%description progs -l pl.UTF-8
+Ten pakiet zawiera programy używające biblioteki gd, służące do
+obróbki plików graficznych w formatach obsługiwanych przez libgd.
 
-%description progs -l pt_BR
-Este pacote inclui vários utilitários para manipulação de arquivos gd
+%description progs -l pt_BR.UTF-8
+Este pacote inclui vários utilitários para manipulação de arquivos gd
 para uso pelos programas que usam a libgd.
 
 %prep
-%setup -q
+%setup -q -n libgd-%{version}
 %patch0 -p1
 %patch1 -p1
-
-# hack to avoid inclusion of -s or -L/usr/%{_lib} in --ldflags
-%{__perl} -pi -e 's,\@LDFLAGS\@,-L/usr/X11R6/%{_lib},g' config/gdlib-config.in
+%patch2 -p1
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__automake}
 %{__autoheader}
 %{__autoconf}
+%ifarch %{ix86}
+%if %{with sse}
+CFLAGS="%{rpmcflags} -msse -mfpmath=sse"
+%endif
+%endif
 %configure \
+       --enable-gd-formats \
+       %{!?with_avif:--without-avif} \
        %{!?with_fontconfig:--without-fontconfig} \
+       %{!?with_heif:--without-heif} \
+       %{!?with_libimagequant:--without-liq} \
+       %{!?with_raqm:--without-raqm} \
        %{!?with_xpm:--without-xpm}
 %{__make}
 
+%if %{with tests}
+%ifarch %{ix86}
+# https://github.com/libgd/libgd/issues/359
+XFAIL_TESTS="$XFAIL_TESTS gdimagegrayscale/basic"
+%if %{without sse}
+# 387 arithmetic is inexact, https://github.com/libgd/libgd/issues/242
+XFAIL_TESTS="$XFAIL_TESTS gdimagecopyresampled/bug00201"
+%endif
+%endif
+%if %{with raqm}
+# https://github.com/libgd/libgd/issues/613
+XFAIL_TESTS="$XFAIL_TESTS gdimagestringft/gdimagestringft_bbox"
+%endif
+export XFAIL_TESTS
+%{__make} check
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgd.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -167,21 +229,31 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING index.html
-%attr(755,root,root) %{_libdir}/*.so.*.*
+%doc CONTRIBUTORS COPYING README.md
+%attr(755,root,root) %{_libdir}/libgd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgd.so.3
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/gdlib-config
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/libgd.so
+%{_includedir}/gd*.h
+%{_pkgconfigdir}/gdlib.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libgd.a
 
 %files progs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%exclude %{_bindir}/gdlib-config
+%attr(755,root,root) %{_bindir}/annotate
+%attr(755,root,root) %{_bindir}/bdftogd
+%attr(755,root,root) %{_bindir}/gd2copypal
+%attr(755,root,root) %{_bindir}/gd2togif
+%attr(755,root,root) %{_bindir}/gd2topng
+%attr(755,root,root) %{_bindir}/gdcmpgif
+%attr(755,root,root) %{_bindir}/gdparttopng
+%attr(755,root,root) %{_bindir}/gdtopng
+%attr(755,root,root) %{_bindir}/giftogd2
+%attr(755,root,root) %{_bindir}/pngtogd
+%attr(755,root,root) %{_bindir}/pngtogd2
+%attr(755,root,root) %{_bindir}/webpng
This page took 0.334973 seconds and 4 git commands to generate.