forked from pool/libquicktime
- BuildRequire xorg-x11-devel to build lqtplay
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=42
This commit is contained in:
parent
b8174d8d90
commit
79de8ed080
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 11:54:28 UTC 2012 - puzel@suse.com
|
||||
|
||||
- BuildRequire xorg-x11-devel to build lqtplay
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 08:50:13 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libquicktime
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,12 +20,12 @@
|
||||
|
||||
Name: libquicktime
|
||||
Version: 1.2.3
|
||||
Release: 8
|
||||
Release: 0
|
||||
#to_be_filled_by_service
|
||||
License: GNU General Public License version 2 or later (GPL v2 or later)
|
||||
Summary: Library for Reading and Writing Quicktime Movie Files
|
||||
Url: http://libquicktime.sf.net
|
||||
License: GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://libquicktime.sf.net
|
||||
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%%{version}.tar.gz
|
||||
Source0: http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
|
||||
Source1: COPYING
|
||||
@ -39,6 +39,7 @@ BuildRequires: libjpeg-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: schroedinger-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
%if 0%{?BUILD_ORIG}
|
||||
BuildRequires: libfaac-devel
|
||||
BuildRequires: libfaad2-devel
|
||||
@ -54,7 +55,6 @@ forked from quicktime4linux.
|
||||
|
||||
%package -n %{name}%{soname}
|
||||
|
||||
|
||||
Summary: Library for Reading and Writing Quicktime Movie Files
|
||||
Group: System/Libraries
|
||||
# Last version with this name was openSUSE 11.4
|
||||
@ -67,7 +67,6 @@ forked from quicktime4linux.
|
||||
|
||||
%package -n libquicktime-devel
|
||||
|
||||
|
||||
Summary: Library for reading/writing quicktime movie files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}%{soname} = %{version}
|
||||
@ -78,7 +77,6 @@ from quicktime4linux
|
||||
|
||||
%package -n libquicktime-tools
|
||||
|
||||
|
||||
Summary: Libquicktime Tools
|
||||
Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||
Requires: %{name}%{soname} = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user