summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnyRi2019-11-23 23:20:25 +0100
committerJohnyRi2019-11-23 23:20:25 +0100
commit016801aa099bd76ad0883647c8fb949ff640fba3 (patch)
treef5a45a13f506476f3cd856208a3570f9d231a9b3
parent7b4f1186554439cb92e07f8152720367168b579a (diff)
downloadaur-016801aa099bd76ad0883647c8fb949ff640fba3.tar.gz
Update to 181123
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab959d60877a..9011e8388a9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hybrid-encoder
pkgdesc = A very complete gui for video encoding
- pkgver = 190930
+ pkgver = 191123
pkgrel = 1
url = http://www.selur.de/
arch = x86_64
@@ -31,13 +31,14 @@ pkgbase = hybrid-encoder
optdepends = sox: support for processing of audio files
optdepends = telxcc-git: support for closed caption extraction from TS files
optdepends = tsmuxer: support for TS container
+ optdepends = vapoursynth: A video processing framework with the future in mind
optdepends = x264: support for H.264 video encoding
optdepends = x265: support for H.265 video encoding
- source_x86_64 = https://www.videohelp.com/download/Hybrid_190930_64bit_binary_qt551.zip
+ source_x86_64 = http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_191123_64bit_binary_qt551.zip
source_x86_64 = hybrid.desktop
source_x86_64 = Hybrid.png
source_x86_64 = LICENSE
- md5sums_x86_64 = 4de10033c96121fdcd03112fe3965ae0
+ md5sums_x86_64 = f584d2a26e35d37e2c17cf8f4398b761
md5sums_x86_64 = dd87c6eb6df85049de38c61dfe400347
md5sums_x86_64 = 798dd936a3bc9bcd3b131d5dd6db96e6
md5sums_x86_64 = 1fd2ac133744f86e25fd680d14aed2b4
diff --git a/PKGBUILD b/PKGBUILD
index c80abfb11edf..77870ddf7988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hugo Osvaldo Barrera <hugo at osvaldobarrera dot com dot ar>
pkgname=hybrid-encoder
-pkgver=190930
+pkgver=191123
pkgrel=1
pkgdesc="A very complete gui for video encoding"
arch=('x86_64')
@@ -29,12 +29,12 @@ optdepends=('aften: support for AC-3 audio encoding'
'sox: support for processing of audio files'
'telxcc-git: support for closed caption extraction from TS files'
'tsmuxer: support for TS container'
+'vapoursynth: A video processing framework with the future in mind'
'x264: support for H.264 video encoding'
'x265: support for H.265 video encoding')
url="http://www.selur.de/"
-#source_x86_64=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt551.zip
-source_x86_64=(https://www.videohelp.com/download/Hybrid_${pkgver}_64bit_binary_qt551.zip
+source_x86_64=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt551.zip
hybrid.desktop
Hybrid.png
LICENSE)
@@ -46,8 +46,8 @@ package() {
install -D -m644 Hybrid.png "${pkgdir}"/usr/share/pixmaps/Hybrid.png
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-md5sums_x86_64=('4de10033c96121fdcd03112fe3965ae0'
+
+md5sums_x86_64=('f584d2a26e35d37e2c17cf8f4398b761'
'dd87c6eb6df85049de38c61dfe400347'
'798dd936a3bc9bcd3b131d5dd6db96e6'
'1fd2ac133744f86e25fd680d14aed2b4')
-