Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (aeda1685abe0352ed0eb3da2a8c95be1861884b4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (aeda1685abe0352ed0eb3da2a8c95be1861884b4)
  • Date: Sat, 3 Feb 2018 02:03:04 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
graphics/imgp/BUILD | 1 +
graphics/imgp/DEPENDS | 2 ++
graphics/imgp/DETAILS | 13 +++++++++++++
graphics/imgp/HISTORY | 29 +++++++++++++++++++++++++++++
graphics/imgp/INSTALL | 1 +
6 files changed, 49 insertions(+)

New commits:
commit aeda1685abe0352ed0eb3da2a8c95be1861884b4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

imgp: new spell, multi-core batch image resizer and rotator

diff --git a/ChangeLog b/ChangeLog
index 7db4705..d450c22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-02-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * graphics/imgp: new spell, multi-core batch image resizer and rotator
+
2018-02-01 Vlad Glagolev <stealth AT sourcemage.org>
* x11/polybar: new spell, fast and easy-to-use status bar

diff --git a/graphics/imgp/BUILD b/graphics/imgp/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/graphics/imgp/BUILD
@@ -0,0 +1 @@
+true
diff --git a/graphics/imgp/DEPENDS b/graphics/imgp/DEPENDS
new file mode 100755
index 0000000..d6ae026
--- /dev/null
+++ b/graphics/imgp/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends pillow
diff --git a/graphics/imgp/DETAILS b/graphics/imgp/DETAILS
new file mode 100755
index 0000000..df01995
--- /dev/null
+++ b/graphics/imgp/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=imgp
+ VERSION=2.4.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/jarun/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:8179f391d08d85ad85195b02e67a0544da01c1fabca7fc0375f097b7d0be9459bc61c460745ee18e61fb599893c016e14095d60e1a2a08c4088b3eec61dac840
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/jarun/imgp
+ LICENSE[0]=GPL
+ ENTERED=20180202
+ SHORT="multi-core batch image resizer and rotator"
+cat << EOF
+imgp is a command line image resizer and rotator for JPEG and PNG images.
+EOF
diff --git a/graphics/imgp/HISTORY b/graphics/imgp/HISTORY
new file mode 100644
index 0000000..811ea08
--- /dev/null
+++ b/graphics/imgp/HISTORY
@@ -0,0 +1,29 @@
+2017-08-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * boost_regex.patch: corrected matching because of undefined effect
+ from boost::regex_match() on the result object in case of false
+
+2017-08-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.4.68
+ * DEPENDS: refresh dependencies for newer version
+ * BUILD: added _GLIBCXX_USE_NANOSLEEP flag and optional linking with
+ boost to compile with gcc 4.6
+ * PRE_BUILD: added, to apply patches
+ * gcc46.patch, boost_regex.patch: added, for gcc 4.6 compat
+
+2016-08-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.4.47
+ * DEPENDS: added slop suggest dep
+ * BUILD: corrected man path
+
+2014-12-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.3.41
+
+2014-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.38
+
+2014-11-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.37
+
+2014-11-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: created spell, version 2.3.36
diff --git a/graphics/imgp/INSTALL b/graphics/imgp/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/graphics/imgp/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (aeda1685abe0352ed0eb3da2a8c95be1861884b4), Vlad Glagolev, 02/02/2018

Archive powered by MHonArc 2.6.24.

Top of Page