From 7a7fdda4e8e543e8900978e0da966a6470c77049 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 23 Jun 2019 12:06:10 +0100 Subject: [PATCH] Rebuild against sdk9 nv-codec-headers --- mpv.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/mpv.spec b/mpv.spec index 285a4c7..77ea93b 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv Version: 0.29.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://%{name}.io/ @@ -105,9 +105,8 @@ Libmpv development header files and libraries. %build -CFLAGS="%{optflags}" \ -LDFLAGS="%{?__global_ldflags}" \ -waf configure \ +%set_build_flags +%{_bindir}/waf configure \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ --libdir=%{_libdir} \ @@ -127,10 +126,10 @@ waf configure \ --enable-dvbin -waf -v build %{?_smp_mflags} +%{_bindir}/waf -v build %{?_smp_mflags} %install -waf install --destdir=%{buildroot} +%{_bindir}/waf install --destdir=%{buildroot} desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}/%{name}/ @@ -156,6 +155,10 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Sun Jun 23 2019 Leigh Scott - 0.29.1-6 +- Rebuild against sdk9 nv-codec-headers +- Spec file clean up + * Mon Mar 04 2019 RPM Fusion Release Engineering - 0.29.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild