raqm is in Debian testing and Fedora:

    https://packages.debian.org/source/buster/raqm
    https://apps.fedoraproject.org/packages/libraqm

My cygport file and patch are attached.

Package files:

http://sanibeltranquility.com/cygwin/x86/release/raqm/raqm-0.5.0-1-src.tar.xz
http://sanibeltranquility.com/cygwin/x86/release/raqm/raqm-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86/release/raqm/libraqm-devel/libraqm-devel-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86/release/raqm/libraqm-devel/libraqm-devel-0.5.0-1.tar.xz
http://sanibeltranquility.com/cygwin/x86/release/raqm/raqm-doc/raqm-doc-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86/release/raqm/raqm-doc/raqm-doc-0.5.0-1.tar.xz
http://sanibeltranquility.com/cygwin/x86/release/raqm/raqm-debuginfo/raqm-debuginfo-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86/release/raqm/raqm-debuginfo/raqm-debuginfo-0.5.0-1.tar.xz
http://sanibeltranquility.com/cygwin/x86/release/raqm/libraqm0/libraqm0-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86/release/raqm/libraqm0/libraqm0-0.5.0-1.tar.xz
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/raqm-0.5.0-1-src.tar.xz
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/raqm-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/libraqm-devel/libraqm-devel-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/libraqm-devel/libraqm-devel-0.5.0-1.tar.xz
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/raqm-doc/raqm-doc-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/raqm-doc/raqm-doc-0.5.0-1.tar.xz
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/raqm-debuginfo/raqm-debuginfo-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/raqm-debuginfo/raqm-debuginfo-0.5.0-1.tar.xz
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/libraqm0/libraqm0-0.5.0-1.hint
http://sanibeltranquility.com/cygwin/x86_64/release/raqm/libraqm0/libraqm0-0.5.0-1.tar.xz

License: MIT

Ken
NAME="raqm"
VERSION=0.5.0
RELEASE=1

HOMEPAGE="https://github.com/HOST-Oman/libraqm";
CATEGORY="Libs"
SUMMARY="A library for complex text layout"
DESCRIPTION="Raqm is a small library that encapsulates the logic for complex 
text
layout and provide a convenient API."

SRC_URI="${HOMEPAGE}/releases/download/v${VERSION}/raqm-${VERSION}.tar.gz"

PATCH_URI="no_undefined.patch"

DEPEND="libfreetype-devel libharfbuzz-devel libfribidi-devel gtk-doc"

PKG_NAMES="libraqm0 libraqm-devel raqm-doc"

libraqm0_SUMMARY="${SUMMARY} (runtime)"
libraqm0_CONTENTS="usr/bin/cygraqm-0.dll usr/share/doc"

libraqm_devel_SUMMARY="${SUMMARY} (development)"
libraqm_devel_CONTENTS="usr/include usr/lib"

raqm_doc_SUMMARY="${SUMMARY} (documentation)"
raqm_doc_CONTENTS="usr/share/gtk-doc"

CYGCONF_ARGS="--enable-gtk-doc"
--- origsrc/raqm-0.5.0/src/Makefile.am  2018-02-10 09:59:42.000000000 -0500
+++ src/raqm-0.5.0/src/Makefile.am      2018-11-10 11:24:22.168466000 -0500
@@ -27,7 +27,7 @@ libraqm_la_CPPFLAGS = \
     $(NULL)
 
 libraqm_la_LDFLAGS = \
-    -version-info $(RAQM_LIBTOOL_VERSION) \
+    -version-info $(RAQM_LIBTOOL_VERSION) -no-undefined \
     $(NULL)
 
 libraqm_test_la_SOURCES = $(libraqm_la_SOURCES)

Reply via email to