Skip to content

Commit b6b5322

Browse files
authored
[audiofile] Bump to 1.1.2 (microsoft#42809)
1 parent 4413468 commit b6b5322

File tree

5 files changed

+11
-20
lines changed

5 files changed

+11
-20
lines changed

ports/audiofile/fix-cmakeLists.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/audiofile/portfile.cmake

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO adamstark/AudioFile
66
REF "${VERSION}"
7-
SHA512 b0612e6d6c440e52a168f27410d6ac14f7fcef2ba183e8a80e03f924e6fc778c01e4f46b40cab10dd73c48f8f10dc4112c58f602728fdeec0bc3e143852fc95e
7+
SHA512 ee8af7687fe420634ea8dacef7ecc0c4d3dd1de13c6131202710b3055fdc5ffb27ac1e8ff034690a3ce5d512b6182a788adfa5852a29ac532a08322b14083e8a
88
HEAD_REF master
9-
PATCHES
10-
fix-cmakeLists.patch
119
)
1210

1311
vcpkg_cmake_configure(
@@ -19,8 +17,9 @@ vcpkg_cmake_configure(
1917

2018
vcpkg_cmake_install()
2119

22-
vcpkg_cmake_config_fixup(PACKAGE_NAME AudioFile)
20+
vcpkg_cmake_config_fixup(PACKAGE_NAME AudioFile CONFIG_PATH lib/cmake/AudioFile)
2321

2422
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
23+
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
2524

26-
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
25+
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

ports/audiofile/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audiofile",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A simple header-only C++ library for reading and writing audio files.",
55
"homepage": "https://github.com/adamstark/AudioFile",
66
"license": "MIT",

versions/a-/audiofile.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "af5b6cc47eba8f3330b4769643ec814da3be5983",
5+
"version": "1.1.2",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "6f06a6467594b612bfd24dc86f696d07e1c4b500",
510
"version": "1.1.1",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
"port-version": 0
346346
},
347347
"audiofile": {
348-
"baseline": "1.1.1",
348+
"baseline": "1.1.2",
349349
"port-version": 0
350350
},
351351
"audit": {

0 commit comments

Comments
 (0)