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/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 shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>shairplay</Name>
<Homepage>https://github.com/juhovh/shairplay</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>custom</License>
<Icon>shairplay</Icon>
<IsA>app</IsA>
<Summary>Apple airplay and raop protocol server</Summary>
<Description>Free portable AirPlay server implementation similar to ShairPort. Currently only AirPort Express emulation is supported.</Description>
<Archive sha1sum="d9c02b11e88ab1128b8b012f7553318970c816ab" type="zip">https://github.com/juhovh/shairplay/archive/096b61ad14c90169f438e690d096e3fcf87e504e/shairplay-24082018.zip</Archive>
<BuildDependencies>
<Dependency>avahi-devel</Dependency>
<Dependency>libtool-ltdl</Dependency>
<Dependency>avahi-compat-libdns_sd-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>shairplay</Name>
<Files>
<Path fileType="library">/usr/lib/libshairplay*</Path>
</Files>
</Package>
<Package>
<Name>shairplay-devel</Name>
<Summary>Development files for shairplay</Summary>
<RuntimeDependencies>
<Dependency release="current">shairplay</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-26</Date>
<Version>24082018</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>shairplay</Name>
<Summary xml:lang="tr">Apple airplay ve raop protokol sunucusu</Summary>
<Description xml:lang="tr">ShairPort'a benzer ücretsiz taşınabilir AirPlay sunucu uygulaması. Şu anda yalnızca AirPort Express öykünmesi desteklenmektedir.</Description>
</Source>
</PISI>