2024-01-05 19:38:22 +01:00
|
|
|
Name: xf86-video-fbturbo
|
|
|
|
Version: 0.4.0
|
2024-01-05 19:38:22 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 19:38:22 +01:00
|
|
|
Summary: Video driver, primarily optimized for the devices powered by the Allwinner SoC
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/ssvb/xf86-video-fbturbo
|
|
|
|
Source: https://github.com/ssvb/xf86-video-fbturbo.git/%{version}/xf86-video-fbturbo-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: ldconfig
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Video driver, primarily optimized for the devices powered by the Allwinner SoC (A10, A13, A20). It can use some of the 2D/3D hardware acceleration features.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-05 19:38:22 +01:00
|
|
|
install -D -m0644 xorg.conf %{buildroot}%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
|
|
|
|
|
2024-01-05 19:38:22 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/xorg/modules/drivers/fbturbo_drv.la
|
|
|
|
%{_libdir}/xorg/modules/drivers/fbturbo_drv.so
|
2024-01-05 19:38:22 +01:00
|
|
|
%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
|
2024-01-05 19:38:22 +01:00
|
|
|
%{_mandir}/man4/fbturbo.4*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:38:22 +01:00
|
|
|
* Sat Oct 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2mamba
|
|
|
|
- install xorg configuration snipppet
|
|
|
|
|
2024-01-05 19:38:22 +01:00
|
|
|
* Fri Oct 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- package created using the webbuild interface
|