summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-06 21:16:13 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-06 21:16:13 -0800
commitd18ec148303f8af4857cf85238da2eda57bf981f (patch)
tree46bee2e9758a9c9b3ca43bbe0492b4660d488c6f
parent9679ed9e3dcb18524715cf78451ac170f7189af6 (diff)
downloadxf86-video-fbdev-d18ec148303f8af4857cf85238da2eda57bf981f.tar.gz
xf86-video-fbdev-d18ec148303f8af4857cf85238da2eda57bf981f.tar.bz2
xf86-video-fbdev-d18ec148303f8af4857cf85238da2eda57bf981f.zip
-rw-r--r--packaging/xf86-video-fbdev.spec45
1 files changed, 45 insertions, 0 deletions
diff --git a/packaging/xf86-video-fbdev.spec b/packaging/xf86-video-fbdev.spec
new file mode 100644
index 0000000..6b90cf6
--- /dev/null
+++ b/packaging/xf86-video-fbdev.spec
@@ -0,0 +1,45 @@
+Name: xf86-video-fbdev
+Version: 0.4.3
+Release: 0
+License: MIT
+Summary: Framebuffer 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(resourceproto)
+BuildRequires: pkgconfig(videoproto)
+BuildRequires: pkgconfig(xorg-macros) >= 1.8
+BuildRequires: pkgconfig(xorg-server) >= 1.0.99.901
+BuildRequires: pkgconfig(xproto)
+
+%description
+fbdev is an Xorg driver for framebuffer devices.
+
+This is a non-accelerated driver, the following framebuffer depths are
+supported: 8, 15, 16, 24. All visual types are supported for depth 8,
+and TrueColor visual is supported for the other depths. Multi-head
+configurations are supported.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%defattr(-,root,root)
+%doc COPYING
+%dir %{_libdir}/xorg/modules/drivers
+%{_libdir}/xorg/modules/drivers/fbdev_drv.so
+%{_mandir}/man4/fbdev.4%{?ext_man}
+
+%changelog