star-3daw

Create star-3d geometries from OBJ files
git clone git://git.meso-star.fr/star-3daw.git
Log | Files | Refs | README | LICENSE

commit 08df083f113708e76bd1e95739e6fdb5f8efc6fc
parent e2f7249819ad042df3db5e78ccafa95cc05b9947
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 19 Oct 2023 10:45:25 +0200

Set the version of dependencies that supports a pc file

Diffstat:
Mconfig.mk | 8++++----
Ms3daw.pc.in | 5++++-
2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/config.mk b/config.mk @@ -24,19 +24,19 @@ PCFLAGS_SHARED = PCFLAGS_STATIC = --static PCFLAGS = $(PCFLAGS_$(LIB_TYPE)) -AW_VERSION = 2.0 +AW_VERSION = 2.1 AW_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags aw) AW_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs aw) -POLYGON_VERSION = 0.1 +POLYGON_VERSION = 0.2 POLYGON_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags polygon) POLYGON_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs polygon) -RSYS_VERSION = 0.6 +RSYS_VERSION = 0.14 RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys) RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys) -S3D_VERSION = 0.3 +S3D_VERSION = 0.10 S3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags s3d) S3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs s3d) diff --git a/s3daw.pc.in b/s3daw.pc.in @@ -3,7 +3,10 @@ includedir=${prefix}/include libdir=${prefix}/lib Requires: rsys >= @RSYS_VERSION@ -Requires.private: aw >= @AW_VERSION@, polygon >= @POLYGON_VERSION@, s3d >= @S3D_VERSION@ +Requires.private:\ + aw >= @AW_VERSION@,\ + polygon >= @POLYGON_VERSION@,\ + s3d >= @S3D_VERSION@ Name: Star-3DAW Description: Star-3DAW library Version: @VERSION@