Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(x264-bootstrap): add x264 provides #2260

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions anda/fusion/x264-bootstrap/x264-bootstrap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading