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
+20
View File
@@ -0,0 +1,20 @@
#!/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 autotools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
autotools.configure("--disable-static \
--without-xmms")
def build():
autotools.make("CFLAGS=--std=gnu89")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README")
+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>goom</Name>
<Homepage>https://sourceforge.net/projects/goom</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<Icon>goom</Icon>
<PartOf>multimedia</PartOf>
<Summary>Shared library part of the Goom visualization plugin</Summary>
<Description>Goom is an audio visualizer that can run on almost every platform</Description>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<!-- <Dependency>xmms-devel</Dependency> needs glib1 -->
</BuildDependencies>
<Archive sha1sum="4856b86aadc67676c473a4664c5281bc05df278d" type="targz">mirrors://sourceforge/goom/goom2k4/0/goom-2k4-0-src.tar.gz</Archive>
</Source>
<Package>
<Name>goom</Name>
<Summary>Cool visual effects</Summary>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libgoom2.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>goom-devel</Name>
<Summary>Development headers for goom</Summary>
<RuntimeDependencies>
<Dependency>goom</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="config">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2005-02-07</Date>
<Version>2004.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+15
View File
@@ -0,0 +1,15 @@
<PISI>
<Source>
<Name>goom</Name>
<Summary xml:lang="hu">Klassz videoeffektek</Summary>
<Description xml:lang="hu">A goom egy vizualizáló program, amely képes a legtöbb környezetben működni</Description>
<Summary xml:lang="tr">Goom görselleştirme eklentisinin paylaşılan kitaplık bölümü</Summary>
<Description xml:lang="tr">Goom, hemen hemen her platformda çalışabilen bir ses görselleştiricisidir.</Description>
</Source>
<Package>
<Name>goom-devel</Name>
<Summary xml:lang="hu">A goom fejlécei</Summary>
<Summary xml:lang="tr">Goom için geliştirme dosyaları</Summary>
</Package>
</PISI>