From f70bcedc39d211e8bff56add602e2f1a5d0b2674 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Fri, 7 Aug 2015 19:23:58 +0000 Subject: handbrake: update to 0.10.2 --- abs/extra/handbrake/PKGBUILD | 17 +++-- .../handbrake/standard-presets-fix-type.patch | 88 ++++++++++++++++++++++ 2 files changed, 98 insertions(+), 7 deletions(-) create mode 100644 abs/extra/handbrake/standard-presets-fix-type.patch diff --git a/abs/extra/handbrake/PKGBUILD b/abs/extra/handbrake/PKGBUILD index 058f218..499f790 100644 --- a/abs/extra/handbrake/PKGBUILD +++ b/abs/extra/handbrake/PKGBUILD @@ -4,18 +4,18 @@ # Contributor: Sebastien Piccand pkgname=('handbrake' 'handbrake-cli') -pkgver=0.10.0 -pkgrel=1 +pkgver=0.10.2 +pkgrel=3 arch=('i686' 'x86_64') -url="http://handbrake.fr/" +url="https://handbrake.fr/" license=('GPL') makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify' 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame' 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake' 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264' - 'libdvdnav') -source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2) -sha256sums=('a91042da3cc08454844f7c171ee2fde4f0ed08176407fc0328d5118227ed4114') + 'libdvdnav' 'librsvg' 'libgudev') +source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2) +sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699') prepare() { cd "$srcdir/HandBrake-$pkgver" @@ -46,7 +46,9 @@ package_handbrake() { depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib' 'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray' - 'libx264' 'libdvdnav' 'desktop-file-utils' 'hicolor-icon-theme') + 'libx264' 'libdvdnav' 'librsvg' 'libgudev' 'desktop-file-utils' + 'hicolor-icon-theme') + depends+=('libx264.so') optdepends=('gst-plugins-good: for video previews' 'gst-libav: for video previews') install=$pkgname.install @@ -61,6 +63,7 @@ package_handbrake-cli() { pkgdesc="Multithreaded video transcoder (CLI)" depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2' 'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav') + depends+=('libx264.so') cd "$srcdir/HandBrake-$pkgver/build" install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI" diff --git a/abs/extra/handbrake/standard-presets-fix-type.patch b/abs/extra/handbrake/standard-presets-fix-type.patch new file mode 100644 index 0000000..797c3fa --- /dev/null +++ b/abs/extra/handbrake/standard-presets-fix-type.patch @@ -0,0 +1,88 @@ +Index: branches/0.10.x/gtk/src/standard_presets.xml +=================================================================== +--- branches/0.10.x/gtk/src/standard_presets.xml (revision 6995) ++++ branches/0.10.x/gtk/src/standard_presets.xml (revision 7008) +@@ -85,5 +85,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -216,5 +216,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -347,5 +347,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -478,5 +478,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -625,5 +625,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -772,5 +772,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -919,5 +919,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1050,5 +1050,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1181,5 +1181,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1312,5 +1312,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1458,5 +1458,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1605,5 +1605,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + -- cgit v0.12