new packages: esound, flatbuffers, fstrcmp, goom, libaacs, shairplay, waylandpp

This commit is contained in:
suvari
2023-08-27 11:57:05 +03:00
parent 945b747989
commit 1e486729cf
30 changed files with 3431 additions and 1322 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
--disable-static \
--enable-shared")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fstrcmp</Name>
<Homepage>https://sourceforge.net/projects/fstrcmp</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv1</License>
<Icon>fstrcmp</Icon>
<IsA>library</IsA>
<Summary>A library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings</Summary>
<Description>The fstrcmp project provides a library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings. This can be useful in error messages, enabling the suggestion of likely valid alternatives. In compilers, this can reduce the cascade of secondary errors. </Description>
<Archive sha1sum="bb848118fb157dc624ae9fac0566a64cc85f2ef2" type="targz">http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>groff</Dependency>
<Dependency>libtool</Dependency>
<Dependency>ghostscript-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>fstrcmp</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libfstrcmp.*</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>fstrcmp-devel</Name>
<Summary>Development files for fstrcmp</Summary>
<RuntimeDependencies>
<Dependency release="current">fstrcmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-26</Date>
<Version>0.7.001</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>fstrcmp</Name>
<Summary xml:lang="tr">Çok baytlı karakter dizeleri de dahil olmak üzere dizeler ve bayt dizilerinin bulanık karşılaştırmalarını yapmak için kullanılan bir kitaplık</Summary>
<Description xml:lang="tr">fstrcmp projesi, çok baytlı karakter dizeleri de dahil olmak üzere dizelerin ve bayt dizilerinin bulanık karşılaştırmalarını yapmak için kullanılan bir kitaplık sağlar. Bu, olası geçerli alternatiflerin önerilmesini sağlayarak hata mesajlarında faydalı olabilir. Derleyicilerde bu, ikincil hataların art arda akışını azaltabilir.</Description>
</Source>
</PISI>