* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/files/
@ 2022-11-07 3:02 Rui Huang
0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2022-11-07 3:02 UTC (permalink / raw
To: gentoo-commits
commit: 05772850e2be57a1de5c05cd3ea63b21bce0331f
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Nov 7 03:02:04 2022 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Nov 7 03:02:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05772850
sci-electronics/slang: fix libsvlang name in patch
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
sci-electronics/slang/files/slang-2.0-renamed-svlang.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/slang/files/slang-2.0-renamed-svlang.patch b/sci-electronics/slang/files/slang-2.0-renamed-svlang.patch
index 107b69d36..6e60c31e8 100644
--- a/sci-electronics/slang/files/slang-2.0-renamed-svlang.patch
+++ b/sci-electronics/slang/files/slang-2.0-renamed-svlang.patch
@@ -15,7 +15,7 @@ index 58b73678..f9ac7cd4 100644
add_subdirectory(ast)
-+set(SLANG_SHARED_LIB_NAME slang)
++set(SLANG_SHARED_LIB_NAME svlang)
add_library(slang::slang ALIAS slang_slang)
set_target_properties(
slang_slang
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/files/
@ 2023-03-15 12:59 Rui Huang
0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2023-03-15 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 5903bb54fbdd92e2f76c885de42aea4d02dd70fe
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Mar 15 12:59:29 2023 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Mar 15 12:59:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5903bb54
sci-electronics/slang: fix pkgconfig.patch
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
sci-electronics/slang/files/slang-2.0-fix-pkgconfig.patch | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/sci-electronics/slang/files/slang-2.0-fix-pkgconfig.patch b/sci-electronics/slang/files/slang-2.0-fix-pkgconfig.patch
index 8f0a1378f..67b983a16 100644
--- a/sci-electronics/slang/files/slang-2.0-fix-pkgconfig.patch
+++ b/sci-electronics/slang/files/slang-2.0-fix-pkgconfig.patch
@@ -4,16 +4,23 @@ Date: Sun, 20 Nov 2022 21:23:24 +0000
Subject: [PATCH] Fix library name in sv-lang.pc.in (#661)
---
- scripts/sv-lang.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ scripts/sv-lang.pc.in | 4 +-
+ 1 file changed, 2 insertion(+), 2 deletion(-)
diff --git a/scripts/sv-lang.pc.in b/scripts/sv-lang.pc.in
index eabfbc9a..fc6191b7 100644
--- a/scripts/sv-lang.pc.in
+++ b/scripts/sv-lang.pc.in
-@@ -7,4 +7,4 @@ Description: @PROJECT_DESCRIPTION@
+@@ -2,9 +2,9 @@
+ includedir="${prefix}/@CMAKE_INSTALL_INCLUDEDIR@"
+ libdir="${prefix}/@CMAKE_INSTALL_LIBDIR@"
+
+-Name: @PROJECT_NAME@
++Name: svlang
+ Description: @PROJECT_DESCRIPTION@
URL: @PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Cflags: -I"${includedir}"
-Libs: -L"${libdir}" -lslang
+Libs: -L"${libdir}" -lsvlang
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/files/
@ 2023-10-09 13:57 Rui Huang
0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2023-10-09 13:57 UTC (permalink / raw
To: gentoo-commits
commit: b2826343bb8009c16f9934b73d41fdd02b720a6a
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct 9 13:56:12 2023 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Oct 9 13:57:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2826343
sci-electronics/slang: add missing patch
- fix build issue and add missing patch file
Closes: https://bugs.gentoo.org/915476
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
.../files/slang-4.0-fix-gentoo-libfmt-depend.patch | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/sci-electronics/slang/files/slang-4.0-fix-gentoo-libfmt-depend.patch b/sci-electronics/slang/files/slang-4.0-fix-gentoo-libfmt-depend.patch
new file mode 100644
index 0000000000..bae7276593
--- /dev/null
+++ b/sci-electronics/slang/files/slang-4.0-fix-gentoo-libfmt-depend.patch
@@ -0,0 +1,26 @@
+From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
+From: Huang Rui <vowstar@gmail.com>
+Date: Fri, 15 Sep 2023 19:38:34 +0800
+Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
+
+Signed-off-by: Huang Rui <vowstar@gmail.com>
+---
+ external/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
+index 9341eb2e2ffa..4ea7429a69a8 100644
+--- a/external/CMakeLists.txt
++++ b/external/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # ~~~
+
+ # Required minimum versions for dependencies
+-set(fmt_min_version "10.0")
++set(fmt_min_version "9.0")
+ set(mimalloc_min_version "2.1")
+ set(catch2_min_version "3.0")
+
+--
+2.42.0
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/files/
@ 2024-02-17 12:11 Rui Huang
2024-02-17 12:11 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
0 siblings, 1 reply; 5+ messages in thread
From: Rui Huang @ 2024-02-17 12:11 UTC (permalink / raw
To: gentoo-commits
commit: fc45f8635b7ce82adfad6488ef2ee494c9bb2a9d
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Feb 17 12:07:05 2024 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Feb 17 12:07:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc45f863
sci-electronics/slang: add missing patch file to slang-5.0
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
.../files/slang-5.0-fix-gentoo-libfmt-depend.patch | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch b/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch
new file mode 100644
index 0000000000..5a94a3058a
--- /dev/null
+++ b/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch
@@ -0,0 +1,26 @@
+From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
+From: Huang Rui <vowstar@gmail.com>
+Date: Fri, 15 Sep 2023 19:38:34 +0800
+Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
+
+Signed-off-by: Huang Rui <vowstar@gmail.com>
+---
+ external/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
+index 9341eb2e2ffa..4ea7429a69a8 100644
+--- a/external/CMakeLists.txt
++++ b/external/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # ~~~
+
+ # Required minimum versions for dependencies
+-set(fmt_min_version "10.1")
++set(fmt_min_version "9.0")
+ set(mimalloc_min_version "2.1")
+ set(catch2_min_version "3.0")
+
+--
+2.42.0
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/slang/files/
2024-02-17 12:11 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/files/ Rui Huang
@ 2024-02-17 12:11 ` Rui Huang
0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2024-02-17 12:11 UTC (permalink / raw
To: gentoo-commits
commit: fc45f8635b7ce82adfad6488ef2ee494c9bb2a9d
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Feb 17 12:07:05 2024 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Feb 17 12:07:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc45f863
sci-electronics/slang: add missing patch file to slang-5.0
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
.../files/slang-5.0-fix-gentoo-libfmt-depend.patch | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch b/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch
new file mode 100644
index 0000000000..5a94a3058a
--- /dev/null
+++ b/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch
@@ -0,0 +1,26 @@
+From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
+From: Huang Rui <vowstar@gmail.com>
+Date: Fri, 15 Sep 2023 19:38:34 +0800
+Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
+
+Signed-off-by: Huang Rui <vowstar@gmail.com>
+---
+ external/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
+index 9341eb2e2ffa..4ea7429a69a8 100644
+--- a/external/CMakeLists.txt
++++ b/external/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # ~~~
+
+ # Required minimum versions for dependencies
+-set(fmt_min_version "10.1")
++set(fmt_min_version "9.0")
+ set(mimalloc_min_version "2.1")
+ set(catch2_min_version "3.0")
+
+--
+2.42.0
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-17 12:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-17 12:11 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/files/ Rui Huang
2024-02-17 12:11 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
-- strict thread matches above, loose matches on Subject: below --
2023-10-09 13:57 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2023-03-15 12:59 Rui Huang
2022-11-07 3:02 Rui Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox