Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37787544
en ru br
ALT Linux repos
S:13.4.0-alt1
5.0: 10.16.5-alt3
4.1: 10.16.4-alt0.M41.1

Group :: System/X11
RPM: xorg-drv-vmware

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xorg-drv-vmware-13.4.0-alt1.patch
Download


 .gear/rules                                        |  2 +
 .../tags/275d48941fae64fa7f423948689616002355154a  | 13 ++++
 .gear/tags/list                                    |  1 +
 xf86-video-vmware.spec                             | 91 ++++++++++++++++++++++
 4 files changed, 107 insertions(+)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..1d03628
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: xf86-video-vmware-@version@:.
+diff: xf86-video-vmware-@version@:. .
diff --git a/.gear/tags/275d48941fae64fa7f423948689616002355154a b/.gear/tags/275d48941fae64fa7f423948689616002355154a
new file mode 100644
index 0000000..25b1d5e
--- /dev/null
+++ b/.gear/tags/275d48941fae64fa7f423948689616002355154a
@@ -0,0 +1,13 @@
+object f82ce27f17e1c706f34a0fdc5cceaf6e42db1476
+type commit
+tag xf86-video-vmware-13.4.0
+tagger Peter Hutterer <peter.hutterer@who-t.net> 1674525821 +1000
+
+xf86-video-vmware 13.4.0
+-----BEGIN PGP SIGNATURE-----
+
+iHcEABECADcWIQQ8LEPZRH1ZOO9FUeviO35wtGfwvwUCY888fRkccGV0ZXIuaHV0
+dGVyZXJAd2hvLXQubmV0AAoJEOI7fnC0Z/C/6cYAn06l2DxG++xgUmmQGKHjqsTg
+4toQAKCixJm9yUjFBQTjbXhen7Zd2+ZyQA==
+=NK5u
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..c0b7339
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+275d48941fae64fa7f423948689616002355154a xf86-video-vmware-13.4.0
diff --git a/xf86-video-vmware.spec b/xf86-video-vmware.spec
new file mode 100644
index 0000000..3c7beab
--- /dev/null
+++ b/xf86-video-vmware.spec
@@ -0,0 +1,91 @@
+%define uname xf86-video-vmware
+
+Name: xorg-drv-vmware
+Version: 13.4.0
+Release: alt1
+Epoch: 1
+
+Summary: VMware SVGA Device video driver
+License: MIT/X11
+Group: System/X11
+
+Url: http://cgit.freedesktop.org/xorg/driver/xf86-video-vmware
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+ExclusiveArch: x86_64 %ix86
+
+PreReq: XORG_ABI_VIDEODRV = %get_xorg_abi_videodrv
+
+BuildRequires(Pre): xorg-sdk xorg-util-macros
+BuildRequires: libXext-devel xorg-proto-devel libxatracker-devel libudev-devel
+
+%description
+%summary
+
+%prep
+%setup
+%patch -p1
+
+%build
+%autoreconf
+%configure \
+	--with-xorg-module-dir=%_x11modulesdir \
+	--disable-static
+
+%make_build
+
+%install
+%makeinstall_std
+
+%files
+%dir %_x11modulesdir/drivers
+%_x11modulesdir/drivers/*.so
+%_man4dir/*
+
+%changelog
+* Sun Feb 05 2023 Anton Midyukov <antohami@altlinux.org> 1:13.4.0-alt1
+- 13.4.0
+
+* Mon Sep 12 2022 Anton Midyukov <antohami@altlinux.org> 1:13.3.0-alt3
+- new snapshot
+
+* Thu Jun 13 2019 Michael Shigorin <mike@altlinux.org> 1:13.3.0-alt2
+- added ExclusiveArch:
+- minor spec cleanup
+
+* Thu May 31 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:13.3.0-alt1
+- 13.3.0
+
+* Mon Dec 12 2016 Valery Inozemtsev <shrek@altlinux.ru> 1:13.2.1-alt1
+- 13.2.1
+
+* Fri Nov 27 2015 Valery Inozemtsev <shrek@altlinux.ru> 1:13.1.0-alt2
+- rebuild for XORG_ABI_VIDEODRV = 20.0
+
+* Wed Feb 04 2015 Fr. Br. George <george@altlinux.ru> 1:13.1.0-alt1
+- Autobuild version bump to 13.1.0
+
+* Thu Oct 23 2014 Gleb F-Malinovskiy <glebfm@altlinux.org> 1:13.0.2-alt2
+- Rebuilt with new Xorg.
+
+* Mon Apr 21 2014 Fr. Br. George <george@altlinux.ru> 1:13.0.2-alt1
+- Autobuild version bump to 13.0.2
+
+* Tue Feb 04 2014 Fr. Br. George <george@altlinux.ru> 1:13.0.1-alt2
+- Rebuild for XORG_ABI_VIDEODRV=15.0
+
+* Wed Jun 05 2013 Fr. Br. George <george@altlinux.ru> 1:13.0.1-alt1
+- Autobuild version bump to 13.0.1
+- Remove applied patch
+
+* Thu Mar 07 2013 Fr. Br. George <george@altlinux.ru> 1:13.0.0-alt2
+- Apply upstream changes as patch
+- Rebuild woth Xorg 14.0
+
+* Tue Feb 05 2013 Fr. Br. George <george@altlinux.ru> 1:13.0.0-alt1
+- Autobuild version bump to 13.0.0
+
+* Tue Feb 05 2013 Fr. Br. George <george@altlinux.ru> 0.0.0-alt1
+- Initial zero version build
+
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin