Update handbrake-libfdk_aac to 1.2.2

This commit is contained in:
Martchus 2019-04-17 22:52:11 +02:00
parent 7aeba17dcb
commit 8a6cf2a916
1 changed files with 12 additions and 10 deletions

View File

@ -6,35 +6,36 @@
pkgname=('handbrake-libfdk_aac' 'handbrake-cli-libfdk_aac')
_name=${pkgname%-libfdk_aac}
pkgver=1.1.1
pkgver=1.2.2
pkgrel=1
arch=('i686' 'x86_64')
url="https://handbrake.fr/"
license=('GPL')
makedepends=('intltool' 'python2' 'yasm' 'wget' 'cmake' 'bzip2' 'gcc-libs'
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'
'x264' 'jansson' 'librsvg' 'libgudev'
'speex' 'x264' 'jansson' 'librsvg' 'libgudev'
'libfdk-aac')
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'
sha256sums=('df6816f517d60ae8a6626aa731821af2d1966c155fa53b2b9a06c47f3c565e4c'
'SKIP')
validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team <developers@handbrake.fr>
build() {
cd "$srcdir/HandBrake-$pkgver"
./configure --prefix=/usr --enable-fdk
./configure --prefix=/usr --disable-gtk-update-checks --enable-fdk
make -C build
}
package_handbrake-libfdk_aac() {
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'
'desktop-file-utils' 'hicolor-icon-theme' 'libfdk-aac')
'gtk3' 'xz' 'libass' 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora'
'libsamplerate' 'speex' 'x264' 'jansson' 'librsvg' 'libgudev'
'desktop-file-utils' 'hicolor-icon-theme'
'libfdk-aac')
optdepends=('gst-plugins-good: for video previews'
'gst-libav: for video previews'
'libdvdcss: for decoding encrypted DVDs')
@ -49,8 +50,9 @@ package_handbrake-libfdk_aac() {
package_handbrake-cli-libfdk_aac() {
pkgdesc="Multithreaded video transcoder (CLI)"
depends=('bzip2' 'gcc-libs' 'zlib' 'libass' 'lame' 'libxml2' 'opus'
'libvorbis' 'libtheora' 'libsamplerate' 'libx264' 'jansson')
depends=('bzip2' 'gcc-libs' 'zlib' 'xz' 'libass' 'lame' 'libxml2' 'opus'
'libvorbis' 'libtheora' 'libsamplerate' 'speex' 'x264' 'jansson'
'libfdk-aac')
optdepends=('libdvdcss: for decoding encrypted DVDs')
provides=("${_name}-cli")
conflicts=("${_name}-cli")