pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libjxl: add TODO



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat Jul 23 11:15:32 2022 +0200
Changeset:	670a25b1ac894d2173ffd3abc53544a202396075

Modified Files:
	libjxl/Makefile
Added Files:
	libjxl/TODO

Log Message:
libjxl: add TODO

Some dependenies need packaging first

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=670a25b1ac894d2173ffd3abc53544a202396075

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libjxl/Makefile | 4 ++++
 libjxl/TODO     | 2 ++
 2 files changed, 6 insertions(+)

diffs:
diff --git a/libjxl/Makefile b/libjxl/Makefile
index 48be770fb8..86434ab9ce 100644
--- a/libjxl/Makefile
+++ b/libjxl/Makefile
@@ -20,6 +20,10 @@ REPLACE_BASH=	deps.sh
 PKGCONFIG_OVERRIDE+=	lib/jxl/libjxl.pc.in
 PKGCONFIG_OVERRIDE+=	lib/threads/libjxl_threads.pc.in
 
+# TODO:
+# The dependencies installed using deps.sh should be packaged
+# and buildlink3ed instead:
+# lodepng, sjpeg, skcms
 pre-configure:
 	cd ${WRKSRC} && ./deps.sh
 
diff --git a/libjxl/TODO b/libjxl/TODO
new file mode 100644
index 0000000000..5fac02b89c
--- /dev/null
+++ b/libjxl/TODO
@@ -0,0 +1,2 @@
+Some dependencies need to be packaged and used before this can be
+imported.


Home | Main Index | Thread Index | Old Index