ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / multimedia / gnonlin / Makefile
blob2e20053293d33fbcaebf11318a2d3146d28f49bc
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
5 # 1.0 of the CDDL.
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 2014 Alexander Pyhalov. All rights reserved.
16 BUILD_BITS= 32_and_64
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= gnonlin
20 COMPONENT_VERSION= 0.10.17
21 COMPONENT_REVISION= 1
22 COMPONENT_SUMMARY= Non-linear editing elements for GStreamer
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_PROJECT_URL = https://gstreamer.freedesktop.org
26 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/src/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
27 COMPONENT_ARCHIVE_HASH= sha256:e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935
28 COMPONENT_FMRI= library/audio/gstreamer/plugin/gnonlin
29 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
30 COMPONENT_LICENSE= GPLv2, LGPLv2
32 include $(WS_MAKE_RULES)/common.mk
34 gcc_OPT= -O2
36 PATH= $(PATH.gnu)
38 # Documentation generation has changed
39 CONFIGURE_OPTIONS += --disable-gtk-doc
41 # CFLAGS are not passed to compiler when g-ir-scanner is used
42 COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
43 COMPONENT_INSTALL_ENV += CFLAGS="$(CFLAGS)"
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES += library/audio/gstreamer
47 REQUIRED_PACKAGES += library/glib2
48 REQUIRED_PACKAGES += system/library