diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template index 09bb536dd5c..86080b91c00 100644 --- a/srcpkgs/libva-glx/template +++ b/srcpkgs/libva-glx/template @@ -2,12 +2,12 @@ # # THIS PACKAGE IS SPLITTED FROM "libva" TO AVOID A CYCLIC DEPENDENCY: # -# libva -> libGL -> libva +# libva -> mesa -> libva # # KEEP THIS PACKAGE SYNCHRONIZED WITH "libva". # pkgname=libva-glx -version=2.5.0 +version=2.6.0 revision=1 wrksrc="libva-${version}" build_style=meson @@ -15,12 +15,12 @@ configure_args="-Dwith_glx=yes -Dwith_wayland=yes -Dwith_egl=no" hostmakedepends="pkg-config wayland-devel" makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel" short_desc="Video Acceleration (VA) API - GLX backend" -maintainer="Orphaned " +maintainer="Juan RP " license="MIT" homepage="https://01.org/linuxmedia" changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" -checksum=9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418 +checksum=5566755739503ef53beafad7fd7e155e68039e9af78e051e27f1715a420a0952 post_install() { # We are only interested in the glx component, remove everything else.