mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
libgaiagraphics is an open source library supporting common-utility
raster handling methods. WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index PR: ports/169180 Submitted by: lbartoletti <coder@tuxfamily.org>
This commit is contained in:
parent
30d172270a
commit
8281e34e07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300378
@ -461,6 +461,7 @@
|
||||
SUBDIR += libexif
|
||||
SUBDIR += libexif-gtk
|
||||
SUBDIR += libfpx
|
||||
SUBDIR += libgaiagraphics
|
||||
SUBDIR += libgeotiff
|
||||
SUBDIR += libgfx
|
||||
SUBDIR += libggi
|
||||
|
35
graphics/libgaiagraphics/Makefile
Normal file
35
graphics/libgaiagraphics/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: libgaiagraphics
|
||||
# Date created: 2012-06-14
|
||||
# Whom: lbartoletti <coder@tuxfamily.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgaiagraphics
|
||||
PORTVERSION= 0.4b
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
||||
|
||||
MAINTAINER= coder@tuxfamily.org
|
||||
COMMENT= Library supporting common-utility raster handling methods
|
||||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
tiff:${PORTSDIR}/graphics/tiff \
|
||||
geotiff:${PORTSDIR}/graphics/libgeotiff \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
cairo:${PORTSDIR}/graphics/cairo
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -liconv
|
||||
CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/libgaiagraphics/distinfo
Normal file
2
graphics/libgaiagraphics/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede
|
||||
SIZE (libgaiagraphics-0.4b.tar.gz) = 451786
|
10
graphics/libgaiagraphics/files/patch-src-gaiagraphics_grid.c
Normal file
10
graphics/libgaiagraphics/files/patch-src-gaiagraphics_grid.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/gaiagraphics_grids.c.orig 2012-07-01 18:19:38.000000000 +0200
|
||||
+++ src/gaiagraphics_grids.c 2012-07-01 18:19:59.000000000 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include "gaiagraphics.h"
|
||||
#include "gaiagraphics_internals.h"
|
4
graphics/libgaiagraphics/pkg-descr
Normal file
4
graphics/libgaiagraphics/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
libgaiagraphics is an open source library supporting common-utility
|
||||
raster handling methods.
|
||||
|
||||
WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index
|
6
graphics/libgaiagraphics/pkg-plist
Normal file
6
graphics/libgaiagraphics/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/gaiagraphics.h
|
||||
lib/libgaiagraphics.a
|
||||
lib/libgaiagraphics.la
|
||||
lib/libgaiagraphics.so
|
||||
lib/libgaiagraphics.so.1
|
||||
libdata/pkgconfig/gaiagraphics.pc
|
Loading…
Reference in New Issue
Block a user