diff --git a/pisi-index.xml b/pisi-index.xml index f3a7022df7..cb3daf02bc 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -77801,6 +77801,60 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + physfs + http://icculus.org/physfs/ + + PisiLinux Community + admins@pisilinux.org + + ZLIB + library + programming.misc + Filesystem library + Dosya sistemi kitaplığı + Warstwa abstrakcji plików dla gier + Couche d'abstraction pour les systèmes de fichier, généralement utilisée par les jeux. + Abstraction layer for filesystems. + physfs dosya sistemi katmanı kitaplığıdır. + Capa de abstracción para sistemas de archivos, comúnmente utilizado en juegos + PhysicsFS to biblioteka udostępniająca abstrakcyjny dostęp do różnych archiwów. + http://icculus.org/physfs/downloads/physfs-2.0.3.tar.bz2 + + cmake + zlib + + programming/misc/physfs/pspec.xml + + + physfs + + /usr/lib + /usr/share/doc + + + + physfs-devel + Development files for physfs + physfs için geliştirme dosyaları + + physfs + + + /usr/include + + + + + 2016-04-11 + 2.0.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + libinput diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 29c076664d..fd1814219b 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -a23b34fad7a942efaeddec3efe4606d23ff1e430 \ No newline at end of file +83593e89d34153f68bfcfbf20dd86044720a1094 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 4110014faa..77b0e91829 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 07c0f0ad72..0f12f3535d 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -719c80e77c69dcc38048afa40c3900020fe32588 \ No newline at end of file +6050b90dcca8260458c1e680f65a878f6acf9a59 \ No newline at end of file diff --git a/programming/misc/physfs/actions.py b/programming/misc/physfs/actions.py new file mode 100644 index 0000000000..bee0aa2fd4 --- /dev/null +++ b/programming/misc/physfs/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/python +# -*- 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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + + +def setup(): + cmaketools.configure("-DPHYSFS_BUILD_STATIC=OFF \ + -DPHYSFS_BUILD_SHARED=ON \ + -DPHYSFS_ARCHIVE_7Z=OFF \ + -DPHYSFS_BUILD_TEST=OFF \ + -DPHYSFS_BUILD_WX_TEST=OFF \ + -DPHYSFS_INTERNAL_ZLIB=OFF \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr ") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall('DESTDIR="%s"' % get.installDIR()) + + pisitools.dodoc("CHANGELOG.txt", "CREDITS.txt", "TODO.txt") diff --git a/programming/misc/physfs/pspec.xml b/programming/misc/physfs/pspec.xml new file mode 100644 index 0000000000..f60035f24e --- /dev/null +++ b/programming/misc/physfs/pspec.xml @@ -0,0 +1,50 @@ + + + + + physfs + http://icculus.org/physfs/ + + PisiLinux Community + admins@pisilinux.org + + ZLIB + library + Filesystem library + Abstraction layer for filesystems. + http://icculus.org/physfs/downloads/physfs-2.0.3.tar.bz2 + + cmake + zlib + + + + + physfs + + /usr/lib + /usr/share/doc + + + + + physfs-devel + Development files for physfs + + physfs + + + /usr/include + + + + + + 2016-04-11 + 2.0.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + \ No newline at end of file diff --git a/programming/misc/physfs/translations.xml b/programming/misc/physfs/translations.xml new file mode 100644 index 0000000000..f2d949f70b --- /dev/null +++ b/programming/misc/physfs/translations.xml @@ -0,0 +1,17 @@ + + + + physfs + Dosya sistemi kitaplığı + Warstwa abstrakcji plików dla gier + physfs dosya sistemi katmanı kitaplığıdır. + Couche d'abstraction pour les systèmes de fichier, généralement utilisée par les jeux. + Capa de abstracción para sistemas de archivos, comúnmente utilizado en juegos + PhysicsFS to biblioteka udostępniająca abstrakcyjny dostęp do różnych archiwów. + + + + physfs-devel + physfs için geliştirme dosyaları + +