[arch-commits] Commit in handbrake/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Dec 10 12:54:05 UTC 2014
Date: Wednesday, December 10, 2014 @ 13:54:04
Author: foutrelis
Revision: 123714
upgpkg: handbrake 0.10.0-2
Depend on librsvg; also needed at build-time, otherwise the toolbar
icons end up being huge (FS#42994).
Modified:
handbrake/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-10 12:19:14 UTC (rev 123713)
+++ PKGBUILD 2014-12-10 12:54:04 UTC (rev 123714)
@@ -5,7 +5,7 @@
pkgname=('handbrake' 'handbrake-cli')
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://handbrake.fr/"
license=('GPL')
@@ -13,7 +13,7 @@
'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
- 'libdvdnav')
+ 'libdvdnav' 'librsvg')
source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
sha256sums=('a91042da3cc08454844f7c171ee2fde4f0ed08176407fc0328d5118227ed4114')
@@ -46,7 +46,8 @@
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' 'desktop-file-utils'
+ 'hicolor-icon-theme')
optdepends=('gst-plugins-good: for video previews'
'gst-libav: for video previews')
install=$pkgname.install
More information about the arch-commits
mailing list