Version: 1.9, Package name: innoextract-1.9 |
Maintained by: Thomas Frohwein |
Master sites: |
Description Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-windows systems without running the actual installer using Wine. innoextract is able to unpack GOG.com installers, Wadjet Eye Games installers (to play with AGS), Arx Fatalis patches (for use with Arx Libertatis) as well as various other Inno Setup executables. |
Filesize: 202.081 KB |
Version History (View Complete History) |
|
2020-12-15 12:38:22 by Charlene Wendling | Files touched by this commit (1) |
Log message: innoextract: unbreak on powerpc The -Wl,--as-needed linker flag causes the std::unique_ptr configure test to fail due to undefined reference errors. A fallback exists, using std::auto_ptr, but it has been removed from the C++17 standard, used by upstream. Remove the use of -Wl,--as-needed on powerpc, so we use the same code on all archs, instead of reenabling std::auto_ptr by force. OK thfr@ (maintainer) |
2020-11-05 04:23:30 by Stuart Henderson | Files touched by this commit (1) |
Log message: adjust for boost 1.70, from Brad (i think) |
2020-09-03 23:07:08 by Thomas Frohwein | Files touched by this commit (2) |
Log message: update to innoextract 1.9; tested with GOG archives for Lands of Lore and Dead Cells |
2020-03-07 10:49:00 by Thomas Frohwein | Files touched by this commit (2) |
Log message: trivial update to innoextract 1.8 revert to using MASTER_SITES again successfully extracts a few test archives from GOG.com While here, add comments with reason for COMPILER=base-clang ports-gcc (C++17), and reason for WANTLIBs boost_system-mt and pthread which portcheck lists as "Extra" Changelog: https://constexpr.org/innoextract/changelog |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-27 13:41:13 by Thomas Frohwein | Files touched by this commit (2) |
Log message: update innoextract to most recent git commit. This is a temporary solution to fix incompatibility with some downloads from GOG.com made with Inno Setup version that is incompatible with innoextract 1.7 release. Confirmed to fix extraction of Ultimate Doom, no regression on testing with about a dozen random GOG.com Inno archives. Take MAINTAINER while here. hint to use pl versioning and ok bentley@ ok jca@ |
2019-04-16 14:19:02 by Stuart Henderson | Files touched by this commit (9) |
Log message: drop Donovan Watteau as maintainer as requested (plus a little COMPILER tidying while there) |
2018-12-13 12:53:24 by Stuart Henderson | Files touched by this commit (64) |
Log message: bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost, it has been split into subpackages |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-11 13:26:14 by Stuart Henderson | Files touched by this commit (2) |
Log message: set -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR in archivers/innoextract to unbreak with new libc++, newer boost is likely to fix this so add a comment in devel/boost/Makefile |
2018-06-24 02:56:16 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Update to innoextract-1.7 from Donovan Watteau (maintainer) |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-09-12 16:44:09 by Christian Weisgerber | Files touched by this commit (6) |
Log message: replace libiconv module |
2016-04-28 04:43:19 by David Coppa | Files touched by this commit (2) |
Log message: Update to innoextract-1.6 Fix build failure with upcoming cmake-3.5.2 ok sthen@ |
2015-10-24 07:26:27 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Maintainer update of innoextract to 1.5 from Donovan Watteau. |