- Update to 0.0.20
This commit is contained in:
parent
8ec3434dc7
commit
9da318c5ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221285
3 changed files with 13 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gegl
|
||||
PORTVERSION= 0.0.18
|
||||
PORTVERSION= 0.0.${GEGL_MINOR}
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.0/
|
||||
|
||||
|
@ -31,6 +31,9 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GEGL_MINOR= 20
|
||||
PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}"
|
||||
|
||||
EXAMPLES= 2geglbuffer gegl-paint geglbuffer-add-image \
|
||||
geglbuffer-clock hello-world hello-world-video
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gegl-0.0.18.tar.bz2) = e458409440a7b51f446df321c3657e4d
|
||||
SHA256 (gegl-0.0.18.tar.bz2) = 58d5c2c415684f5744dd8dec80a1c230fc4b02ecea6c9edf3b5ef3ed4046ef93
|
||||
SIZE (gegl-0.0.18.tar.bz2) = 1204867
|
||||
MD5 (gegl-0.0.20.tar.bz2) = 2e1f97ec8abd9a4a21f458b43799bff2
|
||||
SHA256 (gegl-0.0.20.tar.bz2) = 708bb6afef9dc896caeaa618238bd67dd8548be5b774ce3c67664b716b550db7
|
||||
SIZE (gegl-0.0.20.tar.bz2) = 1224221
|
||||
|
|
|
@ -2,17 +2,19 @@ bin/gegl
|
|||
include/gegl-0.0/gegl-buffer.h
|
||||
include/gegl-0.0/gegl-chant.h
|
||||
include/gegl-0.0/gegl-color.h
|
||||
include/gegl-0.0/gegl-config.c
|
||||
include/gegl-0.0/gegl-curve.h
|
||||
include/gegl-0.0/gegl-paramspecs.h
|
||||
include/gegl-0.0/gegl-plugin.h
|
||||
include/gegl-0.0/gegl-utils.h
|
||||
include/gegl-0.0/gegl-simd.h
|
||||
include/gegl-0.0/gegl.h
|
||||
include/gegl-0.0/operation/gegl-operation-area-filter.h
|
||||
include/gegl-0.0/operation/gegl-operation-composer.h
|
||||
include/gegl-0.0/operation/gegl-operation-composer3.h
|
||||
include/gegl-0.0/operation/gegl-operation-filter.h
|
||||
include/gegl-0.0/operation/gegl-operation-meta.h
|
||||
include/gegl-0.0/operation/gegl-operation-point-composer.h
|
||||
include/gegl-0.0/operation/gegl-operation-point-composer3.h
|
||||
include/gegl-0.0/operation/gegl-operation-point-filter.h
|
||||
include/gegl-0.0/operation/gegl-operation-point-render.h
|
||||
include/gegl-0.0/operation/gegl-operation-sink.h
|
||||
|
@ -20,7 +22,7 @@ include/gegl-0.0/operation/gegl-operation-source.h
|
|||
include/gegl-0.0/operation/gegl-operation-temporal.h
|
||||
include/gegl-0.0/operation/gegl-operation.h
|
||||
lib/libgegl-0.0.la
|
||||
lib/libgegl-0.0.so.18
|
||||
lib/libgegl-0.0.so.%%GEGL_MINOR%%
|
||||
lib/libgegl-0.0.so
|
||||
lib/gegl-0.0/add.la
|
||||
lib/gegl-0.0/add.so
|
||||
|
@ -82,6 +84,8 @@ lib/gegl-0.0/exr-load.la
|
|||
lib/gegl-0.0/exr-load.so
|
||||
lib/gegl-0.0/ff-load.la
|
||||
lib/gegl-0.0/ff-load.so
|
||||
lib/gegl-0.0/fill.la
|
||||
lib/gegl-0.0/fill.so
|
||||
lib/gegl-0.0/fractal-explorer.la
|
||||
lib/gegl-0.0/fractal-explorer.so
|
||||
lib/gegl-0.0/gamma.la
|
||||
|
|
Loading…
Reference in a new issue