Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (8751d81ceead87e240134324b9a6ae9db3fd7c3e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (8751d81ceead87e240134324b9a6ae9db3fd7c3e)
  • Date: Mon, 24 Nov 2008 02:47:06 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-libs/lv2core/BUILD | 1 +
audio-libs/lv2core/DEPENDS | 1 +
audio-libs/lv2core/DETAILS | 6 +++---
audio-libs/lv2core/HISTORY | 4 ++++
audio-libs/lv2core/INSTALL | 1 +
audio-libs/slv2/BUILD | 1 +
audio-libs/slv2/DEPENDS | 14 +++++++-------
audio-libs/slv2/DETAILS | 6 +++---
audio-libs/slv2/HISTORY | 9 +++++++++
audio-libs/slv2/INSTALL | 1 +
audio-libs/slv2/drobilla.gpg | 0
dev/null |binary
12 files changed, 31 insertions(+), 13 deletions(-)

New commits:
commit 65ba96780428721807a8fea04ae4ecea67db7aec
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

slv2: Removed redundant gpg key

commit f16b4335729ee840dea4b3f0938b1ec12219de2c
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

slv2 0.6.1

commit 3fce9d92486c4af2ec9cf5420b0a71735ac63001
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

lv2core: Added missing dependency on python and history comments.

commit 46fe362eaf09905cc04c9db5eab40080fbacfde3
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

lv2core 3.0

diff --git a/audio-libs/lv2core/BUILD b/audio-libs/lv2core/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/audio-libs/lv2core/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/audio-libs/lv2core/DEPENDS b/audio-libs/lv2core/DEPENDS
new file mode 100755
index 0000000..867b4d4
--- /dev/null
+++ b/audio-libs/lv2core/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/audio-libs/lv2core/DETAILS b/audio-libs/lv2core/DETAILS
index bf5da8b..b5a65ff 100755
--- a/audio-libs/lv2core/DETAILS
+++ b/audio-libs/lv2core/DETAILS
@@ -1,12 +1,12 @@
SPELL=lv2core
- VERSION=2.0
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=3.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://lv2plug.in/spec/$SOURCE
WEB_SITE=http://lv2plug.in/
ENTERED=20080111
LICENSE[0]=LGPL
-
SOURCE_HASH=sha512:d2a910a5ac215e51c62b2a65253564550663ccfbf990c41fa3ff752bc5671d35ae5991c91d0f14a93d2de661334944e4cb3d9b4125467c7335b9b33b6821aac6
+
SOURCE_HASH=sha512:4a25eb96dcc750868d0668667c43b870d4be212f59fb839ff7c9fd4499b2b7c445eb2e9f798a73c35265a63f549c66cd2fc37b0ab56f20c72dce01168f1d0a2c
KEYWORDS="libs audio"
SHORT="A standard for audio processing plugins; successor to
LADSPA."
cat << EOF
diff --git a/audio-libs/lv2core/HISTORY b/audio-libs/lv2core/HISTORY
index d1639a6..3c83615 100644
--- a/audio-libs/lv2core/HISTORY
+++ b/audio-libs/lv2core/HISTORY
@@ -1,3 +1,7 @@
+2008-11-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 3.0.
+ * DEPENDS, BUILD, INSTALL: Added for waf build.
+
2008-02-25 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to revision 2.0.

diff --git a/audio-libs/lv2core/INSTALL b/audio-libs/lv2core/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/audio-libs/lv2core/INSTALL
@@ -0,0 +1 @@
+waf_install
diff --git a/audio-libs/slv2/BUILD b/audio-libs/slv2/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/audio-libs/slv2/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/audio-libs/slv2/DEPENDS b/audio-libs/slv2/DEPENDS
index 04d3495..dddaa2b 100755
--- a/audio-libs/slv2/DEPENDS
+++ b/audio-libs/slv2/DEPENDS
@@ -1,13 +1,13 @@
+depends python &&
depends lv2core &&
-depends raptor &&
depends redland &&

optional_depends JACK-DRIVER \
- "--enable-jack" \
- "--disable-jack" \
+ "" \
+ "" \
"to build JACK clients" &&

-optional_depends swig \
- "--enable-bindings" \
- "--disable-bindings" \
- "to build language bindings via SWIG"
+optional_depends doxygen \
+ "--build-docs" \
+ "" \
+ "to build API documentation"
diff --git a/audio-libs/slv2/DETAILS b/audio-libs/slv2/DETAILS
index 866405a..fa8f1d3 100755
--- a/audio-libs/slv2/DETAILS
+++ b/audio-libs/slv2/DETAILS
@@ -1,11 +1,11 @@
SPELL=slv2
- VERSION=0.6.0
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=0.6.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.drobilla.net/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE_GPG=drobilla.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://wiki.drobilla.net/SLV2
ENTERED=20080111
diff --git a/audio-libs/slv2/HISTORY b/audio-libs/slv2/HISTORY
index 7f04931..a41e4de 100644
--- a/audio-libs/slv2/HISTORY
+++ b/audio-libs/slv2/HISTORY
@@ -1,3 +1,12 @@
+2008-11-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.6.1.
+ * DEPENDS: Removed depends raptor, optional_depends swig,
+ and enable/disable flags from optional_depends JACK-DRIVER,
+ added depends python and optional_depends doxygen.
+ * BUILD, INSTALL: Added, project switched to waf.
+ * DETAILS, drobilla.gpg: Removed redundant key, already exists
+ as dave_robillard.gpg in the grimoire root.
+
2008-07-07 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 0.6.0.

diff --git a/audio-libs/slv2/INSTALL b/audio-libs/slv2/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/audio-libs/slv2/INSTALL
@@ -0,0 +1 @@
+waf_install
diff --git a/audio-libs/slv2/drobilla.gpg b/audio-libs/slv2/drobilla.gpg
deleted file mode 100644
index afcceb9..0000000
Binary files a/audio-libs/slv2/drobilla.gpg and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (8751d81ceead87e240134324b9a6ae9db3fd7c3e), Juuso Alasuutari, 11/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page