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
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libaacs</Name>
<Homepage>https://www.videolan.org/developers/libaacs.html</Homepage>
<Packager>
<Name>Mogyorósi Petra</Name>
<Email>squeakymouse@protonmail.com</Email>
</Packager>
<License>LGPLv2.1</License>
<Icon>libaacs</Icon>
<PartOf>multimedia</PartOf>
<Summary>VideoLAN's AACS implementation</Summary>
<Description>libaacs is a research project to implement the Advanced Access Content System specification. This research project provides, through an open-source library, a way to understand how the AACS works. This research project is mainly developed by an international team of developers from Doom9.</Description>
<BuildDependencies>
<Dependency>yacc</Dependency>
<Dependency>flex</Dependency>
<Dependency>autoconf</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>libgpg-error-devel</Dependency>
</BuildDependencies>
<Archive type="tarbz2" sha1sum="b512fa16ff293f7e923e0adcf0c4bb4e5799f07b">https://code.videolan.org/videolan/libaacs/-/archive/0.11.1/libaacs-0.11.1.tar.bz2</Archive>
</Source>
<Package>
<Name>libaacs</Name>
<Summary>VideoLAN's AACS implementation</Summary>
<RuntimeDependencies>
<Dependency>libgcrypt</Dependency>
<Dependency>libgpg-error</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/*</Path>
<Path fileType="library">/usr/lib/libaacs.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libaacs-devel</Name>
<Summary>Development headers for libaacs</Summary>
<RuntimeDependencies>
<Dependency>libaacs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="config">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-26</Date>
<Version>0.11.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>