Package Details: handbrake-full 1.9.0-4

Git Clone URL: https://aur.archlinux.org/handbrake-full.git (read-only, click to copy)
Package Base: handbrake-full
Description: Multithreaded video transcoder
Upstream URL: https://handbrake.fr/
Licenses: LicenseRef-Unredistributable
Conflicts: handbrake
Provides: handbrake
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 21
Popularity: 0.070933
First Submitted: 2020-08-18 04:32 (UTC)
Last Updated: 2024-12-10 20:27 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

FabioLolix commented on 2024-12-10 08:44 (UTC)

Error reported by 43615 fixed locally ywsterday night, will push this evening

carlosnewmusic I don't have time for AUR helpers

carlosnewmusic commented on 2024-12-10 02:02 (UTC)

build error https://pastebin.com/uNy8KJLz

43615 commented on 2024-12-09 08:54 (UTC)

Build works fine now, but there's another error:

Running custom install script '/usr/bin/python /tmp/handbrake-full/src/handbrake/gtk/data/post_install.py /usr/share'
install: failed to access '/tmp/handbrake-full/pkg/handbrake-full/usr/share/licenses/handbrake-full': No such file or directory
==> ERROR: A failure occurred in package_handbrake-full().
    Aborting...

FabioLolix commented on 2024-12-09 08:21 (UTC)

Try to uncomment options=(!lto), is possible that is slipped in the update, I'll lok further this evening

43615 commented on 2024-12-09 08:03 (UTC)

1.9.0-3 fails to build, lots of "undefined references" reported by /usr/bin/ld. Output is too long for a comment, see here.

HurricanePootis commented on 2024-07-27 22:04 (UTC)

Anyways, I have created a pull request for this package and the other handbrake packages you maintain. Since you are busy, I took the initiative to make pull request that can be checked on github for you.

HurricanePootis commented on 2024-07-26 20:20 (UTC)

@FabioLolix, maybe I should've clarrified. The manual dependencies you are downlading in source() haven't been updated in a long time. As in, there are out of date dependencies in source(). You can check the $srcdir/handbrake/download folder. Since some of the stuff you are downloading is out-of-date, handbrake has to download itself newer stuff. Therefore, unless you want to keep on manually updating the versions of the archives you download with each update, it'd be better to have handbrake handle that itself.

And, I will be creating a pull request on your github since you are too busy.

FabioLolix commented on 2024-07-26 11:53 (UTC)

btw I'm not welcoming multiple reaching out at the same time for the same thing

FabioLolix commented on 2024-07-26 11:51 (UTC)

Hello HurricanePootis

this package has a huge problem

That isn't a huge problem

you are manually downloading some of the dependencies whenever handbrake handles that itself. Even the upstream handbrake package does not try to manually download dependencies. Handbrake itself will download what it needs, and if that is good for upstream arch, then it is great for AUR.

I maintain 3 pkgbuilds for handbrake and when things goes well I make 6 builds, 1 for each with makepkg and 1 for each with devtools, and I don't want to download the same source from 6 to whatever is needed times, also AMF used to weight ~168MB

+source=("https://github.com/HandBrake/HandBrake/archive/refs/tags/$pkgver.tar.gz")

I will not switch to tar.gz since I maintain 2 VCS pkgbuilds, that archive name isn't non-conflicting and reusable

spdx compliant license()

I know I have 2 reminders for that 1 2 but is low priority for me as I'm overworked

Handbrake pkgbuilds are hosted here https://github.com/FabioLolix/PKGBUILD

HurricanePootis commented on 2024-07-26 10:10 (UTC)

Hello, this package has a huge problem: you are manually downloading some of the dependencies whenever handbrake handles that itself. Even the upstream handbrake package does not try to manually download dependencies. Handbrake itself will download what it needs, and if that is good for upstream arch, then it is great for AUR. Therefore, I have linked a patch file that will make this package more proper and have superior builds, and also spdx compliant license(), as is required for PKGBUILDs now. Also, I have listed amf-amdgpu-pro as an optional dependency to get amd gpu encoding. Furthermore, I have enabled nvdec.

Here is the link.