forked from pool/libquicktime
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
This commit is contained in:
parent
604ae90d32
commit
1a1a4f614c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user