123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mkvtoolnix</Name>
- <Homepage>http://www.bunkus.org/videotools/mkvtoolnix/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>mmg</Icon>
- <IsA>app:console</IsA>
- <IsA>app:gui</IsA>
- <Summary>A set of tools to create, alter and inspect Matroska files</Summary>
- <Description>MKVToolnix is a set of tools (mkvmerge, mkvinfo and mkvextract) With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files.</Description>
- <Archive sha1sum="451d8c38374c6cd261039338dd997d49e5d330d9" type="tarxz">https://mkvtoolnix.download/sources/mkvtoolnix-19.0.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-multimedia-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>ruby-devel</Dependency>
- <Dependency>rubygems</Dependency>
- <Dependency>flac-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>libogg-devel</Dependency>
- <Dependency>libebml-devel</Dependency>
- <Dependency>libvorbis-devel</Dependency>
- <Dependency>libmatroska-devel</Dependency>
- <Dependency>docbook-xsl</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- <Dependency>pugixml-devel</Dependency>
- <Dependency>file</Dependency>
- <Dependency>imagemagick-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>mkvtoolnix</Name>
- <RuntimeDependencies>
- <Dependency>pugixml</Dependency>
- <Dependency>flac</Dependency>
- <Dependency>boost</Dependency>
- <Dependency>libogg</Dependency>
- <Dependency>file</Dependency>
- <Dependency>libvorbis</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>qt5-multimedia</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/mime</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/mkvtoolnix</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2018-03-24</Date>
- <Version>19.0.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2017-03-17</Date>
- <Version>19.0.0</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2017-03-17</Date>
- <Version>9.7.1</Version>
- <Comment>Version bump</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2016-11-04</Date>
- <Version>9.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-08-11</Date>
- <Version>9.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>8.5.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-08</Date>
- <Version>8.5.2</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|