File tree Expand file tree Collapse file tree 6 files changed +20
-12
lines changed Expand file tree Collapse file tree 6 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 195
195
" backward-cpp"
196
196
],
197
197
"versions" : [
198
+ " 1.6-4" ,
198
199
" 1.6-3" ,
199
200
" 1.6-2" ,
200
201
" 1.6-1"
1340
1341
" tz"
1341
1342
],
1342
1343
"versions" : [
1344
+ " 3.0.3-1" ,
1343
1345
" 3.0.1-2" ,
1344
1346
" 3.0.1-1" ,
1345
1347
" 3.0.0-1" ,
3265
3267
" quill"
3266
3268
],
3267
3269
"versions" : [
3270
+ " 9.0.3-1" ,
3268
3271
" 9.0.2-1" ,
3269
3272
" 9.0.0-1" ,
3270
3273
" 8.2.0-1" ,
3535
3538
" sdl3_image"
3536
3539
],
3537
3540
"versions" : [
3541
+ " 3.2.4-2" ,
3538
3542
" 3.2.4-1"
3539
3543
]
3540
3544
},
Original file line number Diff line number Diff line change 1
1
[wrap-file]
2
- source_url = https://github.com/HowardHinnant/date/archive/v3.0.1 .tar.gz
3
- source_filename = date-3.0.1 .tar.gz
4
- source_hash = 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
5
- directory = date-3.0.1
2
+ source_url = https://github.com/HowardHinnant/date/archive/v3.0.3 .tar.gz
3
+ source_filename = date-3.0.3 .tar.gz
4
+ source_hash = 30de45a34a2605cca33a993a9ea54e8f140f23b1caf1acf3c2fd436c42c7d942
5
+ directory = date-3.0.3
6
6
patch_directory = hinnant-date
7
7
8
8
[provide]
Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ if bfd.found()
30
30
' -DBACKWARD_HAS_BFD=1' ,
31
31
language : ' cpp' ,
32
32
)
33
- if meson .version().version_compare(' >= 0.62' )
34
- deps += dependency (' dl' )
35
- else
36
- deps += cpp.find_library (' dl' )
33
+ if host_machine .system() != ' windows'
34
+ if meson .version().version_compare(' >= 0.62' )
35
+ deps += dependency (' dl' )
36
+ else
37
+ deps += cpp.find_library (' dl' )
38
+ endif
37
39
endif
38
40
endif
39
41
Original file line number Diff line number Diff line change 3
3
[' cpp' ],
4
4
default_options : [' cpp_std=c++17' ],
5
5
license : ' MIT' ,
6
+ version : ' 3.0.3' ,
6
7
)
7
8
8
9
pkg = import (' pkgconfig' )
Original file line number Diff line number Diff line change 1
1
img_src = files (
2
+ ' IMG.c' ,
2
3
' IMG_avif.c' ,
3
4
' IMG_bmp.c' ,
4
5
' IMG_gif.c' ,
Original file line number Diff line number Diff line change 1
1
[wrap-file]
2
- directory = quill-9.0.2
3
- source_url = https://github.com/odygrd/quill/archive/refs/tags/v9.0.2 .tar.gz
4
- source_filename = quill-9.0.2 .tar.gz
5
- source_hash = 7f5c6fbcc779d7d47a473b209a18908aadd691b2e3c82c4264ea015f6fbe4859
2
+ directory = quill-9.0.3
3
+ source_url = https://github.com/odygrd/quill/archive/refs/tags/v9.0.3 .tar.gz
4
+ source_filename = quill-9.0.3 .tar.gz
5
+ source_hash = 209b9a3fed9b44f61a50acc34fdc9f5f22338c03644728466e2f4a4b83036476
6
6
7
7
[provide]
8
8
quill = quill_dep
You can’t perform that action at this time.
0 commit comments