./multimedia/x265, High Efficiency Video Coding (HEVC)

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 4.1, Package name: x265-4.1, Maintainer: pkgsrc-users

x265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.


Master sites:

Filesize: 1684.843 KB

Version history: (Expand)


CVS history: (Expand)


   2026-02-18 08:58:02 by Thomas Klausner | Files touched by this commit (1)
Log message:
x265: switch to https
   2025-08-25 20:15:33 by Masatake Daimon | Files touched by this commit (1) | Package updated
Log message:
Forgot to update distinfo
   2025-08-25 20:14:40 by Masatake Daimon | Files touched by this commit (1)
Log message:
multimedia/x265: Fix build on Darwin

This was a fallout of cmake 4 migration. The cmake policy CMP0025 has been \ 
switched to "NEW", which means cmake now reports Apple's clang as \ 
"AppleClang" as opposed to just "Clang", but CMakeLists.txt \ 
didn't know this compiler.
   2025-08-11 13:58:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
x265: add upstream bug report URL
   2025-08-11 10:33:14 by Thomas Klausner | Files touched by this commit (3)
Log message:
x265: fix build with cmake 4
   2024-12-22 17:50:10 by Nia Alarie | Files touched by this commit (2)
Log message:
I forgot about compiler.mk...
   2024-12-22 17:44:30 by Nia Alarie | Files touched by this commit (2)
Log message:
svt-av1, x265: These use ARM NEON intrinsics only supported in GCC>=10
   2024-11-28 10:35:34 by Nia Alarie | Files touched by this commit (3)
Log message:
x265: Detect <alloca.h> and use it if available.

Should help the build on SunOS which is currently broken due to
alloca being undefined.