File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
3rdParty/vcpkg_ports/ports Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11string (REGEX MATCH [[ ^[0-9][0-9]*\.[1-9][0-9]*]] VERSION_MAJOR_MINOR ${VERSION} )
22vcpkg_download_distfile (ARCHIVE
3- URLS "https://download.gnome.org/sources/gdk-pixbuf/${VERSION_MAJOR_MINOR} /gdk-pixbuf-${VERSION} .tar.xz"
4- FILENAME "GNOME-gdk-pixbuf-${VERSION} .tar.xz"
3+ URLS
4+ "https://download.gnome.org/sources/${PORT} /${VERSION_MAJOR_MINOR} /${PORT} -${VERSION} .tar.xz"
5+ "https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/${PORT} /${VERSION_MAJOR_MINOR} /${PORT} -${VERSION} .tar.xz"
6+ FILENAME "GNOME-${PORT} -${VERSION} .tar.xz"
57 SHA512 ae9fcc9b4e8fd10a4c9bf34c3a755205dae7bbfe13fbc93ec4e63323dad10cc862df6a9e2e2e63c84ffa01c5e120a3be06ac9fad2a7c5e58d3dc6ba14d1766e8
68)
79
Original file line number Diff line number Diff line change 11{
22 "name" : " gdk-pixbuf" ,
33 "version" : " 2.42.12" ,
4- "port-version" : 5 ,
4+ "port-version" : 6 ,
55 "description" : " Image loading library." ,
66 "homepage" : " https://gitlab.gnome.org/GNOME/gdk-pixbuf" ,
77 "license" : " LGPL-2.1-or-later" ,
Original file line number Diff line number Diff line change 22
33string (REGEX REPLACE "^([0-9]*[.][0-9]*)[.].*" "\\ 1" MAJOR_MINOR "${VERSION} " )
44vcpkg_download_distfile (ARCHIVE
5- URLS "https://download.gnome.org/sources/librsvg/${MAJOR_MINOR} /librsvg-${VERSION} .tar.xz"
6- "https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/librsvg/${MAJOR_MINOR} /librsvg-${VERSION} .tar.xz"
5+ URLS
6+ "https://download.gnome.org/sources/librsvg/${MAJOR_MINOR} /librsvg-${VERSION} .tar.xz"
7+ "https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/librsvg/${MAJOR_MINOR} /librsvg-${VERSION} .tar.xz"
78 FILENAME "librsvg-${VERSION} .tar.xz"
89 SHA512 db0563d8e0edaae642a6b2bcd239cf54191495058ac8c7ff614ebaf88c0e30bd58dbcd41f58d82a9d5ed200ced45fc5bae22f2ed3cf3826e9348a497009e1280
910)
Original file line number Diff line number Diff line change 11{
22 "name" : " librsvg" ,
33 "version" : " 2.40.21" ,
4- "port-version" : 1 ,
4+ "port-version" : 2 ,
55 "description" : " A small library to render Scalable Vector Graphics (SVG)" ,
66 "homepage" : " https://gitlab.gnome.org/GNOME/librsvg" ,
77 "license" : " LGPL-2.0-or-later" ,
You can’t perform that action at this time.
0 commit comments