Commit Graph

42 Commits

Author SHA1 Message Date
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
jasper
06cef3a015 Security fix for
CVE-2012-4433 gegl: Integer overflow, leading to heap-based buffer overflow by parsing PPM image headers

ok aja@
2012-11-06 12:59:09 +00:00
naddy
14c60eb928 requires intltool to build 2012-10-20 20:05:44 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
giovanni
f848ac8508 Update to 0.2.0, initial diff from ajacoutot@
ok jasper@
2012-06-06 07:58:57 +00:00
ajacoutot
f732c935fe Move exr-save to -plugins where it belongs. 2011-12-28 09:31:58 +00:00
ajacoutot
b053169cc3 Bugfix update to gegl-0.1.8. 2011-12-10 09:13:43 +00:00
naddy
885329417b missing bump 2011-11-02 21:05:38 +00:00
jasper
123b03e47c - regen WANTLIB 2011-11-01 20:30:49 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
sthen
b328f2f4ad Chase ffmpeg dep changes. Mostly from Brad ok dcoppa@, plus opencv from me. 2011-06-24 11:17:05 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
sthen
65d10f2a68 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:11:53 +00:00
jakemsr
2f948b5fd0 more ports that need faad removed from WANTLIB after ffmpeg update,
as noted on ports@.
2011-03-29 23:22:17 +00:00
ajacoutot
750aeb20d7 Update to gegl-0.1.6. 2011-03-02 06:43:25 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
espie
ed54ec78be missed execinfo 2010-11-11 19:41:31 +00:00
espie
0abe08ec35 WANTLIB conversion 2010-11-09 18:22:26 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
landry
8ba6a112a1 Bump -main after gtk+2/gdk-pixbuf split 2010-09-30 07:44:20 +00:00
landry
eda8228b4f Fix WANTLIB after librsvg update. 2010-09-28 10:55:46 +00:00
sthen
adfaa8987d - chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
jakemsr
b3d0a038f0 wantlib/libdepends changes due to ffmpeg update 2010-05-26 21:46:50 +00:00
ajacoutot
65d4e3f57a Update to gegl-0.1.2. 2010-04-24 13:07:54 +00:00
ajacoutot
b00ca14075 Update to gegl-0.1.0. 2009-10-14 14:19:37 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
0e87aad388 set the pkgspec for LIB_DEPENDS on ffmpeg to a version with schroedinger
included, so the tools know that old ffmpeg versions won't satisfy the
dependencies listed in WANTLIB.

this way, attempting to install these packages with old ffmpeg will
no longer give you a cryptic error message as seen by dhill@.
2009-07-19 22:49:12 +00:00
sthen
0127d8b71f add schroedinger/oil WANTLIB, bump 2009-07-19 12:42:04 +00:00
ajacoutot
7267db29e4 - update to gegl-0.0.22
(needed for upcoming gnome-scan update)

gimp is still happy with this update
2009-01-03 14:58:42 +00:00
landry
a2e3a0ad8f Fix after no_gnome FLAVOR removal in x11/gnome/librsvg.
While here, shrink/reorganize WANTLIB and bump PKGNAME.
2008-11-18 13:45:41 +00:00
ajacoutot
02a41704f7 - fix build with latest glib2 2008-10-27 21:39:27 +00:00
ajacoutot
ae5d740cad - gegl 0.0.20 2008-10-27 13:15:58 +00:00
ajacoutot
605f2fb3c5 - update babl to version 0.0.22
from Giovanni Bechis
2008-10-03 10:13:48 +00:00
sturm
67f81bc393 missing PKGNAME bump after adding @bin to PLIST-main 2008-07-13 12:09:14 +00:00
jakemsr
6838aeee39 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* add @bin markers in PLISTs
* bump PKGNAMEs

feedback/ok brad@
2008-07-09 02:07:36 +00:00
merdely
15d198b12c Implement the same fix jakemsr@ used to make audio/jack work with alpha.
(va_list cannot be NULL)
Bump -main subpackage.

input from jakemsr@
ok ajacoutot@
2008-07-02 14:03:40 +00:00
sthen
6abd222381 sync WANTLIB following cairo update. ok naddy 2008-06-29 20:44:51 +00:00
ajacoutot
b4f74c4fe9 - fix WANTLIB after ilmbase dependency_libs change 2008-04-11 20:38:13 +00:00
jasper
9c210fb405 - fix WANTLIB/LIB_DEPENDS after recent openexr update 2008-04-11 11:16:47 +00:00
ajacoutot
0ddb4c4130 Import gegl-0.0.16
GEGL (GEneric Graphics Library) is a graph based image processing
framework.
GEGL's original design was made to scratch GIMP's itches for a new
compositing and processing core. This core is being designed to have
minimal dependencies and a simple well defined API.

ok jasper@
2008-04-10 14:12:35 +00:00