mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
C++ bindings for GEGL.
WWW: http://ftp.gnome.org/pub/gnome/sources/geglmm/ PR: ports/146772 Submitted by: Ashish SHUKLA <wahjava at gmail.com>
This commit is contained in:
parent
ebcbbcc06a
commit
1a2e53adec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255797
@ -220,6 +220,7 @@
|
||||
SUBDIR += gdtclft
|
||||
SUBDIR += geeqie
|
||||
SUBDIR += gegl
|
||||
SUBDIR += geglmm
|
||||
SUBDIR += geist
|
||||
SUBDIR += geoapi
|
||||
SUBDIR += geomorph
|
||||
|
26
graphics/geglmm/Makefile
Normal file
26
graphics/geglmm/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: geglmm
|
||||
# Date created: 2010-01-25
|
||||
# Whom: Ashish SHUKLA <wahjava@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= geglmm
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= wahjava@gmail.com
|
||||
COMMENT= C++ bindings for GEGL
|
||||
|
||||
LIB_DEPENDS= gegl-0.1.101:${PORTSDIR}/graphics/gegl \
|
||||
glibmm-2.4.1:${PORTSDIR}/devel/glibmm
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/geglmm/distinfo
Normal file
3
graphics/geglmm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (geglmm-0.1.0.tar.bz2) = cb018d76ce90bc5efb33ecc41a6f678e
|
||||
SHA256 (geglmm-0.1.0.tar.bz2) = dcac532c49518a056af8eed7162591b80af939839ca9f7c4fe15b94e1dc245e8
|
||||
SIZE (geglmm-0.1.0.tar.bz2) = 564786
|
3
graphics/geglmm/pkg-descr
Normal file
3
graphics/geglmm/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
C++ bindings for GEGL.
|
||||
|
||||
WWW: http://ftp.gnome.org/pub/gnome/sources/geglmm/
|
36
graphics/geglmm/pkg-plist
Normal file
36
graphics/geglmm/pkg-plist
Normal file
@ -0,0 +1,36 @@
|
||||
include/geglmm-1.0/geglmm.h
|
||||
include/geglmm-1.0/geglmm/buffer.h
|
||||
include/geglmm-1.0/geglmm/color.h
|
||||
include/geglmm-1.0/geglmm/curve.h
|
||||
include/geglmm-1.0/geglmm/init.h
|
||||
include/geglmm-1.0/geglmm/matrix3.h
|
||||
include/geglmm-1.0/geglmm/node.h
|
||||
include/geglmm-1.0/geglmm/operation.h
|
||||
include/geglmm-1.0/geglmm/path.h
|
||||
include/geglmm-1.0/geglmm/private/buffer_p.h
|
||||
include/geglmm-1.0/geglmm/private/color_p.h
|
||||
include/geglmm-1.0/geglmm/private/curve_p.h
|
||||
include/geglmm-1.0/geglmm/private/matrix3_p.h
|
||||
include/geglmm-1.0/geglmm/private/node_p.h
|
||||
include/geglmm-1.0/geglmm/private/operation_p.h
|
||||
include/geglmm-1.0/geglmm/private/path_p.h
|
||||
include/geglmm-1.0/geglmm/private/processor_p.h
|
||||
include/geglmm-1.0/geglmm/private/rectangle_p.h
|
||||
include/geglmm-1.0/geglmm/processor.h
|
||||
include/geglmm-1.0/geglmm/rectangle.h
|
||||
include/geglmm-1.0/geglmm/wrap_init.h
|
||||
lib/geglmm-1.0/include/geglmmconfig.h
|
||||
lib/geglmm-1.0/proc/m4/convert.m4
|
||||
lib/geglmm-1.0/proc/m4/convert_libgeglmm.m4
|
||||
lib/libgeglmm.la
|
||||
lib/libgeglmm.so
|
||||
lib/libgeglmm.so.3
|
||||
libdata/pkgconfig/geglmm.pc
|
||||
@dirrmtry libdata/pkgconfig
|
||||
@dirrm lib/geglmm-1.0/proc/m4
|
||||
@dirrm lib/geglmm-1.0/proc
|
||||
@dirrm lib/geglmm-1.0/include
|
||||
@dirrm lib/geglmm-1.0
|
||||
@dirrm include/geglmm-1.0/geglmm/private
|
||||
@dirrm include/geglmm-1.0/geglmm
|
||||
@dirrm include/geglmm-1.0
|
Loading…
Reference in New Issue
Block a user