public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] raqm 0.5.0
@ 2018-11-10 19:07 Ken Brown
  2018-11-10 21:16 ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: Ken Brown @ 2018-11-10 19:07 UTC (permalink / raw)
  To: cygwin-apps

[-- 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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ITP] raqm 0.5.0
  2018-11-10 19:07 [ITP] raqm 0.5.0 Ken Brown
@ 2018-11-10 21:16 ` Marco Atzeri
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Atzeri @ 2018-11-10 21:16 UTC (permalink / raw)
  To: cygwin-apps

Am 10.11.2018 um 20:07 schrieb Ken Brown:
> 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:
>

builds fine and clearly there is some upstream problem to
run test in place a some logs are in the build tree
and some are in source one

The shared lib package contain only that so the "usr/share/doc/"
should go or in the devel or in the doc package

>>> libraqm0-0.5.0-1.tar.xz
usr/bin/cygraqm-0.dll
usr/share/doc/
usr/share/doc/raqm/
usr/share/doc/raqm/AUTHORS
usr/share/doc/raqm/COPYING
usr/share/doc/raqm/NEWS
usr/share/doc/raqm/README

except that GTG for me.
I am adding the package to list

Regards
Marco



---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-10 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10 19:07 [ITP] raqm 0.5.0 Ken Brown
2018-11-10 21:16 ` Marco Atzeri

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).