public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] cairomm, as replacement for cairomm1.0
@ 2020-05-15 15:30 Ken Brown
  2020-05-15 17:42 ` Marco Atzeri
  2020-05-26  3:31 ` Yaakov Selkowitz
  0 siblings, 2 replies; 5+ messages in thread
From: Ken Brown @ 2020-05-15 15:30 UTC (permalink / raw)
  To: cygwin-apps

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

cygport file attached.  I've bumped the version to 1.12.2, which is the latest 
stable upstream release.  Upstream has actually released 1.15.5, but the News 
file says it's unstable and recommends that distros not package it.

I'm proposing an unversioned source package cairomm, as well as unversioned 
devel and doc packages.  This is what we do with many library packages, and it 
is consistent with Fedora's packaging.

It will also ease future maintenance.  I've looked at the upstream git repo, and 
there's been an ABI change from 1.0 to 1.14 and then to 1.16.  It would be 
annoying to have to create a new Cygwin package for each such change.

I'll wait for Yaakov to weigh in on this before I upload anything.

The change might require some manual intervention on sourceware, to rename the 
existing cairomm1.0 directory to cairomm.

Ken

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

inherit gtkmm

NAME="cairomm"
VERSION=1.12.2
RELEASE=1
CATEGORY="Libs"
SUMMARY="C++ bindings for the cairo graphics engine"
DESCRIPTION="cairomm is a C++ wrapper for the cairo graphics library.  It offers
all the power of cairo with an interface familiar to C++ developers,
including use of the Standard Template Library where it makes sense."
HOMEPAGE="http://cairographics.org/cairomm"
SRC_URI="http://cairographics.org/releases/cairomm-${VERSION}.tar.gz"
SRC_DIR="cairomm-${VERSION}"
PATCH_URI="1.12.0-std-c++11.patch"

abi=1.0

PKG_NAMES="lib${NAME}${abi}_1 lib${NAME}-devel lib${NAME}-doc"
libcairomm1_0_1_CONTENTS="usr/bin/cygcairomm-${abi}-1.dll usr/share/doc/${NAME}/"
libcairomm_devel_CONTENTS="usr/include/ usr/lib/"
libcairomm_devel_OBSOLETES="libcairomm1.0-devel"
libcairomm_doc_CONTENTS="usr/share/devhelp/ usr/share/doc/cairomm-${abi}/"
libcairomm_doc_OBSOLETES="libcairomm1.0-doc"

DIFF_EXCLUDES="cairommconfig.h"

BUILD_REQUIRES="libsigc2.0-devel"

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

end of thread, other threads:[~2020-05-26 11:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 15:30 [ITP] cairomm, as replacement for cairomm1.0 Ken Brown
2020-05-15 17:42 ` Marco Atzeri
     [not found]   ` <90537190-7a38-3d73-0241-a980bce25ed3@cornell.edu>
2020-05-22 19:04     ` Marco Atzeri
2020-05-26  3:31 ` Yaakov Selkowitz
2020-05-26 11:57   ` Ken Brown

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