remmina: update to 1.4.37
[oi-userland.git] / components / encumbered / libdvdnav / Makefile
blob2b9badbcb2fa05da55f5532d25dee12ff66d7ba8
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
5 # 1.0 of the CDDL.
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
14 # Copyright 2023 Niklas Poslovski
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= libdvdnav
20 COMPONENT_VERSION= 6.1.1
21 COMPONENT_FMRI= library/video/libdvdnav
22 COMPONENT_CLASSIFICATION=System/Multimedia Libraries
23 COMPONENT_SUMMARY= DVD navigation library
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:c191a7475947d323ff7680cf92c0fb1be8237701885f37656c64d04e98d18d48
28 COMPONENT_ARCHIVE_URL= \
29 https://download.videolan.org/pub/videolan/libdvdnav/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
30 COMPONENT_PROJECT_URL= http://dvdnav.mplayerhq.hu
31 COMPONENT_LICENSE= GPLv2.0
32 COMPONENT_LICENSE_FILE= COPYING
34 include $(WS_MAKE_RULES)/encumbered.mk
35 TEST_TARGET=$(NO_TESTS)
36 include $(WS_MAKE_RULES)/common.mk
38 PATH=$(PATH.gnu)
40 CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
41 CONFIGURE_OPTIONS += --disable-static
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES += library/video/libdvdread
45 REQUIRED_PACKAGES += system/library