mkvtoolnix ver. bump
This commit is contained in:
@@ -19,13 +19,12 @@ shelltools.export("DRAKETHREADS", get.makeJOBS().replace("-j", ""))
|
||||
pisitools.flags.add("-DBOOST_FILESYSTEM_VERSION=3")
|
||||
|
||||
def setup():
|
||||
#shelltools.system("rm -rf lib/{boost,fmt,jpcre2,libebml,libmatroska,nlohmann-json,pugixml,utf8-cpp}")
|
||||
# pisitools.dosed("configure.in", "curl", deleteLine=True)
|
||||
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--enable-gui \
|
||||
--without-curl \
|
||||
--with-flac \
|
||||
autotools.configure("--with-flac \
|
||||
--disable-update-check \
|
||||
--with-boost-libdir=/usr/lib ")
|
||||
|
||||
@@ -35,4 +34,4 @@ def build():
|
||||
def install():
|
||||
shelltools.system('rake install DESTDIR="%s"' % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING*", "README*")
|
||||
pisitools.dodoc("COPYING*", "README*")
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
<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="16991a5ef3a542418ead3527462c68b0594c4ffd" type="targz">https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-46.0.0/mkvtoolnix-release-46.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="63001ac5a218387e825073986ddf784353628d99" type="targz">https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-58.0.0/mkvtoolnix-release-58.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>fmt</Dependency>
|
||||
<Dependency>fmt-devel</Dependency>
|
||||
<Dependency>file</Dependency>
|
||||
<Dependency>rubygems</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
@@ -26,6 +26,7 @@
|
||||
<Dependency>cmark-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -53,6 +54,7 @@
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>libebml</Dependency>
|
||||
<Dependency>pugixml</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>libmatroska</Dependency>
|
||||
@@ -73,6 +75,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2021-06-29</Date>
|
||||
<Version>58.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>46.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user