Search Criteria
Package Details: lib32-x265 1:4.0-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-x265.git (read-only, click to copy) |
---|---|
Package Base: | lib32-x265 |
Description: | Open Source H265/HEVC video encoder. 32bit libraries. |
Upstream URL: | https://bitbucket.org/multicoreware/x265_git |
Licenses: | GPL |
Provides: | libx265.so |
Submitter: | llde |
Maintainer: | unit73e |
Last Packager: | unit73e |
Votes: | 12 |
Popularity: | 0.035467 |
First Submitted: | 2017-08-24 18:30 (UTC) |
Last Updated: | 2025-06-03 19:30 (UTC) |
Dependencies (6)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-libnumaAUR
- x265 (x265-gitAUR, x265-mod-patman-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
Required by (19)
- avidemux-core-git (requires libx265.so)
- avidemux-qt5-git (requires libx265.so)
- avidemux-qt6-git (requires libx265.so)
- emby-server-beta (requires libx265.so)
- ffmpeg-ffplayout (requires libx265.so)
- ffmpeg-headless (requires libx265.so)
- ffmpeg-libfdk_aac (requires libx265.so)
- ffmpeg-nvcodec-11-1-git (requires libx265.so)
- ffmpeg2.8 (requires libx265.so)
- ffmpeg6.1 (requires libx265.so)
- lib32-ffmpeg
- lib32-gst-libav (make)
- lib32-gst-plugins-bad
- lib32-gst-plugins-bad (make)
- lib32-gst-plugins-bad-git
- lib32-gst-plugins-bad-libs (make)
- lib32-gst-plugins-ugly (make)
- lib32-libheif (make)
- lib32-libheif (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
vitaliikuzhdin commented on 2025-04-20 21:29 (UTC) (edited on 2025-04-20 21:43 (UTC) by vitaliikuzhdin)
@unit73e, you need to add
epoch=1
to ensure everyone updates. Do not remove it with the next version; it can only be increased.Also, the current PKGBUILD is still mistakenly using
cmake3
; you have probably forgotten to change that back.Additionally, I somehow missed the fact that we are building from a git repo. In this case, it is probably easier not to add the patch to the sources and just use something like this:
unit73e commented on 2025-04-20 21:23 (UTC)
@sl1pkn07 fixed. now it's 4.0-2. Unfortunately that means whoever updated to 4.1 needs to downgrade manually. Thanks for noticing, I forgot to undo my update version experiment.
@vitaliikuzhdin your suggestion was clever and worked very well. It's compatible with cmake4 now.
unit73e commented on 2025-04-20 21:12 (UTC)
@sl1pkn07 because I messed up. I'll fix it with cmake4 if possible.
sl1pkn07 commented on 2025-04-20 21:02 (UTC)
why is version newer than x265[extra]?
vitaliikuzhdin commented on 2025-04-20 20:51 (UTC)
@unit73e, you will get an error if you don't remove the patch with the next update, so unless you don't build the packages before uploading them, you will definitely notice it:
unit73e commented on 2025-04-20 20:44 (UTC)
@vitaliikuzhdin if it's just that it's acceptable, but we'll have to remember that was a thing when upstream fixes the problem. Better than cmake3-bin. Thanks.
vitaliikuzhdin commented on 2025-04-20 20:33 (UTC) (edited on 2025-04-20 20:43 (UTC) by vitaliikuzhdin)
@unit73e, you just need to apply
b354c009a60bcd6d7fc04014e200a1ee9c45c167
to fix it. Add something likesource+=("x265_cmake4.patch::https://bitbucket.org/multicoreware/x265_git/commits/b354c009a60bcd6d7fc04014e200a1ee9c45c167/raw")
and add aprepare()
function.unit73e commented on 2025-04-20 12:46 (UTC) (edited on 2025-04-20 12:48 (UTC) by unit73e)
@Alex updated with your suggestion, with a message explaining why we are using cmake3-bin temporarily and not cmake. Thanks. The cmake3-bin package is also better than cmake3 because it's installing in the opt directory, without conflicting with cmake. That way we only really have to change PKGBUILD to use cmake3 instead of cmake.
unit73e commented on 2025-04-16 23:25 (UTC)
@Alex thanks for the info. Lets do that while there's no solution yet. I think it will take a while for cmake4 to work so I'll try in the next days. If someone here already managed to compile, maybe pull request, or send patch, or suggest being co-maintainer.
Alex commented on 2025-04-13 20:36 (UTC)
This package can be successfully built using cmake3 from the "cmake3-bin" AUR package (the normal cmake3 package also fails to build currently).
@unit73e not sure if you want to change this package for that or wait until upstream fixes cmake4 compatibility. Just wanted to comment in case it helps someone struggling to build this.
« First ‹ Previous 1 2 3 4 5 Next › Last »