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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 24 17:22:06 UTC 2014


    Date: Monday, November 24, 2014 @ 18:22:06
  Author: foutrelis
Revision: 123065

upgpkg: handbrake 0.10.0-1

New upstream release.

Modified:
  handbrake/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++-------------------
 1 file changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-24 16:22:43 UTC (rev 123064)
+++ PKGBUILD	2014-11-24 17:22:06 UTC (rev 123065)
@@ -4,45 +4,30 @@
 # Contributor: Sebastien Piccand <sebcactus gmail com>
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.9.9
-pkgrel=8
+pkgver=0.10.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://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'
+             '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=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
+sha256sums=('a91042da3cc08454844f7c171ee2fde4f0ed08176407fc0328d5118227ed4114')
 
 prepare() {
   cd "$srcdir/HandBrake-$pkgver"
 
-  # Use Python 2
-  sed -i 's/python /python2 /' gtk/src/Makefile.am
-
   # Use more system libs
   # We had ffmpeg here as well but it broke PGS subtitle processing
   # https://forum.handbrake.fr/viewtopic.php?f=13&t=27581
   sed -i \
-    -e '/MODULES += contrib\/lame/d' \
     -e '/MODULES += contrib\/libbluray/d' \
     -e '/MODULES += contrib\/libdvdnav/d' \
     -e '/MODULES += contrib\/libdvdread/d' \
-    -e '/MODULES += contrib\/x264/d' \
     make/include/main.defs
-
-  # Fix configure.ac to work with automake 1.13
-  cd gtk
-  sed -i \
-    -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
-    -e '/AM_PROG_CC_STDC/d' \
-    -e 's/$pkg_gudev"/gmodule-2.0 $pkg_gudev"/' \
-    configure.ac
-
-  autoreconf -vi
 }
 
 build() {



More information about the arch-commits mailing list