[arch-commits] Commit in handbrake/trunk (PKGBUILD)
James Rayner
james at archlinux.org
Tue Feb 24 04:50:23 UTC 2009
Date: Monday, February 23, 2009 @ 23:50:22
Author: james
Revision: 27640
upgpkg: handbrake 0.9.3-1
Modified:
handbrake/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-24 04:09:37 UTC (rev 27639)
+++ PKGBUILD 2009-02-24 04:50:22 UTC (rev 27640)
@@ -2,8 +2,8 @@
# Contributor: Sebastien Piccand <sebcactus gmail com>
pkgname=handbrake
-pkgver=0.9.1
-pkgrel=6
+pkgver=0.9.3
+pkgrel=1
pkgdesc="HandBrake is a multiplatform, multithreaded DVD to MPEG-4 ripper/converter"
arch=('i686' 'x86_64')
url="http://handbrake.m0k.org/"
@@ -11,17 +11,9 @@
depends=()
makedepends=('ftjam' 'wget' 'patch' 'yasm')
conflicts=('handbrake-bin')
-source=(http://junk.phantomgorilla.com/hb/HandBrake-0.9.1.tar.gz \
- $pkgname-libmp4v2.patch $pkgname-libdvdcss.patch)
-md5sums=('0eefe9189d59a0bfd9aeee41fd3d01a2' \
- '2df0108886aa111554d76522e6272a11' 'dc9dfa2893ccd67cbf3f2ba48db6a1b4')
-
+source=(http://junk.phantomgorilla.com/hb/HandBrake-0.9.3.tar.gz)
build() {
cd $startdir/src/HandBrake
- # Patch for libmp4v2
- patch -p1 <../$pkgname-libmp4v2.patch || return 1
- # Patch for libdvdcss
- patch -p1 <../$pkgname-libdvdcss.patch || return 1
#Build with optimizations:
if [ "$CARCH" = "x86_64" ]; then
More information about the arch-commits
mailing list