mkvtoolnix A set of tools to create, alter and inspect Matroska files

This commit is contained in:
groni
2015-11-09 00:07:06 +01:00
parent fcba5b6aee
commit 8f7dcd0063
7 changed files with 82804 additions and 82744 deletions
@@ -0,0 +1,36 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
# Disable automagic curl dep used for online update checking
shelltools.export("CURL_CFLAGS", "")
shelltools.export("CURL_LIBS", "")
# Sets number of threads for a parallel build
shelltools.export("DRAKETHREADS", get.makeJOBS().replace("-j", ""))
pisitools.flags.add("-DBOOST_FILESYSTEM_VERSION=3")
def setup():
# pisitools.dosed("configure.in", "curl", deleteLine=True)
autotools.autoreconf("-fiv")
autotools.configure("--enable-gui \
--without-curl \
--with-flac \
--with-boost-libdir=/usr/lib ")
def build():
shelltools.system("./drake")
def install():
shelltools.system('./drake install DESTDIR="%s"' % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "COPYING", "README.md", "README.Windows.md")
+137
View File
@@ -0,0 +1,137 @@
<?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="e28d74229868abd917cc9d061a930e789a1ce37d" type="tarxz">https://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-8.5.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>ruby-devel</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>file</Dependency>
<Dependency>imagemagick-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mkvtoolnix</Name>
<RuntimeDependencies>
<Dependency>flac</Dependency>
<Dependency>boost</Dependency>
<Dependency>libogg</Dependency>
<Dependency>file</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>zlib</Dependency>
<Dependency>qt5-base</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="11">
<Date>2015-11-08</Date>
<Version>8.5.2</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2015-01-21</Date>
<Version>7.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2014-12-19</Date>
<Version>7.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-10-29</Date>
<Version>7.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2014-10-05</Date>
<Version>7.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-28</Date>
<Version>6.9.1</Version>
<Comment>Version bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-01-18</Date>
<Version>6.7.0</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-11-14</Date>
<Version>6.5.0</Version>
<Comment>v. bump rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="3">
<Date>2013-07-28</Date>
<Version>6.2.0</Version>
<Comment>add missing dep.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-09</Date>
<Version>6.2.0</Version>
<Comment>V.bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-27</Date>
<Version>5.7.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mkvtoolnix</Name>
<Summary xml:lang="tr">Matroska dosyalarını yaratmak, değiştirmek ve incelemek için araçlar</Summary>
<Description xml:lang="tr">mkvtoolnix Matroska (MKV) dosyaları ile kullanılmak için bilgi edinme aracı (mkvinfo), veri/iz çıkarmak aracı (mkvextract) ve MKV oluşturma aracı (mkvmerge) içeren araç setidir.</Description>
</Source>
</PISI>
+82621 -82742
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
f787074980a401e0663499fd47df0c4236d6c27e
5fa7cce6afde0d7637f60ef0ac69c019571f0c85
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
33660bdd20870286b84903f06b9c0ce0fe995843
0137bae877d19fedaba1f14d075dc856831c99e6