jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / pixman / Makefile
blob3ba2cdb3f2602d30c4af35dbee8c1a66441e678f
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2015 Alexander Pyhalov
13 # Copyright (c) 2019 Michal Nowak
14 # Copyright (c) 2021, 2024 Andreas Wacknitz
17 BUILD_STYLE= meson
18 USE_DEFAULT_TEST_TRANSFORMS= yes
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME= pixman
22 COMPONENT_VERSION= 0.44.2
23 COMPONENT_SUMMARY= Pixman: The pixel-manipulation library for X and Cairo
24 COMPONENT_PROJECT_URL= https://www.pixman.org/
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
27 COMPONENT_ARCHIVE_HASH= sha256:6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466
28 COMPONENT_ARCHIVE_URL= https://cairographics.org/releases/$(COMPONENT_ARCHIVE)
29 COMPONENT_FMRI= library/graphics/pixman
30 COMPONENT_CLASSIFICATION= System/Libraries
31 COMPONENT_LICENSE= MIT
32 COMPONENT_LICENSE_FILE= COPYING
34 include $(WS_MAKE_RULES)/common.mk
36 CFLAGS += $(XPG6MODE)
38 PATH= $(PATH.gnu)
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += system/library
42 REQUIRED_PACKAGES += system/library/math