]> git.pld-linux.org Git - packages/xorg-driver-video-mga.git/blame - xorg-driver-video-mga.spec
- release 3
[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
f2eef33f 4# 1.9.100 is older than 1.4.13
e56f0dfe 5Version: 1.4.13
bcd28132 6Release: 3
6e68b6a9 7Epoch: 1
fa0875d8
JB
8License: MIT
9Group: X11/Applications
3bc61ee6 10Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-%{version}.tar.bz2
e56f0dfe 11# Source0-md5: f967fb3e655f6f68aa3f495eaadcaac2
fa0875d8 12URL: http://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
05bbad79
JB
35Obsoletes: X11-driver-mga < 1:7.0.0
36Obsoletes: XFree86-mga
37Obsoletes: XFree86-driver-mga < 1:7.0.0
fa0875d8
JB
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41X.org video driver for Matrox video adapters. It supports PCI and AGP
f2eef33f
JB
42video cards based on the following Matrox chips:
43- MGA2064W,
44- MGA1064SG (Mystique),
45- MGA2164W (Millennium II),
46- G100 (Productiva G100),
47- G200 (Millennium G200 and Mystique G200),
48- G400 (Millenium G400, Millenium G400 MAX, Millenium G450 and Marvel
49 G450 eTV),
50- G550 (Milenium G550 and Millenium G500 Dual DVI).
fa0875d8 51
dc7670c1
JR
52%description -l pl.UTF-8
53Sterownik obrazu X.org dla kart graficznych Matrox. Obsługuje karty
f2eef33f
JB
54PCI i AGP oparte na następujących układach Matroksa:
55- MGA2064W,
56- MGA1064SG (Mystique),
57- MGA2164W (Millennium II),
58- G100 (Productiva G100),
59- G200 (Millennium G200 i Mystique G200),
60- G400 (Millenium G400, Millenium G400 MAX, Millenium G450 i Marvel
61 G450 eTV),
62- G550 (Milenium G550 i Millenium G500 Dual DVI).
fa0875d8
JB
63
64%prep
65%setup -q -n xf86-video-mga-%{version}
66
67%build
68%{__libtoolize}
69%{__aclocal}
70%{__autoconf}
71%{__autoheader}
72%{__automake}
f2eef33f 73%configure
fa0875d8
JB
74
75%{__make}
76
77%install
78rm -rf $RPM_BUILD_ROOT
79
80%{__make} install \
c56ba104 81 DESTDIR=$RPM_BUILD_ROOT
fa0875d8
JB
82
83rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
84
85%clean
86rm -rf $RPM_BUILD_ROOT
87
88%files
89%defattr(644,root,root,755)
f2eef33f 90%doc COPYING ChangeLog README
fa0875d8 91%attr(755,root,root) %{_libdir}/xorg/modules/drivers/mga_drv.so
c56ba104 92%{_mandir}/man4/mga.4*
This page took 0.042383 seconds and 4 git commands to generate.