summaryrefslogtreecommitdiff
path: root/pcr/h264enc
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 07:55:17 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 07:55:17 +0100
commitfa530dabcf0201d112f3d0eea34ef5aa1312f559 (patch)
treea5e1a85f08af6b268e65fc4b2cea4dda928e9e28 /pcr/h264enc
parentf7481e1bd145c6c1b19934820db18c34089fd992 (diff)
pcr/h264enc: updated to 10.4.7
Diffstat (limited to 'pcr/h264enc')
-rw-r--r--pcr/h264enc/PKGBUILD15
-rw-r--r--pcr/h264enc/h264enc.instal3
2 files changed, 13 insertions, 5 deletions
diff --git a/pcr/h264enc/PKGBUILD b/pcr/h264enc/PKGBUILD
index b4d399b80..5865d05dc 100644
--- a/pcr/h264enc/PKGBUILD
+++ b/pcr/h264enc/PKGBUILD
@@ -1,17 +1,21 @@
-# Contributor: AlexanderR <rvacheva at nxt dot ru>
-# Contributor: Markus Heuser <markus.heuser@web.de>
-# Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk>
+# Maintainer (AUR): Jose Riha <jose1711 gmail com>
+# Contributor (AUR): AlexanderR <rvacheva at nxt dot ru>
+# Contributor (AUR): Markus Heuser <markus.heuser@web.de>
+# Contributor (AUR): Stefan Clarke <fm0nk3y@yahoo.co.uk>
# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@hackers.camp>
+# parabola changes and rationale:
+# no changes.
+
pkgname=h264enc
-pkgver=10.0.5
+pkgver=10.4.7
pkgrel=1
pkgdesc="Advanced shell script for encoding DVDs or video files to the H.264 format using the encoding utility MEncoder from MPlayer."
arch=('any')
url='http://h264enc.sourceforge.net/'
license=('GPL')
depends=('x264' 'lsdvd' 'lame' 'bc' 'mencoder')
-optdepends=('mkvtoolnix' 'gpac' 'ogmtools' 'mplayer' 'pv' 'neroaacenc' 'aacplusenc' 'tsmuxer' 'vorbis-tools' 'dcaenc')
+optdepends=('mkvtoolnix' 'gpac' 'ogmtools' 'mplayer' 'pv' 'neroaacenc' 'vo-aacenc' 'aacplusenc' 'tsmuxer' 'vorbis-tools' 'dcaenc' 'opus-tools')
options=(!strip)
install="${pkgname}.install"
source=("http://sf.net/projects/h264enc/files/$pkgname/$pkgname-$pkgver.tar.gz")
@@ -31,3 +35,4 @@ package() {
rm ${pkgdir}/usr/share/doc/h264enc/{uninstall,LICENSE}
}
+sha1sums=('f10d8957306ed968c5b09662e6e5fad2f3feca37')
diff --git a/pcr/h264enc/h264enc.instal b/pcr/h264enc/h264enc.instal
new file mode 100644
index 000000000..f8c4d8903
--- /dev/null
+++ b/pcr/h264enc/h264enc.instal
@@ -0,0 +1,3 @@
+post_install() {
+ echo "Hint: run 'h264enc -r' after installation of optional packages."
+}