Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37544875
en ru br
ALT Linux repos
S:0.4.2-alt1

Group :: System/Libraries
RPM: libvdpau-va-gl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libvdpau-va-gl
Version: 0.4.2
Release: alt1
Summary: VDPAU driver with OpenGL/VAAPI back-end
License: MIT
URL: https://github.com/i-rinat/libvdpau-va-gl
Group: System/Libraries

Source0: %name-%version.tar

BuildRequires: cmake gcc-c++ libva-devel python3

%description
%summary

%prep
%setup -q

%build
%define lib_suffix %nil
%if "%_lib" == "lib64"
%define lib_suffix 64
%endif
mkdir -p %_target_platform
pushd %_target_platform
cmake .. \
       -DCMAKE_INSTALL_PREFIX=%prefix \
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_CXX_FLAGS_RELEASE='%optflags' \
       -DLIB_SUFFIX=%lib_suffix
popd
%make_build -C %_target_platform

%install
%make -C %_target_platform DESTDIR=%buildroot install

%files
%doc README.md LICENSE
%_libdir/vdpau/libvdpau_va_gl.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