components/desktop/libwebp/Makefile
changeset 5938 71aca4f1b60a
child 6552 402379bc1b60
equal deleted inserted replaced
5937:f38e131c2df4 5938:71aca4f1b60a
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 BUILD_BITS= 64_and_32
       
    27 COMPILER= gcc
       
    28 include ../../../make-rules/shared-macros.mk
       
    29 
       
    30 COMPONENT_NAME=		libwebp
       
    31 COMPONENT_VERSION=	0.4.3
       
    32 COMPONENT_PROJECT_URL=	http://www.webmproject.org/
       
    33 COMPONENT_ARCHIVE_HASH= \
       
    34 	sha256:efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4
       
    35 COMPONENT_ARCHIVE_URL=	http://downloads.webmproject.org/releases/webp/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_BUGDB=	library/libwebp
       
    37 
       
    38 TPNO=			25769
       
    39 
       
    40 # Required for 64-bit builds.
       
    41 LDFLAGS += $(CC_BITS)
       
    42 
       
    43 ASLR_MODE = $(ASLR_ENABLE)
       
    44 
       
    45 TEST_TARGET= $(NO_TESTS)
       
    46 
       
    47 include $(WS_MAKE_RULES)/common.mk
       
    48 
       
    49 # needs libgif, so disabling for now
       
    50 CONFIGURE_OPTIONS += --disable-gif
       
    51 CONFIGURE_OPTIONS += --disable-static
       
    52 CONFIGURE_OPTIONS += --enable-gl
       
    53 CONFIGURE_OPTIONS += --enable-threading
       
    54 CONFIGURE_OPTIONS += --enable-png
       
    55 CONFIGURE_OPTIONS += --enable-jpeg
       
    56 CONFIGURE_OPTIONS += --enable-tiff
       
    57 CONFIGURE_OPTIONS += --enable-everything
       
    58 CONFIGURE_OPTIONS += --enable-shared
       
    59 CONFIGURE_OPTIONS += --with-pic
       
    60 
       
    61 REQUIRED_PACKAGES += image/library/libjpeg
       
    62 REQUIRED_PACKAGES += image/library/libpng
       
    63 REQUIRED_PACKAGES += image/library/libtiff
       
    64 REQUIRED_PACKAGES += service/opengl/ogl-select
       
    65 REQUIRED_PACKAGES += system/library/math
       
    66 REQUIRED_PACKAGES += x11/library/freeglut
       
    67 REQUIRED_PACKAGES += x11/library/mesa