From 6a62c2c2781af22864341b02fef07ab02d40c46492c3444ffb2e672557b7a9f8 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 2 May 2022 15:01:27 +0000 Subject: [PATCH] Accepting request 973852 from home:jengelh:branches:multimedia:libs - Update BuildRequires to reflect it does not work with ffmpeg5 at this time. OBS-URL: https://build.opensuse.org/request/show/973852 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=91 --- libquicktime.changes | 6 ++++++ libquicktime.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libquicktime.changes b/libquicktime.changes index 12cd486..04661f6 100644 --- a/libquicktime.changes +++ b/libquicktime.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 29 07:52:21 UTC 2022 - Jan Engelhardt + +- Update BuildRequires to reflect it does not work with ffmpeg5 + at this time. + ------------------------------------------------------------------- Tue Feb 25 21:00:07 UTC 2020 - Ignaz Forster diff --git a/libquicktime.spec b/libquicktime.spec index effc636..fc9b884 100644 --- a/libquicktime.spec +++ b/libquicktime.spec @@ -1,7 +1,7 @@ # # spec file for package libquicktime # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,7 +41,7 @@ BuildRequires: libvorbis-devel BuildRequires: pkgconfig BuildRequires: schroedinger-devel BuildRequires: pkgconfig(gl) -BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavcodec) < 59 BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(x11)