summaryrefslogtreecommitdiffstats
path: root/graphics/mozjpeg/mozjpeg.sh
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-03-13 01:42:49 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-03-20 11:00:51 +0700
commit893ddd953cc943f386f350b74c59c6753e0df5e1 (patch)
treef0a025d927f0e59842a7d1f645975267fe984326 /graphics/mozjpeg/mozjpeg.sh
parentb23f26774daea5bd090239dbf240997c2fbc6609 (diff)
downloadslackbuilds-893ddd953cc943f386f350b74c59c6753e0df5e1.tar.gz
slackbuilds-893ddd953cc943f386f350b74c59c6753e0df5e1.tar.xz
graphics/mozjpeg: Updated for version 4.0.3.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--graphics/mozjpeg/mozjpeg.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/mozjpeg/mozjpeg.sh b/graphics/mozjpeg/mozjpeg.sh
new file mode 100644
index 0000000000..fc784ee53a
--- /dev/null
+++ b/graphics/mozjpeg/mozjpeg.sh
@@ -0,0 +1,8 @@
+# mozjpeg.sh: part of the SBo mozjpeg build, by B. Watson
+# <yalhcru@gmail.com>. Source this file in your shell, to run
+# mozjpeg's binaries by default, and to compile software with
+# mozjpeg's libraries. Not installed +x by default to avoid
+# conflicting with Slackware's libjpeg-turbo package.
+
+export PATH=/opt/mozjpeg/bin:$PATH
+export PKG_CONFIG_PATH=/opt/mozjpeg/lib@/pkgconfig:$PKG_CONFIG_PATH