mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
commit
6890859f7e
3 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
||||||
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
|
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
|
||||||
#
|
#
|
||||||
pkgname=libva-glx
|
pkgname=libva-glx
|
||||||
version=1.6.2
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libva-${version}"
|
wrksrc="libva-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -18,8 +18,8 @@ short_desc="Video Acceleration (VA) API - GLX backend"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${version}.tar.bz2"
|
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/libva/libva-${version}.tar.bz2"
|
||||||
checksum=c417f09cdeef549e54f4be5f9876026513afeac395c5be28750b431d848c8bd0
|
checksum=a689bccbcc81a66b458e448377f108c057d3eee44a2e21a23c92c549dc8bc95f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libva-intel-driver'
|
# Template file for 'libva-intel-driver'
|
||||||
pkgname=libva-intel-driver
|
pkgname=libva-intel-driver
|
||||||
version=1.6.2
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Video Acceleration (VA) API - Intel Graphics backend"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=bf8759dbcefc82d280c11a5eac5248dce14979c7c58345f218d656d75b0d85fe
|
checksum=9d19d6c789a9a4fbce23c4f0eaf993ba776b512bec4c87982ab17ac841435c0c
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libva'
|
# Template file for 'libva'
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
version=1.6.2
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-x11 --disable-egl --disable-glx"
|
configure_args="--disable-static --enable-x11 --disable-egl --disable-glx"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Video Acceleration (VA) API"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${version}.tar.bz2"
|
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/libva/libva-${version}.tar.bz2"
|
||||||
checksum=c417f09cdeef549e54f4be5f9876026513afeac395c5be28750b431d848c8bd0
|
checksum=a689bccbcc81a66b458e448377f108c057d3eee44a2e21a23c92c549dc8bc95f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue