avidemux:ver.bump
This commit is contained in:
@@ -13,10 +13,16 @@ def build():
|
||||
shelltools.system("bash ./bootStrap.bash")
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.insinto("/", "install/usr")
|
||||
pisitools.dobin("install/usr/lib/libADM*", "/usr/lib")
|
||||
autotools.install("-C buildCore DESTDIR=%s install" % get.installDIR())
|
||||
autotools.install("-C buildQt5 DESTDIR=%s install" % get.installDIR())
|
||||
autotools.install("-C buildCli DESTDIR=%s install" % get.installDIR())
|
||||
autotools.install("-C buildPluginsCommon DESTDIR=%s install" % get.installDIR())
|
||||
autotools.install("-C buildPluginsQt5 DESTDIR=%s install" % get.installDIR())
|
||||
autotools.install("-C buildPluginsCLI DESTDIR=%s install" % get.installDIR())
|
||||
autotools.install("-C buildPluginsSettings DESTDIR=%s install" % get.installDIR())
|
||||
|
||||
shelltools.chmod(get.installDIR() + "/usr/lib/libADM6*")
|
||||
|
||||
pisitools.insinto("/usr/share/pixmaps", "avidemux_icon.png", "avidemux.png")
|
||||
|
||||
pisitools.dodoc("COPYING", "AUTHORS", "License*")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Simple video editing/encoding tool</Summary>
|
||||
<Description>Avidemux is a video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.</Description>
|
||||
<Archive sha1sum="e3ff742713c2145a6ce8bb16715cd1367cd5188a" type="targz">mirrors://sourceforge/avidemux/avidemux_2.7.1.tar.gz</Archive>
|
||||
<Archive sha1sum="349528b583611bf89cc2184b4e1306bef7b6af35" type="targz">mirrors://sourceforge/avidemux/avidemux_2.7.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-assistant-devel</Dependency>
|
||||
@@ -190,6 +190,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2019-04-13</Date>
|
||||
<Version>2.7.2</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-09-04</Date>
|
||||
<Version>2.7.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user