From 1a1a4f614cd5eab3eba8b32f31186f44e6f9eac4df935971a488c00ded7bd9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 2 Dec 2015 09:13:20 +0000 Subject: [PATCH] Accepting request 347127 from home:olh:branches:multimedia:libs - Use pkgconfig for ffmpeg BuildRequires OBS-URL: https://build.opensuse.org/request/show/347127 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=57 --- libquicktime.changes | 5 +++++ libquicktime.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libquicktime.changes b/libquicktime.changes index 23b86a7..57c9f68 100644 --- a/libquicktime.changes +++ b/libquicktime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 22 08:47:31 UTC 2015 - olaf@aepfle.de + +- Use pkgconfig for ffmpeg BuildRequires + ------------------------------------------------------------------- Mon Feb 23 10:03:51 UTC 2015 - avvissu@yandex.ru diff --git a/libquicktime.spec b/libquicktime.spec index cbc9894..564df38 100644 --- a/libquicktime.spec +++ b/libquicktime.spec @@ -1,7 +1,7 @@ # # spec file for package libquicktime # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,9 +30,9 @@ Url: http://libquicktime.sf.net Source0: %{name}-%{version}.tar.gz Source1: COPYING Source2: baselibs.conf +BuildRequires: alsa-devel BuildRequires: autoconf BuildRequires: automake -BuildRequires: alsa-devel BuildRequires: doxygen BuildRequires: gtk2-devel BuildRequires: libdv-devel @@ -51,9 +51,10 @@ BuildRequires: pkgconfig(xv) %if 0%{?BUILD_ORIG} BuildRequires: libfaac-devel BuildRequires: libfaad2-devel -BuildRequires: libffmpeg-devel BuildRequires: libmp3lame-devel BuildRequires: libx264-devel +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libswscale) %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build