Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37517742
en ru br
ALT Linux repos
S:0.7.4-alt5

Group :: System/Libraries
RPM: libva-driver-vdpau

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define upstreamname vdpau-video

Name: libva-driver-vdpau
Version: 0.7.4
Release: alt5

Summary: VDPAU-based backend for VA API
License: GPL-2.0+
Group: System/Libraries
Url: http://www.freedesktop.org/wiki/Software/vaapi

Source: %upstreamname-%version.tar
Patch0: libva-vdpau-driver-0.7.4-glext-85.patch
Patch1: libva-vdpau-driver-0.7.4-drop-h264-api.patch
Patch2: libva-vdpau-driver-0.7.4-fix_type.patch
# Reported in https://bugs.freedesktop.org/58836 and http://bugs.debian.org/748294
Patch3: sigfpe-crash.patch
# chromium-vaapi specific patches
Patch4: implement-vaquerysurfaceattributes.patch
# Fix build
Patch5: Change-struct-v4l2-to-uintptr_t.patch

BuildRequires: libvdpau-devel libva-devel libX11-devel libGL-devel

%description
A VDPAU-based backend for VA-API.

%prep
%setup -q -n %upstreamname-%version
%patch0 -p1
#patch1 -p1
#patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%autoreconf
%configure \
--disable-static \
--disable-silent-rules \
--enable-glx

%make_build

%install
%makeinstall_std
rm -f %buildroot%_libdir/dri/*.la

%files
%doc AUTHORS NEWS
%_libdir/dri/*.so

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin