]> git.pld-linux.org Git - packages/xorg-driver-video-mga.git/blame - xorg-driver-video-mga.spec
- updated to 1.6.5
[packages/xorg-driver-video-mga.git] / xorg-driver-video-mga.spec
CommitLineData
fa0875d8 1Summary: X.org video driver for Matrox video adapters
88bfcbe1 2Summary(pl.UTF-8): Sterownik obrazu X.org dla kart graficznych Matrox
fa0875d8 3Name: xorg-driver-video-mga
b4c69e01 4# NOTE: 1.9.100 is older than 1.6.2
0fe1c1bb
JB
5Version: 1.6.5
6Release: 1
6e68b6a9 7Epoch: 1
fa0875d8
JB
8License: MIT
9Group: X11/Applications
0fe1c1bb
JB
10Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-%{version}.tar.bz2
11# Source0-md5: 3ee2549247e01de3e7bce52c27483118
12URL: https://xorg.freedesktop.org/
3bea5d67 13BuildRequires: Mesa-libGL-devel
f2eef33f 14BuildRequires: autoconf >= 2.60
fa0875d8 15BuildRequires: automake
c56ba104 16BuildRequires: libdrm-devel >= 2.0
fa0875d8
JB
17BuildRequires: libtool
18BuildRequires: pkgconfig >= 1:0.19
f2eef33f
JB
19BuildRequires: rpmbuild(macros) >= 1.389
20# checked, but not used
ef403956 21BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
3bea5d67 22BuildRequires: xorg-proto-fontsproto-devel
ef403956 23BuildRequires: xorg-proto-glproto-devel
3bea5d67
JB
24BuildRequires: xorg-proto-randrproto-devel
25BuildRequires: xorg-proto-renderproto-devel
fa0875d8 26BuildRequires: xorg-proto-videoproto-devel
3bea5d67 27BuildRequires: xorg-proto-xextproto-devel
fa0875d8 28BuildRequires: xorg-proto-xf86driproto-devel
f2eef33f 29BuildRequires: xorg-util-util-macros >= 1.8
3837a958 30BuildRequires: xorg-xserver-server-devel >= 1.3.0
f2eef33f 31%{?requires_xorg_xserver_videodrv}
182df0e8
JB
32Requires: xorg-xserver-libdri >= 1.3.0
33Requires: xorg-xserver-libglx >= 1.3.0
3837a958 34Requires: xorg-xserver-server >= 1.3.0
b0ce094d 35Provides: xorg-driver-video
05bbad79 36Obsoletes: X11-driver-mga < 1:7.0.0
05bbad79 37Obsoletes: XFree86-driver-mga < 1:7.0.0
b0ce094d 38Obsoletes: XFree86-mga
fa0875d8
JB
39BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41%description
42X.org video driver for Matrox video adapters. It supports PCI and AGP
f2eef33f
JB
43video cards based on the following Matrox chips:
44- MGA2064W,
45- MGA1064SG (Mystique),
46- MGA2164W (Millennium II),
47- G100 (Productiva G100),
48- G200 (Millennium G200 and Mystique G200),
49- G400 (Millenium G400, Millenium G400 MAX, Millenium G450 and Marvel
50 G450 eTV),
51- G550 (Milenium G550 and Millenium G500 Dual DVI).
fa0875d8 52
dc7670c1
JR
53%description -l pl.UTF-8
54Sterownik obrazu X.org dla kart graficznych Matrox. Obsługuje karty
f2eef33f
JB
55PCI i AGP oparte na następujących układach Matroksa:
56- MGA2064W,
57- MGA1064SG (Mystique),
58- MGA2164W (Millennium II),
59- G100 (Productiva G100),
60- G200 (Millennium G200 i Mystique G200),
61- G400 (Millenium G400, Millenium G400 MAX, Millenium G450 i Marvel
62 G450 eTV),
63- G550 (Milenium G550 i Millenium G500 Dual DVI).
fa0875d8
JB
64
65%prep
66%setup -q -n xf86-video-mga-%{version}
67
68%build
69%{__libtoolize}
70%{__aclocal}
71%{__autoconf}
72%{__autoheader}
73%{__automake}
f2eef33f 74%configure
fa0875d8
JB
75
76%{__make}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80
81%{__make} install \
c56ba104 82 DESTDIR=$RPM_BUILD_ROOT
fa0875d8 83
67c5e568 84%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
fa0875d8
JB
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%files
90%defattr(644,root,root,755)
f2eef33f 91%doc COPYING ChangeLog README
fa0875d8 92%attr(755,root,root) %{_libdir}/xorg/modules/drivers/mga_drv.so
c56ba104 93%{_mandir}/man4/mga.4*
This page took 0.114838 seconds and 4 git commands to generate.