[arch-commits] Commit in handbrake/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 11 00:23:32 UTC 2019


    Date: Monday, November 11, 2019 @ 00:23:32
  Author: foutrelis
Revision: 526601

upgpkg: handbrake 1.3.0-1

- New upstream release.
- Reorganize dependencies; remove unneeded libnotify and dbus-glib.
- Enable experimental support for Intel Quick Sync Video (FS#61251).

Modified:
  handbrake/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-10 23:57:04 UTC (rev 526600)
+++ PKGBUILD	2019-11-11 00:23:32 UTC (rev 526601)
@@ -3,18 +3,19 @@
 # Contributor: Sebastien Piccand <sebcactus gmail com>
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 arch=('x86_64')
 url="https://handbrake.fr/"
 license=('GPL')
-makedepends=('intltool' 'python2' 'nasm' 'wget' 'cmake' 'bzip2' 'gcc-libs' 'xz'
-             'zlib' 'libnotify' 'gst-plugins-base' 'gtk3' 'dbus-glib' 'libass'
-             'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora' 'libsamplerate'
-             'speex' '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=('df6816f517d60ae8a6626aa731821af2d1966c155fa53b2b9a06c47f3c565e4c'
+_commondeps=('libxml2' 'libass' 'libvorbis' 'opus' 'speex' 'libtheora' 'lame'
+             'x264' 'jansson' 'libvpx' 'libva' 'numactl'
+             'bzip2' 'gcc-libs' 'zlib' 'xz')
+_guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
+makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
+             "${_commondeps[@]}" "${_guideps[@]}")
+source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
+sha256sums=('a9a82eb5ca04a793705b3d7d11cefa29946694eeb13b40161446aaca35b31d96'
             'SKIP')
 validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team <developers at handbrake.fr>
 
@@ -21,16 +22,16 @@
 build() {
   cd "$srcdir/HandBrake-$pkgver"
 
-  ./configure --prefix=/usr
+  ./configure \
+    --prefix=/usr \
+    --enable-qsv
   make -C build
 }
 
 package_handbrake() {
   pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-           'gtk3' 'xz' 'libass' 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora'
-           'libsamplerate' 'speex' 'x264' 'jansson' 'librsvg' 'libgudev'
-           'desktop-file-utils' 'hicolor-icon-theme')
+  depends=('desktop-file-utils' 'hicolor-icon-theme'
+           "${_commondeps[@]}" "${_guideps[@]}")
   optdepends=('gst-plugins-good: for video previews'
               'gst-libav: for video previews'
               'libdvdcss: for decoding encrypted DVDs')
@@ -43,8 +44,7 @@
 
 package_handbrake-cli() {
   pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'xz' 'libass' 'lame' 'libxml2' 'opus'
-           'libvorbis' 'libtheora' 'libsamplerate' 'speex' 'x264' 'jansson')
+  depends=("${_commondeps[@]}")
   optdepends=('libdvdcss: for decoding encrypted DVDs')
 
   cd "$srcdir/HandBrake-$pkgver/build"



More information about the arch-commits mailing list