Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
efd3705a
Commit
efd3705a
authored
Mar 12, 2021
by
Ed Reel
Committed by
GitHub
Mar 12, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5373 from supechicken666/libva-utils
Add libva-utils
parents
09b1cffc
99e01c00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
packages/libva_utils.rb
packages/libva_utils.rb
+36
-0
No files found.
packages/libva_utils.rb
0 → 100644
View file @
efd3705a
require
'package'
class
Libva_utils
<
Package
description
'Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API)'
homepage
'https://01.org/linuxmedia'
@_ver
=
'2.10.0'
version
@_ver
compatibility
'all'
source_url
"https://github.com/intel/libva-utils/archive/
#{
@_ver
}
.tar.gz"
source_sha256
'cbb7f9f6eae21d772e31b67bc8c311be6e35fe9c65e63acc57f9b16d72bf8dc0'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libva_utils-2.10.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libva_utils-2.10.0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libva_utils-2.10.0-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libva_utils-2.10.0-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'18034e1875d75a811424decae53f36bf84ac1c089cabd9287dc6dce20633b81c'
,
armv7l:
'18034e1875d75a811424decae53f36bf84ac1c089cabd9287dc6dce20633b81c'
,
i686:
'3d66fe13689f3e46404d87847fc83e216f8f48e1c3c677c2b50ab534324c3472'
,
x86_64:
'3a5bec9cc90d365adffa786a0f35d1e211fcec071244046719246d5c7be74084'
})
depends_on
'libva'
def
self
.
build
system
"meson
#{
CREW_MESON_LTO_OPTIONS
}
builddir"
system
'meson configure builddir'
system
'ninja -C builddir'
end
def
self
.
install
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C builddir install"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment