update xkeyboard-config, xorg-server, xterm move package virtualgl to x11/misc
This commit is contained in:
@@ -1,60 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
options = "-DVGL_FAKEXCB=1 \
|
||||
-DVGL_INCDIR=/usr/include \
|
||||
-DTJPEG_INCLUDE_DIR=/usr/include \
|
||||
-DVGL_DOCDIR=/usr/share/doc/%s \
|
||||
" % get.srcNAME()
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
|
||||
options += "-DVGL_LIBDIR=/usr/lib32 \
|
||||
-DCMAKE_INSTALL_PREFIX=/emul32 \
|
||||
-DVGL_BINDIR=/emul32/bin \
|
||||
-DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
|
||||
-DVGL_FAKELIBDIR=/usr/lib32/fakelib \
|
||||
"
|
||||
elif get.ARCH() == "x86_64":
|
||||
|
||||
options += "-DVGL_LIBDIR=/usr/lib \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/share \
|
||||
-DVGL_FAKELIBDIR=/usr/lib/fakelib \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/share \
|
||||
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
|
||||
-DVGL_BINDIR=/usr/bin"
|
||||
|
||||
|
||||
|
||||
cmaketools.configure(options, sourceDir="..")
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.insinto("/usr/bin/","%s/emul32/bin/glxspheres" % get.installDIR(),"glxspheres32")
|
||||
pisitools.removeDir("/emul32")
|
||||
|
||||
|
||||
elif get.ARCH() == "x86_64":
|
||||
pisitools.domove("/usr/bin/glxinfo", "/usr/bin/", "vglxinfo")
|
||||
|
||||
@@ -1,114 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>virtualgl</Name>
|
||||
<Homepage>http://virtualgl.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A toolkit for displaying OpenGL applications to thin clients</Summary>
|
||||
<Description>Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card.</Description>
|
||||
<Archive sha1sum="20ec8daa09d2bd5bb2437628a2416f9a4ca0fa63" type="targz">https://sourceforge.net/projects/virtualgl/files/2.5.1/VirtualGL-2.5.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>fltk-devel</Dependency>
|
||||
<Dependency>libXv-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>virtualgl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fltk</Dependency>
|
||||
<Dependency>libXv</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>mesa-glu</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/fakelib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>virtualgl-32bit</Name>
|
||||
<Summary>32 bit shared libraries of VirtualGL</Summary>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>fltk-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>libXv-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
<Dependency>mesa-glu-32bit</Dependency>
|
||||
<Dependency>libjpeg-turbo-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fltk-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>libXv-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
<Dependency>mesa-glu-32bit</Dependency>
|
||||
<Dependency>libjpeg-turbo-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/glxspheres32</Path>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
<Path fileType="library">/usr/lib32/fakelib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>virtualgl-devel</Name>
|
||||
<Summary>Development files for virtualgl</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">virtualgl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-11-02</Date>
|
||||
<Version>2.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Version>2.5</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Idris KALP</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-04-08</Date>
|
||||
<Version>2.5</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris KALP</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>virtualgl</Name>
|
||||
<Summary xml:lang="tr">OpenGL uygulamaları ince istemcilerde göstermek için bir kitaplık</Summary>
|
||||
<Description xml:lang="tr">Bir OpenGL uygulamadan gelen 3D komutlarını sunucu tarafındaki 3D grafik kartına yönlendirir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A toolkit for displaying OpenGL applications to thin clients</Summary>
|
||||
<Description>Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card.</Description>
|
||||
<Archive sha1sum="494ced91402e7cd4b3f561c202f8b4298d777785" type="targz">https://sourceforge.net/projects/virtualgl/files/2.5/VirtualGL-2.5.tar.gz</Archive>
|
||||
<Archive sha1sum="20ec8daa09d2bd5bb2437628a2416f9a4ca0fa63" type="targz">https://sourceforge.net/projects/virtualgl/files/2.5.1/VirtualGL-2.5.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>fltk-devel</Dependency>
|
||||
@@ -89,6 +89,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-11-02</Date>
|
||||
<Version>2.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Version>2.5</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>data</IsA>
|
||||
<Summary>X keyboard configuration database</Summary>
|
||||
<Description>xkeyboard-config aims to provide consistent and well-structured X keyboard configuration data for X Window System implementations.</Description>
|
||||
<Archive sha1sum="0cf363f22952704a9b19434dc9d3cbbcd1f0788e" type="tarbz2">mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.17.tar.bz2</Archive>
|
||||
<Archive sha1sum="6e647952c2a15c0c3c388e36a602fb228db7a5fa" type="tarbz2">mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.19.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xorg-proto</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-11-04</Date>
|
||||
<Version>2.19</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Version>2.17</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>MIT</License>
|
||||
<Summary>X.Org X Server</Summary>
|
||||
<Description>X server is the main application that allows a graphical interface.</Description>
|
||||
<Archive sha1sum="b3d8818bb3e1deeeb8f02d741c1223a72182e63c" type="tarbz2">mirrors://xorg/individual/xserver/xorg-server-1.18.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="ff088ee29dee46a2d68925c8df3f0515ef15ec52" type="tarbz2">mirrors://xorg/individual/xserver/xorg-server-1.18.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>font-util</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
@@ -106,6 +106,7 @@
|
||||
<Dependency>libpciaccess</Dependency>
|
||||
<Dependency>libxshmfence</Dependency>
|
||||
<Dependency>libepoxy</Dependency>
|
||||
<Dependency>nettle</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/X11/xorg.conf.d</Path>
|
||||
@@ -265,6 +266,7 @@
|
||||
<Dependency>libpciaccess-devel</Dependency>
|
||||
<Dependency>pixman-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>xorg-proto</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/xorg</Path>
|
||||
@@ -275,6 +277,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-11-04</Date>
|
||||
<Version>1.18.4</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Version>1.18.3</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Terminal emulator for the X Window System</Summary>
|
||||
<Description>The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.</Description>
|
||||
<Archive sha1sum="eb12025627f5d9aeedaf252e7fc5dd9c30fee0d6" type="targz">ftp://invisible-island.net/xterm/xterm-324.tgz</Archive>
|
||||
<Archive sha1sum="4dffabe5662ee19611860b7d8284f237616d0b82" type="targz">ftp://invisible-island.net/xterm/xterm-327.tgz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
@@ -23,6 +23,7 @@
|
||||
<Dependency>libXmu-devel</Dependency>
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>utempter-devel</Dependency>
|
||||
<Dependency>libXinerama-devel</Dependency>
|
||||
<Dependency>xorg-app</Dependency>
|
||||
<Dependency>libXpm-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
@@ -49,6 +50,7 @@
|
||||
<Dependency>libXft</Dependency>
|
||||
<Dependency>libXmu</Dependency>
|
||||
<Dependency>libXt</Dependency>
|
||||
<Dependency>libXinerama</Dependency>
|
||||
<Dependency>utempter</Dependency>
|
||||
<Dependency>xorg-app</Dependency>
|
||||
<Dependency>libXpm</Dependency>
|
||||
@@ -64,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-11-04</Date>
|
||||
<Version>327</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Version>324</Version>
|
||||
|
||||
Reference in New Issue
Block a user