From 1d3c1ebdcb4a269b8596d8e19b0e2ba186a2453a7f5e9c9ed3db44611ac57170 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 24 Jan 2021 12:27:34 +0000 Subject: [PATCH] Accepting request 866357 from home:dirkmueller:branches:multimedia:libs - remove dependency on OpenJPEG, this is obsolete since ffmpeg 4.0, we already build against OpenJPEG 2.1. see changes: - Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now requires 2.1 (or later) and pkg-config. OBS-URL: https://build.opensuse.org/request/show/866357 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=148 --- ffmpeg-4.changes | 9 +++++++++ ffmpeg-4.spec | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index 44e5520..62cdf1e 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 24 11:22:02 UTC 2021 - Dirk Müller + +- remove dependency on OpenJPEG, this is obsolete since ffmpeg 4.0, + we already build against OpenJPEG 2.1. + see changes: + - Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now + requires 2.1 (or later) and pkg-config. + ------------------------------------------------------------------- Fri Nov 27 15:03:17 UTC 2020 - Michel Normand diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index 5461a16..9a5b91f 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -1,7 +1,7 @@ # # spec file for package ffmpeg-4 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -153,7 +153,6 @@ BuildRequires: pkgconfig(libdc1394-2) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libgme) BuildRequires: pkgconfig(libopenjp2) >= 2.1.0 -BuildRequires: pkgconfig(libopenjpeg) %if %{with openmpt} BuildRequires: pkgconfig(libopenmpt) %endif