mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: g/GSL/GSL-2.6-GCCcore-8.3.0.eb new file: g/GST-plugins-base/GST-plugins-base-1.16.2-GCCcore-8.3.0.eb new file: g/GStreamer/GStreamer-1.16.2-GCCcore-8.3.0.eb new file: n/Ninja/Ninja-1.9.0-GCCcore-8.3.0.eb new file: w/wxWidgets/wxWidgets-3.1.3-Py-3.7.eb
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GStreamer'
|
|
version = '1.16.2'
|
|
|
|
homepage = 'https://gstreamer.freedesktop.org/'
|
|
description = """GStreamer is a library for constructing graphs of media-handling
|
|
components. The applications it supports range from simple
|
|
Ogg/Vorbis playback, audio/video streaming to complex audio
|
|
(mixing) and video (non-linear editing) processing."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
|
|
|
|
source_urls = ['https://gstreamer.freedesktop.org/src/gstreamer']
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
checksums = ['e3f044246783fd685439647373fa13ba14f7ab0b346eadd06437092f8419e94e']
|
|
|
|
builddependencies = [
|
|
('Bison', '3.3.2'),
|
|
('flex', '2.6.4'),
|
|
('GObject-Introspection', '1.63.1', '-Py-3.7'),
|
|
('gettext', '0.20.1'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('GMP', '6.1.2'),
|
|
('GSL', '2.6'),
|
|
('GLib', '2.64.0'),
|
|
('GTK+', '3.24.13'),
|
|
('libunwind', '1.3.1'),
|
|
]
|
|
|
|
configopts = '--with-dw=no '
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['include', 'share', 'libexec'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|