From 12c75ec1f73127d0fdf24f2655c0f23e60a46b34 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:38:07 +0100 Subject: [PATCH] update to 1.1.6 [release 1.1.6-1mamba;Sun Feb 26 2023] --- README.md | 2 + xf86-video-ast.spec | 107 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 xf86-video-ast.spec diff --git a/README.md b/README.md index 8f011ba..795b5a7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-ast +ast X.Org video drivers. + diff --git a/xf86-video-ast.spec b/xf86-video-ast.spec new file mode 100644 index 0000000..8b134a8 --- /dev/null +++ b/xf86-video-ast.spec @@ -0,0 +1,107 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +Name: xf86-video-ast +Version: 1.1.6 +Release: 1mamba +Summary: ast X.Org video drivers +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://www.x.org/releases/individual/driver/xf86-video-ast-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 21.1.3-1mamba +BuildRequires: libXvMC-devel >= 1.0.2 +BuildRequires: libXrender >= 0.9.1 +BuildRequires: libXrandr >= 1.1.1 +BuildRequires: libXv >= 1.0.1 +BuildRequires: libdrm-devel >= 2.3.0 +BuildRequires: libXinerama-devel >= 1.0.1 +BuildRequires: libpthread-stubs-devel +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 +Provides: xorg-drv-video-ast +Obsoletes: xorg-drv-video-ast < 1.1.6 + +%description +ast X.Org video drivers. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/xorg/modules/drivers/ast_drv.so + +%changelog +* Sun Feb 26 2023 Silvan Calarco 1.1.6-1mamba +- update to 1.1.6 + +* Sat Feb 19 2022 Automatic Build System 1.1.5-4mamba +- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba + +* Sun Mar 03 2019 Silvan Calarco 1.1.5-3mamba +- rebuilt with xorg-server 1.20.4 + +* Thu Dec 07 2017 Automatic Build System 1.1.5-2mamba +- rebuild with xorg-server 1.19.5 + +* Sat Feb 06 2016 Automatic Build System 1.1.5-1mamba +- automatic update by autodist + +* Fri Aug 21 2015 Silvan Calarco 1.0.1-2mamba +- rebuilt with xorg-server 1.17.2 + +* Sat Aug 16 2014 Automatic Build System 1.0.1-1mamba +- automatic update by autodist + +* Sat Jun 14 2014 Automatic Build System 0.99.9-1mamba +- automatic update by autodist + +* Fri Aug 23 2013 Automatic Build System 0.98.0-1mamba +- automatic update by autodist + +* Tue Mar 05 2013 Silvan Calarco 0.97.0-3mamba +- xorg-server 1.12 mass rebuild + +* Thu Dec 06 2012 Silvan Calarco 0.97.0-2mamba +- mass rebuild: xorg-server 1.10 backport from devel-xorg + +* Sun Aug 12 2012 Automatic Build System 0.97.0-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 0.95.00-1mamba +- automatic update by autodist + +* Fri Feb 17 2012 Silvan Calarco 0.93.9-2mamba +- automatic update by autodist + +* Thu Jul 21 2011 Automatic Build System 0.93.9-1mamba +- automatic update by autodist + +* Sun Aug 15 2010 Automatic Build System 0.91.10-1mamba +- automatic update by autodist + +* Sun Nov 22 2009 Silvan Calarco 0.89.9-1mamba +- update to 0.89.9 + +* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto 0.89.8-1mamba +- Package created +