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
= libdvbpsi
19 COMPONENT_VERSION
= 1.3.3
21 COMPONENT_FMRI
= library
/video
/libdvbpsi
22 COMPONENT_CLASSIFICATION
=System
/Multimedia Libraries
23 COMPONENT_SUMMARY
= A simple library designed for decoding and generation of MPEG TS and DVB PSI tables
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
26 COMPONENT_ARCHIVE_HASH
= sha256
:02b5998bcf289cdfbd8757bedd5987e681309b0a25b3ffe6cebae599f7a00112
27 COMPONENT_ARCHIVE_URL
= https
://download.videolan.org
/pub
/libdvbpsi
/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
28 COMPONENT_PROJECT_URL
= https
://www.videolan.org
/developers
/libdvbpsi.html
29 COMPONENT_LICENSE
= LGPLv2.1
31 TEST_TARGET
= $(NO_TESTS
)
32 include $(WS_MAKE_RULES
)/encumbered.mk
33 include $(WS_MAKE_RULES
)/common.mk
35 LDFLAGS
+= -lsocket
-lnsl
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES
+= system
/library