a807a11
%{?mingw_package_header}
81793f3
3988ace
%global mingw_build_win32 1
3988ace
%global mingw_build_win64 1
3988ace
f1c5e12
%global mingw_pkg_name wxWidgets
f1c5e12
81793f3
Summary:       MinGW port of the wxWidgets GUI library
f1c5e12
Name:          mingw-%{mingw_pkg_name}
81793f3
Version:       2.8.12
13b6b7f
Release:       25%{?dist}
81793f3
License:       wxWidgets
81793f3
81793f3
URL:           http://wxwidgets.org
81793f3
Source:        http://prdownloads.sourceforge.net/wxwindows/wxWidgets-%{version}.tar.gz
a807a11
Patch0:        wxWidgets-2.8.12-mingw64-1.patch
f6eb900
Patch1:        wxWidgets-2.8.12-strtoull.patch
81793f3
BuildArch:     noarch
a4ecce0
BuildRequires: mingw32-filesystem >= 68
a807a11
BuildRequires: mingw64-filesystem >= 68
81793f3
BuildRequires: mingw32-gcc-c++
a807a11
BuildRequires: mingw64-gcc-c++
81793f3
BuildRequires: mingw32-expat
a807a11
BuildRequires: mingw64-expat
81793f3
BuildRequires: mingw32-libjpeg
a807a11
BuildRequires: mingw64-libjpeg
81793f3
BuildRequires: mingw32-libpng
a807a11
BuildRequires: mingw64-libpng
81793f3
BuildRequires: mingw32-libtiff
a807a11
BuildRequires: mingw64-libtiff
81793f3
BuildRequires: mingw32-zlib
a807a11
BuildRequires: mingw64-zlib
05a165f
BuildRequires: gettext
81793f3
81793f3
%description
81793f3
wxWidgets is the C++ cross-platform GUI library, offering classes for all
81793f3
common GUI controls as well as a comprehensive set of helper classes for most
81793f3
common application tasks, ranging from networking to HTML display and image
81793f3
manipulation.
81793f3
f1c5e12
# Mingw32
f1c5e12
%package -n mingw32-%{mingw_pkg_name}
f1c5e12
Summary:		%{summary}
f1c5e12
f1c5e12
%description -n mingw32-%{mingw_pkg_name}
f1c5e12
wxWidgets is the C++ cross-platform GUI library, offering classes for all
f1c5e12
common GUI controls as well as a comprehensive set of helper classes for most
f1c5e12
common application tasks, ranging from networking to HTML display and image
f1c5e12
manipulation.
f1c5e12
a807a11
# Mingw64
a807a11
%package -n mingw64-%{mingw_pkg_name}
a807a11
Summary:		%{summary}
a807a11
a807a11
%description -n mingw64-%{mingw_pkg_name}
a807a11
wxWidgets is the C++ cross-platform GUI library, offering classes for all
a807a11
common GUI controls as well as a comprehensive set of helper classes for most
a807a11
common application tasks, ranging from networking to HTML display and image
a807a11
manipulation.
a807a11
fe8667f
# Mingw32 static
fe8667f
%package -n mingw32-%{mingw_pkg_name}-static
fe8667f
Summary:  Static libraries for mingw32-%{mingw_pkg_name} development
fe8667f
Requires: mingw32-%{mingw_pkg_name} = %{version}-%{release}
fe8667f
fe8667f
%description -n mingw32-%{mingw_pkg_name}-static
fe8667f
The mingw32-%{mingw_pkg_name}-static package contains static library for
fe8667f
mingw32-%{mingw_pkg_name} development.
fe8667f
fe8667f
# Mingw64 static
a807a11
%package -n mingw64-%{mingw_pkg_name}-static
a807a11
Summary:  Static libraries for mingw64-%{mingw_pkg_name} development
a807a11
Requires: mingw64-%{mingw_pkg_name} = %{version}-%{release}
a807a11
a807a11
%description -n mingw64-%{mingw_pkg_name}-static
a807a11
The mingw64-%{mingw_pkg_name}-static package contains static library for
a807a11
mingw64-%{mingw_pkg_name} development.
a807a11
a807a11
%{?mingw_debug_package}
81793f3
81793f3
%prep
81793f3
%setup -q -n wxWidgets-%{version}
a807a11
%patch0 -p1 -b .mingw64
f6eb900
%patch1 -p1 -b .strtoull
81793f3
81793f3
#==========================================
81793f3
%build
a807a11
81793f3
#========= Shared Libraries ==========
a807a11
export MINGW_BUILDDIR_SUFFIX=_shared
a807a11
%mingw_configure --enable-shared \
81793f3
  --with-msw \
81793f3
  --with-sdl \
81793f3
  --enable-unicode \
81793f3
  --enable-optimise \
81793f3
  --with-regex=builtin \
81793f3
  --disable-rpath \
81793f3
  --without-subdirs
81793f3
3988ace
#Try to reduce linker memory footprint
69a1d8b
sed -e 's|^CXXFLAGS = |CXXFLAGS = -fpermissive -fno-keep-inline-dllexport |' < build_win64_shared/Makefile > build_win64_shared/Makefile.xx
3988ace
mv build_win64_shared/Makefile.xx build_win64_shared/Makefile
3988ace
a807a11
%mingw_make %{?_smp_mflags}
a807a11
81793f3
#========= Static Libraries ==========
a807a11
export MINGW_BUILDDIR_SUFFIX=_static
a807a11
%mingw_configure --disable-shared \
81793f3
  --with-msw \
81793f3
  --with-sdl \
81793f3
  --enable-unicode \
81793f3
  --enable-optimise \
81793f3
  --with-regex=builtin \
81793f3
  --disable-rpath \
81793f3
  --without-subdirs
81793f3
81793f3
#TODO verify this doesn't overwrite anything from the shared build
a807a11
%mingw_make %{?_smp_mflags}
81793f3
cf3e303
#========= Locale ====================
cf3e303
make -C locale allmo
cf3e303
81793f3
#==========================================
81793f3
%install
a807a11
export MINGW_BUILDDIR_SUFFIX=_shared
a807a11
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
a807a11
export MINGW_BUILDDIR_SUFFIX=_static
a807a11
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
a807a11
if ls $RPM_BUILD_ROOT%{mingw32_libdir}/*.dll ; then
a807a11
  mv $RPM_BUILD_ROOT%{mingw32_libdir}/*.dll $RPM_BUILD_ROOT%{mingw32_bindir}
a807a11
else
a807a11
  echo "No 32bit shared libraries found."
a807a11
fi
a807a11
if ls $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll ; then
a807a11
  mv $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll $RPM_BUILD_ROOT%{mingw64_bindir}
81793f3
else
a807a11
  echo "No 32bit shared libraries found."
81793f3
fi
81793f3
81793f3
# we need to modify the absolute wx-config link to be relative or rpm complains
81793f3
# (and our package wouldn't be relocatable)
a807a11
wx_config_filename=$(basename $RPM_BUILD_ROOT%{mingw32_libdir}/wx/config/%{mingw32_target}-*-release-[0-9]*)
a807a11
ln -sf ../lib/wx/config/$wx_config_filename $RPM_BUILD_ROOT%{mingw32_bindir}/wx-config
a807a11
wx_config_filename=$(basename $RPM_BUILD_ROOT%{mingw64_libdir}/wx/config/%{mingw64_target}-*-release-[0-9]*)
a807a11
ln -sf ../lib/wx/config/$wx_config_filename $RPM_BUILD_ROOT%{mingw64_bindir}/wx-config
81793f3
81793f3
# remove bakefiles for now until we have a working bakefile setup for mingw32
a807a11
rm -rf $RPM_BUILD_ROOT%{mingw32_datadir}/bakefile
a807a11
rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/bakefile
81793f3
6269fa4
# find locale files
6269fa4
%find_lang wxstd
2b49090
%find_lang wxmsw
81793f3
2b49090
%files -n mingw32-%{mingw_pkg_name} -f wxstd.lang -f wxmsw.lang
81793f3
%doc docs/licence.txt docs/licendoc.txt docs/lgpl.txt docs/gpl.txt
a807a11
%{mingw32_bindir}/wx-config
a807a11
%{mingw32_bindir}/wxbase28u_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxbase28u_net_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxbase28u_xml_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxmsw28u_adv_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxmsw28u_aui_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxmsw28u_core_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxmsw28u_html_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxmsw28u_qa_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxmsw28u_richtext_gcc_custom.dll
a807a11
%{mingw32_bindir}/wxmsw28u_xrc_gcc_custom.dll
a807a11
%{mingw32_includedir}/wx-2.8
a807a11
%{mingw32_libdir}/libwx_baseu-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_baseu_net-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_baseu_xml-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_mswu_adv-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_mswu_aui-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_mswu_core-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_mswu_html-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_mswu_qa-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_mswu_richtext-2.8-%{mingw32_target}.dll.a
a807a11
%{mingw32_libdir}/libwx_mswu_xrc-2.8-%{mingw32_target}.dll.a
a807a11
%dir %{mingw32_libdir}/wx
a807a11
%dir %{mingw32_libdir}/wx/config
a807a11
%{mingw32_libdir}/wx/config/%{mingw32_target}-msw-unicode-release-2.8
a807a11
%dir %{mingw32_libdir}/wx/include
a807a11
%{mingw32_libdir}/wx/include/%{mingw32_target}-msw-unicode-release-2.8
a807a11
%{mingw32_datadir}/aclocal/wxwin.m4
a807a11
#{mingw32_datadir}/bakefile
a807a11
#{mingw32_datadir}/bakefile/presets
a807a11
#{mingw32_datadir}/bakefile/presets/wx.bkl
a807a11
#{mingw32_datadir}/bakefile/presets/wx_unix.bkl
a807a11
#{mingw32_datadir}/bakefile/presets/wx_win32.bkl
81793f3
f1c5e12
%files -n mingw32-%{mingw_pkg_name}-static
a807a11
%{mingw32_libdir}/libwx_baseu-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_baseu_net-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_baseu_xml-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_mswu_adv-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_mswu_aui-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_mswu_core-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_mswu_html-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_mswu_qa-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_mswu_richtext-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwx_mswu_xrc-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/libwxregexu-2.8-%{mingw32_target}.a
a807a11
%{mingw32_libdir}/wx/config/%{mingw32_target}-msw-unicode-release-static-2.8
a807a11
%{mingw32_libdir}/wx/include/%{mingw32_target}-msw-unicode-release-static-2.8
a807a11
a807a11
%files -n mingw64-%{mingw_pkg_name} -f wxstd.lang -f wxmsw.lang
a807a11
%doc docs/licence.txt docs/licendoc.txt docs/lgpl.txt docs/gpl.txt
a807a11
%{mingw64_bindir}/wx-config
a807a11
%{mingw64_bindir}/wxbase28u_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxbase28u_net_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxbase28u_xml_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxmsw28u_adv_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxmsw28u_aui_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxmsw28u_core_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxmsw28u_html_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxmsw28u_qa_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxmsw28u_richtext_gcc_custom.dll
a807a11
%{mingw64_bindir}/wxmsw28u_xrc_gcc_custom.dll
a807a11
%{mingw64_includedir}/wx-2.8
a807a11
%{mingw64_libdir}/libwx_baseu-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_baseu_net-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_baseu_xml-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_mswu_adv-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_mswu_aui-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_mswu_core-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_mswu_html-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_mswu_qa-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_mswu_richtext-2.8-%{mingw64_target}.dll.a
a807a11
%{mingw64_libdir}/libwx_mswu_xrc-2.8-%{mingw64_target}.dll.a
a807a11
%dir %{mingw64_libdir}/wx
a807a11
%dir %{mingw64_libdir}/wx/config
a807a11
%{mingw64_libdir}/wx/config/%{mingw64_target}-msw-unicode-release-2.8
a807a11
%dir %{mingw64_libdir}/wx/include
a807a11
%{mingw64_libdir}/wx/include/%{mingw64_target}-msw-unicode-release-2.8
a807a11
%{mingw64_datadir}/aclocal/wxwin.m4
a807a11
#{mingw64_datadir}/bakefile
a807a11
#{mingw64_datadir}/bakefile/presets
a807a11
#{mingw64_datadir}/bakefile/presets/wx.bkl
a807a11
#{mingw64_datadir}/bakefile/presets/wx_unix.bkl
a807a11
#{mingw64_datadir}/bakefile/presets/wx_win32.bkl
a807a11
a807a11
%files -n mingw64-%{mingw_pkg_name}-static
a807a11
%{mingw64_libdir}/libwx_baseu-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_baseu_net-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_baseu_xml-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_mswu_adv-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_mswu_aui-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_mswu_core-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_mswu_html-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_mswu_qa-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_mswu_richtext-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwx_mswu_xrc-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/libwxregexu-2.8-%{mingw64_target}.a
a807a11
%{mingw64_libdir}/wx/config/%{mingw64_target}-msw-unicode-release-static-2.8
a807a11
%{mingw64_libdir}/wx/include/%{mingw64_target}-msw-unicode-release-static-2.8
81793f3
81793f3
81793f3
%changelog
13b6b7f
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.12-25
13b6b7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
13b6b7f
d38edc5
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.12-24
d38edc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d38edc5
498a475
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.12-23
498a475
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
498a475
0e0acb4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.12-22
0e0acb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0e0acb4
9f3f4ef
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.12-21
9f3f4ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9f3f4ef
1ebb193
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.12-20
1ebb193
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1ebb193
325e3af
* Thu Nov 12 2015 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-19
325e3af
- rebuild due to __GXX_ABI_VERSION change from 1008 to 1009
325e3af
23c88e1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.12-18
23c88e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
23c88e1
f6eb900
* Thu Feb 19 2015 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-17
f6eb900
- make wxString::ToULongLong work
f6eb900
e1cf33f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.12-16
e1cf33f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e1cf33f
1f91eab
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.12-15
1f91eab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1f91eab
b9c88c3
* Sat Jul 13 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.8.12-14
b9c88c3
- Rebuild against libpng 1.6
b9c88c3
99b6b47
* Sun Jan 27 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.8.12-13
99b6b47
- Rebuild against mingw-gcc 4.8 (win64 uses SEH exceptions now)
99b6b47
fd0281d
* Sat Aug 25 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.8.12-12
fd0281d
- Rebuild against latest libtiff
fd0281d
a807a11
* Mon Aug 13 2012 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-11
a807a11
- enable 64bit build
a807a11
9efcc89
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.12-10
9efcc89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9efcc89
1c81c2e
* Tue Feb 28 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.8.12-9
1c81c2e
- Rebuild against the mingw-w64 toolchain
1c81c2e
a4ecce0
* Tue Jan 31 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.8.12-8
a4ecce0
- Rebuild for libpng 1.5
a4ecce0
- Dropped the png patch
a4ecce0
- Dropped the dependency extraction overrides as that's done automatically as of RPM 4.9
a4ecce0
707351e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.12-7
707351e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
707351e
dd66847
* Wed Jun 22 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-6
dd66847
- reinstate italian mo file
dd66847
cf3e303
* Sun Jun 19 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-5
cf3e303
- build mo files (reported by Fritz Elfert)
cf3e303
Kalev Lember 7e1f12e
* Fri Jun 03 2011 Kalev Lember <kalev@smartlink.ee> - 2.8.12-4
Kalev Lember 7e1f12e
- Rebuilt with mingw32-libjpeg-turbo, dropped jpeg_boolean patch (#604702)
Kalev Lember 7e1f12e
f1c5e12
* Mon May 23 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-3
f1c5e12
- transition to new package naming scheme
f1c5e12
81793f3
* Thu May  5 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-2
81793f3
- include license file
81793f3
81793f3
* Wed May  4 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.12-1
81793f3
- update to 2.8.12
81793f3
- remove buildroot, defattr, clean
81793f3
81793f3
* Tue Apr 19 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.8.11-1
81793f3
- update to 2.8.11
81793f3
81793f3
* Tue Sep 8 2009 Michael Ansel <michael.ansel@gmail.com> - 2.8.10-1
81793f3
- update to 2.8.10
81793f3
81793f3
* Tue Sep 8 2009 Michael Ansel <michael.ansel@gmail.com> - 2.8.9-3
81793f3
- Adjust to Fedora packaging guidelines
81793f3
81793f3
* Wed Aug 26 2009 Michael Ansel <michael.ansel@gmail.com> - 2.8.9-2
81793f3
- update for Fedora 11 (mingw -> mingw32)
81793f3
- use mingw32 macros
81793f3
- add static subpackage
81793f3
81793f3
* Thu Dec 18 2008 Keiichi Takahashi <bitwalk@users.soureforge.net> - 2.8.9-1
81793f3
- update to 2.8.9
81793f3
81793f3
* Tue Aug 12 2008 Keiichi Takahashi <bitwalk@users.soureforge.net> - 2.8.8-1
81793f3
- update to 2.8.8
81793f3
81793f3
* Sat Mar 15 2008 Keiichi Takahashi <bitwalk@users.soureforge.net> - 2.8.7-2
81793f3
- rebuilt with current libraries.
81793f3
- add BuildPrereq and Requires more explicitly.
81793f3
81793f3
* Thu Feb 28 2008 Keiichi Takahashi <bitwalk@users.soureforge.net> - 2.8.7-1
81793f3
- initial release
81793f3