Proje Gitea'ya taşındı (Temiz başlangıç)

This commit is contained in:
Erkan IŞIK
2026-06-27 23:27:13 +03:00
commit c077995f65
683 changed files with 315285 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
pisitools.flags.add("-fPIC")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_EXTRAS=ON")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+69
View File
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>bullet</Name>
<Homepage>http://bulletphysics.org/wordpress/</Homepage>
<Packager>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Zlib</License>
<IsA>library</IsA>
<Summary>Professional 3D collision detection library</Summary>
<Description>Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library for games and animation.</Description>
<Archive sha1sum="c69710a1f756b9c5bc3f0580e6e67ab0313d6c03" type="targz">https://github.com/bulletphysics/bullet3/archive/3.08.tar.gz</Archive>
<BuildDependencies>
<Dependency>mesa-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>mesa</Dependency>
<Dependency>ninja</Dependency>
<Dependency>mesa</Dependency>
<Dependency>python-numpy</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>dejavu-fonts</Dependency>
<Dependency>freeglut-devel</Dependency>
<!-- Dependency>graphviz-devel</Dependency -->
<Dependency>perl-template-toolkit</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>bullet</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>bullet-devel</Name>
<Summary>Development files for bullet</Summary>
<RuntimeDependencies>
<Dependency release="current">bullet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig/bullet.pc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-01-08</Date>
<Version>3.08</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2018-12-31</Date>
<Version>2.82_2704</Version>
<Comment>First Release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>bullet</Name>
<Summary xml:lang="tr">Profesyonel 3D çarpma tespiti kütüphane</Summary>
<Description xml:lang="tr">Bullet, oyun ve animasyon için profesyonel bir açık kaynak kodlu çoklu iş parçacıklı 3D çarpma tespiti ve Katı Cisim Dinamiği Kütüphanesidir.</Description>
</Source>
</PISI>