- updated to 1.012 see /usr/share/doc/packages/perl-Imager/Changes Imager 1.012 - 14 Jun 2020 ============ - Imager has moved to github. - T1lib support is deprecated - added guassian2 filter which allows separate filter radii for vertical and horizontal. Thanks to Leolo. https://rt.cpan.org/Ticket/Display.html?id=129769 - freetype2 support can now use pkg-config to configure itself. - added red, green, blue, alpha methods to color objects. - eliminate use vars. OBS-URL: https://build.opensuse.org/request/show/843684 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Imager?expand=0&rev=9
37 lines
931 B
YAML
37 lines
931 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: freetype-devel
|
|
BuildRequires: freetype2-devel
|
|
BuildRequires: gcc
|
|
BuildRequires: giflib-devel
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libtiff-devel
|
|
BuildRequires: make
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_build: |-
|
|
# rm unused.files
|
|
post_install: |-
|
|
rm -r %{buildroot}%{perl_vendorarch}/Imager/include
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|