From c95e4abc89dbce6bb312285e5a6a342780f90ef6 Mon Sep 17 00:00:00 2001 From: madonuko Date: Mon, 21 Oct 2024 16:36:40 +0800 Subject: [PATCH] fix(x264-bootstrap): add x264 provides --- anda/fusion/x264-bootstrap/x264-bootstrap.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/fusion/x264-bootstrap/x264-bootstrap.spec b/anda/fusion/x264-bootstrap/x264-bootstrap.spec index 5d9f75b228..d216dbf9d3 100644 --- a/anda/fusion/x264-bootstrap/x264-bootstrap.spec +++ b/anda/fusion/x264-bootstrap/x264-bootstrap.spec @@ -67,6 +67,7 @@ BuildRequires: pkgconfig(bash-completion) # we need to enforce the exact EVR for an ISA - not only the same ABI Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: ffmpeg-libs%{?_isa} +Provides: x264 = %version-%release %description x264 is a free library for encoding H264/AVC video streams, written from @@ -77,6 +78,7 @@ This package contains the frontend. %package libs Summary: Library for encoding H264/AVC video streams Recommends: %{_libdir}/libOpenCL.so.1 +Provides: x264-libs = %version-%release %description libs x264 is a free library for encoding H264/AVC video streams, written from @@ -86,6 +88,7 @@ scratch. Summary: Development files for the x264 library Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: pkgconfig +Provides: x264-devel = %version-%release %description devel x264 is a free library for encoding H264/AVC video streams, written from