123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>taglib-extras</Name>
- <Homepage>http://amarok.kde.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <IsA>library</IsA>
- <Summary>Taglib extras library from Amarok team</Summary>
- <Description>Taglib-extras delivers support for reading and editing the meta-data of audio formats not supported by taglib, including: asf, mp4v2, rmff, wav.</Description>
- <Archive sha1sum="58af454ec230d494a75abd0aa78016a969f0c9ce" type="targz">http://download.kde.org/stable/taglib-extras/1.0.1/src/taglib-extras-1.0.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>pkgconfig</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>taglib-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">taglib-1.10.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>taglib-extras</Name>
- <RuntimeDependencies>
- <Dependency>taglib</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>taglib-extras-devel</Name>
- <Summary>Development files for taglib-extras</Summary>
- <RuntimeDependencies>
- <Dependency release="current">taglib-extras</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/taglib-extras</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-03-07</Date>
- <Version>1.0.1</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-19</Date>
- <Version>1.0.1</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-16</Date>
- <Version>1.0.1</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.0.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-02</Date>
- <Version>1.0.1</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|