Bug 169180 - New port: graphics/libgaiagraphics libgaiagraphics is an open source library supporting common-utility raster handling methods.
Summary: New port: graphics/libgaiagraphics libgaiagraphics is an open source library ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-17 18:20 UTC by Loïc Bartoletti
Modified: 2012-07-02 15:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.42 KB, text/plain)
2012-06-17 18:20 UTC, Loïc Bartoletti
no flags Details
libgaiagraphics.shar (3.07 KB, text/plain; charset=UTF-8)
2012-07-01 18:14 UTC, Loïc Bartoletti
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2012-06-17 18:20:07 UTC
libgaiagraphics is an open source library supporting common-utility raster handling methods.

libgaiagraphics is built on the top of the following well known graphics libraries:

    libjpeg
    libpng
    libtiff / libgeotiff
    cairo

libgaiagraphics is licensed under the LGPL v3 (or any subsequent version) terms 


WWW : https://www.gaia-gis.it/fossil/libgaiagraphics/index


Lib used by Spatialite_gui (see this new port)

Fix: See shar file.

Tinder log :
https://redports.org/~lbartoletti/20120617170643-12593-30801/libgaiagraphics-0.4b.log

Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-06-17 21:09:27 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2012-07-01 11:29:04 UTC
Build fails on 7.4-FreeBSD, please see log:

http://people.freebsd.org/~pawel/buildlogs/libgaiagraphics-0.4b.log

--=20
pozdrawiam / with regards
Pawe=B3 P=EAkala
Comment 3 Loïc Bartoletti freebsd_committer freebsd_triage 2012-07-01 18:14:32 UTC
Le 01.07.2012 12:29, Pawel Pekala a écrit :
> Build fails on 7.4-FreeBSD, please see log:
>
> http://people.freebsd.org/~pawel/buildlogs/libgaiagraphics-0.4b.log
>

Compile error : Need include <sys/types.h> on 7.4

Here the new shar ports.

Logs :
7.4 amd64 
https://redports.org/~lbartoletti/20120701164303-46244-32924/libgaiagraphics-0.4b.log
7.4 i386 
https://redports.org/~lbartoletti/20120701164303-46244-32925/libgaiagraphics-0.4b.log

Best regards.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-07-02 15:27:26 UTC
pawel       2012-07-02 14:27:14 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/libgaiagraphics Makefile distinfo pkg-descr pkg-plist 
    graphics/libgaiagraphics/files patch-src-gaiagraphics_grid.c 
  Log:
  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>
  
  Revision  Changes    Path
  1.1517    +1 -0      ports/graphics/Makefile
  1.1       +35 -0     ports/graphics/libgaiagraphics/Makefile (new)
  1.1       +2 -0      ports/graphics/libgaiagraphics/distinfo (new)
  1.1       +10 -0     ports/graphics/libgaiagraphics/files/patch-src-gaiagraphics_grid.c (new)
  1.1       +4 -0      ports/graphics/libgaiagraphics/pkg-descr (new)
  1.1       +6 -0      ports/graphics/libgaiagraphics/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2012-07-02 15:30:37 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!