summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-08-24 19:57:00 +0200
committerhaawda2018-08-24 19:57:00 +0200
commite981c2e4aead02b5b50fab2076c39ae0bcd42806 (patch)
treef2ec0f1af7a03716eff842d8f2533bd32f02e334
parentcab2c50c8ace039a6d5145c85d7c644cdf698001 (diff)
downloadaur-e981c2e4aead02b5b50fab2076c39ae0bcd42806.tar.gz
less dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb47eb0eabde..9141aedc1c0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = handbrake-git
pkgdesc = Multiplatform, multithreaded DVD to MPEG-4/H264/Theora converter
- pkgver = 1.1.0.r291.g3c303e2f2
+ pkgver = 1.1.0.r342.gabe12fe7a
pkgrel = 1
epoch = 1
url = http://handbrake.fr/
@@ -58,8 +58,6 @@ pkgname = handbrake-gtk-git
depends = lame
depends = libass
depends = gtk3
- depends = gst-plugins-base-libs
- depends = libgudev
depends = libva
depends = speex
optdepends = gst-plugins-bad: For Preview Window
@@ -80,7 +78,6 @@ pkgname = handbrake-cli-git
depends = libtheora
depends = lame
depends = libass
- depends = libxml2
depends = libva
depends = speex
provides = handbrake-cli
diff --git a/PKGBUILD b/PKGBUILD
index 35c752589a6a..487625abb352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=handbrake-git
pkgname=('handbrake-gtk-git' 'handbrake-cli-git')
epoch=1
-pkgver=1.1.0.r291.g3c303e2f2
+pkgver=1.1.0.r342.gabe12fe7a
pkgrel=1
pkgdesc="Multiplatform, multithreaded DVD to MPEG-4/H264/Theora converter"
arch=('i686' 'x86_64')
@@ -75,7 +75,7 @@ build() {
package_handbrake-gtk-git() {
pkgdesc="Multiplatform, multithreaded DVD to MPEG-4/H264/Theora converter (GUI version)"
depends=('opus' 'jansson' 'libsamplerate' 'libx264' 'libtheora' 'lame' 'libass' 'gtk3'
- 'gst-plugins-base-libs' 'libgudev' 'libva' 'speex')
+ 'libva' 'speex')
optdepends=('gst-plugins-bad: For Preview Window'
'gst-plugins-good: For Preview Window'
'gst-plugins-ugly: For Preview Window'
@@ -94,7 +94,7 @@ package_handbrake-gtk-git() {
package_handbrake-cli-git() {
pkgdesc="Multiplatform, multithreaded DVD to MPEG-4/H264/Theora converter (CLI version)"
- depends=('opus' 'jansson' 'libsamplerate' 'libx264' 'libtheora' 'lame' 'libass' 'libxml2' 'libva' 'speex')
+ depends=('opus' 'jansson' 'libsamplerate' 'libx264' 'libtheora' 'lame' 'libass' 'libva' 'speex')
provides=('handbrake-cli')
conflicts=('handbrake-cli')
install -D -m755 "$srcdir"/$_gitname/build/HandBrakeCLI "$pkgdir"/usr/bin/HandBrakeCLI