Derive binary_url in package.rb (#7082)

* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
This commit is contained in:
Maximilian Downey Twiss
2024-01-26 03:03:31 +11:00
committed by GitHub
parent 68d15ff629
commit f6dc1d8d4e
1797 changed files with 1799 additions and 10419 deletions

View File

@@ -8,15 +8,13 @@ class Intel_media_sdk < Package
compatibility 'x86_64'
source_url 'https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-20.5.1.tar.gz'
source_sha256 '047986646f185313df2159fd44bccd870e173bb1cae9c2501ac6b9774bfd424b'
binary_compression 'tar.xz'
depends_on 'intel_media_driver'
depends_on 'libdrm'
depends_on 'libva'
depends_on 'wayland'
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/intel_media_sdk/20.5.1_x86_64/intel_media_sdk-20.5.1-chromeos-x86_64.tar.xz'
})
binary_sha256({
x86_64: '6c50fda47c7711dbc506badef677cb9f9941ffd5fc0d147562117f08da7658f2'
})