You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.8 KiB
81 lines
2.8 KiB
%global optflags %(echo "%{optflags} -DGIMP_DISABLE_DEPRECATED") |
|
%global plugin_name focusblur |
|
%global gimp_ver 2.4 |
|
|
|
Name: gimp-%{plugin_name}-plugin |
|
Version: 3.2.6 |
|
Release: 8%{?dist} |
|
Summary: Simulate an out-of-focus blur |
|
|
|
License: GPLv2+ |
|
URL: http://registry.gimp.org/node/1444 |
|
Source0: http://registry.gimp.org/files/%{plugin_name}-%{version}.tar.bz2 |
|
|
|
# Replace all #include <glib/*.h> with #include <glib.h> |
|
Patch0: %{name}-include-main-glib.patch |
|
# Define _() and N() along with #include <libintl.h> |
|
Patch1: %{name}-fix-gettext.patch |
|
|
|
BuildRequires: gcc |
|
BuildRequires: automake |
|
BuildRequires: autoconf |
|
BuildRequires: make |
|
BuildRequires: gimp-devel >= %{gimp_ver} |
|
BuildRequires: %{_bindir}/gdk-pixbuf-csource |
|
BuildRequires: pkgconfig(gthread-2.0) |
|
BuildRequires: fftw3-devel |
|
BuildRequires: intltool |
|
BuildRequires: gettext-devel |
|
Requires: gimp%{?_isa} >= %{gimp_ver} |
|
|
|
%description |
|
Focus Blur plug-in is blurring effect, a kind of called DoF. This software |
|
makes a out of focus with luminosity and depth, like a sight or lenses. It |
|
can be used with depth map, depth fakes and shine effect. Also it can work |
|
as simple and applicable blur. |
|
|
|
%prep |
|
%autosetup -n %{plugin_name}-%{version} -p1 |
|
# Change name of gettext files to our own name |
|
sed -i -e "/GETTEXT_PACKAGE/s/gimp20-%{plugin_name}/%{name}/" configure.ac configure |
|
|
|
%build |
|
autoreconf -vfi |
|
# Link with math explicitly |
|
# /usr/bin/ld: diffusion.o: undefined reference to symbol 'expf@@GLIBC_2.2.5' |
|
%configure LIBS=-lm |
|
%make_build |
|
|
|
%install |
|
%make_install |
|
%find_lang %{name} |
|
|
|
%files -f %{name}.lang |
|
%license COPYING |
|
%doc ChangeLog |
|
%{_libdir}/gimp/2.0/plug-ins/%{plugin_name} |
|
|
|
%changelog |
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-8 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 3.2.6-7 |
|
- Rebuild with fixed binutils |
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-6 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-5 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-4 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-2 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
|
|
|
* Sat Aug 13 2016 Igor Gnatenko <ignatenko@redhat.com> - 3.2.6-1 |
|
- Initial package
|
|
|