SHA256
1
0
forked from pool/libquicktime

Accepting request 599642 from home:jengelh:branches:multimedia:libs

- Explicitly request ffmpeg 3.x for building

OBS-URL: https://build.opensuse.org/request/show/599642
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=81
This commit is contained in:
Kristyna Streitova 2018-04-22 19:27:47 +00:00 committed by Git OBS Bridge
parent d4e2bc6053
commit ab0075b566
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 21 12:56:48 UTC 2018 - jengelh@inai.de
- Explicitly request ffmpeg 3.x for building
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 28 21:14:37 UTC 2017 - zaitor@opensuse.org Tue Nov 28 21:14:37 UTC 2017 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libquicktime # spec file for package libquicktime
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -27,7 +27,7 @@ Version: 1.2.4cvs%{cvs}
Release: 0 Release: 0
#to_be_filled_by_service #to_be_filled_by_service
Summary: Library for Reading and Writing Quicktime Movie Files Summary: Library for Reading and Writing Quicktime Movie Files
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://libquicktime.sf.net Url: http://libquicktime.sf.net
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
@ -51,9 +51,9 @@ BuildRequires: libvorbis-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: schroedinger-devel BuildRequires: schroedinger-devel
BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavcodec) < 58
BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(libswscale) < 5
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xext)