5803 Commits

Author SHA1 Message Date
naddy
41ab7e1b61 From upstream: Fix incompatibility with some C++11 implementations 2016-09-11 12:09:54 +00:00
naddy
7c0d606ebe First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.
(Patch correct file.)
2016-09-11 11:40:47 +00:00
ajacoutot
5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00
jasper
e8e089c7d1 regen and re-order WANTLIB 2016-09-08 08:49:10 +00:00
jasper
1563db4f94 update to clutter-gst-3.0.20 2016-09-08 08:29:05 +00:00
benoit
69f751eea0 Update to pngcrush-1.8.6. 2016-09-07 07:06:35 +00:00
ajacoutot
ce172f170f Update to ffmpeg-20160903.
from Brad (maintainer)
2016-09-06 12:37:11 +00:00
sthen
4088fdc338 update to libpng-1.6.25 2016-09-06 11:45:12 +00:00
fcambus
7894d027a7 Add grafx2 2016-09-04 20:19:24 +00:00
fcambus
0f04732485 Import graphics/grafx2
GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe
Paint and Brilliance. Specialized in 256-color drawing, it includes a
very large number of tools and effects that make it particularly
suitable for pixel art, game graphics, and generally any detailed
graphics painted with a mouse.

OK giovanni@
2016-09-04 20:13:44 +00:00
landry
b5b00ae45b Update to 3.0.10, still BROKEN because of missing symbol for
_ZN6icu_5713UnicodeStringC1EPKciEOS0_. Maybe switching icu to build with
a decent compiler would help, but that's not planned for now...
2016-09-04 16:46:57 +00:00
sthen
466de4ccf8 update to py-Pillow 3.3.1 2016-09-04 10:53:40 +00:00
sthen
10b6de63b0 update to dcraw-9.27.0 2016-09-03 10:22:00 +00:00
naddy
3fec3abf6c update to 10.75.03: fixes have been integrated upstream 2016-09-02 22:18:13 +00:00
jasper
25b3207d4b - update to xmedcon-0.14.1
- drop gettext module
2016-09-02 22:13:45 +00:00
jasper
88f8df551f update to gruff-0.7.0 2016-09-02 22:12:40 +00:00
pascal
6fed04f34a Update to simgear 2016.2.1. 2016-09-02 10:06:25 +00:00
jasper
003e889c0a retire sparc 2016-09-01 10:53:26 +00:00
naddy
4d9b4e2735 sync with upstream commits 2016-09-01 08:56:49 +00:00
jasper
4c05785255 update to cogl-1.22.2 2016-09-01 08:28:29 +00:00
dcoppa
def529cf6b Update to feh-2.17.1 2016-09-01 07:09:36 +00:00
naddy
454f75a15c update to 10.75.01 2016-08-31 22:12:43 +00:00
ajacoutot
8122f788a1 Make this ignored by PORTROACH. 2016-08-31 20:47:20 +00:00
ajacoutot
284a5eade7 Update to shared-color-targets-0.1.7. 2016-08-31 20:43:59 +00:00
awolk
a5078e356f Add graphics/fotowall to build 2016-08-30 15:24:06 +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
dcoppa
72cbfdd595 Update to feh-2.17 2016-08-30 14:44:37 +00:00
ajacoutot
b9ac38d1d3 Update to shotwell-0.23.6. 2016-08-30 12:07:12 +00:00
jasper
36e1c8c5fd remove xmms-kj plugin 2016-08-30 10:12:14 +00:00
ajacoutot
183b7db103 Update to gegl03-0.3.8. 2016-08-27 15:58:00 +00:00
ajacoutot
3ade33ad04 Update to libraw-0.17.2. 2016-08-27 15:56:27 +00:00
ajacoutot
786772ed3c Update to babl-0.1.18. 2016-08-27 15:49:23 +00:00
ajacoutot
cac2272129 Update to gtkam-1.0. 2016-08-27 15:37:54 +00:00
ajacoutot
86d3a0b3a4 Extend PORTROACH annotation. 2016-08-27 15:37:14 +00:00
ajacoutot
78473862f2 Update to leptonica-1.73. 2016-08-27 15:20:03 +00:00
bentley
a6939112c5 Fix glew pkg-config output: use /usr/local instead of /usr.
Bug pointed out by Michael Pavone.
No response from maintainer.
2016-08-27 06:01:24 +00:00
danj
3c3a228095 update to pqiv-2.6, while there take maintainership
ok jca@
2016-08-26 16:59:35 +00:00
czarkoff
5aba5cdb67 +quirc 2016-08-26 10:17:04 +00:00
czarkoff
6515d54e41 Quirc is a library for extracting and decoding QR codes from images. It has
several features which make it a good choice for this purpose:

  * It is fast enough to be used with realtime video: extracting and decoding
    from VGA frame takes about 50 ms on a modern x86 core.

  * It has a robust and tolerant recognition algorithm. It can correctly
    recognise and decode QR codes which are rotated and/or oblique to the
    camera. It can also distinguish and decode multiple codes within the same
    image.

  * It is easy to use, with a simple API described in a single commented header
    file (see below for an overview).

  * It is small and easily embeddable, with no dependencies other than standard
    C functions.

  * It has a very small memory footprint: one byte per image pixel, plus a few
    kB per decoder object.

  * It uses no global mutable state, and is safe to use in a multithreaded
    application.

  * BSD-licensed, with almost no restrictions regarding use and/or modification.

OK sthen@
2016-08-26 10:14:14 +00:00
naddy
d3de797133 maintenance update to 1.6.24; from Brad 2016-08-20 20:52:53 +00:00
ajacoutot
bbec00fbe9 Update to libwebp-0.5.1.
from Brad
2016-08-20 12:02:32 +00:00
jasper
6998cbc42c -imlib 2016-08-17 17:21:36 +00:00
jasper
0afa085242 remove imlib-1.x which was only used by kde/graphics3
ok sthen@
2016-08-17 17:21:27 +00:00
czarkoff
5e9b74f8a1 update to scour-0.34
Also add missing dependency on devel/py-six and make sure that port is
python3-compatible.
2016-08-16 11:48:20 +00:00
pascal
a2d2ab232b "Fix" on i386; this now requires 64-bit atomics. Found by sthen@. 2016-08-15 09:24:45 +00:00
sthen
098f467560 update to ImageMagick-6.9.5-5; buffer overflow, use-after-free 2016-08-12 13:38:49 +00:00
jasper
b033fe44fc - update to birdfont-2.16.5 2016-08-11 09:12:22 +00:00
tb
e40114ea3c Guard against printf("%s", NULL) that can be hit on exit and in the
open dialog.

ok giovanni
2016-08-09 12:00:00 +00:00
pascal
a24c221aa4 Update to blender 2.77a. 2016-08-08 14:14:18 +00:00
pascal
bcae17614d Update to OpenImageIO 1.6.16. 2016-08-08 14:14:01 +00:00