rebuilt with libdrm 2.4.112 [release 1.7.7-2mamba;Sat Jul 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 04:06:36 +01:00
parent 48a58c2136
commit 6ab630626e

View File

@ -2,43 +2,34 @@
%define patchver %(echo %version | cut -d. -f 3)
Name: libdirectfb
Version: 1.7.7
Release: 1mamba
Release: 2mamba
Summary: Graphics abstraction library for the Linux Framebuffer Device
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.directfb.org/
URL: https://github.com/deniskropp/DirectFB
Source: http://www.directfb.org/downloads/Core/DirectFB-%{majver}/DirectFB-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfreetype-devel
BuildRequires: libGL-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libsysfs-devel
BuildRequires: libvncserver-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libdrm-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libjasper-devel
BuildRequires: libjpeg-devel
BuildRequires: libmesa-devel
BuildRequires: libpng-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
BuildRequires: libvdpau-devel
BuildRequires: libwebp-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# configure warnings:
#*** libvncserver-config not found -- building without VNC support. See http://libvncserver.sourceforge.net
#checking dbox/fp.h usability... no
#checking dbox/fp.h presence... no
#checking for dbox/fp.h... no
#configure: WARNING: *** DBox2 Remote input driver will not be built.
#checking for dbox/fp.h... (cached) no
#configure: WARNING: *** DreamBox Remote input driver will not be built.
#checking linux/h3600_ts.h usability... no
#checking linux/h3600_ts.h presence... no
#checking for linux/h3600_ts.h... no
#configure: WARNING: *** H3600 Touchscreen driver will not be built.
#checking for TSLIB... no
#configure: WARNING: *** no tslib -- tslib driver will not be built.
BuildRequires: libdrm >= 1:2.4.112
%description
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
@ -66,12 +57,12 @@ Requires: %{name} = %{version}-%{release}
%description -n directfb-tools
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware.
DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux.
This package contains the tools that are provided with the library distribution.
%debug_package
%prep
%setup -q -n DirectFB-%{version}
@ -180,6 +171,9 @@ This package contains the tools that are provided with the library distribution.
%doc ChangeLog NEWS README TODO
%changelog
* Sat Jul 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.7-2mamba
- rebuilt with libdrm 2.4.112
* Wed Mar 11 2015 Automatic Build System <autodist@mambasoft.it> 1.7.7-1mamba
- automatic update by autodist