Accepting request 172895 from home:dimstar:branches:multimedia:libs
- Add libXv-devel BuildRequires: this used to be pulled in by SDL, but those dependencies were cleaned up. OBS-URL: https://build.opensuse.org/request/show/172895 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdv?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
753fa501fb
commit
fdc3777460
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 17:42:04 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Add libXv-devel BuildRequires: this used to be pulled in by SDL,
|
||||
but those dependencies were cleaned up.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 13 09:15:36 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
||||
+13
-14
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdv
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@@ -15,28 +15,29 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libdv
|
||||
BuildRequires: SDL-devel gtk2-devel popt-devel
|
||||
BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libXv-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: xorg-x11-libX11-devel
|
||||
BuildRequires: xorg-x11-libXext-devel
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildRequires: libv4l-devel >= 0.8.4
|
||||
%endif
|
||||
Url: http://libdv.sourceforge.net/
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/Other
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libdv-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.0.0
|
||||
Release: 160
|
||||
Release: 0
|
||||
Summary: The Quasar DV Codec
|
||||
License: GPL-2.0+
|
||||
Group: Development/Libraries/Other
|
||||
Source: %name-%version.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -67,9 +68,8 @@ Authors:
|
||||
Charles 'Buck' Krasic <krasic@acm.org>
|
||||
|
||||
%package -n libdv4
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/Other
|
||||
Summary: The Quasar DV Codec
|
||||
Group: Development/Libraries/Other
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libdv-64bit
|
||||
@@ -94,11 +94,10 @@ Authors:
|
||||
Charles 'Buck' Krasic <krasic@acm.org>
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/Other
|
||||
Summary: The Quasar DV codec
|
||||
Requires: libdv4 = %{version}
|
||||
Group: Development/Libraries/Other
|
||||
Requires: glibc-devel
|
||||
Requires: libdv4 = %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libdv-devel-64bit
|
||||
|
||||
Reference in New Issue
Block a user