public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mpv] epel9-next: Fix flatpak build
Date: Mon, 20 Jul 2026 19:36:07 GMT [thread overview]
Message-ID: <178457616734.1.15602077916547847242.rpms-mpv-df25d7a3b66f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mpv
Branch : epel9-next
Commit : df25d7a3b66fe96d6415197384820d45f626e4f9
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2023-02-06T11:20:25-05:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mpv/c/df25d7a3b66fe96d6415197384820d45f626e4f9?branch=epel9-next
Log:
Fix flatpak build
---
diff --git a/mpv.spec b/mpv.spec
index 1a61e84..aa4660b 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -121,7 +121,7 @@ sed -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.sta
%build
%set_build_flags
-%{_bindir}/waf configure \
+waf configure \
--prefix=%{_prefix} \
--bindir=%{_bindir} \
--libdir=%{_libdir} \
@@ -138,10 +138,10 @@ sed -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.sta
--enable-dvbin \
--enable-gl-x11 \
--enable-wayland
-%{_bindir}/waf -v build %{?_smp_mflags}
+waf -v build %{?_smp_mflags}
%install
-%{_bindir}/waf install --destdir=%{buildroot}
+waf install --destdir=%{buildroot}
%check
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
reply other threads:[~2026-07-20 19:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457616734.1.15602077916547847242.rpms-mpv-df25d7a3b66f@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox