Skip to content

Commit

Permalink
giza-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 5, 2023
1 parent f6db49a commit 39a101c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
45 changes: 24 additions & 21 deletions giza/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,52 +5,52 @@ pdf, ps, png and X-Windows. Written in C with no dependencies (other than
cairo) as a direct replacement for PGPLOT.

Runtime requirements:
cygwin-3.3.4-2
libX11_6-1.7.3.1-1
cygwin-3.5.0-0.499.gc0d2f3874207
libX11_6-1.8.4-1
libcairo2-1.17.4-1
libfontconfig1-2.13.1-2
libfreetype6-2.11.0-2
libgfortran5-11.2.0-1
libgiza-devel-1.3.2-1bl1
libgiza0-1.3.2-1bl1
pkg-config-1.8.0-1
libfreetype6-2.13.1-1
libgfortran5-11.4.0-1
libgiza-devel-1.4.1-1bl1
libgiza0-1.4.1-1bl1
pkg-config-2.1.0-1

Build requirements:
(besides corresponding -devel packages)
autoconf-15-1
automake-11-1
binutils-2.37-2
cygport-0.34.2-1
binutils-2.41-3
cygport-0.36.7-1
flex-2.6.4-2
gcc-core-11.2.0-1
gcc-fortran-11.2.0-1
libX11-devel-1.7.3.1-1
gcc-core-11.4.0-1
gcc-fortran-11.4.0-1
libX11-devel-1.8.4-1
libcairo-devel-1.17.4-1
libfontconfig-devel-2.13.1-2
libfreetype-devel-2.11.0-2
libfreetype-devel-2.13.1-1
libtool-2.4.7-1
make-4.3-1
make-4.4.1-2

Canonical website:
https://github.com/danieljprice/giza

Canonical download:
https://github.com/danieljprice/giza/archive/refs/tags/v1.3.2.tar.gz
https://github.com/danieljprice/giza/archive/refs/tags/v1.4.1.tar.gz

-------------------------------------------

Build instructions:
1. unpack giza-1.3.2-X-src.tar.xz
1. unpack giza-1.4.1-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./giza-1.3.2-X.cygport all
% cygport ./giza-1.4.1-X.cygport all

This will create:
/usr/src/giza-1.3.2-X-src.tar.xz
/usr/src/giza-1.3.2-X.tar.xz
/usr/src/libgiza0-1.3.2-X.tar.xz
/usr/src/libgiza-devel-1.3.2-X.tar.xz
/usr/src/giza-1.4.1-X-src.tar.xz
/usr/src/giza-1.4.1-X.tar.xz
/usr/src/libgiza0-1.4.1-X.tar.xz
/usr/src/libgiza-devel-1.4.1-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -88,6 +88,9 @@ Files included in the binary package:

Port Notes:

----- version 1.4.1-1bl1 -----
Version bump.

----- version 1.3.2-1bl1 -----
Version bump.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ DESCRIPTION="A 2D scientific plotting library built on cairo. Provides uniform o
pdf, ps, png and X-Windows. Written in C with no dependencies (other than
cairo) as a direct replacement for PGPLOT."

LICENSE="LGPL-3.0-or-later"
LICENSE_SPDX="SPDX-License-Identifier: LGPL-3.0-or-later"
LICENSE_URI="COPYING"

BUILD_REQUIRES="gcc-fortran libcairo-devel libfontconfig-devel libfreetype-devel libX11-devel"

CYGCONF_ARGS="
Expand All @@ -22,7 +26,7 @@ giza_CONTENTS="
usr/share
"
libgiza0_CONTENTS="
usr/bin
usr/bin/cyg*-0.dll
"
libgiza_devel_CONTENTS="
usr/include
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- origsrc/giza-1.3.2/test/C/Makefile.am 2022-03-14 07:21:36.000000000 +0900
+++ src/giza-1.3.2/test/C/Makefile.am 2022-04-16 22:47:38.335030100 +0900
--- origsrc/giza-1.4.1/test/C/Makefile.am 2023-11-30 08:55:46.000000000 +0900
+++ src/giza-1.4.1/test/C/Makefile.am 2023-12-05 09:28:57.835981800 +0900
@@ -1,5 +1,5 @@
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
-AM_CPPFLAGS = -I../../src
Expand Down

0 comments on commit 39a101c

Please sign in to comment.