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
14 # Copyright 2023 Niklas Poslovski
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= libdvdread
20 COMPONENT_VERSION
= 6.1.3
21 COMPONENT_FMRI
= library
/video
/libdvdread
22 COMPONENT_CLASSIFICATION
=System
/Multimedia Libraries
23 COMPONENT_SUMMARY
= Library for reading DVD video disks
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369
28 COMPONENT_ARCHIVE_URL
= \
29 https
://download.videolan.org
/pub
/videolan
/libdvdread
/$(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
40 COMPONENT_PREP_ACTION
= ( cd
$(@D
); autoreconf
-f
-i
)
42 CONFIGURE_OPTIONS
+= --sysconfdir
=$(ETCDIR
)
43 CONFIGURE_OPTIONS
+= --disable-static
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES
+= system
/library