Skip to Content.
Sympa Menu

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

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 (944f8605a75250d4240ba40813f2946064522e61)
  • Date: Mon, 18 Jan 2016 15:09:40 +0000

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

ChangeLog | 1 +
graphics-libs/opencv3/DETAILS | 6 +++---
graphics-libs/opencv3/HISTORY | 3 +++
python-pypi/brotli/DEPENDS | 1 +
python-pypi/brotli/DETAILS | 18 ++++++++++++++++++
python-pypi/brotli/HISTORY | 4 ++++
6 files changed, 30 insertions(+), 3 deletions(-)

New commits:
commit 944f8605a75250d4240ba40813f2946064522e61
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

brotli-0.3.0

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

opencv3: => 3.1.0

diff --git a/ChangeLog b/ChangeLog
index fe24469..88f82da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2016-01-18 Treeve Jelbert <treeve AT sourcemage.org>
* plasma/user-manager: added
+ * python-pypi/brotli: added

2016-01-17 Thomas Orgis <sobukus AT sourcemage.org>
* FUNCTIONS: more helpers for triggering checks on incompatible
diff --git a/graphics-libs/opencv3/DETAILS b/graphics-libs/opencv3/DETAILS
index 8898a05..1745e38 100755
--- a/graphics-libs/opencv3/DETAILS
+++ b/graphics-libs/opencv3/DETAILS
@@ -1,12 +1,12 @@
SPELL=opencv3
- VERSION=3.0.0
+ VERSION=3.1.0
IPPV=20141027
-
SOURCE_HASH=sha512:108d0fdcc60b5688ebf61c930fb965ec81f0d3c36bb1797f6cc571fac35331f540773207fd1cb81b12c05c8f4d1af20c4a2452d9f75cd0cae4acd8131be92375
+
SOURCE_HASH=sha512:b4915e8838fce8ba9e1af8b11e46678624435e9a41592e645413dfdc830993eaa017d337fe4c212a49f096421a6317a1892546087fbc3cfdab554522336c0f1a
SOURCE=${SPELL//3}-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//3}-${VERSION}

SOURCE_URL[0]=http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/$VERSION/$SOURCE
if ! list find "$CV_CONTRIB" none ;then
-
SOURCE2_HASH=sha512:f220d469adc900147c3f6edf4ee16c8153b42c34bed69dd45d827efee1021903e1aecf74dee64d4b437998a61437b861e19ddb8f8d54902e1565e72d38aef50c
+
SOURCE2_HASH=sha512:4e2363be0820a1d003b48179d9796dd3a1abc3ad22a65ee60aff985d0f2adfe55fe23a7edacb192191a5bee176e79e392fe48f71ddbd4882e4ec9bd04dbbf78d
SOURCE2=opencv_contrib-$VERSION.tar.gz

SOURCE2_URL[0]=https://github.com/Itseez/opencv_contrib/archive/$VERSION.tar.gz
fi
diff --git a/graphics-libs/opencv3/HISTORY b/graphics-libs/opencv3/HISTORY
index 1758675..8f1ab23 100644
--- a/graphics-libs/opencv3/HISTORY
+++ b/graphics-libs/opencv3/HISTORY
@@ -1,3 +1,6 @@
+2016-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3,1.0
+
2016-01-01 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL: added, for cmake_install

diff --git a/python-pypi/brotli/DEPENDS b/python-pypi/brotli/DEPENDS
new file mode 100755
index 0000000..48d8ddc
--- /dev/null
+++ b/python-pypi/brotli/DEPENDS
@@ -0,0 +1 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
diff --git a/python-pypi/brotli/DETAILS b/python-pypi/brotli/DETAILS
new file mode 100755
index 0000000..efbd465
--- /dev/null
+++ b/python-pypi/brotli/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=brotli
+ VERSION=0.3.0
+
SOURCE_HASH=sha512:7a5aab18764c871e78aa23737e894cb879456c5a21717f9b778756d41101127c9c71a51824d12b8bac7b469fd4d5099bd17a332d3d17c7c7d588d48c2ad999db
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/google/brotli
+ SOURCE_URL[0]=https://github.com/google/brotli/archive/v$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20160118
+ KEYWORDS=""
+ SHORT="Brotli compression format"
+cat << EOF
+Brotli is a generic-purpose lossless compression algorithm that compresses
data using a
+combination of a modern variant of the LZ77 algorithm, Huffman coding and
2nd order
+context modeling, with a compression ratio comparable to the best currently
available
+general-purpose compression methods. It is similar in speed with deflate but
offers more
+dense compression.
+EOF
diff --git a/python-pypi/brotli/HISTORY b/python-pypi/brotli/HISTORY
new file mode 100644
index 0000000..1632c28
--- /dev/null
+++ b/python-pypi/brotli/HISTORY
@@ -0,0 +1,4 @@
+2016-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (944f8605a75250d4240ba40813f2946064522e61), Treeve Jelbert, 01/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page