gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / library / libvdpau / Makefile
blob9df984c2e01363f29b4951b4ba09dc3517c44326
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) 2016 Aurelien Larcher
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= libvdpau
18 COMPONENT_VERSION= 1.1.1
19 COMPONENT_SUMMARY= VDPAU libaries and headers
20 COMPONENT_PROJECT_URL= http://freedesktop.org/wiki/Software/VDPAU/
21 COMPONENT_FMRI= library/graphics/libvdpau
22 COMPONENT_CLASSIFICATION= System/Libraries
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736
27 COMPONENT_ARCHIVE_URL= \
28 http://people.freedesktop.org/~aplattner/vdpau/$(COMPONENT_ARCHIVE)
29 COMPONENT_LICENSE= MIT
31 include $(WS_MAKE_RULES)/prep.mk
32 include $(WS_MAKE_RULES)/configure.mk
33 include $(WS_MAKE_RULES)/ips.mk
35 PATH=/usr/gnu/bin:/usr/bin
37 CONFIGURE_OPTIONS+= --sysconfdir=$(ETCDIR)
39 build: $(BUILD_32_and_64)
41 install: $(INSTALL_32_and_64)
43 test: $(NO_TESTS)
45 REQUIRED_PACKAGES += developer/documentation-tool/doxygen
46 REQUIRED_PACKAGES += image/graphviz
47 REQUIRED_PACKAGES += system/library
48 REQUIRED_PACKAGES += x11/header/dri2proto
49 REQUIRED_PACKAGES += x11/library/libx11
50 REQUIRED_PACKAGES += x11/library/libxext