update to 0.6.0.20200727git.ab03de7

rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba [release 0.6.0.20200727git.ab03de7-1mamba;Sat Feb 19 2022]
This commit is contained in:
Silvan Calarco 2024-01-05 19:48:21 +01:00
parent 5378f19b03
commit 8e985cea94

View File

@ -1,23 +1,31 @@
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) %define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
%define pkgver %(echo %version | cut -d. -f1-3) %define gittag %(echo %version | cut -d. -f5)
Name: xorg-drv-video-openchrome Name: xorg-drv-video-openchrome
Version: 0.6.0 Version: 0.6.0.20200727git.ab03de7
Release: 3mamba Release: 1mamba
Summary: openchrome X.Org video drivers Summary: openchrome X.Org video drivers
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org URL: https://www.x.org/wiki/
Source: git://anongit.freedesktop.org/openchrome/xf86-video-openchrome.git/master/xf86-video-openchrome-%{version}.tar.bz2 Source: git://anongit.freedesktop.org/openchrome/xf86-video-openchrome.git/master@%{gittag}/xf86-video-openchrome-%{version}.tar.bz2
#Source: ftp://x.org/pub/individual/driver/xf86-video-openchrome-%{version}.tar.bz2 #Source: ftp://x.org/pub/individual/driver/xf86-video-openchrome-%{version}.tar.bz2
License: MIT License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libXv-devel
BuildRequires: libXvMC-devel
BuildRequires: libbsd-devel
BuildRequires: libdrm-devel BuildRequires: libdrm-devel
BuildRequires: libudev-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: xorg-server-devel >= 1.20.4 BuildRequires: xorg-server-devel >= 21.1.3-1mamba
BuildRequires: xorg-proto-devel BuildRequires: xorg-proto-devel
BuildRequires: libXvMC-devel >= 1.0.2 BuildRequires: libXvMC-devel >= 1.0.2
BuildRequires: libXrender >= 0.9.1 BuildRequires: libXrender >= 0.9.1
@ -32,11 +40,13 @@ Requires: xorg-server <= %{xorg_ver}.255
%description %description
openchrome X.Org video drivers. openchrome X.Org video drivers.
%debug_package
%prep %prep
%setup -q -n xf86-video-openchrome-%{version} %setup -q -n xf86-video-openchrome-%{version}
NOCONFIGURE=1 ./autogen.sh
%build %build
./autogen.sh
%configure %configure
%make %make
@ -53,18 +63,20 @@ openchrome X.Org video drivers.
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%{_libdir}/libchromeXvMC.la %{_libdir}/libchromeXvMC.la
%{_libdir}/libchromeXvMC.so %{_libdir}/libchromeXvMC.so
%{_libdir}/libchromeXvMC.so.1 %{_libdir}/libchromeXvMC.so.*
%{_libdir}/libchromeXvMC.so.1.0.0
%{_libdir}/libchromeXvMCPro.la %{_libdir}/libchromeXvMCPro.la
%{_libdir}/libchromeXvMCPro.so %{_libdir}/libchromeXvMCPro.so
%{_libdir}/libchromeXvMCPro.so.1 %{_libdir}/libchromeXvMCPro.so.*
%{_libdir}/libchromeXvMCPro.so.1.0.0
%endif %endif
%{_libdir}/xorg/modules/drivers/openchrome_drv.la %{_libdir}/xorg/modules/drivers/openchrome_drv.la
%{_libdir}/xorg/modules/drivers/openchrome_drv.so %{_libdir}/xorg/modules/drivers/openchrome_drv.so
%{_mandir}/man4/openchrome.4.gz %{_mandir}/man4/openchrome.4*
%changelog %changelog
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0.20200727git.ab03de7-1mamba
- update to 0.6.0.20200727git.ab03de7
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-3mamba * Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-3mamba
- rebuilt with xorg-server 1.20.4 - rebuilt with xorg-server 1.20.4