ajacoutot
121d0073d4
Remove clutter-box2d; unused and unmaintained.
...
prodded by and ok jasper@
2012-06-17 09:31:22 +00:00
ajacoutot
56b0952cde
MESSAGE -> README and remove bogus part that is now handled by the php/pecl
...
MODULE.
2012-06-16 11:38:03 +00:00
benoit
f9578b0e20
- update pngcrush to 1.7.30
2012-06-15 20:57:43 +00:00
ajacoutot
a1b7c39eb5
gtk-update-icon-cache:
...
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
pascal
05ae52ae22
Fix openimageio on sparc64 (and hopefully other architectures) by providing
...
slightly modified header files from upstream TBB for sparc as well as generic
architectures.
tested by and ok landry@
2012-06-13 11:32:39 +00:00
sthen
49f219fc14
Add --without-webp to ImageMagick's CONFIGURE_ARGS to remove a hidden dep.
...
(We may want this anyway, but minimal fix for now). ok jasper@
2012-06-13 10:22:26 +00:00
espie
7ed01ed174
fix build for qt 4.8.2 update: use stl's swap instead of rolling our own
2012-06-13 09:14:53 +00:00
okan
d81002e974
update to 6.7.7.7
...
feedback and ok giovanni@
2012-06-12 17:40:35 +00:00
sthen
f3449e4106
Update to a newer FFmpeg snapshot, including security and stability fixes:
...
- vqavideo: return error if image size is not a multiple of block size (CVE-2012-0947)
- h263dec: Disallow width/height changing with frame threads (CVE-2011-3937)
- adpcm: ADPCM Electronic Arts has always two channels (CVE-2012-0852)
- h264: Add check for invalid chroma_format_idc (CVE-2012-0851)
- dpcm: ignore extra unpaired bytes in stereo streams (CVE-2011-3951)
- rtpdec_asf: Fix integer underflow that could allow remote code execution (CVE-2011-4031)
- aacsbr: prevent out of bounds memcpy() (CVE-2012-0850)
- kmvc: Check palsize (CVE-2011-3952)
Further bugfixes in the following codecs: ea, png, qdm2, tqi, motionpixels
From Brad, ok jasper@.
2012-06-09 23:05:49 +00:00
giovanni
60901adc56
Unbreak the build, x11/py-gtk2 is needed at build time too
...
spotted by Nigel Taylor, thanks
2012-06-08 07:29:17 +00:00
giovanni
8b143071b4
Update to 2.8.0
...
Major changes are described at http://www.gimp.org/release-notes/gimp-2.8.html
ok jasper@
2012-06-06 08:06:32 +00:00
giovanni
f848ac8508
Update to 0.2.0, initial diff from ajacoutot@
...
ok jasper@
2012-06-06 07:58:57 +00:00
giovanni
35604aa3af
Update to 0.1.10, initial diff from ajacoutot@
...
ok jasper@
2012-06-06 07:55:14 +00:00
ajacoutot
3fca82ecfb
Seems I still don't quite understand the ports framework... with help
...
from espie@
2012-05-28 16:38:35 +00:00
ajacoutot
30ac3f3bda
colord pkgpath changed, so bump.
2012-05-28 15:55:12 +00:00
ajacoutot
e5f33c55d9
Build a FLAVORless colord by default (i.e. build all subpackages).
2012-05-28 15:53:13 +00:00
ajacoutot
a23531b374
Add GTK support and split colord into -main and -gtk.
...
Since -gtk adds a cyclic dependency with x11/gtk+3, hack around
PSEUDO_FLAVOR with a bootstrap and no_gtk FLAVORs.
2012-05-28 15:52:26 +00:00
ajacoutot
983300e9d7
Disable gtk dependency that sneaked in.
2012-05-28 08:56:36 +00:00
ajacoutot
720c76b735
Update to stable simple-scan-3.4.2.
2012-05-28 08:51:45 +00:00
ajacoutot
44ccd288b1
Update to colord-0.1.21.
2012-05-28 08:45:38 +00:00
pascal
338838e92d
Fix build on powerpc.
...
ok aja@
2012-05-26 11:01:55 +00:00
okan
bbfa621635
update to 8.90; from MAINTAINER (Patrick Keshishian)
...
ok giovanni@
2012-05-24 14:27:19 +00:00
jasper
7568f47464
- update to 1.11
2012-05-24 08:36:05 +00:00
jasper
1dd4aa573a
adjust for node.port.mk location change
2012-05-23 15:13:20 +00:00
okan
a2674d3368
fix access volation (in r3970 and r3978 upstream as well); reported by deraadt@
...
ok sthen@
2012-05-21 13:29:31 +00:00
ajacoutot
7bdced1b9d
Committed upstream.
2012-05-21 09:42:57 +00:00
ajacoutot
69fd38fc86
Add BZ.
2012-05-21 06:15:50 +00:00
naddy
77411a653c
strptime is XPG4v2; ok jasper@
2012-05-20 22:10:46 +00:00
naddy
ed7596f8a7
strptime is XPG4v2; ok sthen@
2012-05-20 21:34:57 +00:00
bentley
8cfa476c9a
Garbage-collect unneeded patch.
...
devel/cmake sets wxWidgets_INCLUDE_DIRS_NO_SYSTEM now.
ok dcoppa@ sthen@
2012-05-19 05:23:14 +00:00
sthen
b5108d586d
In openimageio, only use GCC 64-bit atomics on amd64. Other arch use TBB
...
as was already done for FreeBSD. Fixes build for i386. ok pascal@
2012-05-16 12:09:35 +00:00
jasper
cf8f4d9083
fold PFRAG.shared into PLIST
2012-05-15 20:36:28 +00:00
naddy
742aac8aa4
strptime is XPG4v2
2012-05-15 15:16:02 +00:00
jasper
fa4d879b11
adjust to new lua.port.mk
2012-05-15 15:15:19 +00:00
jasper
f82e8dd86d
- update to 3.0.1
2012-05-14 20:11:49 +00:00
pascal
3398ce5c83
Update to blender 2.63a, mostly bugfixes. While here, delete a non-working
...
mirror.
2012-05-14 18:31:43 +00:00
dcoppa
6fe931269a
Documentation fixes; from upstream git
2012-05-14 08:20:40 +00:00
jasper
d934793568
forgot to commit in previous commit here.
2012-05-11 21:21:13 +00:00
jasper
ddda8698fa
regen PLIST
2012-05-11 20:49:58 +00:00
jasper
41b9f767ba
sync
2012-05-11 06:20:47 +00:00
jasper
8c24ef1f8b
import node-canvas 0.12.0
...
Node canvas is a Cairo backed Canvas implementation for Node.JS.
ok sthen@
2012-05-11 06:19:38 +00:00
okan
9890efe346
unhook GraphicsMagick,no_x11
2012-05-10 12:39:30 +00:00
okan
56aea6cb71
remove no_x11 FLAVOR; ok sthen@
2012-05-10 12:38:00 +00:00
okan
174bbb2a88
unhook gifsicle,no_x11
2012-05-10 12:36:22 +00:00
ajacoutot
d2ab48841e
Committed upstream.
2012-05-10 09:22:44 +00:00
ajacoutot
c083336b00
Move the calls to gtk.gdk.threads_{enter,leave} where they belong: fixes
...
abort on startup.
from kurt@
2012-05-10 07:43:17 +00:00
pascal
afc1d3acf2
Enable the new 'cycles' rendering engine. There may still be some rough edges,
...
but overall it is working well. Initially requested and tested by peters at
schwertfisch dot de (thanks).
Also, remove mention of ffmpeg flavour from DESCR.
2012-05-09 12:45:50 +00:00
pascal
dc92efbf35
+ openimageio
2012-05-09 12:43:19 +00:00
pascal
1258c37e66
OpenImageIO is a library for reading and writing images, and a bunch
...
of related classes, utilities, and applications. There is a
particular emphasis on formats and functionality used in professional,
large-scale animation and visual effects work for film. OpenImageIO
is used extensively in animation and VFX studios all over the world,
and is also incorporated into several commercial products.
ok ajacoutot@
2012-05-09 12:42:06 +00:00
okan
551261c2b8
re-enable dmtx-utils
2012-05-08 17:58:12 +00:00