123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>alacenc</Name>
- <Homepage>https://github.com/flacon/alacenc</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>app</IsA>
- <PartOf>multimedia.sound</PartOf>
- <Summary>Apple lossless audio decoder.</Summary>
- <Description>alacenc - encode audio into the Apple Lossless Audio Codec (ALAC) format.</Description>
- <Archive sha1sum="afcc3adc5df615f452e5f2d87ea4d0c074a0fcc2" type="targz">
- https://github.com/flacon/alacenc/archive/refs/tags/v0.4.1.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level='1'></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>alacenc</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/alacenc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-08-18</Date>
- <Version>0.4.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2023-01-22</Date>
- <Version>0.3.0</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|