From 3001727dfb000d07f85f56faeab28aa108d096ed Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 11 Jun 2015 07:18:35 -0300 Subject: handbrake-0.10.2-1.parabola1: updating version --- libre/handbrake/PKGBUILD | 15 ++--- libre/handbrake/standard-presets-fix-type.patch | 88 ------------------------- 2 files changed, 4 insertions(+), 99 deletions(-) delete mode 100644 libre/handbrake/standard-presets-fix-type.patch (limited to 'libre/handbrake') diff --git a/libre/handbrake/PKGBUILD b/libre/handbrake/PKGBUILD index 20034cda6..5a9e15de1 100644 --- a/libre/handbrake/PKGBUILD +++ b/libre/handbrake/PKGBUILD @@ -4,8 +4,8 @@ # Contributor (Arch): Sebastien Piccand pkgname=('handbrake' 'handbrake-cli') -pkgver=0.10.1 -pkgrel=2.parabola1 +pkgver=0.10.2 +pkgrel=1.parabola1 url="http://handbrake.fr/" license=('GPL') @@ -13,8 +13,7 @@ arch=('i686' 'x86_64') depends=('gcc-libs') _gui_depends=('libnotify' 'dbus-glib' 'gtk3' 'gst-plugins-base') makedepends=('intltool' 'python2' "${_gui_depends[@]}") -source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2 - standard-presets-fix-type.patch) +source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2) # HandBrake has a bunch of dependencies that may be either pacman # packages, or built in the contrib/ directory as "modules". This is @@ -67,8 +66,7 @@ noextract+=("${_modules[@]#*:}") # Lock the specific version of libx264, as it changes often. depends+=('libx264.so') -sha256sums=('7ea42031fd4d5efd04903a9aae79c952c50fd43b6f7bf08fd1a93f6b358a23f5' - 'dce9dc044321b26a9022b1a4d23950c781c51c8c07653ba19c3eedf30f1d54d4' +sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699' 'bc3807426d4e73fe8c245730b0df4ba95766cf7e17e47c738ee302f73d066ac9') prepare() { @@ -89,11 +87,6 @@ prepare() { for dep in "${_modules[@]}"; do ln -srf "${srcdir}/${dep[@]#*:}" download/ done - - # Fix crash while adding job (FS#43060) - # https://forum.handbrake.fr/viewtopic.php?f=12&t=32090 - # https://trac.handbrake.fr/changeset/7008/branches/0.10.x - patch -Np2 -i ../standard-presets-fix-type.patch } build() { diff --git a/libre/handbrake/standard-presets-fix-type.patch b/libre/handbrake/standard-presets-fix-type.patch deleted file mode 100644 index 797c3fa6b..000000000 --- a/libre/handbrake/standard-presets-fix-type.patch +++ /dev/null @@ -1,88 +0,0 @@ -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 v1.2.3