Skip to Content.
Sympa Menu

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

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 (5354216c71c972648b63bc46517b56e8cec454e2)
  • Date: Fri, 15 Feb 2019 19:18:00 +0000

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

audio-libs/openal-soft/BUILD | 1 +
audio-libs/openal-soft/HISTORY | 3 +++
video-libs/libebml/CONFIGURE | 1 +
video-libs/libebml/DEPENDS | 1 +
video-libs/libebml/DETAILS | 5 +++--
video-libs/libebml/HISTORY | 4 ++++
video-libs/libmatroska/CONFIGURE | 1 +
video-libs/libmatroska/DEPENDS | 4 +++-
video-libs/libmatroska/DETAILS | 5 +++--
video-libs/libmatroska/HISTORY | 4 ++++
xorg-lib/libxxf86misc/DETAILS | 16 ++--------------
xorg-lib/libxxf86misc/HISTORY | 3 +++
12 files changed, 29 insertions(+), 19 deletions(-)

New commits:
commit 5354216c71c972648b63bc46517b56e8cec454e2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxxf86misc - better description

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

libmatroska: => 1.4.9

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

libebml: => 1.3.6

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

openal-soft - fix build

diff --git a/audio-libs/openal-soft/BUILD b/audio-libs/openal-soft/BUILD
index e013b8d..ca0a487 100755
--- a/audio-libs/openal-soft/BUILD
+++ b/audio-libs/openal-soft/BUILD
@@ -1 +1,2 @@
+OPTS+=" -DALSOFT_EXAMPLES=0 -DALSOFT_TESTS=0"
cmake_build
diff --git a/audio-libs/openal-soft/HISTORY b/audio-libs/openal-soft/HISTORY
index c40ecdb..ab1648c 100644
--- a/audio-libs/openal-soft/HISTORY
+++ b/audio-libs/openal-soft/HISTORY
@@ -1,3 +1,6 @@
+2019-02-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: dsiable examples, break build in some cases
+
2019-02-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.19.1

diff --git a/video-libs/libebml/CONFIGURE b/video-libs/libebml/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/video-libs/libebml/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/video-libs/libebml/DEPENDS b/video-libs/libebml/DEPENDS
new file mode 100755
index 0000000..6d7d390
--- /dev/null
+++ b/video-libs/libebml/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/video-libs/libebml/DETAILS b/video-libs/libebml/DETAILS
index a875af2..8f2f542 100755
--- a/video-libs/libebml/DETAILS
+++ b/video-libs/libebml/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=libebml
- VERSION=1.3.5
-
SOURCE_HASH=sha512:cdf05015724919b19281bf99c562bb7e0bdf16990da274010f664ff316b6ce95ecbeaa1e479f03505281a7f45d5796aee6e7750a9e1c0596b630911d220dca24
+ VERSION=1.3.6
+
SOURCE_HASH=sha512:6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://dl.matroska.org/downloads/$SPELL/$SOURCE
diff --git a/video-libs/libebml/HISTORY b/video-libs/libebml/HISTORY
index 6d110ab..8ee4585 100644
--- a/video-libs/libebml/HISTORY
+++ b/video-libs/libebml/HISTORY
@@ -1,3 +1,7 @@
+2019-02-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.6
+ * DEPENDS CONFIGURE: added , now uses cmake
+
2018-02-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.5

diff --git a/video-libs/libmatroska/CONFIGURE
b/video-libs/libmatroska/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/video-libs/libmatroska/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/video-libs/libmatroska/DEPENDS b/video-libs/libmatroska/DEPENDS
index f7954d9..fc02ea2 100755
--- a/video-libs/libmatroska/DEPENDS
+++ b/video-libs/libmatroska/DEPENDS
@@ -1 +1,3 @@
-depends libebml
+source $GRIMOIRE/CMAKE_DEPENDS
+depends libebml
+
diff --git a/video-libs/libmatroska/DETAILS b/video-libs/libmatroska/DETAILS
index 0af06ad..95a7ba8 100755
--- a/video-libs/libmatroska/DETAILS
+++ b/video-libs/libmatroska/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=libmatroska
- VERSION=1.4.8
-
SOURCE_HASH=sha512:af3b8bfae891be77896b6afa2da3325ebba73a957cd43a4e6086b68e1237bb37b2e6d5eb57322c05ede0ad0c03464087b77fbdf06101314f09411648e1073cee
+ VERSION=1.4.9
+
SOURCE_HASH=sha512:281224b66ce7ef39daf0f186cda1144250e190b914e64f4f2524e8bf0170a3d18dbc50f204d4ca8d7eaffe183a61f96c92ba6ec4325bacb068272d62cdbcef33
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://dl.matroska.org/downloads/$SPELL/$SOURCE
diff --git a/video-libs/libmatroska/HISTORY b/video-libs/libmatroska/HISTORY
index 25544ae..af7ed09 100644
--- a/video-libs/libmatroska/HISTORY
+++ b/video-libs/libmatroska/HISTORY
@@ -1,3 +1,7 @@
+2019-02-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.9
+ * DEPENDS CONFIGURE: added, now uses cmake
+
2018-02-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.8

diff --git a/xorg-lib/libxxf86misc/DETAILS b/xorg-lib/libxxf86misc/DETAILS
index c3df22f..81c6cb0 100755
--- a/xorg-lib/libxxf86misc/DETAILS
+++ b/xorg-lib/libxxf86misc/DETAILS
@@ -11,19 +11,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
- SHORT="Module libxxf86misc for xorg"
+ SHORT="Extension library for the XFree86-Misc X extensio"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply \"XOrg\", and a
-public release will be made shortly.
+libXxf86misc - Extension library for the XFree86-Misc X extension
EOF
diff --git a/xorg-lib/libxxf86misc/HISTORY b/xorg-lib/libxxf86misc/HISTORY
index 92997cb..79fa875 100644
--- a/xorg-lib/libxxf86misc/HISTORY
+++ b/xorg-lib/libxxf86misc/HISTORY
@@ -1,3 +1,6 @@
+2019-02-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS; improve description
+
2018-07-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.4
* DETAILS: add gpg checking



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5354216c71c972648b63bc46517b56e8cec454e2), Treeve Jelbert, 02/15/2019

Archive powered by MHonArc 2.6.24.

Top of Page