Skip to Content.
Sympa Menu

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

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 (a1d1c074198e8f8950052841f7c60ed45cf1f2f4)
  • Date: Mon, 21 Aug 2017 11:49:40 +0000

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

archive/zstd/BUILD | 2 +-
archive/zstd/DEPENDS | 14 ++++++++++++++
archive/zstd/DETAILS | 4 ++--
archive/zstd/HISTORY | 5 +++++
4 files changed, 22 insertions(+), 3 deletions(-)

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

zstd: => 1.3.1

diff --git a/archive/zstd/BUILD b/archive/zstd/BUILD
index 1c1279a..0998800 100755
--- a/archive/zstd/BUILD
+++ b/archive/zstd/BUILD
@@ -1,3 +1,3 @@
make_single &&
-make PREFIX="${INSTALL_ROOT}/usr" &&
+make PREFIX="${INSTALL_ROOT}/usr" ${OPTS} &&
make_normal
diff --git a/archive/zstd/DEPENDS b/archive/zstd/DEPENDS
new file mode 100755
index 0000000..a3b6c3f
--- /dev/null
+++ b/archive/zstd/DEPENDS
@@ -0,0 +1,14 @@
+optional_depends zlib \
+ "HAVE_ZLIB=1" \
+ "HAVE_ZLIB=0" \
+ "for .gz compression support" &&
+
+optional_depends LZMA \
+ "HAVE_LZMA=1" \
+ "HAVE_LZMA=0" \
+ "for .xz/.lzma compression support" &&
+
+optional_depends lz4 \
+ "HAVE_LZ4=1" \
+ "HAVE_LZ4=0" \
+ "for .lz4 compression support"
diff --git a/archive/zstd/DETAILS b/archive/zstd/DETAILS
index 4bb67fb..14f7025 100755
--- a/archive/zstd/DETAILS
+++ b/archive/zstd/DETAILS
@@ -1,8 +1,8 @@
SPELL=zstd
- VERSION=1.1.4
+ VERSION=1.3.1
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/facebook/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:8d18635494a584d13ab29645af5f20b6c1d2fb72895854c381c783b6fda0950575632d04a72e6901ae178535d5f6319ab25fdb097ef8c6db559d60acf558a437
+
SOURCE_HASH=sha512:cc2ace7b2dd19a2bbf4c43a89d64a7ce121309f712bfb4940ccfd6f9353f1466612ef7096adcd852f54eaea8663d884acf681c83ae5b274b24c9b85f21367b7c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOCS="PATENTS ${DOCS}"
WEB_SITE=http://www.zstd.net
diff --git a/archive/zstd/HISTORY b/archive/zstd/HISTORY
index db9b49e..54eed18 100644
--- a/archive/zstd/HISTORY
+++ b/archive/zstd/HISTORY
@@ -1,3 +1,8 @@
+2017-08-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.1
+ * DEPENDS: added, for missing optional dependencies
+ * BUILD: use OPTS
+
2017-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.1.4




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a1d1c074198e8f8950052841f7c60ed45cf1f2f4), Vlad Glagolev, 08/21/2017

Archive powered by MHonArc 2.6.24.

Top of Page