Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (714a048ae783ae3ce02ecd128aba1b80b57e3497)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (714a048ae783ae3ce02ecd128aba1b80b57e3497)
  • Date: Wed, 20 Jun 2018 18:26:58 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/liblrdf/DETAILS | 9 ++++-----
audio-libs/liblrdf/HISTORY | 5 +++++
audio-libs/liblrdf/PRE_BUILD | 11 +++++------
3 files changed, 14 insertions(+), 11 deletions(-)

New commits:
commit 714a048ae783ae3ce02ecd128aba1b80b57e3497
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

liblrdf 0.6.1

diff --git a/audio-libs/liblrdf/DETAILS b/audio-libs/liblrdf/DETAILS
index c8da979..d1e8627 100755
--- a/audio-libs/liblrdf/DETAILS
+++ b/audio-libs/liblrdf/DETAILS
@@ -1,13 +1,12 @@
SPELL=liblrdf
- VERSION=0.5.0
- SOURCE=$SPELL-$VERSION.zip
+ VERSION=0.6.1
+ SOURCE=LRDF-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/LRDF-$VERSION
- SOURCE_URL[0]=https://github.com/swh/LRDF/archive/0.5.0.zip
+ SOURCE_URL[0]=https://github.com/swh/LRDF/archive/v$VERSION.tar.gz
WEB_SITE=https://github.com/swh/LRDF
ENTERED=20031207
- PATCHLEVEL=1
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:5b57961199af7aab8714a411917426cac5a92fa7bb9bfebdb9a8ffbe6713186b8c500b71ffb689e0701ca24f0e7fede23520d29411c7afe6a90535802dded48d
+
SOURCE_HASH=sha512:7732813eec704aef984d056de254e4fa049fdd0a7444b6a88f75f012afe9c587cbd1295f027c77361fa42bc097cdce9d9cabdba6b86e99a3c14805d84258df1c
KEYWORDS="audio libs"
SHORT="This is a library to make it easy to manipulate RDF files
describing LADSPA plugins."
diff --git a/audio-libs/liblrdf/HISTORY b/audio-libs/liblrdf/HISTORY
index a79b6f6..b8a0346 100644
--- a/audio-libs/liblrdf/HISTORY
+++ b/audio-libs/liblrdf/HISTORY
@@ -1,3 +1,8 @@
+2018-06-20 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: improved, call autogen.sh
+ * DETAILS: updated spell to 0.6.1,
+ switched SOURCE* to a tarball
+
2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing dependency - SSL

diff --git a/audio-libs/liblrdf/PRE_BUILD b/audio-libs/liblrdf/PRE_BUILD
index f1d1c78..0495192 100755
--- a/audio-libs/liblrdf/PRE_BUILD
+++ b/audio-libs/liblrdf/PRE_BUILD
@@ -1,9 +1,8 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
-sedit 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
-libtoolize -fv &&
-aclocal --force &&
-autoconf -f &&
-automake -afv &&
+sedit 's:^AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
# Raptor decided to drop the compat header. Let's break software. It's fun!
-sed -i s:raptor.h:raptor2/raptor2.h: lrdf.h
+sedit 's:<raptor.h>:<raptor2/raptor2.h>:' lrdf.h &&
+# Call autogen.sh, but avoid running the configure script
+sedit '/[.][/]configure/,$ d' autogen.sh &&
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (714a048ae783ae3ce02ecd128aba1b80b57e3497), Ismael Luceno, 06/20/2018

Archive powered by MHonArc 2.6.24.

Top of Page