diff options
| author | 2024-11-21 18:58:11 -0500 | |
|---|---|---|
| committer | 2024-11-21 18:58:11 -0500 | |
| commit | 9918d2e947dda7ca470eafc811ddb4c8b632b5d3 (patch) | |
| tree | 404ce9a44d78a4f78deea66c6d7a7280ce2ae0b9 /subprojects | |
| parent | b41b7acf80ad6d49cfde49ae562aaf85ba4f8768 (diff) | |
| download | camu-9918d2e947dda7ca470eafc811ddb4c8b632b5d3.tar.gz camu-9918d2e947dda7ca470eafc811ddb4c8b632b5d3.tar.bz2 camu-9918d2e947dda7ca470eafc811ddb4c8b632b5d3.zip | |
Cleanup env
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/fontconfig.wrap | 3 | ||||
| -rw-r--r-- | subprojects/freetype2.wrap | 3 | ||||
| -rw-r--r-- | subprojects/fribidi.wrap | 3 | ||||
| -rw-r--r-- | subprojects/harfbuzz.wrap | 3 | ||||
| -rw-r--r-- | subprojects/libass.wrap | 1 |
5 files changed, 9 insertions, 4 deletions
diff --git a/subprojects/fontconfig.wrap b/subprojects/fontconfig.wrap index e562096..a71b13e 100644 --- a/subprojects/fontconfig.wrap +++ b/subprojects/fontconfig.wrap @@ -1,6 +1,7 @@ [wrap-git] +directory = fontconfig-2.15.0 url = https://gitlab.freedesktop.org/fontconfig/fontconfig.git -revision = main +revision = 2.15.0 depth = 1 [provide] diff --git a/subprojects/freetype2.wrap b/subprojects/freetype2.wrap index 19ee383..1993fdd 100644 --- a/subprojects/freetype2.wrap +++ b/subprojects/freetype2.wrap @@ -1,4 +1,5 @@ [wrap-git] +directory = freetype-2.13.3 url = https://github.com/freetype/freetype.git -revision = master +revision = VER-2-13-3 depth = 1 diff --git a/subprojects/fribidi.wrap b/subprojects/fribidi.wrap index 9633214..45756f8 100644 --- a/subprojects/fribidi.wrap +++ b/subprojects/fribidi.wrap @@ -1,4 +1,5 @@ [wrap-git] +directory = fribidi-1.0.16 url = https://github.com/fribidi/fribidi.git -revision = master +revision = v1.0.16 depth = 1 diff --git a/subprojects/harfbuzz.wrap b/subprojects/harfbuzz.wrap index e58aed4..97107b5 100644 --- a/subprojects/harfbuzz.wrap +++ b/subprojects/harfbuzz.wrap @@ -1,4 +1,5 @@ [wrap-git] +directory = harfbuzz-10.1.0 url = https://github.com/harfbuzz/harfbuzz.git -revision = main +revision = 10.1.0 depth = 1 diff --git a/subprojects/libass.wrap b/subprojects/libass.wrap index df69923..f2aa71c 100644 --- a/subprojects/libass.wrap +++ b/subprojects/libass.wrap @@ -1,4 +1,5 @@ [wrap-git] +directory = libass-0.17.3 url = https://github.com/libass/libass.git revision = 0.17.3 clone-recursive = true |