public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin-apps <cygwin-apps@cygwin.com>
Subject: [ITP] raqm 0.5.0
Date: Sat, 10 Nov 2018 19:07:00 -0000	[thread overview]
Message-ID: <36d5298b-384c-f133-948e-bdddcd186d73@cornell.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 2046 bytes --]

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

[-- Attachment #2: raqm.cygport --]
[-- Type: text/plain, Size: 799 bytes --]

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"

[-- Attachment #3: no_undefined.patch --]
[-- Type: text/plain, Size: 395 bytes --]

--- 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	other threads:[~2018-11-10 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-10 19:07 Ken Brown [this message]
2018-11-10 21:16 ` Marco Atzeri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36d5298b-384c-f133-948e-bdddcd186d73@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).