rebuilt with wxWidgets 3.2 [release 1.5.23-3mamba;Mon Aug 22 2022]
This commit is contained in:
parent
8aca73aa53
commit
79bb32213a
@ -1,7 +1,7 @@
|
|||||||
Name: libwxsvg
|
Name: libwxsvg
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.5.23
|
Version: 1.5.23
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A C++ library to create, manipulate and render SVG files
|
Summary: A C++ library to create, manipulate and render SVG files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -35,6 +35,10 @@ BuildRequires: libwx_baseu-devel
|
|||||||
BuildRequires: libwx_gtk3u-devel
|
BuildRequires: libwx_gtk3u-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## 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
|
Provides: wxsvg
|
||||||
Obsoletes: wxsvg < 1:1.5.22
|
Obsoletes: wxsvg < 1:1.5.22
|
||||||
|
|
||||||
@ -61,9 +65,13 @@ chmod +x configure
|
|||||||
%build
|
%build
|
||||||
#libtoolize --force
|
#libtoolize --force
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
%configure --enable-ffmpeg \
|
export PKG_CONFIG_PATH=%{_libdir}/ffmpeg4/pkgconfig
|
||||||
|
|
||||||
|
%configure \
|
||||||
--with-wx-config=wx-config-unicode-3
|
--with-wx-config=wx-config-unicode-3
|
||||||
|
|
||||||
|
#--enable-ffmpeg \
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -92,6 +100,9 @@ chmod +x configure
|
|||||||
%doc ChangeLog TODO
|
%doc ChangeLog TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 15 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.23-2mamba
|
||||||
- rebuilt with wxWidgets 3.1
|
- rebuilt with wxWidgets 3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user