diff --git a/ports/x264/portfile.cmake b/ports/x264/portfile.cmake index 047a255dd8..6b726b40be 100644 --- a/ports/x264/portfile.cmake +++ b/ports/x264/portfile.cmake @@ -10,6 +10,9 @@ vcpkg_from_github( allow-clang-cl.patch configure-as.patch # Ignore ':' from `vcpkg_configure_make` ) + +vcpkg_replace_string("${SOURCE_PATH}/configure" [[/bin/bash]] [[/usr/bin/env bash]]) + # Note on x264 versioning: # The pc file exports "0.164." where is the number of commits. # This must be fixed here because vcpkg uses a GH tarball instead of cloning the source. diff --git a/ports/x264/vcpkg.json b/ports/x264/vcpkg.json index c5834dd366..54ba0439de 100644 --- a/ports/x264/vcpkg.json +++ b/ports/x264/vcpkg.json @@ -1,6 +1,7 @@ { "name": "x264", "version": "0.164.3095", + "port-version": 1, "description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format", "homepage": "https://www.videolan.org/developers/x264.html", "license": "GPL-2.0-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index 53cf6b74ac..b97c808578 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7786,7 +7786,7 @@ }, "x264": { "baseline": "0.164.3095", - "port-version": 0 + "port-version": 1 }, "x265": { "baseline": "3.4", diff --git a/versions/x-/x264.json b/versions/x-/x264.json index 74d00740f5..55e06c314a 100644 --- a/versions/x-/x264.json +++ b/versions/x-/x264.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "16be87b659ccfeaba052e561f3f0a8b1b927c5d0", + "version": "0.164.3095", + "port-version": 1 + }, { "git-tree": "e369a0924f6b28e965b0e0c8f35264b7fd5efb7f", "version": "0.164.3095",