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 2024 Andreas Wacknitz
15 USE_PARALLEL_BUILD
= yes
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= libde265
19 COMPONENT_VERSION
= 1.0.15
20 COMPONENT_SUMMARY
= libde265 is an open source implementation of the h
.265 video codec
21 COMPONENT_PROJECT_URL
= https
://github.com
/strukturag
/$(COMPONENT_NAME
)
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
25 COMPONENT_ARCHIVE_HASH
= sha256
:00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d
26 COMPONENT_FMRI
= library
/video
/$(COMPONENT_NAME
)
27 COMPONENT_CLASSIFICATION
= System
/Multimedia Libraries
28 COMPONENT_LICENSE
= LGPL-3
29 COMPONENT_LICENSE_FILE
= COPYING
31 TEST_TARGET
= $(NO_TESTS
)
32 include $(WS_MAKE_RULES
)/encumbered.mk
33 include $(WS_MAKE_RULES
)/common.mk
37 CONFIGURE_OPTIONS
+= --disable-static
38 CONFIGURE_OPTIONS
+= --disable-sherlock265
39 CONFIGURE_OPTIONS
+= --disable-dec265
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
43 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
44 REQUIRED_PACKAGES
+= system
/library
45 REQUIRED_PACKAGES
+= system
/library
/math