Skip to Content.
Sympa Menu

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

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 (96f0de7439e244b6ccc7759675811cbc23449faa)
  • Date: Fri, 11 Jan 2008 15:35:28 -0600

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

ChangeLog | 4 ++++
audio-libs/lv2core/DETAILS | 17 +++++++++++++++++
audio-libs/lv2core/HISTORY | 2 ++
audio-libs/slv2/DEPENDS | 13 +++++++++++++
audio-libs/slv2/DETAILS | 15 +++++++++++++++
audio-libs/slv2/HISTORY | 2 ++
6 files changed, 53 insertions(+)

New commits:
commit 96f0de7439e244b6ccc7759675811cbc23449faa
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

slv2: New spell, an LV2 host library.

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

lv2core: New spell, the LV2 plugin standard core package.

diff --git a/ChangeLog b/ChangeLog
index fb076c4..11f7b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-11 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-libs/lv2core: New spell, the LV2 plugin standard core package.
+ * audio-libs/slv2: New spell, an LV2 host library.
+
2008-01-11 Ladislav Hagara <hgr AT vabo.cz>
* e/e_module-efm_nav: new spell, E17 EFM Navigation Module
* e/e_module-efm_path: new spell, E17 EFM Path Module
diff --git a/audio-libs/lv2core/DETAILS b/audio-libs/lv2core/DETAILS
new file mode 100755
index 0000000..47f21db
--- /dev/null
+++ b/audio-libs/lv2core/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=lv2core
+ VERSION=1
+ SOURCE=$SPELL-$VERSION.tar.gz
+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:4919e27c5163971b926a40d47cf168c326dc26e141c1c7394e42859befbad374174d644767b73d514c730b5e4f61de0c57935bdb921817d2592ea76f71c3ec62
+ KEYWORDS="libs audio"
+ SHORT="A standard for audio processing plugins; successor to
LADSPA."
+cat << EOF
+LV2 is a standard for plugins and matching host applications, primarily
+targeted at audio processing and generation. LV2 is a successor to LADSPA,
+created to address the limitations of LADSPA which many applications have
+outgrown.
+EOF
diff --git a/audio-libs/lv2core/HISTORY b/audio-libs/lv2core/HISTORY
new file mode 100644
index 0000000..d411eb9
--- /dev/null
+++ b/audio-libs/lv2core/HISTORY
@@ -0,0 +1,2 @@
+2008-01-11 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Created spell.
diff --git a/audio-libs/slv2/DEPENDS b/audio-libs/slv2/DEPENDS
new file mode 100755
index 0000000..04d3495
--- /dev/null
+++ b/audio-libs/slv2/DEPENDS
@@ -0,0 +1,13 @@
+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"
diff --git a/audio-libs/slv2/DETAILS b/audio-libs/slv2/DETAILS
new file mode 100755
index 0000000..42fa513
--- /dev/null
+++ b/audio-libs/slv2/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=slv2
+ VERSION=0.4.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://download.drobilla.net/$SOURCE
+ WEB_SITE=http://wiki.drobilla.net/SLV2
+ ENTERED=20080111
+ LICENSE[0]=LGPL
+
SOURCE_HASH=sha512:1bed2702151198ee1001ab9f7e388174bee66b907a87688f504b589e15c9fb378ef8a7c39b86ff650bd323143312d3242d86551800e5e1062b7248d775723985
+ KEYWORDS="libs audio"
+ SHORT="A library for LV2 hosts to make using LV2 Plugins simple."
+cat << EOF
+SLV2 is a library for LV2 hosts intended to make using LV2 Plugins as
+simple as possible (without sacrificing capabilities).
+EOF
diff --git a/audio-libs/slv2/HISTORY b/audio-libs/slv2/HISTORY
new file mode 100644
index 0000000..e212b13
--- /dev/null
+++ b/audio-libs/slv2/HISTORY
@@ -0,0 +1,2 @@
+2008-01-11 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS: Created spell.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (96f0de7439e244b6ccc7759675811cbc23449faa), Juuso Alasuutari, 01/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page