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