Package Details: lib32-x265 4.0-1

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: 11
Popularity: 0.000003
First Submitted: 2017-08-24 18:30 (UTC)
Last Updated: 2024-11-09 20:57 (UTC)

Required by (21)

Sources (1)

Latest Comments

1 2 3 Next › Last »

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 and cmake --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:

depends=('x265' 'lib32-gcc-libs'  'lib32-numactl')

should be changed to:

depends=('x265' 'lib32-gcc-libs'  'lib32-libnuma')

ahmubashshir commented on 2021-07-28 13:20 (UTC)

@Rojikku, @llde
makechrootpkg builds the package properly after applying this patch.

Rojikku commented on 2021-06-02 21:14 (UTC)

It appears that installing this package with aurto or aur sync, which happens in a chroot, resulted in x265.pc not being properly inserted into the PKG CONFIG dir. I had to manually makepkg -sri the PKGBUILD in order to get that file, in order to bu ild lib32-ffmpeg, in order to build lib32-gst-plugins-bad. I would appreciate if this got fixed, but if not, record of this issue is here for those who have the same issue.