1
0
xf86-video-vesa/xf86-video-vesa.spec
Stefan Dirsch c64aa455e4 Accepting request 333717 from home:eeich:branches:X11:XOrg
- u_DPMS-Query-DPMS-capabilites-and-query-current-state-before-changing.patch
  If the Xserver provides the VBEDPMSGetCapabilities() and VBEDPMSGet()
  API, check DPMS capabilities if a requested DPMS mode is supported before
  changing, and only change DPMS mode when the new state is different from 
  the old (bsc#947356, boo#947493).

OBS-URL: https://build.opensuse.org/request/show/333717
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vesa?expand=0&rev=19
2015-09-25 12:04:20 +00:00

77 lines
2.6 KiB
RPMSpec

#
# spec file for package xf86-video-vesa
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xf86-video-vesa
Version: 2.3.4
Release: 0
Summary: Generic VESA video driver for the Xorg X server
License: MIT
Group: System/X11/Servers/XF86_4
Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
Patch0: u_Enable-DefaultRefresh-by-default.patch
Patch1: u_Restore-palette-on-LeaveVT.patch
Patch2: u_DPMS-Query-DPMS-capabilites-and-query-current-state-before-changing.patch
#PATCH-FIX-UPSTREAM U_mibstore.patch -- removes obsolete include
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(pciaccess) >= 0.10
BuildRequires: pkgconfig(randrproto)
BuildRequires: pkgconfig(renderproto)
BuildRequires: pkgconfig(xextproto)
BuildRequires: pkgconfig(xorg-macros) >= 1.3
BuildRequires: pkgconfig(xorg-server) >= 1.6
BuildRequires: pkgconfig(xproto)
Supplements: xorg-x11-server
# This was part of the xorg-x11-driver-video package up to version 7.6
Conflicts: xorg-x11-driver-video <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
%x11_abi_videodrv_req
%{?x11_abi_has_dpms_get_capabilities: %x11_abi_has_dpms_get_capabilities}
%description
vesa is an Xorg driver for Generic VESA video cards.
It can drive most VESA-compatible video cards, but only makes use of the
basic standard VESA core that is common to these cards. The driver
supports depths 8, 15 16 and 24.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure
make %{?_smp_mflags}
%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/vesa_drv.so
%{_datadir}/man/man4/vesa.4%{?ext_man}
%changelog