summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-06-17 11:22:17 -0400
committerAndrew Opalach <andrew@akon.city> 2025-06-17 11:27:55 -0400
commit110be42a7d267647241905936c414a53ad18ddae (patch)
treef73e28f564a78775ab85656acc1e56d020f89474 /subprojects
parent5986c8bf61fc980a9a3383a426479a1296d179e7 (diff)
downloadmauri-110be42a7d267647241905936c414a53ad18ddae.tar.gz
mauri-110be42a7d267647241905936c414a53ad18ddae.tar.bz2
mauri-110be42a7d267647241905936c414a53ad18ddae.zip
Test packaging for debian and arch
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/glm.wrap7
-rw-r--r--subprojects/janus.wrap2
-rw-r--r--subprojects/json.wrap4
-rw-r--r--subprojects/liblz4.wrap (renamed from subprojects/lz4.wrap)7
-rw-r--r--subprojects/libnaunet.wrap2
-rw-r--r--subprojects/nlohmann_json.wrap8
-rw-r--r--subprojects/notcurses.wrap6
-rw-r--r--subprojects/packagefiles/stb/meson.build2
-rw-r--r--subprojects/s3tc-dxt-decompression.wrap2
-rw-r--r--subprojects/stb.wrap4
-rw-r--r--subprojects/stela.wrap2
11 files changed, 33 insertions, 13 deletions
diff --git a/subprojects/glm.wrap b/subprojects/glm.wrap
index dd52366..04a775a 100644
--- a/subprojects/glm.wrap
+++ b/subprojects/glm.wrap
@@ -1,4 +1,9 @@
[wrap-git]
+directory = glm-1.0.1
url = https://github.com/g-truc/glm.git
-revision =7a878c23723a5122078e07b0d870016afd8854ce
+revision = 1.0.1
depth = 1
+method = cmake
+
+[provide]
+dependency_names = glm
diff --git a/subprojects/janus.wrap b/subprojects/janus.wrap
index 4565144..e3860c7 100644
--- a/subprojects/janus.wrap
+++ b/subprojects/janus.wrap
@@ -1,6 +1,8 @@
[wrap-git]
+directory = janus-69c0137
url = https://github.com/dmulholl/argspp.git
revision = 69c01373399ab28c6090728c032226d4dc56dccf
depth = 1
+
patch_directory = janus
diff_files = janus/compiler_warnings.diff, janus/wparse.diff
diff --git a/subprojects/json.wrap b/subprojects/json.wrap
deleted file mode 100644
index ba8056c..0000000
--- a/subprojects/json.wrap
+++ /dev/null
@@ -1,4 +0,0 @@
-[wrap-git]
-url = https://github.com/nlohmann/json.git
-revision = 6eab7a2b187b10b2494e39c1961750bfd1bda500
-depth = 1
diff --git a/subprojects/lz4.wrap b/subprojects/liblz4.wrap
index cdbcd4c..387ceee 100644
--- a/subprojects/lz4.wrap
+++ b/subprojects/liblz4.wrap
@@ -1,6 +1,11 @@
[wrap-git]
+directory = lz4-v1.10.0
url = https://github.com/lz4/lz4.git
-revision = 07c526c0afe28866cdcb7f84f4aadcebd0d63ba7
+revision = v1.10.0
depth = 1
+
patch_directory = lz4
diff_files = lz4/move_meson_build.diff
+
+[provide]
+liblz4 = liblz4_dep
diff --git a/subprojects/libnaunet.wrap b/subprojects/libnaunet.wrap
index 8388a93..462c1a7 100644
--- a/subprojects/libnaunet.wrap
+++ b/subprojects/libnaunet.wrap
@@ -1,4 +1,4 @@
[wrap-git]
url = https://git.akon.city/libnaunet
-revision = 393e266f6bfceb25a97cd1cf28dfc72cac9e9f81
+revision = fc8df3fe9cd15fe7b0b86c6584e0b3fb487d6886
depth = 1
diff --git a/subprojects/nlohmann_json.wrap b/subprojects/nlohmann_json.wrap
new file mode 100644
index 0000000..95d1d9b
--- /dev/null
+++ b/subprojects/nlohmann_json.wrap
@@ -0,0 +1,8 @@
+[wrap-git]
+directory = nlohmann_json-v3.12.0
+url = https://github.com/nlohmann/json.git
+revision = v3.12.0
+depth = 1
+
+[provide]
+nlohmann_json = nlohmann_json_dep
diff --git a/subprojects/notcurses.wrap b/subprojects/notcurses.wrap
index 64f6731..bc58274 100644
--- a/subprojects/notcurses.wrap
+++ b/subprojects/notcurses.wrap
@@ -1,12 +1,12 @@
[wrap-git]
+directory = notcurses-93a4890
url = https://github.com/dankamongmen/notcurses.git
-revision = 9377370b59e31f3f3adde6eaa89aa875dd84377f
+revision = 93a4890f4c2b491cda62fea5110995c6a25691e2
depth = 1
+method = cmake
patch_directory = notcurses
diff_files = notcurses/duration_and_ffmpeg_fix.diff
-method = cmake
-
[provide]
dependency_names = notcurses, notcurses-core
diff --git a/subprojects/packagefiles/stb/meson.build b/subprojects/packagefiles/stb/meson.build
index e712682..fe0d601 100644
--- a/subprojects/packagefiles/stb/meson.build
+++ b/subprojects/packagefiles/stb/meson.build
@@ -1,2 +1,2 @@
-project('stb', 'c', version: 'git-31707d1')
+project('stb', 'c', version: 'git-f58f558')
stb = declare_dependency(include_directories: include_directories('.'))
diff --git a/subprojects/s3tc-dxt-decompression.wrap b/subprojects/s3tc-dxt-decompression.wrap
index cc70c7c..7be1585 100644
--- a/subprojects/s3tc-dxt-decompression.wrap
+++ b/subprojects/s3tc-dxt-decompression.wrap
@@ -1,6 +1,8 @@
[wrap-git]
+directory = s3tc-dxt-decompression-17074c2
url = https://github.com/Benjamin-Dobell/s3tc-dxt-decompression.git
revision = 17074c22c7857cfc4e843a07e99519a09c3a563f
depth = 1
+
patch_directory = s3tc-dxt-decompression
diff_files = s3tc-dxt-decompression/explicit_type_sizes.diff, s3tc-dxt-decompression/compiler_warnings.diff, s3tc-dxt-decompression/dxt1_default_alpha.diff
diff --git a/subprojects/stb.wrap b/subprojects/stb.wrap
index 79f7ec4..8f8efb8 100644
--- a/subprojects/stb.wrap
+++ b/subprojects/stb.wrap
@@ -1,5 +1,7 @@
[wrap-git]
+directory = stb-f58f558
url = https://github.com/nothings/stb.git
-revision = 31707d14fdb75da66b3eed52a2236a70af0d0960
+revision = f58f558c120e9b32c217290b80bad1a0729fbb2c
depth = 1
+
patch_directory = stb
diff --git a/subprojects/stela.wrap b/subprojects/stela.wrap
index 444d851..c34c19d 100644
--- a/subprojects/stela.wrap
+++ b/subprojects/stela.wrap
@@ -1,4 +1,4 @@
[wrap-git]
url = https://git.akon.city/stela
-revision = 658e476c3d43718a2c9eb2884f16ac37cc3f1da2
+revision = 234e3cb390c7bb149ddd281d695d81a368e1a441
depth = 1