Commit Graph

14 Commits

Author SHA1 Message Date
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
rsadowski
83be7df425 Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:42:43 +00:00
rsadowski
b6f6518f7e Unbreak with upcoming Qt5 update
OK awolk@ (maintainer)
2020-02-27 05:36:01 +00:00
awolk
55e19ed195 graphics/fotowall: update to 1.0
OK rsadowski@

Port changes:
 - Ported from qt4 to qt5.
 - Using tarball instead of Google code.
 - WANTLIB/*DEPEND* cleanups.
 - Patch to use our sincos(3) instead of compat.
 - Patch qstrcpy with strlcpy since our qt5
   does not export and use qstrcpy.

Tweaks from rsadowski@:
 - reorder MODULES, _DEPENDS
 - fix tabs/ spaces
 - use EXTRACT_SUFX = -RETRO.tar.bz2

Upstream changelog:
https://github.com/enricoros/fotowall/releases/tag/v1.0
2020-02-03 19:42:53 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
25f0e460f2 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-10-24 14:27:57 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
kili
311d4a3e53 We now have sincos(3).
ok sthen@
2018-03-13 10:39:46 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
212b011311 Remove trailing lines. 2017-06-12 10:57:57 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
awolk
689467bedb Import graphics/fotowall
Fotowall is an opensource creative tool that lets you play with your pixels as
you've always wanted! Make the perfect arrangement with your photos, add text,
live video from your webcam and the best internet pictures.

With fotowall you can:
* create original pictures, wallpapers, postcards and covers
* print superbig posters with a small printer
* play with live video, internet content, text and picture

OK landry@
2016-08-30 15:19:49 +00:00