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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sun Jun 23 21:34:13 UTC 2013


    Date: Sunday, June 23, 2013 @ 23:34:13
  Author: foutrelis
Revision: 93068

upgpkg: handbrake 0.9.9-2

Do not use system ffmpeg; breaks PGS subtitle processing.

Modified:
  handbrake/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-23 21:00:58 UTC (rev 93067)
+++ PKGBUILD	2013-06-23 21:34:13 UTC (rev 93068)
@@ -5,14 +5,14 @@
 
 pkgname=('handbrake' 'handbrake-cli')
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 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'
              'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
-             'libtheora' 'libsamplerate' 'libbluray' 'ffmpeg')
+             'libtheora' 'libsamplerate' 'libbluray' 'x264')
 source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
 sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
 
@@ -23,9 +23,10 @@
   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\/libbluray/d' \
-    -e '/MODULES += contrib\/ffmpeg/d' \
     -e '/MODULES += contrib\/x264/d' \
     make/include/main.defs
 
@@ -55,7 +56,7 @@
   depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
            'fribidi' 'libass' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
            'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-           'ffmpeg' 'desktop-file-utils' 'hicolor-icon-theme')
+           'x264' 'desktop-file-utils' 'hicolor-icon-theme')
   optdepends=('gst-plugins-good: for video previews'
               'gst-libav: for video previews')
   install=$pkgname.install
@@ -69,7 +70,7 @@
 package_handbrake-cli() {
   pkgdesc="Multithreaded video transcoder (CLI)"
   depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'libxml2' 'libtheora'
-           'libsamplerate' 'libbluray' 'ffmpeg')
+           'libsamplerate' 'libbluray' 'x264')
 
   cd "$srcdir/HandBrake-$pkgver/build"
   install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"




More information about the arch-commits mailing list