Package Base Details: handbrake-git

Git Clone URL: https://aur.archlinux.org/handbrake-git.git (read-only, click to copy)
Submitter: haawda
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 108
Popularity: 0.000510
First Submitted: 2015-08-30 09:06 (UTC)
Last Updated: 2024-04-01 21:09 (UTC)

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 Next › Last »

graysky commented on 2010-08-15 16:12 (UTC)

Looks like you need to add autoconf to the list of builddeps

haawda commented on 2010-07-27 00:28 (UTC)

One is definitely enough. Fixed.

jackoneill commented on 2010-07-26 09:08 (UTC)

Why is intltool listed twice in makedepends?

haawda commented on 2010-07-10 10:38 (UTC)

the patch is Index: contrib/ffmpeg/module.defs =================================================================== --- contrib/ffmpeg/module.defs (revision 3415) +++ contrib/ffmpeg/module.defs (working copy) @@ -14,6 +14,7 @@ --disable-ffserver \ --disable-muxers \ --disable-network \ + --disable-vaapi \ --enable-bzlib \ --enable-encoder=ac3 \ --enable-encoder=mpeg4 \

graysky commented on 2010-07-10 08:30 (UTC)

I'm trying to build an older version of this package... it requires that "disable_vaapi.patch" line. What do I need to modify in this version of the PKGBUILD to get it to work?

graysky commented on 2010-07-10 08:15 (UTC)

Small change to allow it to use all cores on a system replace the "launch" command with the "launch-jobs=0" command in line 46 (0 = match cpu cores) and this will override that silly "/usr/bin/make -j1" thing I reported on 04 Jul. Here is a patch --- PKGBUILD 2010-07-10 04:08:51.780271217 -0400 +++ PKGBUILD_NEW 2010-07-10 04:09:01.723603697 -0400 @@ -46 +46 @@ - ./configure --prefix=/usr --force --verbose --launch + ./configure --prefix=/usr --force --verbose --launch-jobs=0

haawda commented on 2010-07-05 04:37 (UTC)

automake is in base-devel. handbrake uses a complex build system, I guess the makeflags are hardcoded.