Skip to content

Commit

Permalink
edit libheif and libde265 to GCCcore
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Dec 18, 2024
1 parent b7b40a3 commit 3a7d593
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ version = '1.0.11'
homepage = 'https://github.com/strukturag/libde265'
description = "libde265 is an open source implementation of the h.265 video codec"

toolchain = {'name': 'GCC', 'version': '11.3.0'}
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab']

builddependencies = [
('binutils', '2.38'),
('CMake', '3.23.1'),
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ version = '1.0.15'
homepage = 'https://github.com/strukturag/libde265'
description = "libde265 is an open source implementation of the h.265 video codec"

toolchain = {'name': 'GCC', 'version': '12.3.0'}
toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d']

builddependencies = [
('binutils', '2.40'),
('CMake', '3.26.3'),
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ version = '1.0.8'
homepage = 'https://github.com/strukturag/libde265'
description = "libde265 is an open source implementation of the h.265 video codec"

toolchain = {'name': 'GCC', 'version': '11.2.0'}
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905']

builddependencies = [('CMake', '3.22.1')]
builddependencies = [
('binutils', '2.36.1'),
('CMake', '3.20.1'),
]

sanity_check_paths = {
'files': ['bin/dec265', 'bin/enc265', 'lib/liblibde265.%s' % SHLIB_EXT],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ version = '1.0.8'
homepage = 'https://github.com/strukturag/libde265'
description = "libde265 is an open source implementation of the h.265 video codec"

toolchain = {'name': 'GCC', 'version': '10.3.0'}
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905']

builddependencies = [('CMake', '3.20.1')]
builddependencies = [
('binutils', '2.37'),
('CMake', '3.22.1'),
]

sanity_check_paths = {
'files': ['bin/dec265', 'bin/enc265', 'lib/liblibde265.%s' % SHLIB_EXT],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ version = '1.12.0'
homepage = 'https://github.com/strukturag/libheif'
description = "libheif is an HEIF and AVIF file format decoder and encoder"

toolchain = {'name': 'GCC', 'version': '10.3.0'}
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = ['https://github.com/strukturag/libheif/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718']

builddependencies = [
('binutils', '2.36.1'),
('CMake', '3.20.1'),
('Doxygen', '1.9.1'),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ version = '1.12.0'
homepage = 'https://github.com/strukturag/libheif'
description = "libheif is an HEIF and AVIF file format decoder and encoder"

toolchain = {'name': 'GCC', 'version': '11.2.0'}
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

source_urls = ['https://github.com/strukturag/libheif/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718']

builddependencies = [
('binutils', '2.37'),
('CMake', '3.22.1'),
('Doxygen', '1.9.1'),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ version = '1.16.2'
homepage = 'https://github.com/strukturag/libheif'
description = "libheif is an HEIF and AVIF file format decoder and encoder"

toolchain = {'name': 'GCC', 'version': '11.3.0'}
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

source_urls = ['https://github.com/strukturag/libheif/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['7f97e4205c0bd9f9b8560536c8bd2e841d1c9a6d610401eb3eb87ed9cdfe78ea']

builddependencies = [
('binutils', '2.3'),
('CMake', '3.23.1'),
('Doxygen', '1.9.4'),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ version = '1.17.6'
homepage = 'https://github.com/strukturag/libheif'
description = "libheif is an HEIF and AVIF file format decoder and encoder"

toolchain = {'name': 'GCC', 'version': '12.3.0'}
toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

source_urls = ['https://github.com/strukturag/libheif/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee']

builddependencies = [
('binutils', '2.40'),
('CMake', '3.26.3'),
('Doxygen', '1.9.7'),
]
Expand Down

0 comments on commit 3a7d593

Please sign in to comment.