File tree Expand file tree Collapse file tree 5 files changed +11
-20
lines changed Expand file tree Collapse file tree 5 files changed +11
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ vcpkg_from_github(
4
4
OUT_SOURCE_PATH SOURCE_PATH
5
5
REPO adamstark/AudioFile
6
6
REF "${VERSION} "
7
- SHA512 b0612e6d6c440e52a168f27410d6ac14f7fcef2ba183e8a80e03f924e6fc778c01e4f46b40cab10dd73c48f8f10dc4112c58f602728fdeec0bc3e143852fc95e
7
+ SHA512 ee8af7687fe420634ea8dacef7ecc0c4d3dd1de13c6131202710b3055fdc5ffb27ac1e8ff034690a3ce5d512b6182a788adfa5852a29ac532a08322b14083e8a
8
8
HEAD_REF master
9
- PATCHES
10
- fix-cmakeLists.patch
11
9
)
12
10
13
11
vcpkg_cmake_configure (
@@ -19,8 +17,9 @@ vcpkg_cmake_configure(
19
17
20
18
vcpkg_cmake_install ()
21
19
22
- vcpkg_cmake_config_fixup (PACKAGE_NAME AudioFile )
20
+ vcpkg_cmake_config_fixup (PACKAGE_NAME AudioFile CONFIG_PATH lib/cmake/AudioFile )
23
21
24
22
file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug" )
23
+ file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /lib" )
25
24
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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " audiofile" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " A simple header-only C++ library for reading and writing audio files." ,
5
5
"homepage" : " https://github.com/adamstark/AudioFile" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " af5b6cc47eba8f3330b4769643ec814da3be5983" ,
5
+ "version" : " 1.1.2" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 6f06a6467594b612bfd24dc86f696d07e1c4b500" ,
5
10
"version" : " 1.1.1" ,
Original file line number Diff line number Diff line change 345
345
"port-version" : 0
346
346
},
347
347
"audiofile" : {
348
- "baseline" : " 1.1.1 " ,
348
+ "baseline" : " 1.1.2 " ,
349
349
"port-version" : 0
350
350
},
351
351
"audit" : {
You can’t perform that action at this time.
0 commit comments