public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Rebuild for ilbc-3.0.4 (bootstrap)
Date: Tue, 14 Jul 2026 21:59:33 GMT [thread overview]
Message-ID: <178406637373.1.7897564053285486457.rpms-ffmpeg-f41765aad419@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ffmpeg
Branch : epel9-next
Commit : f41765aad419b0509d2c809540511115faec6c27
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2022-05-30T13:29:58-04:00
Stats : +16/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ffmpeg/c/f41765aad419b0509d2c809540511115faec6c27?branch=epel9-next
Log:
Rebuild for ilbc-3.0.4 (bootstrap)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index be08b34..67d61d0 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -2,6 +2,11 @@
%bcond_with upstream_tarball
%bcond_with all_codecs
+# Break dependency cycles, e.g.:
+# ffmpeg (libavcodec-free) → chromaprint → ffmpeg
+# by disabling certain optional dependencies.
+%bcond_without bootstrap
+
# If you want to do a build with the upstream source tarball, then set the
# pkg_suffix to %%nil. We can't handle this with a conditional, as srpm
# generation would not take it into account.
@@ -69,7 +74,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 5.0.1
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPLv3+
URL: https://ffmpeg.org/
@@ -147,14 +152,16 @@ BuildRequires: pkgconfig(frei0r)
BuildRequires: pkgconfig(fribidi)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gnutls)
-BuildRequires: pkgconfig(ilbc)
+BuildRequires: pkgconfig(libilbc)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libass)
BuildRequires: pkgconfig(libbluray)
BuildRequires: pkgconfig(libbs2b)
BuildRequires: pkgconfig(libcdio)
BuildRequires: pkgconfig(libcdio_paranoia)
+%if %{without bootstrap}
BuildRequires: pkgconfig(libchromaprint)
+%endif
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libmodplug)
BuildRequires: pkgconfig(libomxil-bellagio)
@@ -553,7 +560,11 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
--disable-openssl \
--enable-bzlib \
--enable-frei0r \
+%if %{with bootstrap}
+ --disable-chromaprint \
+%else
--enable-chromaprint \
+%endif
--enable-gcrypt \
--enable-gnutls \
--enable-ladspa \
@@ -838,6 +849,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
%{_mandir}/man3/libswscale.3*
%changelog
+* Thu May 26 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 5.0.1-9
+- Rebuild for ilbc-3.0.4 (bootstrap)
+
* Sat May 21 2022 Sandro Mani <manisandro@gmail.com> - 5.0.1-8
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
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=178406637373.1.7897564053285486457.rpms-ffmpeg-f41765aad419@fedoraproject.org \
--to=code@musicinmybrain.net \
--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