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

Evangelos Foutras foutrelis at archlinux.org
Sun Jul 27 19:38:32 UTC 2014


    Date: Sunday, July 27, 2014 @ 21:38:32
  Author: foutrelis
Revision: 116442

upgpkg: handbrake 0.9.9-7

Rebuild for x264/libx264 split.

Modified:
  handbrake/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-27 19:03:22 UTC (rev 116441)
+++ PKGBUILD	2014-07-27 19:38:32 UTC (rev 116442)
@@ -5,14 +5,14 @@
 
 pkgname=('handbrake' 'handbrake-cli')
 pkgver=0.9.9
-pkgrel=6
+pkgrel=7
 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'
+             'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
              'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
-             'libtheora' 'libsamplerate' 'libbluray' 'x264')
+             'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264')
 source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
 sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
 
@@ -26,6 +26,7 @@
   # 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\/x264/d' \
     make/include/main.defs
@@ -55,9 +56,9 @@
 package_handbrake() {
   pkgdesc="Multithreaded video transcoder"
   depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-           'fribidi' 'libass' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
+           'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
            'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-           'x264' 'desktop-file-utils' 'hicolor-icon-theme')
+           'libx264' 'desktop-file-utils' 'hicolor-icon-theme')
   optdepends=('gst-plugins-good: for video previews'
               'gst-libav: for video previews')
   install=$pkgname.install
@@ -70,8 +71,8 @@
 
 package_handbrake-cli() {
   pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'libxml2' 'libtheora'
-           'libsamplerate' 'libbluray' 'x264')
+  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
+           'libtheora' 'libsamplerate' 'libbluray' 'libx264')
 
   cd "$srcdir/HandBrake-$pkgver/build"
   install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"




More information about the arch-commits mailing list