components/desktop/cairo/Makefile
changeset 7687 1093e2a9adbd
parent 6552 402379bc1b60
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # Cairo uses atomic intrinsics not supported in Studio 12.4 (ER 19201298)
    26 # Cairo uses atomic intrinsics not supported in Studio 12.4 (ER 19201298)
    27 COMPILER =              gcc
    27 COMPILER =              gcc
    28 BUILD_BITS =            64_and_32
    28 BUILD_BITS =            64_and_32
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    35 COMPONENT_ARCHIVE_HASH= \
    35 COMPONENT_ARCHIVE_HASH= \
    36     sha256:c919d999ddb1bbbecd4bbe65299ca2abd2079c7e13d224577895afa7005ecceb
    36     sha256:c919d999ddb1bbbecd4bbe65299ca2abd2079c7e13d224577895afa7005ecceb
    37 COMPONENT_ARCHIVE_URL=	http://cairographics.org/releases/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	http://cairographics.org/releases/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	library/cairo
    38 COMPONENT_BUGDB=	library/cairo
       
    39 COMPONENT_ANITYA_ID=	247
    39 
    40 
    40 TPNO=			24139
    41 TPNO=			24139
    41 
    42 
    42 # Requires newer version of pixman from X, available in S12 but not 11.3,
    43 # Requires newer version of pixman from X, available in S12 but not 11.3,
    43 # so do not publish.
    44 # so do not publish.