- remove devel/gflags BDEP, it uses an internal copy by default
- add hidden dep on gmp/gmpxx and sync WANTLIB
- garbage-collect CONFIGURE_ARGS, sort LIB_DEPENDS
- drop -pthread CXXFLAGS spotted by brad
- ONLY_FOR_ARCHS=amd64 (was previously amd64 i386); only supported upstream
on 64-bit arches and a dep is BROKEN on i386 anyway so it wasn't built
there. (perhaps aarch64 could be added though?)
Changelog: https://spiegl.de/qiv/changes.shtml
While here, move HOMEPAGE to https, and add some patches to silence
warnings emitted by clang-10 (upstreamed).
OK pamela@
construct (MODPY_VERSION=2.7 and some hand-rolled 3.x pieces). Nothing in
ports uses them. Remove the (deprecated) py2 bindings leaving just the py3
ones with a more standard ports setup. ok rsadowski@ (maintainer).
From upstream:
app: make "gegl:introspect" an optional operation dependency.
Check at runtime for the operation availability and set the "Show Image
Graph" action active depending on this check.
issue reported by Omar Polo
Changes between 1.3.2 and 1.3.3:
-------------------------------
* Fix regression in dvbpsi_decoder_psi_section_add() set i_last_section_number
Changes between 1.3.1 and 1.3.2:
-------------------------------
* Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number
* Fix bug in descriptor 0x8a that prevented it from being parsed properly
* Fix bug in descriptor 0x56 generation with multiple teletext page entries
* Fix bug in descriptor 0x41 correct maximum service count
Update diff from Brad
2.81 from Andrea Fleckenstein). Dimitri takes maintainer, agreed with
pascal@. I added a dep on graphics/potrace because blender picks it up
at build time if present.
- use system pugixml rather than embedded copy (fixing a build error
seen with Blender 2.81 if system pugixml is installed during build)
- switch python bindings from py2 to py3, removing another user of
boost_python27 libs
- sort LIB_DEPENDS
ok pascal@ (maintainer)