Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intel-gmmlib: Add version 21.3.1
[Description][1]:

> The Intel(R) Graphics Memory Management Library provides device
> specific and buffer management for the Intel(R) Graphics Compute Runtime
> for OpenCL(TM) and the Intel(R) Media Driver for VAAPI.

It’s needed for [Intel(R) Media Driver for VAAPI][2].

[1]: https://github.com/intel/gmmlib
[2]: https://github.com/intel/media-driver
  • Loading branch information
pmenzel committed Oct 26, 2021
1 parent 9aa4083 commit 05b60b9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions intel-gmmlib.be0
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION intel-gmmlib-21.3.1-0

SRCURL[0]="https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 05b60b9

Please sign in to comment.