From e7be8bf59f88732ab702d395b0c4e432f03453b90c69bb621837410056e60c20 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 19 Apr 2012 09:40:58 +0000 Subject: [PATCH] Accepting request 114544 from home:vuntz:branches:X11:XOrg New package, split from xorg-x11-driver-video OBS-URL: https://build.opensuse.org/request/show/114544 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-voodoo?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + xf86-video-voodoo-1.2.4.tar.bz2 | 3 ++ xf86-video-voodoo.changes | 6 +++ xf86-video-voodoo.spec | 94 +++++++++++++++++++++++++++++++++ 5 files changed, 127 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 xf86-video-voodoo-1.2.4.tar.bz2 create mode 100644 xf86-video-voodoo.changes create mode 100644 xf86-video-voodoo.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/xf86-video-voodoo-1.2.4.tar.bz2 b/xf86-video-voodoo-1.2.4.tar.bz2 new file mode 100644 index 0000000..0cbf693 --- /dev/null +++ b/xf86-video-voodoo-1.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00238bbcf61dba726deedcd4d7416923844e3b0116671a1b1df8bf43d224741 +size 274523 diff --git a/xf86-video-voodoo.changes b/xf86-video-voodoo.changes new file mode 100644 index 0000000..e91f302 --- /dev/null +++ b/xf86-video-voodoo.changes @@ -0,0 +1,6 @@ +------------------------------------------------------------------- +Wed Apr 18 15:51:24 UTC 2012 - vuntz@opensuse.org + +- Split xf86-video-voodoo from xorg-x11-driver-video. + Initial version: 1.2.4. + diff --git a/xf86-video-voodoo.spec b/xf86-video-voodoo.spec new file mode 100644 index 0000000..40b4289 --- /dev/null +++ b/xf86-video-voodoo.spec @@ -0,0 +1,94 @@ +# +# spec file for package xf86-video-voodoo +# +# Copyright (c) 2012 SUSE LINUX Products 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-voodoo +Version: 1.2.4 +Release: 0 +License: MIT +Summary: Voodoo video driver for the Xorg X server +Url: http://xorg.freedesktop.org/ +Group: System/X11/Servers/XF86_4 +Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2 +BuildRequires: pkg-config +BuildRequires: pkgconfig(fontsproto) +BuildRequires: pkgconfig(pciaccess) >= 0.8.0 +BuildRequires: pkgconfig(randrproto) +BuildRequires: pkgconfig(renderproto) +BuildRequires: pkgconfig(xextproto) +BuildRequires: pkgconfig(xf86dgaproto) +BuildRequires: pkgconfig(xorg-macros) >= 1.3 +BuildRequires: pkgconfig(xorg-server) >= 1.0.99.901 +BuildRequires: pkgconfig(xproto) +Requires: VIDEO_ABI_VERSION = 10 +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 + +%description +voodoo is an Xorg driver for Voodoo 1 and Voodoo 2 series video cards. + +On the Voodoo 1 the driver uses a shadow buffer in system memory as the +video adapter has only 3D acceleration. Selected portions of the shadow +framebuffer are copied out to the Voodoo board at the right time. +Because of this, the speed of the driver is very dependent on the CPU. +Processors nowadays are actually rather fast at moving data so we get +very good speed anyway as the shadow framebuffer is in cached RAM. + +The Voodoo2 has 16bpp acceleration and the driver provides accelerated +versions of most operations except angled lines and stipples. +Accelerated alpha blending with the Render extension is also supported +as is DGA. + +This driver supports 16bpp modes currently. The video hardware supports +image conversion from 24bpp to 16bpp but the hardware is 16bpp only. + +The Voodoo 1 series cards can go up to 800x600 resolution while the +Voodoo 2 can reach 1024x768 providing it has at least 2Mb of frame +buffer memory. 1024x768 2D mode does not require two cards configured in +scan-line interleave mode (SLI). + +Multihead and Xinerama configurations are supported. SLI configurations +will be treated as multiple video cards. + +Limited support for DPMS screen saving is available. The "standby" and +"suspend" modes are just painting the screen black. The "off" mode turns +the Voodoo board off and thus works correctly. + +This driver does not support a virtual screen size different from the +display size. This is a hardware limitation. 3D rendering is also not +supported. + +%prep +%setup -q + +%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/voodoo_drv.so +%{_datadir}/man/man4/voodoo.4%{?ext_man} + +%changelog