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
= schroedinger
19 COMPONENT_VERSION
= 1.0.11
20 COMPONENT_SUMMARY
= Library for decoding and encoding video in the Dirac format
21 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
22 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
23 COMPONENT_ARCHIVE_HASH
= \
24 sha256
:1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912
25 COMPONENT_ARCHIVE_URL
= \
26 http
://diracvideo.org
/download
/schroedinger
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= http
://diracvideo.org
28 COMPONENT_LICENSE
= LGPLv2
29 COMPONENT_LICENSE_FILE
= COPYING.LGPL
30 COMPONENT_CLASSIFICATION
= System
/Media
31 COMPONENT_FMRI
= library
/video
/libschroedinger
33 include $(WS_TOP
)/make-rules
/prep.mk
34 include $(WS_TOP
)/make-rules
/configure.mk
35 include $(WS_TOP
)/make-rules
/ips.mk
37 # Build can't create generated sources without this
38 COMPONENT_PRE_CONFIGURE_ACTION
= ($(CLONEY
) $(SOURCE_DIR
) $(@D
))
40 CONFIGURE_SCRIPT
=$(@D
)/configure
42 CONFIGURE_OPTIONS
+= --disable-gtk-doc
43 CONFIGURE_OPTIONS
+= --enable-shared
44 CONFIGURE_OPTIONS
+= --disable-static
46 build
: $(BUILD_32_and_64
)
48 install: $(INSTALL_32_and_64
)