diff --git a/intel-gmmlib.be0 b/intel-gmmlib.be0 new file mode 100755 index 000000000..5f4a40d59 --- /dev/null +++ b/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 +#} diff --git a/intel-media.be0 b/intel-media.be0 new file mode 100755 index 000000000..2983bacba --- /dev/null +++ b/intel-media.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION intel-media-21.3.5-0 + +SRCURL[0]="https://github.com/intel/media-driver/archive/refs/tags/intel-media-${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 +#} diff --git a/libva-utils.be0 b/libva-utils.be0 index d4d8c8a96..9fb235ac4 100755 --- a/libva-utils.be0 +++ b/libva-utils.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libva-utils-2.3.0-0 +# BEE_VERSION libva-utils-2.15.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) diff --git a/libva.be0 b/libva.be0 index 8cfab2428..bf584d377 100755 --- a/libva.be0 +++ b/libva.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libva-2.3.0-0 +# BEE_VERSION libva-2.15.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://github.com/intel/libva/releases/download/${PKGVERSION}/libva-${PKGVERSION}.tar.bz2" +# SRCURL[0]="https://github.com/intel/libva/releases/download/${PKGVERSION}/libva-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/9d13c18c4f84623be7cad1192de99ed8/libva-2.15.0.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. diff --git a/mesalib.be0 b/mesalib.be0 index e32777035..7324436e6 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-22.1.3-0 +# BEE_VERSION mesalib-22.1.7-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -58,6 +58,7 @@ mee_configure() { -Dbuildtype=release \ -Dgallium-drivers="crocus,iris,i915,nouveau,r600,radeonsi,svga,swrast" \ -Dgallium-opencl="icd" \ + -Dgallium-va=enabled \ -Dvulkan-drivers="amd,intel" \ -Dosmesa=true \ -Dvalgrind=false \