diff options
| author | Voskrese <10104740+Voskrese@users.noreply.github.com> | 2020-04-24 12:18:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 21:18:56 -0700 |
| commit | ed9511fcf6d6fd6ab1358db7d19b5fee7cbda05c (patch) | |
| tree | 262e8434ee3e23c681b7bbcc74b652f4e314dee2 /ports/mpg123 | |
| parent | 43760aa86fb04aafc789d96f5c2bfeeeed89f21b (diff) | |
| download | vcpkg-ed9511fcf6d6fd6ab1358db7d19b5fee7cbda05c.tar.gz vcpkg-ed9511fcf6d6fd6ab1358db7d19b5fee7cbda05c.zip | |
[libvpx][mpg123] Fix use of YASM in MSBuild (via path) (#10952)
* Update vcpkg_build_msbuild.cmake
* Update vcpkg_install_msbuild.cmake
* Update portfile.cmake
* Update CONTROL
* Update portfile.cmake
* Update CONTROL
* Update ci.baseline.txt.
* Update ci.baseline.txt
* Update ci.baseline.txt
* Update ci.baseline.txt
* Update portfile.cmake
* Update CONTROL
* Update CONTROL
* Update portfile.cmake
* [mpg123][libvpx] UWP is a target
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/mpg123')
| -rw-r--r-- | ports/mpg123/CONTROL | 5 | ||||
| -rw-r--r-- | ports/mpg123/portfile.cmake | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/mpg123/CONTROL b/ports/mpg123/CONTROL index 47692364e..d1edfde9d 100644 --- a/ports/mpg123/CONTROL +++ b/ports/mpg123/CONTROL @@ -1,4 +1,5 @@ Source: mpg123 -Version: 1.25.8-6 +Version: 1.25.8-7 Homepage: https://sourceforge.net/projects/mpg123/ -Description: mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).
\ No newline at end of file +Description: mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3). +Supports: !(uwp|arm) diff --git a/ports/mpg123/portfile.cmake b/ports/mpg123/portfile.cmake index 0d216b942..4b0192742 100644 --- a/ports/mpg123/portfile.cmake +++ b/ports/mpg123/portfile.cmake @@ -1,4 +1,4 @@ -include(vcpkg_common_functions) +vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "UWP") set(MPG123_VERSION 1.25.8) set(MPG123_HASH f226317dddb07841a13753603fa13c0a867605a5a051626cb30d45cfba266d3d4296f5b8254f65b403bb5eef6addce1784ae8829b671a746854785cda1bad203) |
