* fix wxwidgets with gtk3
* delete the linux condition in the on_load part of gdk-pixbuf
* add bz version
* change the gz version to bz2 version
* change the gtk3 packagedeps to glib harfbuzz and cairo
* delete packagedeps and add cmake version warning
* add gdk-pixbuf shared option
* Remove the manual addition of GTK3's includedir
* specify the cmake version
* change at-spi2-core to linux area
* add gtk3 libdir
* add gtk_cmake.patch
* add link_directories to gtk3_cmake.patch
* add libdir to patch
* add version range to patches
* zbar: add package
* Update dependencies and build configurations
* Update gettext package to handle binary installation
* Revert "Update gettext package to handle binary installation"
This reverts commit 7854133b6ad340d14fc4f0fafdd58125c5f1b05f.
* Update deps
* Use system libiconv on MacOS
* Update gettext package to handle binary installation
* Add ldflag of pthread
* Add autoconf-archive dep for MacOS
* Update deps
* Revert "Update gettext package to handle binary installation"
This reverts commit d51bbeeab3661af42f19772906be84ab376125ff.
* Use host gettext
* Depend on private `gettext`
* Disable pthread on Android
* Add dep: pkg-config
* Get aclocal path by running command
* Use up-to-date libtool
* Include `autoconf` m4 dir for `autoreconf`
* Disable Android build on Windows, as for no autotools
* Fix incorrect config
* Build with xmake port instead of autotools
* Add configure options `--without-x` and `--without-jpeg`
* Export all symbols for Windows shared library
* Fix file pattern for pdf417 decoder in xmake.lua
* Fix install headers path
* Add extsources
* "Null" implementation for window module and video module
* Add github git url
* Fix multiple definition caused by duplicate implementation
* libiconv: add iPhoneOS target platform
* Disable processor
* libiconv: use xmake port on `iphoneos`
* zbar: Drop `iphoneos` support
* Requires system libiconv on MacOS
* Disable sys/time.h header inclusion
* Remove zbar/window.c
* Revert "Remove zbar/window.c"
This reverts commit 94b839d07e.
* Revert "Disable sys/time.h header inclusion"
This reverts commit 331dcff4ec.
* Drop `windows` support
* Fix invalid target platform limit
* Process `config.h.in` instread of using preconfigured file
* Fix missing def: LIB_VERSION
* Remove `config.h`
* Remove invalid `set_configvar` in `option("enable_codebar")`
* Format
* Simplify dep `libiconv` requirement
* Refactor options to mimic original config `--enable-codes=SYMS`
* Add package configs to better control symbologies support
* Remove "export all symbols" for Windows
* More concise configs
* Fix invalid config
* Format
* Use built-in `${VERSION_*}` variables
* Update config.h.in
* Update xmake.lua
* Update xmake.lua
---------
Co-authored-by: ruki <waruqi@gmail.com>
* libunifex: add package
* Fix missing dep: cmake
* Include "v" prefix in version
* Drop Windows support
* Patch missing header `<cstring>` for `std::memset`
* Require C++20 with coroutine support
* Recover Windows support
* Require VS 2022 on Windows
* Reformat
* Fix incorrect config
* fix bsd and windows shared
* Update xmake.lua
---------
Co-authored-by: star9029 <hengxings783@gmail.com>
Co-authored-by: ruki <waruqi@gmail.com>