summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bunton2018-08-18 23:29:13 +1000
committerJames Bunton2018-08-18 23:29:13 +1000
commit57bd53770db0004ded62d4e79c6ff67501c91fae (patch)
tree38b8624e2555e8a40e8c99cdf5f51471d630f8ae
parent563800d65c5df3f5855a22ff0a0d85b678837528 (diff)
downloadaur-57bd53770db0004ded62d4e79c6ff67501c91fae.tar.gz
Updated to 1.1.1-2 - sync from main Arch package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 891b485d0ffe..36fab24f57c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = handbrake-fdkaac
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://handbrake.fr/
arch = x86_64
license = GPL
@@ -24,7 +24,6 @@ pkgbase = handbrake-fdkaac
makedepends = libtheora
makedepends = libsamplerate
makedepends = x264
- makedepends = libx264
makedepends = jansson
makedepends = librsvg
makedepends = libgudev
@@ -47,7 +46,7 @@ pkgname = handbrake-fdkaac
depends = libvorbis
depends = libtheora
depends = libsamplerate
- depends = libx264
+ depends = x264
depends = jansson
depends = librsvg
depends = libgudev
@@ -70,7 +69,7 @@ pkgname = handbrake-cli-fdkaac
depends = libvorbis
depends = libtheora
depends = libsamplerate
- depends = libx264
+ depends = x264
depends = jansson
optdepends = libdvdcss: for decoding encrypted DVDs
conflicts = handbrake-cli
diff --git a/PKGBUILD b/PKGBUILD
index 919e2c760275..1a5b96a0ffad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=('handbrake-fdkaac' 'handbrake-cli-fdkaac')
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://handbrake.fr/"
license=('GPL')
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)
sha256sums=('e3390c5fd901fb06d72e29c62a63d373d5fb5b3467295d114d815ae7b78a9d7a')
@@ -31,7 +31,7 @@ package_handbrake-fdkaac() {
conflicts=('handbrake')
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'
@@ -47,7 +47,7 @@ package_handbrake-cli-fdkaac() {
pkgdesc="Multithreaded video transcoder (CLI)"
conflicts=('handbrake-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"