update to 1.11.1 [release 1.11.1-1mamba;Sat Feb 25 2023]
This commit is contained in:
parent
edf9a295d4
commit
83fb2786fc
@ -1,2 +1,4 @@
|
|||||||
# xf86-video-s3virge
|
# xf86-video-s3virge
|
||||||
|
|
||||||
|
s3virge X.Org video drivers.
|
||||||
|
|
||||||
|
90
xf86-video-s3virge.spec
Normal file
90
xf86-video-s3virge.spec
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
||||||
|
Name: xf86-video-s3virge
|
||||||
|
Version: 1.11.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: s3virge X.Org video driver
|
||||||
|
Group: System/X11
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://www.x.org/wiki/
|
||||||
|
Source: https://www.x.org/archive//individual/driver/xf86-video-s3virge-%{version}.tar.xz
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: xorg-proto-devel
|
||||||
|
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
|
||||||
|
Provides: xorgdrvvideo
|
||||||
|
Provides: xorg-drv-video-s3virge
|
||||||
|
Obsoletes: xorg-drv-video-s3virge < 1.11.1
|
||||||
|
Requires: xorg-server >= %{xorg_ver}
|
||||||
|
Requires: xorg-server <= %{xorg_ver}.255
|
||||||
|
|
||||||
|
%description
|
||||||
|
s3virge 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/s3virge_drv.so
|
||||||
|
%{_mandir}/man4/s3virge.4.gz
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Feb 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba
|
||||||
|
- update to 1.11.1
|
||||||
|
|
||||||
|
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 1.10.7-2mamba
|
||||||
|
- rebuild with xorg-server 1.19.5
|
||||||
|
|
||||||
|
* Fri Jan 15 2016 Automatic Build System <autodist@mambasoft.it> 1.10.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 1.10.6-4mamba
|
||||||
|
- X.org 1.15 rebuild
|
||||||
|
|
||||||
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.6-3mamba
|
||||||
|
- xorg-server 1.12 mass rebuild
|
||||||
|
|
||||||
|
* Thu Dec 06 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.6-2mamba
|
||||||
|
- mass rebuild: xorg-server 1.10 backport from devel-xorg
|
||||||
|
|
||||||
|
* Mon Aug 13 2012 Automatic Build System <autodist@mambasoft.it> 1.10.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 17 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.4-3mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.4-2mamba
|
||||||
|
- automatic port from devel
|
||||||
|
|
||||||
|
* Sun Nov 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.4-1mamba
|
||||||
|
- update to 1.10.4
|
||||||
|
|
||||||
|
* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.10.2-1mamba
|
||||||
|
- Package created
|
||||||
|
|
Loading…
Reference in New Issue
Block a user