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 Aurelien Larcher
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= libdvdcss
20 COMPONENT_VERSION
= 1.4.3
22 COMPONENT_SUMMARY
= A simple library designed for accessing DVDs
23 COMPONENT_PROJECT_URL
= https
://www.videolan.org
/developers
/libdvdcss.html
24 COMPONENT_FMRI
= library
/video
/libdvdcss
25 COMPONENT_CLASSIFICATION
=System
/Multimedia Libraries
26 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
27 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
28 COMPONENT_ARCHIVE_HASH
= sha256
:233cc92f5dc01c5d3a96f5b3582be7d5cee5a35a52d3a08158745d3d86070079
29 COMPONENT_ARCHIVE_URL
= https
://download.videolan.org
/pub
/videolan
/libdvdcss
/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
30 COMPONENT_LICENSE
= GPLv2.0
32 TEST_TARGET
= $(NO_TESTS
)
33 include $(WS_MAKE_RULES
)/encumbered.mk
34 include $(WS_MAKE_RULES
)/common.mk
38 CFLAGS
+= $(CPP_LARGEFILES
)
40 CONFIGURE_OPTIONS
+= --enable-shared
41 CONFIGURE_OPTIONS
+= --disable-static
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES
+= system
/library