Commit Graph

14 Commits

Author SHA1 Message Date
Antoine Brodin
72501976a8 Remove patch that no longer applies 2019-07-10 21:46:28 +00:00
Koop Mast
dfecceff54 Update gegl to 0.4.16.
Enable GEXIV2 option by default, since exiv support was dropped.
2019-07-10 16:52:07 +00:00
Koop Mast
6139dfbfd7 Update gegl to 0.4.14. 2019-05-11 18:52:00 +00:00
Koop Mast
abc7aafda0 Update gegl to 0.4.12.
* remove stale 0.3.x development comment from pkg-descr.
2018-11-24 14:01:25 +00:00
Koop Mast
f1cfd38116 Move graphics/gegl3 to graphics/gegl and update to 0.4.8. 2018-10-07 19:02:47 +00:00
Koop Mast
fc38cc0715 Remove the old gegl. 2018-10-07 19:00:17 +00:00
Jan Beich
41b40a846c graphics/gegl: unbreak with ffmpeg 4.0
./ff-load.c:312:36: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
      if (p->codec->capabilities & CODEC_CAP_TRUNCATED)
                                   ^
./ff-load.c:313:26: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
        p->enc->flags |= CODEC_FLAG_TRUNCATED;

PR:		227726
2018-04-24 13:56:29 +00:00
Jan Beich
e20fd87bcf graphics/gegl: unbreak FFMPEG=on runtime
$ gimp /path/to/file.png
GEGL-geglmodule.c-Message: Module '/usr/local/lib/gegl-0.2/ff-load.so'
load error: /usr/local/lib/gegl-0.2/ff-load.so: Undefined symbol "av_read_packet"

$ echo CFLAGS+=-Werror=implicit-function-declaration >>Makefile.local
$ make
[...]
./ff-load.c:140:9: error: implicit declaration of function 'av_close_input_file' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
        av_close_input_file (p->ic);
        ^
./ff-load.c:219:23: error: implicit declaration of function 'av_read_packet' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
                  if (av_read_packet (p->ic, &p->pkt) < 0)
                      ^
./ff-load.c:274:13: error: implicit declaration of function 'av_open_input_file' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
      err = av_open_input_file (&p->ic, o->path, NULL, 0, NULL);
            ^
./ff-load.c:279:13: error: implicit declaration of function 'av_find_stream_info' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
      err = av_find_stream_info (p->ic);
            ^
./ff-load.c:279:13: note: did you mean 'avformat_find_stream_info'?
/usr/local/include/libavformat/avformat.h:2217:5: note: 'avformat_find_stream_info' declared here
int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
    ^
./ff-load.c:315:11: error: implicit declaration of function 'avcodec_open' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
      if (avcodec_open (p->enc, p->codec) < 0)
          ^
./ff-load.c:315:11: note: did you mean 'avcodec_open2'?
/usr/local/include/libavcodec/avcodec.h:4324:5: note: 'avcodec_open2' declared here
int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
    ^
./ff-load.c:324:23: error: implicit declaration of function 'avcodec_alloc_frame' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
      p->lavc_frame = avcodec_alloc_frame ();
                      ^

PR:		207547
Approved by:	portmgr blanket
2016-12-12 08:08:41 +00:00
Jason E. Hale
94252026bc Update graphics/libopenraw to 0.1.0
Take maintainership
Chase shared library bump and fix build with graphics/gegl
2016-12-01 19:03:50 +00:00
Koop Mast
94fad015f4 Add patch to fix ruby script with ruby 1.9+ [1]
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@
2013-06-17 19:26:33 +00:00
Pietro Cerutti
3f62627a04 - Fix typo 2011-03-07 18:42:29 +00:00
Pietro Cerutti
e0972dd3d0 - Adjust 8.2-STABLE __FreeBSD_version value after MFC of log2 and log2f
Reported by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-03-07 17:42:21 +00:00
Pietro Cerutti
744ee94d7e - Adjust recent patch to include un-MFC'd stable branches.
PR:		155183
Reported by:	Guido Falsi <mad@madpilot.net>
		Warren Block <wblock@wonkity.com>
2011-03-02 15:10:45 +00:00
Pietro Cerutti
3f8f9224d9 - Add a patch to workaround the lack of log2f in older releases.
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
2011-03-02 12:42:51 +00:00