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
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= schroedinger
20 COMPONENT_VERSION
= 1.0.11
22 COMPONENT_SUMMARY
= Library for decoding and encoding video in the Dirac format
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_HASH
= sha256
:1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912
26 COMPONENT_ARCHIVE_URL
= https
://launchpad.net
/schroedinger
/trunk
/$(COMPONENT_VERSION
)/+download
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= https
://launchpad.net
/schroedinger
28 COMPONENT_FMRI
= library
/video
/libschroedinger
29 COMPONENT_CLASSIFICATION
= System
/Media
30 COMPONENT_LICENSE
= LGPLv2
31 COMPONENT_LICENSE_FILE
= COPYING.LGPL
33 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
36 # Build can't create generated sources without this
37 COMPONENT_PRE_CONFIGURE_ACTION
= ( $(CLONEY
) $(SOURCE_DIR
) $(@D
) )
39 CONFIGURE_SCRIPT
= $(@D
)/configure
41 CONFIGURE_OPTIONS
+= --disable-gtk-doc
42 CONFIGURE_OPTIONS
+= --enable-shared
43 CONFIGURE_OPTIONS
+= --disable-static
45 # Manually added build dependencies
46 REQUIRED_PACKAGES
+= developer
/documentation-tool
/gtk-doc
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES
+= library
/orc
50 REQUIRED_PACKAGES
+= system
/library
51 REQUIRED_PACKAGES
+= system
/library
/math