]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- package new drivers: aspeed (=xorg's ast), xgi (supported by xorg's sis)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 1 May 2007 07:42:35 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86.spec -> 1.633

XFree86.spec

index 32ea5c8b61992911c7e0e11d06a14adafa37aafa..6ec7b1ef50cf55aaa985efca2ef03619135b8383 100644 (file)
@@ -722,6 +722,19 @@ Ark Logic driver.
 %description driver-ark -l pl.UTF-8
 Sterownik do kart Ark Logic.
 
+%package driver-aspeed
+Summary:       ASPEED video driver
+Summary(pl.UTF-8):     Sterownik do kart ASPEED
+Group:         X11/Servers
+Requires:      %{name}-Xserver = %{epoch}:%{version}-%{release}
+Requires:      %{name}-modules = %{epoch}:%{version}-%{release}
+
+%description driver-aspeed
+ASPEED driver. It supports AST2000 chip.
+
+%description driver-aspeed -l pl.UTF-8
+Sterownik do kart ASPEED. Obsługuje układy AST2000.
+
 %package driver-ati
 Summary:       ATI video driver
 Summary(pl.UTF-8):     Sterownik do kart ATI
@@ -1286,6 +1299,21 @@ VMware virtual machine.
 Sterownik do emulacji karty SVGA dostępnej pod VMware. Przydatny,
 jeśli uruchamiasz Linuksa na wirtualnej maszynie VMware.
 
+%package driver-xgi
+Summary:       XGI (Xabre Graphics Inc.) driver
+Summary(pl.UTF-8):     Sterownik do kart XGI (Xabre Graphics Inc.)
+Group:         X11/Servers
+Requires:      %{name}-Xserver = %{epoch}:%{version}-%{release}
+Requires:      %{name}-modules = %{epoch}:%{version}-%{release}
+
+%description driver-xgi
+XGI (Xabre Graphics Inc.) driver. It supports Volari V3XT/V5/V8 and
+Volari Z7 chipsets.
+
+%description driver-xgi -l pl.UTF-8
+Sterownik do kart XGI (Xabre Graphics Inc.). Obsługuje układy Volari
+V3XT/V5/V8 i Volari Z7.
+
 %package libs
 Summary:       X11R6 shared libraries
 Summary(de.UTF-8):     X11R6 shared Libraries
@@ -2491,6 +2519,13 @@ fi
 %attr(755,root,root) %{_libdir}/modules/drivers/ark_drv.o
 %endif
 
+# Devel: sparc sparc64
+%ifarch %{ix86} ia64 %{x8664}
+%files driver-aspeed
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/modules/drivers/aspeed_drv.o
+%endif
+
 # Devel: sparc sparc64
 %ifarch %{ix86} ia64 %{x8664} mips ppc arm
 %files driver-chips
@@ -2784,6 +2819,13 @@ fi
 %{_mandir}/man4/vmware.4*
 %endif
 
+%ifarch %{ix86} ia64 %{x8664}
+%files driver-xgi
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/modules/drivers/xgi_drv.o
+%{_mandir}/man4/xgi.4*
+%endif
+
 %files libs
 %defattr(644,root,root,755)
 /etc/ld.so.conf.d/*.conf
This page took 0.10711 seconds and 4 git commands to generate.