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.000261
First Submitted: 2015-08-30 09:06 (UTC)
Last Updated: 2024-04-01 21:09 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »

azleifel commented on 2013-04-02 21:19 (UTC)

@ponsfoot: Many thanks for the suggestion, which I have implemented.

ponsfoot commented on 2013-04-02 11:42 (UTC)

Hi, IMHO, this should makedepends on automake-1.12 (aur[1]) like follows until upstream supports automake>=1.13 completely: http://pastebin.com/xezFtGy7 Thanks

azleifel commented on 2013-03-02 10:30 (UTC)

* pkgver=5278 Updated dependencies, removing systemd-tools and gcc-libs (cli). Dependency on automake<1.13 remains in place.

azleifel commented on 2013-01-20 11:46 (UTC)

* pkgver=5184 Updated dependencies (gstreamer 0.10 -> 1.0, gtk2 -> gtk3). Specified automake<1.13 in makedepends.

azleifel commented on 2013-01-06 09:48 (UTC)

The first thing to do when debugging handbrake-svn is to disable parallel building by adding "unset MAKEFLAGS" before the make line in the PKGBUILD. At the moment, however, the most likely cause is the update to automake 1.13 and fixing it properly will be a job of work because it probably breaks more than one of the contrib packages.

codekoala commented on 2013-01-06 07:28 (UTC)

I'm getting an error when trying to build this. It looks like it's coming right after the configure step: checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/libmkv/.stamp.configure ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build handbrake-svn. Anyone else seen this? Any pointers for where to look for the actual error or how to get the package to build again? Thanks!

azleifel commented on 2012-12-09 20:07 (UTC)

*pkgver=5096: Updated dependencies for ghb and cli versions.

azleifel commented on 2012-01-11 19:44 (UTC)

@unikum: You could try raising the problem in the handbrake forums (https://forum.handbrake.fr/viewforum.php?f=12).

artemklevtsov commented on 2012-01-11 09:23 (UTC)

ghb has segfault with qtcurve style. Somebody tell about this a developers.

azleifel commented on 2011-12-04 22:11 (UTC)

For general information, HarfBuzz is an OpenType text shaping engine. The libass 0.10.0 source contains code that is conditionally compiled if libass's configure script detects that harfbuzz is installed. All of the undefined reference errors in loonyphoenix's build log (http://dpaste.com/665712/) refer to function calls from that conditionally compiled code.