15 Commits

Author SHA1 Message Date
sthen
6400c91455 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:14 +00:00
kirby
42131ac0f9 Update to sigil-1.9.20.
Original diff from wen heping <wenheping2000 () hotmail ! com>, thanks!
Hints from op@ and sthen@
OK op@
2022-10-26 12:23:45 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
naddy
b2cbb03f33 drop RCS Ids 2022-03-11 18:58:26 +00:00
rsadowski
12ae4c69cc Remove the cmake wxneeded-hack and replace it with USE_WXNEEDED
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.

Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".

Feedback, help and OK sthen@ Thanks!
2022-02-13 16:38:29 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
kirby
fcf7fee003 Update to sigil-1.4.3
Usatream switched from qtwebkit to qtwebengine

Changelog:
https://github.com/Sigil-Ebook/Sigil/blob/master/ChangeLog.txt

OK sthen@
2021-03-24 14:37:04 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
landry
6142a996d1 Make sure system minizip isnt used, as its options/defines differ from
the bundled one and build fails if system minizip is detected.

reported by naddy@, thanks !
2020-10-20 16:45:54 +00:00
rsadowski
f7bb9ac822 Bump after hunspell update
The library name has changed from hunspell-1.6 to hunspell-1.7.
2020-10-09 19:12:00 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
db2a6b77a2 update to Sigil-0.9.14 (there are newer versions than this, but they require
QtWebEngine).  Disable the phone-home update checker while there.
2020-03-09 21:13:41 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
bentley
109bbf6279 Remove stray .so in plist, fixing the build. 2019-05-09 01:05:50 +00:00
bentley
364b21166a Import sigil-0.9.13.
Sigil is a free, open source, multi-platform ebook editor.
It is designed to edit books in ePub format (both ePub 2 and ePub 3).

tweaks + ok kirby@
2019-05-08 07:26:55 +00:00