193 lines
5.8 KiB
RPMSpec
193 lines
5.8 KiB
RPMSpec
Name: libwxsvg
|
|
Epoch: 1
|
|
Version: 1.5.23
|
|
Release: 3mamba
|
|
Summary: A C++ library to create, manipulate and render SVG files
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://wxsvg.sourceforge.net/
|
|
Source: http://downloads.sourceforge.net/wxsvg/wxsvg/%{version}/wxsvg-%{version}.tar.bz2
|
|
Patch0: %{name}-1.0.7-avutil.patch
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libavcodec-ffmpeg-devel
|
|
BuildRequires: libavformat-ffmpeg-devel
|
|
BuildRequires: libavutil-ffmpeg-devel
|
|
BuildRequires: libbrotli-devel
|
|
BuildRequires: libbzip2-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libexif-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgraphite2-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpcre-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libswscale-ffmpeg-devel
|
|
BuildRequires: libwx_baseu-devel
|
|
BuildRequires: libwx_gtk3u-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libwx_baseu-devel >= 0:3.2.0-1mamba
|
|
BuildRequires: libwx_gtk3u-devel >= 0:3.2.0-1mamba
|
|
BuildRequires: libswresample-ffmpeg4-devel
|
|
BuildRequires: libswscale-ffmpeg4-devel
|
|
Provides: wxsvg
|
|
Obsoletes: wxsvg < 1:1.5.22
|
|
|
|
%description
|
|
wxSVG is C++ library to create, manipulate and render SVG files.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Provides: wxsvg-devel
|
|
Obsoletes: wxsvg-devel < 1:1.5.22
|
|
|
|
%description devel
|
|
wxSVG is C++ library to create, manipulate and render SVG files.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n wxsvg-%{version}
|
|
chmod +x configure
|
|
|
|
%build
|
|
#libtoolize --force
|
|
#./autogen.sh
|
|
export PKG_CONFIG_PATH=%{_libdir}/ffmpeg4/pkgconfig
|
|
|
|
%configure \
|
|
--with-wx-config=wx-config-unicode-3
|
|
|
|
#--enable-ffmpeg \
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
#%{_bindir}/calculette
|
|
#%{_bindir}/svgui
|
|
%{_bindir}/svgview
|
|
%{_libdir}/libwxsvg.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/wxSVG/*.h
|
|
%{_includedir}/wxSVGXML/*.h
|
|
%{_libdir}/libwxsvg.a
|
|
%{_libdir}/libwxsvg.la
|
|
%{_libdir}/libwxsvg.so
|
|
%{_libdir}/pkgconfig/libwxsvg.pc
|
|
%doc ChangeLog TODO
|
|
|
|
%changelog
|
|
* Mon Aug 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.23-3mamba
|
|
- rebuilt with wxWidgets 3.2
|
|
|
|
* Sat Jan 15 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.23-2mamba
|
|
- rebuilt with wxWidgets 3.1
|
|
|
|
* Sat Jan 15 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.23-1mamba
|
|
- update to 1.5.23
|
|
|
|
* Sat Jul 04 2020 Automatic Build System <autodist@mambasoft.it> 1.5.22-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.14-1mamba
|
|
- update to 1.5.14
|
|
|
|
* Tue Jan 26 2016 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Feb 14 2015 Automatic Build System <autodist@mambasoft.it> 1.5.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Dec 15 2014 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Oct 07 2014 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jul 12 2014 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu May 29 2014 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu May 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-2mamba
|
|
- ffmpeg 2.2 rebuild
|
|
|
|
* Tue Oct 01 2013 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Aug 27 2013 Automatic Build System <autodist@mambasoft.it> 1.1.16-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 1.1.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 14 2013 Automatic Build System <autodist@mambasoft.it> 1.1.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 01 2013 Automatic Build System <autodist@mambasoft.it> 1.1.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 21 2013 Automatic Build System <autodist@mambasoft.it> 1.1.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 16 2012 Automatic Build System <autodist@mambasoft.it> 1.1.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 20 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-1mamba
|
|
- update to 1.1.2
|
|
|
|
* Sun Jul 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-1mamba
|
|
- update to 1.0.10
|
|
|
|
* Thu Feb 17 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.7-1mamba
|
|
- update to 1.0.7
|
|
- renamed from wxsvg to libwxsvg
|
|
|
|
* Wed Jun 30 2010 Automatic Build System <autodist@mambasoft.it> 1.0.1-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Jun 09 2010 Automatic Build System <autodist@mambasoft.it> 1.0.1-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon Dec 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
- update to 1.0.1
|
|
|
|
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0b10-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Nov 19 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0b10-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon Jun 30 2008 gil <puntogil@libero.it> 1.0b10-1mamba
|
|
- update to 1.0b10
|
|
|
|
* Sun Feb 03 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0b8-1mamba
|
|
- package created by autospec
|