[arch-commits] Commit in handbrake/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue Aug 7 10:12:47 UTC 2018
Date: Tuesday, August 7, 2018 @ 10:12:47
Author: foutrelis
Revision: 370109
upgpkg: handbrake 1.1.1-2
x264 155 rebuild.
Modified:
handbrake/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-07 08:42:01 UTC (rev 370108)
+++ PKGBUILD 2018-08-07 10:12:47 UTC (rev 370109)
@@ -5,7 +5,7 @@
pkgname=('handbrake' 'handbrake-cli')
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://handbrake.fr/"
license=('GPL')
@@ -12,7 +12,7 @@
makedepends=('intltool' 'python2' 'yasm' 'wget' 'cmake' 'bzip2' 'gcc-libs'
'zlib' 'libnotify' 'gst-plugins-base' 'gtk3' 'dbus-glib' 'libass'
'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora' 'libsamplerate'
- 'x264' 'libx264' 'jansson' 'librsvg' 'libgudev')
+ 'x264' 'jansson' 'librsvg' 'libgudev')
source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver-source.tar.bz2
https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2.sig)
sha256sums=('e3390c5fd901fb06d72e29c62a63d373d5fb5b3467295d114d815ae7b78a9d7a'
@@ -30,7 +30,7 @@
pkgdesc="Multithreaded video transcoder"
depends=('bzip2' 'gcc-libs' 'zlib' 'gst-plugins-base' 'libnotify' 'dbus-glib'
'gtk3' 'libass' 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora'
- 'libsamplerate' 'libx264' 'jansson' 'librsvg' 'libgudev'
+ 'libsamplerate' 'x264' 'jansson' 'librsvg' 'libgudev'
'desktop-file-utils' 'hicolor-icon-theme')
optdepends=('gst-plugins-good: for video previews'
'gst-libav: for video previews'
@@ -45,7 +45,7 @@
package_handbrake-cli() {
pkgdesc="Multithreaded video transcoder (CLI)"
depends=('bzip2' 'gcc-libs' 'zlib' 'libass' 'lame' 'libxml2' 'opus'
- 'libvorbis' 'libtheora' 'libsamplerate' 'libx264' 'jansson')
+ 'libvorbis' 'libtheora' 'libsamplerate' 'x264' 'jansson')
optdepends=('libdvdcss: for decoding encrypted DVDs')
cd "$srcdir/HandBrake-$pkgver/build"
More information about the arch-commits
mailing list