public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Unconditionally enable Vulkan
Date: Tue, 14 Jul 2026 21:59:41 GMT	[thread overview]
Message-ID: <178406638148.1.18857964968634449.rpms-ffmpeg-bcf9b4a1809f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : epel9-next
Commit : bcf9b4a1809fc77d6836346e5fc08db5500b5e60
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2022-11-09T08:24:45-05:00
Stats  : +6/-13 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/bcf9b4a1809fc77d6836346e5fc08db5500b5e60?branch=epel9-next

Log:
Unconditionally enable Vulkan

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 49b7cd6..41c3621 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -17,12 +17,6 @@
 %bcond_without lto
 %endif
 
-%ifarch %{ix86}
-%bcond_with vulkan
-%else
-%bcond_without vulkan
-%endif
-
 %ifarch x86_64
 %bcond_without svtav1
 %bcond_without mfx
@@ -99,7 +93,7 @@ Name:           ffmpeg
 %global pkg_name %{name}%{?pkg_suffix}
 
 Version:        5.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A complete solution to record, convert and stream audio and video
 License:        GPLv3+
 URL:            https://ffmpeg.org/
@@ -207,6 +201,7 @@ BuildRequires:  pkgconfig(rav1e)
 BuildRequires:  pkgconfig(rubberband)
 BuildRequires:  pkgconfig(schroedinger-1.0)
 BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(shaderc) >= 2019.1
 BuildRequires:  pkgconfig(smbclient)
 BuildRequires:  pkgconfig(snappy)
 BuildRequires:  pkgconfig(soxr)
@@ -220,6 +215,7 @@ BuildRequires:  pkgconfig(vdpau)
 BuildRequires:  pkgconfig(vidstab)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vpx)
+BuildRequires:  pkgconfig(vulkan)
 BuildRequires:  pkgconfig(wavpack)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-render)
@@ -249,10 +245,6 @@ BuildRequires:  pkgconfig(libmfx) < 2.0
 %if %{with svtav1}
 BuildRequires:  pkgconfig(SvtAv1Enc) >= 0.8.4
 %endif
-%if %{with vulkan}
-BuildRequires:  vulkan-loader-devel
-BuildRequires:  pkgconfig(shaderc) >= 2019.1
-%endif
 %if %{with x264}
 BuildRequires:  pkgconfig(x264)
 %endif
@@ -583,10 +575,8 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
     --enable-gcrypt \
     --enable-gnutls \
     --enable-ladspa \
-%if %{with vulkan}
     --enable-libshaderc \
     --enable-vulkan \
-%endif
     --disable-cuda-sdk \
     --enable-libaom \
     --enable-libass \
@@ -846,6 +836,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
 %{_mandir}/man3/libswscale.3*
 
 %changelog
+* Wed Nov 09 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.1.2-2
+- Unconditionally enable Vulkan
+
 * Wed Oct 12 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.1.2-1
 - Update to version 5.1.2
 - Refresh dlopen headers and patch for OpenH264 2.3.1

                 reply	other threads:[~2026-07-14 21:59 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=178406638148.1.18857964968634449.rpms-ffmpeg-bcf9b4a1809f@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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