File tree Expand file tree Collapse file tree 4 files changed +39
-4
lines changed Expand file tree Collapse file tree 4 files changed +39
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,34 @@ vcpkg_from_gitlab(
7
7
HEAD_REF master
8
8
)
9
9
10
+ set (options "" )
11
+ if ("tools" IN_LIST FEATURES)
12
+ list (APPEND options -Dtools=enabled)
13
+ else ()
14
+ list (APPEND options -Dtools=disabled)
15
+ endif ()
16
+
10
17
vcpkg_configure_meson(
11
18
SOURCE_PATH "${SOURCE_PATH} "
12
19
OPTIONS
20
+ ${options}
21
+ -Dbindings_cpp=enabled
22
+ -Dbindings_py=disabled
23
+ -Ddocs=disabled
13
24
-Dtests=disabled
14
25
)
15
26
16
27
vcpkg_install_meson()
17
- vcpkg_copy_tools(TOOL_NAMES lv2info lv2ls AUTO_CLEAN)
18
- file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/share" )
19
28
vcpkg_copy_pdbs()
20
29
vcpkg_fixup_pkgconfig()
30
+
31
+ if ("tools" IN_LIST FEATURES)
32
+ vcpkg_copy_tools(TOOL_NAMES lv2apply lv2bench lv2info lv2ls AUTO_CLEAN)
33
+ endif ()
34
+
35
+ file (REMOVE_RECURSE
36
+ "${CURRENT_PACKAGES_DIR} /debug/etc"
37
+ "${CURRENT_PACKAGES_DIR} /debug/share"
38
+ )
39
+
21
40
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH} /COPYING" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lilv" ,
3
3
"version" : " 0.24.24" ,
4
+ "port-version" : 1 ,
4
5
"description" : " Lilv is a C library for simple use of LV2 plugins in applications." ,
5
6
"homepage" : " https://drobilla.net/software/lilv" ,
6
7
"license" : " ISC" ,
13
14
{
14
15
"name" : " vcpkg-tool-meson" ,
15
16
"host" : true
17
+ },
18
+ " zix"
19
+ ],
20
+ "features" : {
21
+ "tools" : {
22
+ "description" : " Build tools" ,
23
+ "supports" : " !windows" ,
24
+ "dependencies" : [
25
+ " libsndfile"
26
+ ]
16
27
}
17
- ]
28
+ }
18
29
}
Original file line number Diff line number Diff line change 5546
5546
},
5547
5547
"lilv" : {
5548
5548
"baseline" : " 0.24.24" ,
5549
- "port-version" : 0
5549
+ "port-version" : 1
5550
5550
},
5551
5551
"linalg" : {
5552
5552
"baseline" : " 2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 8d111881ad652319d2d57242779612581dff3b2e" ,
5
+ "version" : " 0.24.24" ,
6
+ "port-version" : 1
7
+ },
3
8
{
4
9
"git-tree" : " 350900cd2f7b77c0b2cfc8d033fe98dc4f092ee7" ,
5
10
"version" : " 0.24.24" ,
You can’t perform that action at this time.
0 commit comments