2024-01-05 18:16:42 +01:00
|
|
|
Name: synfig
|
2024-11-08 10:16:53 +01:00
|
|
|
Version: 1.4.5
|
2024-01-05 18:16:43 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 18:16:42 +01:00
|
|
|
Summary: A vector based 2D animation package
|
|
|
|
Group: Applications/Graphics
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 18:16:43 +01:00
|
|
|
URL: https://www.synfig.org/
|
2024-01-05 18:16:43 +01:00
|
|
|
Source: https://sourceforge.net/projects/synfig/files/stable/%{version}/source/synfig-%{version}.tar.gz
|
2024-01-05 18:16:42 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: etl-devel
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 18:16:43 +01:00
|
|
|
BuildRequires: libMagick-devel
|
2024-01-05 18:16:42 +01:00
|
|
|
BuildRequires: libcairo-devel
|
2024-01-05 18:16:43 +01:00
|
|
|
BuildRequires: libfftw-devel
|
2024-01-05 18:16:42 +01:00
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 18:16:43 +01:00
|
|
|
BuildRequires: libglibmm24-devel
|
|
|
|
BuildRequires: libgomp-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
|
|
|
BuildRequires: libimath-devel
|
2024-11-08 10:16:53 +01:00
|
|
|
BuildRequires: libjpeg-turbo
|
2024-01-05 18:16:42 +01:00
|
|
|
BuildRequires: libltdl-devel
|
2024-01-05 18:16:43 +01:00
|
|
|
BuildRequires: libmlt-devel
|
2024-01-05 18:16:42 +01:00
|
|
|
BuildRequires: libmng-devel
|
|
|
|
BuildRequires: libopenexr-devel
|
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 18:16:43 +01:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libsigc++2-devel
|
2024-01-05 18:16:42 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 18:16:42 +01:00
|
|
|
BuildRequires: libxml++2-devel
|
2024-01-05 18:16:43 +01:00
|
|
|
BuildRequires: libxml2-devel
|
2024-01-05 18:16:42 +01:00
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 18:16:43 +01:00
|
|
|
BuildRequires: libMagick-devel >= 7.1.0.35
|
2024-11-08 10:16:53 +01:00
|
|
|
BuildRequires: etl-devel >= %{version}
|
2024-01-05 18:16:42 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
synfig is a vector based 2D animation package. It is designed to be capable of producing feature-film quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame. synfig features spatial and temporal resolution independence (sharp and smooth at any resolution or framerate), high dynamic range images, and a flexible plugin system.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 18:16:43 +01:00
|
|
|
%configure \
|
|
|
|
--without-libavcodec
|
2024-01-05 18:16:42 +01:00
|
|
|
|
2024-01-05 18:16:43 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
# CXXFLAGS="$CXXFLAGS -std=c++11"
|
2024-01-05 18:16:42 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/synfig
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/synfig_modules.cfg
|
|
|
|
%{_libdir}/libsynfig.so.*
|
|
|
|
%dir %{_libdir}/synfig/modules
|
2024-01-05 18:16:43 +01:00
|
|
|
%{_libdir}/synfig/modules/lib*.so
|
2024-01-05 18:16:42 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/synfig-config
|
2024-01-05 18:16:42 +01:00
|
|
|
%dir %{_includedir}/synfig-*
|
|
|
|
%dir %{_includedir}/synfig-*/synfig
|
|
|
|
%{_includedir}/synfig-*/synfig/*
|
2024-01-05 18:16:42 +01:00
|
|
|
%{_libdir}/libsynfig.so
|
|
|
|
%{_libdir}/pkgconfig/synfig.pc
|
|
|
|
%doc ChangeLog ChangeLog.old NEWS README TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-11-08 10:16:53 +01:00
|
|
|
* Thu Nov 07 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.5-1mamba
|
|
|
|
- update to 1.4.5
|
|
|
|
|
2024-01-05 18:16:43 +01:00
|
|
|
* Sun Aug 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4-1mamba
|
|
|
|
- update to 1.4.4
|
|
|
|
|
2024-01-05 18:16:43 +01:00
|
|
|
* Thu May 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-2mamba
|
|
|
|
- rebuilt with ImageMagick 7.1.0.35
|
|
|
|
|
2024-01-05 18:16:43 +01:00
|
|
|
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- update to 1.4.2
|
|
|
|
|
|
|
|
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Thu Jun 18 2020 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Sat Nov 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libMagick-devel>=7.0.9.4-1mamba
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Tue Aug 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- update to 1.2.1
|
|
|
|
|
|
|
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Fri Oct 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-2mamba
|
|
|
|
- rebuilt with ImageMagick 7.0.3.2
|
|
|
|
|
|
|
|
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- update to 1.0.2
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Wed Sep 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- update to 1.0.1
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Thu Jun 11 2015 Automatic Build System <autodist@mambasoft.it> 0.64.3-3mamba
|
|
|
|
- rebuilt by autoport with build requirements: libMagick-devel>=6.9.1.4-1mamba
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Fri Jan 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.64.3-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libMagick-devel>=6.9.0.4-1mamba
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 0.64.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Fri Nov 28 2014 Automatic Build System <autodist@mambasoft.it> 0.64.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:42 +01:00
|
|
|
* Tue Apr 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.64.1-2mamba
|
|
|
|
- rebuilt with openexr 2.1.0
|
|
|
|
|
|
|
|
* Fri Mar 07 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.64.1-1mamba
|
|
|
|
- update to 0.64.1
|
|
|
|
|
|
|
|
* Mon Dec 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.64.0-3mamba
|
|
|
|
- rebuilt with boost 1.55
|
|
|
|
|
|
|
|
* Fri Sep 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.64.0-2mamba
|
|
|
|
- added configure.in patch to link against libpng16
|
|
|
|
|
|
|
|
* Thu Sep 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.64.0-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|