No, autoconf is in the base-devel group.
Search Criteria
Package Details: handbrake-cli-git 1.10.0.r0.gdba479e9f-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/handbrake-git.git (read-only, click to copy) |
|---|---|
| Package Base: | handbrake-git |
| Description: | Multithreaded video transcoder (CLI) |
| Upstream URL: | https://github.com/HandBrake/HandBrake |
| Licenses: | GPL-2.0-only |
| Conflicts: | handbrake-cli |
| Provides: | handbrake-cli |
| Submitter: | haawda |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 109 |
| Popularity: | 0.010951 |
| First Submitted: | 2015-08-30 09:06 (UTC) |
| Last Updated: | 2025-08-09 14:14 (UTC) |
Dependencies (46)
- jansson (jansson-gitAUR)
- lame (lame-altivecAUR, lame-svnAUR)
- libass (libass-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libtheora (libtheora-gitAUR)
- libva (libva-gitAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libx264.so (x264-tmod-gitAUR, x264-gitAUR, lib32-x264AUR, x264-patmanmod-gitAUR, x264)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- numactl (numactl-gitAUR)
- opus (opus-gitAUR)
- speex (speex-gitAUR)
- x264 (x264-tmod-gitAUR, x264-gitAUR, x264-patmanmod-gitAUR)
- cargo-c (cargo-c-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gst-plugins-base (gst-plugins-base-gitAUR) (make)
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR) (make)
- Show 26 more dependencies...
Required by (1)
- automatic-ripping-machine (requires handbrake-cli)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 Next › Last »
haawda commented on 2010-08-15 17:09 (UTC)
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.
Pinned Comments
FabioLolix commented on 2025-08-10 21:05 (UTC)
This pkgbuild is maintained at: https://github.com/FabioLolix/PKGBUILD