Skip to Content.
Sympa Menu

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

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 (059f115d6f9a844624c0416473c814bf1ac04ae9)
  • Date: Sun, 26 Feb 2017 17:15:43 +0000

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

ChangeLog | 3 ++-
audio-libs/libebur128/BUILD | 2 ++
audio-libs/libebur128/CONFIGURE | 1 +
audio-libs/libebur128/DEPENDS | 2 ++
audio-libs/libebur128/DETAILS | 14 ++++++++++++++
audio-libs/libebur128/HISTORY | 4 ++++
audio-libs/libebur128/INSTALL | 1 +
libs/fftw/DETAILS | 4 ++--
libs/fftw/HISTORY | 3 +++
libs/xapian-core/DETAILS | 6 +++---
libs/xapian-core/HISTORY | 3 +++
11 files changed, 37 insertions(+), 6 deletions(-)

New commits:
commit 059f115d6f9a844624c0416473c814bf1ac04ae9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libebur128-1.2.2

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

fftw: => 3.3.6-pl1

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

xapian-core: => 1.4.3

diff --git a/ChangeLog b/ChangeLog
index e0c8ab3..fef5b09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2017-02-26 Treeve Jelbert <treeve AT sourcemage.org>
- * net/howl: spell deprecated
+ * net/howl: spell deprecated
+ * audio-libs/libebur128: added

2017-02-26 Treeve Jelbert <treeve AT sourcemage.org>
* net/nss-mdns: added, mDNS resolver
diff --git a/audio-libs/libebur128/BUILD b/audio-libs/libebur128/BUILD
new file mode 100755
index 0000000..760e1eb
--- /dev/null
+++ b/audio-libs/libebur128/BUILD
@@ -0,0 +1,2 @@
+cmake_build
+
diff --git a/audio-libs/libebur128/CONFIGURE b/audio-libs/libebur128/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/audio-libs/libebur128/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/audio-libs/libebur128/DEPENDS b/audio-libs/libebur128/DEPENDS
new file mode 100755
index 0000000..1ec888c
--- /dev/null
+++ b/audio-libs/libebur128/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/CMAKE_DEPENDS
+
diff --git a/audio-libs/libebur128/DETAILS b/audio-libs/libebur128/DETAILS
new file mode 100755
index 0000000..018b4cb
--- /dev/null
+++ b/audio-libs/libebur128/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libebur128
+ VERSION=1.2.2
+
SOURCE_HASH=sha512:76cf92824498cc0f73676ce4bf8e58156a0b2d5c686c6a483bbbdba95f879d651a2a3bb3b836e6409e0821aa165dc3c71827f47fd952407fb3e421a0c2c7ebf6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/jiixyj/$SPELL
+ SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
+ LICENSE[0]=LGPL
+ ENTERED=20170226
+ KEYWORDS=""
+ SHORT="EBU R128 loudness standard"
+cat << EOF
+A library implementing the EBU R128 loudness standard.
+EOF
diff --git a/audio-libs/libebur128/HISTORY b/audio-libs/libebur128/HISTORY
new file mode 100644
index 0000000..d8321d0
--- /dev/null
+++ b/audio-libs/libebur128/HISTORY
@@ -0,0 +1,4 @@
+2017-02-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.2
+ spell created
+
diff --git a/audio-libs/libebur128/INSTALL b/audio-libs/libebur128/INSTALL
new file mode 100755
index 0000000..9d990e9
--- /dev/null
+++ b/audio-libs/libebur128/INSTALL
@@ -0,0 +1 @@
+cmake_install
diff --git a/libs/fftw/DETAILS b/libs/fftw/DETAILS
index fb8288b..d6b5cdd 100755
--- a/libs/fftw/DETAILS
+++ b/libs/fftw/DETAILS
@@ -1,6 +1,6 @@
SPELL=fftw
- VERSION=3.3.5
-
SOURCE_HASH=sha512:a81f02d884cfe4171fab479b0e5ec76eceb9c5da6d4eda1f89281b7e1efa2d8176c9ba87051595c402889eb32172d216ce40eb2bef41289c646f01002fb4ba8e
+ VERSION=3.3.6-pl1
+
SOURCE_HASH=sha512:e2ed33fcb068a36a841bbd898d12ceec74f4e9a0a349e7c55959878b50224a69a0f87656347dad7d7e1448ebc50d28d8f34f6da7992c43072d26942fd97c0134
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.fftw.org/$SOURCE
diff --git a/libs/fftw/HISTORY b/libs/fftw/HISTORY
index cb10e63..7127c24 100644
--- a/libs/fftw/HISTORY
+++ b/libs/fftw/HISTORY
@@ -1,3 +1,6 @@
+2017-02-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.3.6-pl1
+
2016-08-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.3.5

diff --git a/libs/xapian-core/DETAILS b/libs/xapian-core/DETAILS
index 686569f..a779a6f 100755
--- a/libs/xapian-core/DETAILS
+++ b/libs/xapian-core/DETAILS
@@ -1,13 +1,13 @@
SPELL=xapian-core
- VERSION=1.4.1
+ VERSION=1.4.3
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
+ SOURCE_URL[0]=https://oligarchy.co.uk/xapian/$VERSION/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=xapian.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE="http://www.xapian.org/";
+ WEB_SITE="https://www.xapian.org/";
LICENSE[0]=GPL
ENTERED=20070306
SHORT="A fast search engine library supporting probabilistic and
boolean retrieval."
diff --git a/libs/xapian-core/HISTORY b/libs/xapian-core/HISTORY
index 5e2626c..b2aa193 100644
--- a/libs/xapian-core/HISTORY
+++ b/libs/xapian-core/HISTORY
@@ -1,3 +1,6 @@
+2017-02-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.3
+
2016-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.1
* DETAILS: add gpg checking



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (059f115d6f9a844624c0416473c814bf1ac04ae9), Treeve Jelbert, 02/26/2017

Archive powered by MHonArc 2.6.24.

Top of Page