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.036191 |
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 »
unit73e commented on 2025-04-09 21:27 (UTC) (edited on 2025-04-11 21:08 (UTC) by unit73e)
@vitaliikuzhdin just adding
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
doesn't work.Looking upstream there's a patch for this issue: https://bitbucket.org/multicoreware/x265_git/commits/branch/master
However it's not in a stable version yet, so the solutions are wait for an upstream stable version, wait for x265 official package to come up with a solution, or create a git version of this library. At least I don't think patching is viable. It could work but there are several commits since 4.0, so its' not going to be the same thing as upstream.
unit73e commented on 2024-11-09 20:57 (UTC)
Updated to 4.0
unit73e commented on 2024-10-25 13:22 (UTC)
@oxalin @gnlrdrvo Adopted this package and updated to 3.6.
gnlrdrvo commented on 2024-08-25 06:30 (UTC)
@oxalin
I've submitted an orphan request for this package since the maintainer seems to be MIA for more than 2 years already.
Maybe you can consider taking over the maintainer role once the request is accepted?
oxalin commented on 2024-07-01 04:28 (UTC) (edited on 2024-07-01 04:31 (UTC) by oxalin)
Hi. Could you apply the following patch (the PKGBUILD part, and regenerate the .SRCINFO afterward) so the package can be updated to 3.6, on par with the native package's version: https://gitlab.archlinux.org/archlinux/packaging/packages/x265/-/commit/2c5a433fae98167293c04ae8aa6cf90fead1ff6f.patch
This will allow to build lib32-ffmpeg without manual intervention. Cheers.
TTsdzb commented on 2024-02-04 08:00 (UTC)
lib32-libnuma
is now an orphan package. Please use another dependant instead.Piscolero commented on 2023-11-10 10:09 (UTC) (edited on 2023-11-10 10:13 (UTC) by Piscolero)
cmake should be called with
-G "Unix Makefiles"
to fix problems if someone (like me) changed the default generator.Or even better use
cmake --build
andcmake --install
to be independent of generators at all.llde commented on 2022-02-18 14:44 (UTC)
I included Kae1zae6ai,ahmubashshir and DDoSolitary suggestions. Sorry for the radio silence
Kae1zae6ai commented on 2022-01-20 08:30 (UTC) (edited on 2022-01-20 10:23 (UTC) by Kae1zae6ai)
In PKGBUILD, the line:
should be changed to:
ahmubashshir commented on 2021-07-28 13:20 (UTC)
@Rojikku, @llde
makechrootpkg builds the package properly after applying this patch.
« First ‹ Previous 1 2 3 4 5 Next › Last »