Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6df83e85d18c6c6178198aa4e1b09c0aaa62ca54)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6df83e85d18c6c6178198aa4e1b09c0aaa62ca54)
  • Date: Fri, 5 Apr 2019 18:38:45 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
ftp/wget/DETAILS | 8 ++++----
ftp/wget/HISTORY | 4 ++++
libs/rttr/BUILD | 3 +++
libs/rttr/CONFIGURE | 1 +
libs/rttr/DEPENDS | 3 +++
libs/rttr/DETAILS | 15 +++++++++++++++
libs/rttr/HISTORY | 5 +++++
libs/rttr/PRE_BUILD | 4 ++++
video/mlt/DETAILS | 4 ++--
video/mlt/HISTORY | 3 +++
vulkan/vulkan-headers/DETAILS | 4 ++--
vulkan/vulkan-headers/HISTORY | 3 +++
13 files changed, 52 insertions(+), 8 deletions(-)

New commits:
commit 6df83e85d18c6c6178198aa4e1b09c0aaa62ca54
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wget: => 1.20.3 SECURITY FIX

commit b9e0c83fe42d594793c7bdfe37718e20e47e9ebd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

rttr-0.9.6

commit 06a4c47a17338be236f7dbb112bb33b1d47e1098
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mlt: => 6.14.0

commit 1c7f37280a621ae86738877714f21b787d02c3c2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

vulkan-headers: => 1.1.105

diff --git a/ChangeLog b/ChangeLog
index 3837563..a7af276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-04-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/rttr: added, C++ Reflection Library
+
2019-04-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* net/isc.gpg: add current isc key

diff --git a/ftp/wget/DETAILS b/ftp/wget/DETAILS
index 2403855..5add485 100755
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -1,6 +1,6 @@
SPELL=wget
- VERSION=1.20.2
- SECURITY_PATCH=5
+ VERSION=1.20.3
+ SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2="${SOURCE}.sig"
@@ -9,7 +9,7 @@
SOURCE2_IGNORE="signature"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
- WEB_SITE=http://www.gnu.org/software/wget/
+ WEB_SITE=https://www.gnu.org/software/wget/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="web ftp"
@@ -22,7 +22,7 @@ non-interactively, so it will work in the background, after
having
logged off. The program supports recursive retrieval of web-authoring
pages as well as ftp sites-- you can use wget to make mirrors of
archives and home pages or to travel the Web like a WWW robot.
-Wget works particularly well with slow or unstable connections by
+Wget works particularly well with slow or stable connections by
continuing to retrive a document until the document is fully downloaded.
Re-getting files from where it left off works on servers (both http and
ftp) that support it. Both http and ftp retrievals can be time stamped,
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index edfa6c8..ec5a727 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2019-04-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.20.3
+ SECURITY_PATCH++
+
2019-04-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.20.2, gpg checking is back

diff --git a/libs/rttr/BUILD b/libs/rttr/BUILD
new file mode 100755
index 0000000..d3fe452
--- /dev/null
+++ b/libs/rttr/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" -DBUILD_UNIT_TESTS=0 -DBUILD_EXAMPLES=0 -DBUILD_PACKAGE=0 "
+cmake_build
+
diff --git a/libs/rttr/CONFIGURE b/libs/rttr/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/libs/rttr/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/rttr/DEPENDS b/libs/rttr/DEPENDS
new file mode 100755
index 0000000..400991c
--- /dev/null
+++ b/libs/rttr/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/CMAKE_DEPENDS
+optional_depends doxygen '' ' -DBUILD_DOCUMENTATION=0' 'build documentation"'
+#depends rapidjson
\ No newline at end of file
diff --git a/libs/rttr/DETAILS b/libs/rttr/DETAILS
new file mode 100755
index 0000000..93772ff
--- /dev/null
+++ b/libs/rttr/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=rttr
+ VERSION=0.9.6
+
SOURCE_HASH=sha512:7e0d4fa87f83feda0b926d4d0e52aaf0f369f25fe7e23e5ffe86c0bba159e8353cef44eed37611a81e8ccc8d6facb36942f940d0d0b965f873177d7078f91cf4
+ SOURCE=$SPELL-$VERSION-src.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/rttrorg/$SPELL
+ SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20190405
+ KEYWORDS=""
+ SHORT="C++ Reflection Library"
+cat << EOF
+C++ Reflection Library
+EOF
diff --git a/libs/rttr/HISTORY b/libs/rttr/HISTORY
new file mode 100644
index 0000000..a5c3be9
--- /dev/null
+++ b/libs/rttr/HISTORY
@@ -0,0 +1,5 @@
+2019-04-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.6
+ * PRE_BUILD: install cmake files to better place
+ spell created
+
diff --git a/libs/rttr/PRE_BUILD b/libs/rttr/PRE_BUILD
new file mode 100755
index 0000000..c33cd46
--- /dev/null
+++ b/libs/rttr/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's|rttr/cmake|cmake/rttr|' CMake/config.cmake
+#apply_patch_dir patches
diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS
index 2cae6ee..4fa7fe6 100755
--- a/video/mlt/DETAILS
+++ b/video/mlt/DETAILS
@@ -8,8 +8,8 @@ if [[ $MLT_BRANCH == scm ]];then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
FORCE_DOWNLOAD=on
else
- VERSION=6.12.0
-
SOURCE_HASH=sha512:9a8263a7d89cc0c4b448fca988e16163da745debcd743cba12d2f35abe447e53b96a5188d07649074d5f31ec1f4110669c136807a7fe7e98c4dc3d3194108501
+ VERSION=6.14.0
+
SOURCE_HASH=sha512:c6a8e8f81d8c1445c5bdb8fd22a025a4382b4bb2cd7b3a8583722a1795801d18699e6162ec7541f4597580d04d5dea3fa7c9ffa6a52f1cdb4366afd1ba815abf
SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/mltframework/mlt/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video/mlt/HISTORY b/video/mlt/HISTORY
index 45d8aea..0728cad 100644
--- a/video/mlt/HISTORY
+++ b/video/mlt/HISTORY
@@ -1,3 +1,6 @@
+2019-04-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.14.0
+
2018-11-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.12.0

diff --git a/vulkan/vulkan-headers/DETAILS b/vulkan/vulkan-headers/DETAILS
index 34ae96f..1339e22 100755
--- a/vulkan/vulkan-headers/DETAILS
+++ b/vulkan/vulkan-headers/DETAILS
@@ -1,7 +1,7 @@
SPELL=vulkan-headers
SPELLX=Vulkan-Headers
- VERSION=1.1.102
-
SOURCE_HASH=sha512:07c6cd012ded9611a5e2fd15b6daa059a29c08945a41ae1fcae4d3fce298bc01c1740baf14cdd0a41161c651633b911e94ce1ec1f66b0000f354cac6a445b018
+ VERSION=1.1.105
+
SOURCE_HASH=sha512:ecb7a8ef405571d21c7c2900a9981985bb468230948e6bedc3be3e6818e7d620220f9c860640c474e163d786247ca4aec734e58952e0376b4a5bcdbb5bf21694
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://github.com/KhronosGroup/$SPELLX
diff --git a/vulkan/vulkan-headers/HISTORY b/vulkan/vulkan-headers/HISTORY
index 441beae..cd77434 100644
--- a/vulkan/vulkan-headers/HISTORY
+++ b/vulkan/vulkan-headers/HISTORY
@@ -1,3 +1,6 @@
+2019-04-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.105
+
2019-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.102




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6df83e85d18c6c6178198aa4e1b09c0aaa62ca54), Treeve Jelbert, 04/05/2019

Archive powered by MHonArc 2.6.24.

Top of Page