mesa-demos moved from contrib

This commit is contained in:
Ertuğrul Erata
2018-07-08 18:27:57 +03:00
parent 1ab2377bbf
commit 4a234da1e0
7 changed files with 161471 additions and 160960 deletions
+161259 -160958
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
705942012f4e63a39db56bf1edbf531dcd178e80
46c04b9b83f90f0ed48da2a4a0daeb3eac172aef
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
63dd8b0bbe8da3942b8a147ac3ed01b135c0a7fa
664be3a81cd864306c92e5f186da09f74fa7968d
+35
View File
@@ -0,0 +1,35 @@
# -*- 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 autotools
from pisi.actionsapi import pisitools
demos_dir = "/usr/lib/mesa/demos"
demos_dir_emul32 = "/usr/lib32/mesa/demos"
def setup():
autotools.autoreconf("-fvi")
options = "--disable-static \
--with-system-data-files \
--bindir=%s" % (demos_dir_emul32 if get.buildTYPE() == "emul32" else demos_dir)
autotools.configure(options)
pisitools.dosed("libtool","( -shared )", " -Wl,--as-needed\\1")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
for util in ("glxgears", "glxinfo"):
pisitools.domove("%s/%s" % (demos_dir_emul32, util), "/usr/bin/", "%s32" % util)
return
for util in ("glxgears", "glxinfo"):
pisitools.domove("%s/%s" % (demos_dir, util), "/usr/bin/")
pisitools.dobin("src/egl/opengl/xeglgears")
+157
View File
@@ -0,0 +1,157 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mesa-demos</Name>
<Homepage>http://www.mesa3d.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app:console</IsA>
<Summary>Mesa demos</Summary>
<Description>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</Description>
<Archive sha1sum="468a8f24938ab07e2e31828cf961515371d45b56" type="tarbz2">ftp://ftp.freedesktop.org/pub/mesa/demos/8.3.0/mesa-demos-8.3.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glew-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency>freeglut-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mesa-demos</Name>
<RuntimeDependencies>
<Dependency>glew</Dependency>
<Dependency>freeglut</Dependency>
<Dependency>libXext</Dependency>
<Dependency>mesa</Dependency>
<Dependency>mesa-glu</Dependency>
<Dependency>libX11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/mesa-demos</Path>
<Path fileType="executable">/usr/lib/mesa/demos</Path>
</Files>
</Package>
<Package>
<Name>mesa-utils</Name>
<PartOf>x11.util</PartOf>
<Summary>Mesa utilities</Summary>
<RuntimeDependencies>
<Dependency>mesa</Dependency>
<Dependency>libX11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>mesa-demos-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for mesa</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>mesa-32bit</Dependency>
<Dependency>glew-32bit</Dependency>
<Dependency>freeglut-32bit</Dependency>
<Dependency>mesa-glu-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>glew-32bit</Dependency>
<Dependency>mesa-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>freeglut-32bit</Dependency>
<Dependency>mesa-glu-32bit</Dependency>
<Dependency>libgcc</Dependency>
<Dependency release="current">mesa-demos</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
<Path fileType="executable">/usr/bin/glxinfo32</Path>
<Path fileType="executable">/usr/bin/glxgears32</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2016-03-01</Date>
<Version>8.3.0</Version>
<Comment>Release bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-01-20</Date>
<Version>8.2.0</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-01-02</Date>
<Version>8.2.0</Version>
<Comment>Dep fixed.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-09-24</Date>
<Version>8.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-16</Date>
<Version>8.1.0</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-03-08</Date>
<Version>8.1.0</Version>
<Comment>Release bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-25</Date>
<Version>8.1.0</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-05-29</Date>
<Version>8.1.0</Version>
<Comment>Fixed configure settings.</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-27</Date>
<Version>8.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-02-09</Date>
<Version>8.0.1</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mesa-demos</Name>
<Summary xml:lang="tr">Mesa demoları</Summary>
<Description xml:lang="tr">Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır.</Description>
</Source>
<Package>
<Name>mesa-utils</Name>
<Summary xml:lang="tr">Mesa yardımcı uygulamaları</Summary>
</Package>
<Package>
<Name>mesa-demos-32bit</Name>
<Summary xml:lang="tr">mesa-demos için 32-bit paylaşımlı kitaplıklar</Summary>
</Package>
</PISI>