]> git.pld-linux.org Git - packages/libva.git/commitdiff
- updated to 2.10.0 auto/th/libva-2.10.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Jan 2021 19:38:18 +0000 (20:38 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Jan 2021 19:38:18 +0000 (20:38 +0100)
- use bash for build

libva.spec

index 0e123bad3ffb0b4e2001d7a0607e41717c36ad93..d8b4eac4a8b8b2ba547ca835f394ac090a2b8c4d 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       VAAPI (Video Acceleration API)
 Summary(pl.UTF-8):     VAAPI (Video Acceleration API) - API akceleracji filmów
 Name:          libva
-Version:       2.8.0
+Version:       2.10.0
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://github.com/intel/libva/releases/
 Source0:       https://github.com/intel/libva/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 6f56739bb46406d2e0a0a3a62b3bf5a5
+# Source0-md5: ad5d5cf8d86b5521944995bdf8a133cd
 URL:           https://github.com/intel/libva
 BuildRequires: Mesa-libEGL-devel
 BuildRequires: Mesa-libGL-devel
@@ -248,12 +248,15 @@ Programy testowe i przykładowe do VAAPI.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+bash \
 %configure \
        --disable-silent-rules \
        %{?with_static_libs:--enable-static} \
        --with-drivers-path=%{_libdir}/%{name}/dri
 
-%{__make}
+# use bash to handle $'\n' substitutions in va/wayland/Makefile.am
+%{__make} \
+       SHELL=/bin/bash
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.24816 seconds and 4 git commands to generate.