summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnyRi2018-02-18 14:27:35 +0100
committerJohnyRi2018-02-18 14:27:35 +0100
commit08bdbee3875aec01014546bf6e86d18b0b05e96c (patch)
treef59a1d76a70c53a6dc9df841b498a9a162574887
parente6f7b52f1a2661bf1a9fed856b4ea50d0e691452 (diff)
parentf8aa5b243143988a5289a7c9d29c6f69295aceba (diff)
downloadaur-08bdbee3875aec01014546bf6e86d18b0b05e96c.tar.gz
Merge branch 'master' of ssh+git://aur.archlinux.org/hybrid-encoder
-rw-r--r--.SRCINFO10
-rw-r--r--LICENSE6
-rw-r--r--PKGBUILD18
3 files changed, 25 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ade50d56bd..fbac0dca9b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hybrid-encoder
pkgdesc = A very complete gui for video encoding
- pkgver = 170506
+ pkgver = 180203
pkgrel = 1
url = http://www.selur.de/
arch = x86_64
@@ -33,6 +33,14 @@ pkgbase = hybrid-encoder
optdepends = tsmuxer: support for TS container
optdepends = x264: support for H.264 video encoding
optdepends = x265: support for H.265 video encoding
+ source_x86_64 = http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_180203_64bit_binary_qt521.zip
+ source_x86_64 = hybrid.desktop
+ source_x86_64 = Hybrid.png
+ source_x86_64 = LICENSE
+ md5sums_x86_64 = 0c6059ba86a3e2b88f68865caa6e57ac
+ md5sums_x86_64 = dd87c6eb6df85049de38c61dfe400347
+ md5sums_x86_64 = 798dd936a3bc9bcd3b131d5dd6db96e6
+ md5sums_x86_64 = 1fd2ac133744f86e25fd680d14aed2b4
pkgname = hybrid-encoder
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..d40c3080d45e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,6 @@
+Hybrid itself is free for personal usage without a hassle.
+Hybrid is provided "as is", without any guarantee made as to its suitability or fitness for any particular use. It may contain bugs, so the use of this tool is at your own risk. The author takes no responsibility for any damage that may unintentionally be caused through its use. You may not distribute Hybrid in any form without a written permission of the author.
+
+The tools Hybrid uses are mainly under GPL, LGPL and Freeware Licence Agreement tools.
+
+Please refer to http://www.selur.de/licence for the list of all the tools Hybrid uses and their license.
diff --git a/PKGBUILD b/PKGBUILD
index b28bff7082c9..865c9c6177a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hugo Osvaldo Barrera <hugo at osvaldobarrera dot com dot ar>
pkgname=hybrid-encoder
-pkgver=170506
+pkgver=180203
pkgrel=1
pkgdesc="A very complete gui for video encoding"
arch=('x86_64')
@@ -32,18 +32,20 @@ optdepends=('aften: support for AC-3 audio encoding'
'x265: support for H.265 video encoding')
url="http://www.selur.de/"
-if test "$CARCH" == x86_64; then
- source=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt521.zip
+source_x86_64=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt521.zip
hybrid.desktop
- Hybrid.png)
- md5sums=('adb6cd6e4e65ec9aa32acae64d8f79e5'
- 'dd87c6eb6df85049de38c61dfe400347'
- '798dd936a3bc9bcd3b131d5dd6db96e6')
-fi
+ Hybrid.png
+ LICENSE)
package() {
cd "${srcdir}"
install -D -m755 Hybrid "${pkgdir}"/usr/bin/Hybrid
install -D -m644 hybrid.desktop "${pkgdir}"/usr/share/applications/hybrid.desktop
install -D -m644 Hybrid.png "${pkgdir}"/usr/share/pixmaps/Hybrid.png
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
+
+md5sums_x86_64=('0c6059ba86a3e2b88f68865caa6e57ac'
+ 'dd87c6eb6df85049de38c61dfe400347'
+ '798dd936a3bc9bcd3b131d5dd6db96e6'
+ '1fd2ac133744f86e25fd680d14aed2b4')