public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] libmypaint
@ 2020-05-25 23:12 Ken Brown
  2020-05-26 15:42 ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: Ken Brown @ 2020-05-25 23:12 UTC (permalink / raw)
  To: cygwin-apps

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

cygport file attached.

The only notable change from Yaakov's cygport file is that upstream has changed 
their library versioning scheme.  Previously the DLL was cygmypaint-1-3-0.dll 
and the library package was called libmypaint1.3_0.  Now the DLL is 
cygmypaint-0.dll, so I've called the library package libmypaint0.

This was a deliberate change, with much upstream discussion, so I don't think I 
should mess with it.

Ken

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

NAME="libmypaint"
VERSION=1.6.1
RELEASE=1
CATEGORY="Libs"
SUMMARY="MyPaint brush library"
DESCRIPTION="This is the brush library used by MyPaint. A number of other
painting programs use it too."
HOMEPAGE="https://github.com/mypaint/libmypaint"
SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${VERSION}/libmypaint-${VERSION}.tar.xz"

BUILD_REQUIRES="\
	gobject-introspection \
	libglib2.0-devel \
	libjson-c-devel \
"


PKG_NAMES="libmypaint0 libmypaint-common libmypaint-devel girepository-MyPaint1.6"
libmypaint0_REQUIRES="libmypaint-common"
libmypaint0_CONTENTS="
	usr/bin/cygmypaint-0.dll
"
libmypaint_common_CONTENTS="
	usr/share/doc/${NAME}
	usr/share/locale/*/*/libmypaint.mo
"
libmypaint_devel_CONTENTS="
	usr/include/libmypaint/
	usr/lib/libmypaint.dll.a
	usr/lib/pkgconfig/libmypaint.pc
"
girepository_MyPaint1_6_CONTENTS="usr/*/gir*-1.0/MyPaint-1.6.*"

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 23:12 [ITA] libmypaint Ken Brown
2020-05-26 15:42 ` 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).