handbrake-1.6.0

This commit is contained in:
4fury-c3440d8
2023-01-02 13:27:39 +03:00
parent 2b85b82422
commit 955f21a761
2 changed files with 28 additions and 20 deletions
+9 -11
View File
@@ -10,14 +10,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
J = ''.join([
' --disable-static',
' --prefix=/usr',
' --disable-rpath',
' --disable-gtk4',
' --disable-silent-rules',
' --enable-qsv',
' --disable-update-checks',
' --enable-x265',
' --enable-qsv',
' --enable-numa',
' --enable-fdk-aac',
' --enable-libav-aac '
' --enable-fdk-aac '
])
def setup():
@@ -26,15 +27,12 @@ def setup():
shelltools.cd("gtk")
autotools.autoreconf("-fiv")
shelltools.cd("..")
autotools.rawConfigure("--prefix=/usr --force %s" % J)
autotools.rawConfigure("--force %s" % J)
def build():
shelltools.cd("build")
autotools.make()
autotools.make("-C build")
def install():
shelltools.cd("build")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("../*.markdown", "../COPYING", "../LICENSE")
autotools.rawInstall("-C build DESTDIR=%s" % get.installDIR())
pisitools.dodoc("*.markdown", "COPYING", "LICENSE")
+19 -9
View File
@@ -14,7 +14,9 @@
<IsA>app:gui</IsA>
<Summary>The open source video transcoder.</Summary>
<Description>HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. The program is also used to convert DVDs so they can be viewed on iPods, iPhones and most media players.</Description>
<Archive sha1sum="25ff44ea8b6341b5a53ef59f7ca13e17c5d02891" type="tarbz2">https://github.com/HandBrake/HandBrake/releases/download/1.5.1/HandBrake-1.5.1-source.tar.bz2</Archive>
<Archive sha1sum="55fdad0f46428d5f74f11095b5811ef0c5f1e9fe" type="tarbz2">
https://github.com/HandBrake/HandBrake/releases/download/1.6.0/HandBrake-1.6.0-source.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
<Dependency>meson</Dependency>
@@ -32,6 +34,7 @@
<Dependency>libva-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<!-- <Dependency>libmfx-devel</Dependency> -->
<Dependency>libass-devel</Dependency>
<Dependency>fribidi-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
@@ -101,14 +104,21 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-04-24</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<History>
<Update release="3">
<Date>2022-12-31</Date>
<Version>1.6.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-04-24</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-10-19</Date>
<Version>1.4.2</Version>