diff --git a/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-13.2.0.eb b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-13.2.0.eb new file mode 100644 index 000000000000..18f8fe7e9a43 --- /dev/null +++ b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-13.2.0.eb @@ -0,0 +1,32 @@ +easyblock = 'ConfigureMake' + +name = 'libvpx' +version = '1.15.2' + +homepage = 'http://www.webmproject.org' +description = """VPx are open and royalty free video compression formats owned by Google. +""" + +toolchain = {'name': 'GCCcore', 'version': '13.2.0'} +toolchainopts = {'pic': True} + +source_urls = ['https://github.com/webmproject/libvpx/archive/refs/tags'] +sources = ['v%(version)s.tar.gz'] +checksums = ['26fcd3db88045dee380e581862a6ef106f49b74b6396ee95c2993a260b4636aa'] + +builddependencies = [ + ('binutils', '2.40'), + ('pkgconf', '2.0.3'), + ('NASM', '2.16.01'), +] + +configopts = '--enable-shared ' +# https://github.com/Xpra-org/xpra/issues/3082 +configopts += '--enable-vp9-highbitdepth' + +sanity_check_paths = { + 'files': ['bin/vpxdec', 'bin/vpxenc', 'include/vpx/vpx_codec.h', 'lib/libvpx.a'], + 'dirs': [], +} + +moduleclass = 'vis' diff --git a/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-13.3.0.eb b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-13.3.0.eb new file mode 100644 index 000000000000..506eb657ecbd --- /dev/null +++ b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-13.3.0.eb @@ -0,0 +1,32 @@ +easyblock = 'ConfigureMake' + +name = 'libvpx' +version = '1.15.2' + +homepage = 'http://www.webmproject.org' +description = """VPx are open and royalty free video compression formats owned by Google. +""" + +toolchain = {'name': 'GCCcore', 'version': '13.3.0'} +toolchainopts = {'pic': True} + +source_urls = ['https://github.com/webmproject/libvpx/archive/refs/tags'] +sources = ['v%(version)s.tar.gz'] +checksums = ['26fcd3db88045dee380e581862a6ef106f49b74b6396ee95c2993a260b4636aa'] + +builddependencies = [ + ('binutils', '2.42'), + ('pkgconf', '2.2.0'), + ('NASM', '2.16.03'), +] + +configopts = '--enable-shared ' +# https://github.com/Xpra-org/xpra/issues/3082 +configopts += '--enable-vp9-highbitdepth' + +sanity_check_paths = { + 'files': ['bin/vpxdec', 'bin/vpxenc', 'include/vpx/vpx_codec.h', 'lib/libvpx.a'], + 'dirs': [], +} + +moduleclass = 'vis' diff --git a/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-14.2.0.eb b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-14.2.0.eb new file mode 100644 index 000000000000..70a36060131e --- /dev/null +++ b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-14.2.0.eb @@ -0,0 +1,32 @@ +easyblock = 'ConfigureMake' + +name = 'libvpx' +version = '1.15.2' + +homepage = 'http://www.webmproject.org' +description = """VPx are open and royalty free video compression formats owned by Google. +""" + +toolchain = {'name': 'GCCcore', 'version': '14.2.0'} +toolchainopts = {'pic': True} + +source_urls = ['https://github.com/webmproject/libvpx/archive/refs/tags'] +sources = ['v%(version)s.tar.gz'] +checksums = ['26fcd3db88045dee380e581862a6ef106f49b74b6396ee95c2993a260b4636aa'] + +builddependencies = [ + ('binutils', '2.42'), + ('pkgconf', '2.3.0'), + ('NASM', '2.16.03'), +] + +configopts = '--enable-shared ' +# https://github.com/Xpra-org/xpra/issues/3082 +configopts += '--enable-vp9-highbitdepth' + +sanity_check_paths = { + 'files': ['bin/vpxdec', 'bin/vpxenc', 'include/vpx/vpx_codec.h', 'lib/libvpx.a'], + 'dirs': [], +} + +moduleclass = 'vis' diff --git a/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-14.3.0.eb b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-14.3.0.eb index cb0b0163e9f8..c3db68251e26 100644 --- a/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-14.3.0.eb +++ b/easybuild/easyconfigs/l/libvpx/libvpx-1.15.2-GCCcore-14.3.0.eb @@ -20,12 +20,11 @@ builddependencies = [ ('NASM', '2.16.03'), ] -configopts = '--enable-pic --enable-shared ' +configopts = '--enable-shared ' # https://github.com/Xpra-org/xpra/issues/3082 configopts += '--enable-vp9-highbitdepth' sanity_check_paths = { - # 'lib/libvpx.%s' % SHLIB_EXT], 'files': ['bin/vpxdec', 'bin/vpxenc', 'include/vpx/vpx_codec.h', 'lib/libvpx.a'], 'dirs': [], }