2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
16 include ..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= libass
19 COMPONENT_VERSION
= 0.12.3
20 COMPONENT_SUMMARY
= Portable renderer for the ASS
/SSA
(Substation Alpha
) subtitle format
21 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
22 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
23 COMPONENT_ARCHIVE_HASH
= \
24 sha256
:5aa6b02b00de7aa2d795e8afa77def47485fcc68a190f4326b6e4d40aee30560
25 COMPONENT_ARCHIVE_URL
= \
26 https
://github.com
/libass
/libass
/releases
/download
/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= https
://github.com
/libass
/libass
28 COMPONENT_LICENSE
= ISC
29 COMPONENT_LICENSE_FILE
= COPYING
30 COMPONENT_CLASSIFICATION
= System
/Multimedia Libraries
31 COMPONENT_FMRI
= library
/video
/libass
33 include $(WS_TOP
)/make-rules
/prep.mk
34 include $(WS_TOP
)/make-rules
/configure.mk
35 include $(WS_TOP
)/make-rules
/ips.mk
37 CONFIGURE_OPTIONS
+= --disable-asm
39 build
: $(BUILD_32_and_64
)
41 install: $(INSTALL_32_and_64
)