%define majversion %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-3) #% define appendversion %{majversion} %define wxMain %{name} %define wxGTK_name libwx_gtk3 %define wxBase_name libwx_base %define wxGTKu_name libwx_gtk3u %define wxBaseu_name libwx_baseu Name: wxWidgets Version: 3.2.0 Release: 1mamba Summary: GTK+ port of the wxWidgets library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://wxwindows.org/ Source: https://github.com/wxWidgets/wxWidgets.git/v%{version}/wxWidgets-%{version}.tar.bz2 # Audacity fork #Source: https://github.com/audacity/wxWidgets.git/master/wxWidgets-%{version}.tar.bz2 Patch0: wxWidgets-3.0.2-gcc-6.1.0.patch Patch1: wxWidgets-3.0.2-make-abi-check-not-fatal.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: gst-plugins-bad-devel BuildRequires: libGConf-devel BuildRequires: libGLU-devel BuildRequires: libSDL2-devel BuildRequires: libSM-devel BuildRequires: libX11-devel BuildRequires: libXtst-devel BuildRequires: libXxf86vm-devel BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libcurl-devel BuildRequires: libenchant-devel BuildRequires: libexpat-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libglvnd-devel BuildRequires: libgnome-vfs-devel BuildRequires: libgspell-devel BuildRequires: libgst-plugins-base-devel BuildRequires: libgstreamer-devel BuildRequires: libgtk3-devel BuildRequires: libharfbuzz-devel BuildRequires: libjbig-devel BuildRequires: libjpeg-devel BuildRequires: libmspack-devel BuildRequires: libnotify-devel BuildRequires: libpango-devel BuildRequires: libpng-devel BuildRequires: libsecret-devel BuildRequires: libsoup2-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libwayland-devel BuildRequires: libwayland-egl-devel BuildRequires: libwebkit2gtk-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: xorg-proto-devel #BuildRequires: libesound-devel #BuildRequires: libgnomecanvas-devel BuildRequires: bison BuildRequires: flex BuildRequires: libcppunit-devel # FIXME: # checking for --enable-compat24... no # checking for --disable-compat26... no # checking for --enable-mediactrl... no # checking for --enable-gstreamer8... no # checking for --enable-graphics_ctx... no # checking for --enable-dataviewctrl... no # checking for --enable-accessibility... no # checking for --enable-iff... no # # configure: WARNING: wxMetafile is not available on this system... disabled %description wxWidgets is a free C++ library for cross-platform GUI development. With wxWidgets, you can create applications for different GUIs (GTK+, Motif/LessTif, MS Windows, Mac) from the same source code. %package -n %{wxBaseu_name} Summary: Base library of wxGTK with non-GUI support classes - Unicode enabled Group: System/Libraries Requires: %{wxMain}-i18n = %{?epoch:%epoch:}%{version}-%{release} Provides: %{wxBase_name} Obsoletes: %{wxBase_name} < 3.1.3 %description -n %{wxBaseu_name} wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, portable wrappers around many OS-specific functions allowing to build the same program under all supported folders, wxThread class for writing multithreaded programs using either Win32 or POSIX threads and much more. wxBase currently supports the following platforms: Win32, generic Unix (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS. This package contains the unicode enabled version of wxBase. %package -n %{wxBaseu_name}-devel Summary: Static libraries and headers for %{wxBaseu_name} Group: Development/Libraries Requires(pre): chkconfig Requires: %{wxBaseu_name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{wxMain}-devel = %{?epoch:%epoch:}%{version}-%{release} Provides: %{wxBase_name}-devel Obsoletes: %{wxBase_name}-devel < 3.1.3 %description -n %{wxBaseu_name}-devel wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, portable wrappers around many OS-specific functions allowing to build the same program under all supported folders, wxThread class for writing multithreaded programs using either Win32 or POSIX threads and much more. wxBase currently supports the following platforms: Win32, generic Unix (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS. This package contains static libraries and header files need for development with the unicode enabled version of wxBase. %package -n %{wxGTKu_name} Summary: GTK+ port of the wxWidgets library - Unicode enabled Group: System/Libraries Requires: %{wxBaseu_name} = %{?epoch:%epoch:}%{version}-%{release} Provides: libwxGTKu = %{?epoch:%epoch:}%{version}-%{release} Provides: %{wxGTK_name} Obsoletes: %{wxGTK_name} < 3.1.3 %description -n %{wxGTKu_name} wxWidgets is a free C++ library for cross-platform GUI development. With wxWidgets, you can create applications for different GUIs (GTK+, Motif, MS Windows, MacOS X, Windows CE, GPE) from the same source code. This package contains the unicode enabled version of wxGTK. %package -n %{wxGTKu_name}-devel Summary: Headers files and static libraries for %{wxGTKu_name} Group: Development/Libraries Requires: %{wxGTKu_name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{wxBaseu_name}-devel = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{wxMain}-devel = %{?epoch:%epoch:}%{version}-%{release} Provides: %{wxGTK_name}-devel Obsoletes: %{wxGTK_name}-devel < 3.1.3 %description -n %{wxGTKu_name}-devel wxWidgets is a free C++ library for cross-platform GUI development. With wxWidgets, you can create applications for different GUIs (GTK+, Motif, MS Windows, MacOS X, Windows CE, GPE) from the same source code. This package contains static libraries and header files needed for development with the unicode enabled version of wxGTK. %package -n %{wxMain}-devel Summary: Common headers files and static libraries for %{wxMain} Group: Development/Libraries Requires: %{wxGTK_name} = %{?epoch:%epoch:}%{version}-%{release} Provides: lib%{wxMain}-devel Conflicts: libWxGTK-devel %description -n %{wxMain}-devel wxWidgets is a free C++ library for cross-platform GUI development. With wxWidgets, you can create applications for different GUIs (GTK+, Motif, MS Windows, MacOS X, Windows CE, GPE) from the same source code. This package contains common static libraries and header files need for development. %package -n %{wxMain}-examples Summary: wxGTK example programs Group: Development/Libraries Requires: %{wxBase_name}-devel = %{?epoch:%epoch:}%{version}-%{release} %description -n %{wxMain}-examples wxBase and wxGTK example programs. %package -n %{wxMain}-i18n Summary: The translations for the wxWidgets library Group: System/Internationalization %description -n %{wxMain}-i18n The translations files for the wxWidgets library. %debug_package %prep %setup -q #-D -T #:<< _EOF #%patch0 -p1 #%patch1 -p1 %build #:<< _EOF # configure and build the ASCII version %configure \ --with-gtk=3 \ --enable-unicode \ --enable-plugins \ --enable-shared \ --enable-mediactrl \ --enable-printfposparam \ --enable-mediactrl \ --enable-webview \ --enable-graphics_ctx \ --with-regex=builtin \ --with-libpng=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ --with-regex=builtin \ --with-zlib=sys \ --with-opengl \ --with-sdl \ --with-libmspack \ --with-gnomevfs \ --enable-optimise # --enable-accessibility # --enable-stl \ %make %make -C locale allmo #% make -C contrib/src %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall #% makeinstall -C contrib/src ln -s wxrc-%{majversion} %{buildroot}%{_bindir}/wxrc-%{majversion}-unicode rm -f %{buildroot}%{_bindir}/wxrc ln -sf %{_libdir}/wx/config/gtk3-unicode-%{majversion} \ %{buildroot}%{_bindir}/wx-config-unicode-3 rm -f %{buildroot}%{_bindir}/wx-config install -d %{buildroot}%{_datadir}/wx/examples/src cp -a demos samples %{buildroot}%{_datadir}/wx/examples %find_lang %{name} --all-name #rm -f %{buildroot}%{_datadir}/locale/it/LC_MESSAGES/wxmsw.mo %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -n %{wxBaseu_name} -p /sbin/ldconfig %postun -n %{wxBaseu_name} -p /sbin/ldconfig %post -n %{wxGTKu_name} -p /sbin/ldconfig %postun -n %{wxGTKu_name} -p /sbin/ldconfig %post -n %{wxBaseu_name}-devel /usr/sbin/update-alternatives --install \ %{_bindir}/wx-config wx-config %{_bindir}/wx-config-unicode-3 50 \ --slave %{_bindir}/wxrc wxrc %{_bindir}/wxrc-%{majversion}-unicode : %postun -n %{wxBaseu_name}-devel if [ "$1" = "0" ]; then /usr/sbin/update-alternatives --remove wx-config \ %{_bindir}/wx-config-unicode-3 fi : %files -n %{wxBaseu_name} %defattr(-,root,root) %{_libdir}/libwx_baseu-%{majversion}.so.* %{_libdir}/libwx_baseu_net-%{majversion}.so.* %{_libdir}/libwx_baseu_xml-%{majversion}.so.* %{_libdir}/wx/%{majversion}/sound_sdlu-%{majversion}.so %{_libdir}/wx/%{majversion}/web-extensions/webkit2_extu-%{majversion}.so %files -n %{wxBaseu_name}-devel %defattr(-,root,root) %{_bindir}/wxrc-%{majversion} %{_bindir}/wx-config-unicode-3 %{_bindir}/wxrc-*unicode %dir %{_libdir}/wx/include/gtk3-unicode-%{majversion}/ %dir %{_libdir}/wx/include/gtk3-unicode-%{majversion}/wx/ %{_libdir}/wx/config/gtk3-unicode-%{majversion} %{_libdir}/wx/include/gtk3-unicode-%{majversion}/wx/setup.h %{_libdir}/libwx_baseu-%{majversion}.so %{_libdir}/libwx_baseu_net-%{majversion}.so %{_libdir}/libwx_baseu_xml-%{majversion}.so %files -n %{wxGTKu_name} %defattr(-,root,root) %{_libdir}/libwx_gtk3u_*-%{majversion}.so.* %files -n %{wxGTKu_name}-devel %defattr(-,root,root) %{_libdir}/libwx_gtk3u_*-%{majversion}.so %files -n %{wxMain}-devel %defattr(-,root,root) %{_includedir}/wx-%{majversion}/ # note: these files generate conflicts between wx 2.6 and 2.8 %{_datadir}/aclocal/wxwin.m4 %{_datadir}/bakefile/ %files -n %{wxMain}-i18n -f %{name}.lang %defattr(-,root,root) %files -n %{wxMain}-examples %defattr(-,root,root) %{_datadir}/wx/examples %changelog * Sun Jul 17 2022 Automatic Build System 3.2.0-1mamba - automatic version update by autodist * Sat Jul 10 2021 Silvan Calarco 3.1.5-1mamba - update to 3.1.5 * Sun Mar 21 2021 Silvan Calarco 3.1.3.20210321git-1mamba - update to 3.1.3.20210321git (audacity patched) * Tue May 19 2020 Silvan Calarco 3.1.3-1mamba - update to 3.1.3 * Mon May 18 2020 Silvan Calarco 3.1.1-1mamba - update to 3.1.1 * Mon Aug 01 2016 Silvan Calarco 3.1.0-1mamba - update to 3.1.0 * Mon Aug 01 2016 Silvan Calarco 3.0.2-6mamba - added patch to make abi check not fatal * Tue Jul 26 2016 Ercole 'ercolinux' Carpanetto 3.0.2-5mamba - rebuilt with --enable-mediactrl --with-regex=builtin --enable-webview * Tue Jul 26 2016 Ercole 'ercolinux' Carpanetto 3.0.2-4mamba - rebuilt with --enable-graphics_ctx * Mon Jul 25 2016 Ercole 'ercolinux' Carpanetto 3.0.2-3mamba - rebuilt with enable-stl * Wed Feb 03 2016 Silvan Calarco 3.0.2-2mamba - rebuilt with --enable-printfposparam to fix FileZilla build on i586 * Tue Dec 29 2015 Automatic Build System 3.0.2-1mamba - automatic update by autodist * Tue Aug 05 2014 Automatic Build System 3.0.1-1mamba - automatic update by autodist * Tue Jan 21 2014 Silvan Calarco 3.0.0-1mamba - update to 3.0.0 * Fri May 10 2013 Silvan Calarco 2.8.12-3mamba - use with-regex=builtin also for unicode version * Mon Apr 29 2013 Silvan Calarco 2.8.12-2mamba - rebuilt with --with-regex=builtin for codeblock (see https://bugs.archlinux.org/task/27878) * Thu Oct 20 2011 Silvan Calarco 2.8.12-1mamba - update to 2.8.12 - add --enable-mediactrl to build gstreamer media library (required by DVDStyler 1.8.4) * Wed Oct 27 2010 Automatic Build System 2.8.11-1mamba - update to 2.8.11 * Wed Jul 29 2009 Automatic Build System 2.8.10-1mamba - automatic update by autodist * Mon Dec 08 2008 Silvan Calarco 2.8.9-1mamba - automatic update to 2.8.9 by autodist * Mon Apr 07 2008 Silvan Calarco 2.8.7-2mamba - fixed alternatives update * Sat Apr 05 2008 Silvan Calarco 2.8.7-1mamba - update to 2.8.7 * Wed Sep 12 2007 Silvan Calarco 2.8.5-1mamba - update to 2.8.5 * Tue Jun 19 2007 Stefano Cotta Ramusino 2.8.4-1mamba - update to 2.8.4 * Thu Jan 25 2007 Davide Madrisan 2.8.0-1qilnx - update to version 2.8.0 by autospec - added build requirements for xorg7 - enabled unicode - added a new package with coding examples * Wed Jun 29 2005 Davide Madrisan 2.6.1-1qilnx - update to version 2.6.1 by autospec - added missing build requirements - added missing %%post, %%postun scripts - fixed package groups - specfile updates - libwx_base*.so libraries in wxBase-devel * Tue May 17 2005 Silvan Calarco 2.6.0-2qilnx - rebuilt with wxBase and wxBase-devel packages * Wed May 11 2005 Silvan Calarco 2.6.0-1qilnx - update to version 2.6.0 by autospec * Tue Sep 14 2004 Silvan Calarco 2.4.2-6qilnx - added patch for gtk_accel_group_attach and GTK 2.4 * Wed Jun 30 2004 Silvan Calarco 2.4.2-5qilnx - added symlink /usb/bin/wx-config * Tue Apr 20 2004 Silvan Calarco 2.4.2-4qilnx - fixed default permission for devel package (%defattr missing) - *.so moved to main package * Sun Feb 29 2004 Silvan Calarco 2.4.2-3qilnx - rebuilt with opengl * Wed Oct 15 2003 Silvan Calarco 2.4.2-1qilnx - first build