123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cdrdao</Name>
- <Homepage>http://cdrdao.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Burn CDs in disk-at-once mode</Summary>
- <Description>cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents.</Description>
- <Archive sha1sum="3adfbdefc73728a75c9ddc41160c9fe4139fb1e0" type="tarbz2">mirrors://sourceforge/cdrdao/cdrdao-1.2.4.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>lame-devel</Dependency>
- <Dependency>libao-devel</Dependency>
- <Dependency>libmad-devel</Dependency>
- <Dependency>libvorbis-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">cdrdao-1.2.3-version.patch</Patch>
- <!-- <Patch level="1">cdrdao-1.2.3-stat.patch</Patch> -->
- <Patch level="1">cdrdao-1.2.3-autoconf-update.patch</Patch>
- <!-- <Patch level="1">cdrdao-1.2.3-narrowing.patch</Patch> -->
- </Patches>
- </Source>
-
- <Package>
- <Name>cdrdao</Name>
- <RuntimeDependencies>
- <Dependency>lame</Dependency>
- <Dependency>libmad</Dependency>
- <Dependency>libvorbis</Dependency>
- <Dependency>libao</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/usr/share/cdrdao</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="5">
- <Date>2020-03-10</Date>
- <Version>1.2.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-18</Date>
- <Version>1.2.3</Version>
- <Comment>Rebuild with new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-14</Date>
- <Version>1.2.3</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.2.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-19</Date>
- <Version>1.2.3</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|