x265 works on arm linux (#28458)

This commit is contained in:
Francisco Facioni 2022-12-28 21:09:32 +00:00 committed by GitHub
parent 25663f218c
commit 2112a10f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ffmpeg",
"version": "4.4.3",
"port-version": 1,
"port-version": 2,
"description": [
"a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
"FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations."
@ -213,17 +213,17 @@
"name": "ffmpeg",
"default-features": false,
"features": [
"x265"
"x264"
],
"platform": "!(uwp | arm)"
"platform": "!(arm & windows)"
},
{
"name": "ffmpeg",
"default-features": false,
"features": [
"x264"
"x265"
],
"platform": "!(arm & windows)"
"platform": "!uwp & !(arm & windows)"
},
{
"name": "ffmpeg",

View File

@ -1,11 +1,11 @@
{
"name": "x265",
"version": "3.4",
"port-version": 7,
"port-version": 8,
"description": "x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream.",
"homepage": "https://github.com/videolan/x265",
"license": "GPL-2.0-or-later",
"supports": "!(uwp | arm)",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -81,8 +81,7 @@
"name": "ffmpeg",
"default-features": false,
"features": [
"ssh",
"x265"
"ssh"
],
"platform": "!(uwp | arm)"
},
@ -94,6 +93,14 @@
],
"platform": "!(arm & windows)"
},
{
"name": "ffmpeg",
"default-features": false,
"features": [
"x265"
],
"platform": "!uwp & !(arm & windows)"
},
{
"name": "ffmpeg",
"default-features": false,

View File

@ -2322,7 +2322,7 @@
},
"ffmpeg": {
"baseline": "4.4.3",
"port-version": 1
"port-version": 2
},
"ffnvcodec": {
"baseline": "11.1.5.0",
@ -8118,7 +8118,7 @@
},
"x265": {
"baseline": "3.4",
"port-version": 7
"port-version": 8
},
"xapian": {
"baseline": "1.4.21",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0a71b1f5734a3ead9f3941a4fae62aeeede10681",
"version": "4.4.3",
"port-version": 2
},
{
"git-tree": "e0ba585cd7dea2dd84e0c2cf8ca462b7c1e58f1e",
"version": "4.4.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e47c9f9c25b46dbf26b7db6843e23d6f0d329ddb",
"version": "3.4",
"port-version": 8
},
{
"git-tree": "994e11b88e86c790b503ec381185f33833b351f9",
"version": "3.4",