Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4b794fff9b7e5536d5a9f9ebbdd142048342a340)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4b794fff9b7e5536d5a9f9ebbdd142048342a340)
  • Date: Fri, 18 Mar 2022 13:35:52 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
graphics-libs/zimg/BUILD | 2 ++
graphics-libs/zimg/DEPENDS | 2 ++
graphics-libs/zimg/DETAILS | 20 ++++++++++++++++++++
graphics-libs/zimg/HISTORY | 2 ++
graphics-libs/zimg/PRE_BUILD | 6 ++++++
6 files changed, 36 insertions(+)

New commits:
commit 4b794fff9b7e5536d5a9f9ebbdd142048342a340
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

zimg: new spell, Scaling, colorspace conversion, and dithering library

diff --git a/ChangeLog b/ChangeLog
index 96259eb..4d10b5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-18 Ismael Luceno <ismael AT sourcemage.org>
+ * graphics-libs/zimg: new spell, Scaling, colorspace conversion,
+ and dithering library
+
2022-03-17 Pavel Vinogradov <public AT sourcemage.org>
* gnu.gpg: added new key, 7A75A648B3F9220C:
Zoltan Fridrich <zfridric AT redhat.com>
diff --git a/graphics-libs/zimg/BUILD b/graphics-libs/zimg/BUILD
new file mode 100755
index 0000000..448e746
--- /dev/null
+++ b/graphics-libs/zimg/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-static' &&
+default_build
diff --git a/graphics-libs/zimg/DEPENDS b/graphics-libs/zimg/DEPENDS
new file mode 100755
index 0000000..9e4b57a
--- /dev/null
+++ b/graphics-libs/zimg/DEPENDS
@@ -0,0 +1,2 @@
+depends autoconf &&
+depends automake
diff --git a/graphics-libs/zimg/DETAILS b/graphics-libs/zimg/DETAILS
new file mode 100755
index 0000000..c1d04dc
--- /dev/null
+++ b/graphics-libs/zimg/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=zimg
+ VERSION=3.0.3
+ SOURCE="zimg-release-${VERSION}.tar.gz"
+ WEB_SITE="https://github.com/sekrit-twc/zimg";
+ SOURCE_URL[0]="$WEB_SITE/archive/refs/tags/${SOURCE#zimg-}"
+
SOURCE_HASH=sha512:859c625599b412ecdd72c73d7618f6c7f9760337f7c8aec69fb97e30e1e65e4da51f6cbc5a2c8ad58cb7fbccdccb5322b95f24166c0204da6a3a8cd862cfb2ab
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}"
+ LICENSE[0]="WTFPL"
+ ENTERED=20220318
+ KEYWORDS=""
+ SHORT="Scaling, colorspace conversion, and dithering library"
+cat << EOF
+The zimg library implements the commonly required image processing basics of
+scaling, colorspace conversion, and depth conversion. A simple API enables
+conversion between any supported formats to operate with minimal knowledge
from
+the programmer. All library routines were designed from the ground-up with
+correctness, flexibility, and thread-safety as first priorities. Allocation,
+buffering, and I/O are cleanly separated from processing, allowing the
+programmer to adapt zimg to many scenarios.
+EOF
diff --git a/graphics-libs/zimg/HISTORY b/graphics-libs/zimg/HISTORY
new file mode 100644
index 0000000..83061ff
--- /dev/null
+++ b/graphics-libs/zimg/HISTORY
@@ -0,0 +1,2 @@
+2022-03-18 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/graphics-libs/zimg/PRE_BUILD b/graphics-libs/zimg/PRE_BUILD
new file mode 100755
index 0000000..8944b33
--- /dev/null
+++ b/graphics-libs/zimg/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+autoreconf -i &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4b794fff9b7e5536d5a9f9ebbdd142048342a340), Ismael Luceno, 03/18/2022

Archive powered by MHonArc 2.6.24.

Top of Page