Accepting request 554549 from home:elvigia:branches:multimedia:apps
- BuildRequire pkgconfig(x11) instead of xorg-x11-devel OBS-URL: https://build.opensuse.org/request/show/554549 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/zvbi?expand=0&rev=17
This commit is contained in:
parent
d25e5d8cd0
commit
f35e30e384
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 15:28:02 UTC 2017 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(x11) instead of xorg-x11-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 24 15:48:07 UTC 2013 - stephan.barth@suse.com
|
Tue Sep 24 15:48:07 UTC 2013 - stephan.barth@suse.com
|
||||||
|
|
||||||
|
13
zvbi.spec
13
zvbi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zvbi
|
# spec file for package zvbi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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
|
||||||
@ -21,7 +21,7 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: pkgconfig(x11)
|
||||||
Url: http://zapping.sf.net/
|
Url: http://zapping.sf.net/
|
||||||
Version: 0.2.35
|
Version: 0.2.35
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -32,6 +32,7 @@ Source: %{name}-%{version}.tar.bz2
|
|||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch2: zvbi-automake-1.13.patch
|
Patch2: zvbi-automake-1.13.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{!?make_build:%define make_build %{__make} -O %{?_smp_mflags}}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
With "video4linux" drivers only one application at a time can capture
|
With "video4linux" drivers only one application at a time can capture
|
||||||
@ -72,12 +73,8 @@ sliced VBI data, and to interpret the data of several popular services.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
ACLOCAL="aclocal -I m4" autoreconf -fi
|
ACLOCAL="aclocal -I m4" autoreconf -fi
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
%configure --disable-static
|
||||||
./configure --prefix=/usr \
|
%make_build
|
||||||
--libdir=%{_libdir} \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--disable-static
|
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR="%{buildroot}" install
|
make DESTDIR="%{buildroot}" install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user