aboutsummaryrefslogtreecommitdiff
path: root/graphics/gegl
Commit message (Collapse)AuthorAgeFilesLines
* Add patch to fix ruby script with ruby 1.9+ [1]Koop Mast2013-06-173-30/+27
| | | | | | | | | | | | | Remove Obsolete reinplace lines. Make sure we have ruby and bash available for building docs and not depend on others to supply it. Don't install docs double. PR: ports/179531 [1] Submitted by: bar@ Notes: svn path=/head/; revision=321146
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316343
* Add a missing build time dependency, graphviz, for DOCS option.Jeremy Messenger2013-03-221-1/+2
| | | | | | | Reported by: green dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=314940
* - fix packing listJeremy Messenger2013-03-202-4/+2
| | | | | | | | | | | - remove indefinite article from COMMENT, while here - bump PORTREVISION PR: ports/176982 Submitted by: rm Notes: svn path=/head/; revision=314708
* Fix the plist when Jasper disabled.Jeremy Messenger2013-03-201-2/+2
| | | | | | | | PR: ports/176903 Submitted by: r4721@tormail.org (no name, just email in PR) Notes: svn path=/head/; revision=314707
* Add a check on if graphviz is installed with PANGOCAIRO support. If not thenJeremy Messenger2013-03-191-0/+8
| | | | | | | give an error about it. Notes: svn path=/head/; revision=314699
* Update to 0.2.0Koop Mast2013-03-113-288/+318
| | | | | | | | | | | | | | Convert to OptionsNG, switch to pathfix instead of gnomehack. Fix plist issue [1] PR: ports/175773 [1] PR: ports/176447 [1] Submitted by: Eric Krausser <eric@krausser-edv.de> [1], Dmitry Marakasov <amdmi3@amdmi3.ru> [1] Obtained from: gnome team repo Notes: svn path=/head/; revision=313871
* Update graphviz LIB_DEPEND line, the old library was dropped from the graphvizKoop Mast2013-01-271-3/+1
| | | | | | | | | | | | package. [1] Remove obsolete reinplace line, was applied by upstream. [2] Reported by: Mike Harding <mvharding@gmail.com> [1], Rainer Hurling <rhurlin@gwdg.de> [2] Pointyhat to: dinoex@ [1] Notes: svn path=/head/; revision=311075
* Fix doc build.Koop Mast2013-01-271-4/+2
| | | | | | | | | While here remove DOCS option. Submitted by: many Notes: svn path=/head/; revision=311055
* Patch Makefile.in instead of Makefile.am this prevents autofoo from being ↵Koop Mast2013-01-251-57/+62
| | | | | | | | | | | | | | | | | run [1] Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig [2] Switch to OptionsNG. This renames the RSVG->LIBRSVG2 and GDK->PIXBUF options[2] Remove shlib version in lib_DEPENDS lines [2] Trim Makefile Header while here Bump portrevision since default depends changed. PR: ports/168464 (reported by) [1] Submitted by: Jan Beich <jbeich@tormail.org> [1] Obtained from: GNOME staging area [2] Notes: svn path=/head/; revision=310987
* - Chase lib version changes from ilmbase and OpenEXR updatesSteve Wills2013-01-171-2/+2
| | | | Notes: svn path=/head/; revision=310536
* - backtrace() is only called when GEGL_BUFFER_DEBUG_ALLOCATIONS is defined,Jeremy Messenger2012-12-301-8/+4
| | | | | | | | | | | so disable libexecinfo. - Update the header. PR: ports/169649 Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=309651
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Get its configure to recognize amd64 by s/x86_64/amd64/g to enable SSE/MMX.Jeremy Messenger2012-05-201-5/+9
| | | | | | | | PR: ports/167721 Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=297061
* Turns gdk-pixbuf2 and jasper dependencies into optional and correct dependencyJeremy Messenger2012-05-202-8/+26
| | | | | | | | | | by change from gtk20 to gdkpixbuf2. Bump the PORTREVISION. PR: ports/167721 Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=297045
* Fix the build by add -lintl.Jeremy Messenger2012-03-141-1/+2
| | | | | | | | | PR: ports/163121 Submitted by: freebsd@nagilum.org Feature safe: yes Notes: svn path=/head/; revision=293297
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Fix plist by including 2 missed files, bump portrevision. Add build depend onKoop Mast2011-12-032-0/+4
| | | | | | | | | | gobject-introspection just to be sure. Submitted by: pointyhat (via pav) Feature safe: yes Notes: svn path=/head/; revision=286810
* - Pass maintainership to the gnome team. Updates to this port were anyway to bePietro Cerutti2011-11-291-1/+1
| | | | | | | | | | | discussed with them because of gegl's close relationship with x11/babl and graphics/gimp-app. Approved by: kwm (for gnome@) Feature safe: yes Notes: svn path=/head/; revision=286610
* - Fix PLIST when using JPEG, SDL or OPENEXR.Pietro Cerutti2011-11-282-3/+7
| | | | | | | | | | - Unbreak with FFMPEG Reported by: PH (via pav) Feature safe: yes Notes: svn path=/head/; revision=286547
* - Fix build with NOPORTDOCSPietro Cerutti2011-11-231-1/+1
| | | | | | | | | PR: 162757 Submitted by: Piotr Kubaj <pkubaj@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=286295
* - Disable VALA supportPietro Cerutti2011-11-221-0/+1
| | | | | | | | | PR: 162753 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=286245
* - Update to 0.1.8Pietro Cerutti2011-11-223-15/+29
| | | | | | | | | | ChangeLog: http://git.gnome.org/browse/gegl/log/ News: http://git.gnome.org/browse/gegl/tree/NEWS Feature safe: yes Notes: svn path=/head/; revision=286235
* - Remove unneeded dependency on rubySteve Wills2011-10-271-2/+0
| | | | | | | | | PR: ports/161192 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> Approved by: gahr (maintainer) Notes: svn path=/head/; revision=284446
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - fix after update to graphviz-0.28Dirk Meyer2011-05-201-1/+1
| | | | Notes: svn path=/head/; revision=274396
* - bump after update to graphviz-0.28Dirk Meyer2011-05-201-0/+1
| | | | Notes: svn path=/head/; revision=274364
* - Fix PLIST based on OPTIONSPietro Cerutti2011-03-082-10/+23
| | | | | | | Reported by: PH via pav Notes: svn path=/head/; revision=270510
* - Fix typoPietro Cerutti2011-03-071-1/+1
| | | | Notes: svn path=/head/; revision=270457
* - Adjust 8.2-STABLE __FreeBSD_version value after MFC of log2 and log2fPietro Cerutti2011-03-071-1/+1
| | | | | | | Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=270454
* - Adjust recent patch to include un-MFC'd stable branches.Pietro Cerutti2011-03-021-1/+1
| | | | | | | | | PR: 155183 Reported by: Guido Falsi <mad@madpilot.net> Warren Block <wblock@wonkity.com> Notes: svn path=/head/; revision=270121
* - Add a patch to workaround the lack of log2f in older releases.Pietro Cerutti2011-03-021-0/+14
| | | | | | | | | | | | NOTE: this should not hit users of CURRENT, 7.4 or 8.2. Reported by: ajtiM <lumiwa@gmail.com> Warren Block <wblock@wonkity.com> Christoph Moench-Tegeder <cmt@burggraben.net> PR: ports/155183 Notes: svn path=/head/; revision=270115
* - Update to 0.1.6Pietro Cerutti2011-03-013-39/+73
| | | | | | | ChangeLog: http://git.gnome.org/browse/gegl/log/ Notes: svn path=/head/; revision=270063
* - Mark ffmpeg support as broken and disable it as defaultPietro Cerutti2010-06-211-1/+2
| | | | | | | | | PR: 147928 Submitted by: Josh Carroll <josh.carroll@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=256783
* - Do not depend on enscript if WITHOUT_ENSCRIPT is setPietro Cerutti2010-04-191-3/+0
| | | | | | | - Remove invalid configure argument Notes: svn path=/head/; revision=252904
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Disable PORTDOCS til I figure out why it breaks on QATPietro Cerutti2010-03-241-0/+6
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=251450
* - Add dependency on libexecinfoPietro Cerutti2010-03-241-1/+2
| | | | Notes: svn path=/head/; revision=251444
* - Update to 0.1.2Pietro Cerutti2010-03-243-226/+237
| | | | Notes: svn path=/head/; revision=251441
* - Add dependency on print/enscript-a4Pietro Cerutti2010-03-012-3/+19
| | | | | | | | | | | - Bump PORTREVISION PR: 144185 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Feature safe: yes Notes: svn path=/head/; revision=250456
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Add OPTIONS for LUA and V4LPietro Cerutti2009-07-242-7/+29
| | | | | | | | | | - Minor refactoring PR: 137021 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=238321
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Chase libopenraw shbumpPav Lucistnik2009-05-041-2/+2
| | | | Notes: svn path=/head/; revision=233205
* - Chase asciidoc updateDennis Herrmann2009-04-071-1/+1
| | | | | | | | | - Bump PORTREVSION Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=231829
* - Fix OPTIONS and PLISTPietro Cerutti2009-03-142-39/+55
| | | | | | | | - Add dependency on ruby - Bump PORTREVISION Notes: svn path=/head/; revision=230037
* - Really implement OPTIONS at autoconf levelPietro Cerutti2009-03-101-12/+44
| | | | | | | - Add optional support for Graphviz and Libspiro Notes: svn path=/head/; revision=229852
* - Update to 0.0.22Pietro Cerutti2009-03-093-14/+67
| | | | | | | - Implement OPTIONS Notes: svn path=/head/; revision=229808
* - Unbreak under certain conditions (disable SSE and MMX)Pietro Cerutti2008-10-201-0/+3
| | | | | | | | PR: 128130, 128175 Submitted by: gerard@seibercom.net Notes: svn path=/head/; revision=221846