Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (ec514b134dcd8d449065253eb373e9278fd547c5)
  • Date: Thu, 15 Feb 2007 01:13:52 -0600

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

ChangeLog | 4 +++
audio-creation/lash/BUILD | 4 +++
audio-creation/lash/DEPENDS | 9 +++++++
audio-creation/lash/DETAILS | 25 ++++++++++++++++++++
audio-creation/lash/FINAL | 3 ++
audio-creation/lash/HISTORY | 22 ++++++++++++++++++
audio-creation/lash/lash.gpg |binary
audio-soft/lash/BUILD | 4 ---
audio-soft/lash/DEPENDS | 6 ----
audio-soft/lash/DETAILS | 23 -------------------
audio-soft/lash/FINAL | 5 ----
audio-soft/lash/HISTORY | 15 ------------
audio-soft/lash/PRE_BUILD | 6 ----
audio-soft/lash/malloc_64bit.diff | 46
--------------------------------------
14 files changed, 67 insertions(+), 105 deletions(-)

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

lash moved to audio-creation

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

lash 0.5.2

diff --git a/ChangeLog b/ChangeLog
index 7d13a10..98826f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-creation/lash: Moved from audio-soft.
+ * audio-soft/lash: Removed.
+
2007-02-14 Pol Vinogradov <vin.public AT gmail.com>
* http/iceweasel: removed because it fails and no fix was found

diff --git a/audio-creation/lash/BUILD b/audio-creation/lash/BUILD
new file mode 100755
index 0000000..9ce28d9
--- /dev/null
+++ b/audio-creation/lash/BUILD
@@ -0,0 +1,4 @@
+# -Os causes lashd to segfault
+CFLAGS="${CFLAGS//-Os}" &&
+
+default_build
diff --git a/audio-creation/lash/DEPENDS b/audio-creation/lash/DEPENDS
new file mode 100755
index 0000000..c3c8d4c
--- /dev/null
+++ b/audio-creation/lash/DEPENDS
@@ -0,0 +1,9 @@
+depends pkgconfig &&
+depends libxml2 &&
+depends alsa-lib &&
+depends JACK-DRIVER &&
+
+optional_depends gtk+2 \
+ "--enable-gtk2" \
+ "--disable-gtk2" \
+ "to build GTK+2 clients"
diff --git a/audio-creation/lash/DETAILS b/audio-creation/lash/DETAILS
new file mode 100755
index 0000000..5a5ff56
--- /dev/null
+++ b/audio-creation/lash/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=lash
+ VERSION=0.5.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
+ SOURCE2_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE2
+ SOURCE_GPG="lash.gpg:$SOURCE.sig:UPSTREAM_KEY"
+ SOURCE2_IGNORE=signature
+ WEB_SITE=http://www.nongnu.org/lash/
+ LICENSE[0]=GPL
+ KEYWORDS="alsa jack tools audio"
+ SHORT="Session management system for JACK and ALSA."
+cat << EOF
+LASH is a session management system for JACK and ALSA audio applications
+on GNU/Linux. It is an implementation of a proposal that originated from
+this discussion. Its aim is to allow you to have many different audio
+programs running at once, to save their setup, close them down and then
+easily reload the setup at some other time. LASH doesn't deal with any
+kind of audio data itself; it just runs programs, deals with
+saving/loading (arbitrary) data and connects different kinds of virtual
+audio ports together (currently JACK and ALSA sequencer ports). It can
+also be used to move entire sessions between computers, or post sessions
+on the Internet for download.
+EOF
diff --git a/audio-creation/lash/FINAL b/audio-creation/lash/FINAL
new file mode 100755
index 0000000..0f10518
--- /dev/null
+++ b/audio-creation/lash/FINAL
@@ -0,0 +1,3 @@
+message "\n${MESSAGE_COLOR}You can set LASH_START_SERVER=1 in your" \
+ "environment to automatically start the\nlashd server" \
+ "when a client is run.${DEFAULT_COLOR}\n"
diff --git a/audio-creation/lash/HISTORY b/audio-creation/lash/HISTORY
new file mode 100644
index 0000000..ec81e06
--- /dev/null
+++ b/audio-creation/lash/HISTORY
@@ -0,0 +1,22 @@
+2007-02-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.5.2, switched to upstream gpg.
+ * DEPENDS: Added depends pkgconfig.
+ * PRE_BUILD: Deleted, patching not needed anymore.
+ * lash.gpg: Added.
+ * malloc_64bit.diff: Deleted.
+
+2006-09-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * BUILD: Added. Disable -Os, causes lashd to segfault.
+ * PRE_BUILD: Added. Apply patch from Debian for 64-bit archs.
+ * malloc_64bit.diff: Added.
+ * DETAILS: PATCHLEVEL=1
+
+2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Aligned lines correctly, shortened short description.
+ * DEPENDS: Removed depends glib & readline (not required & in
+ basesystem), added depends alsa-lib (required), edited wording
+ in optional_depends gtk+2.
+ * FINAL: Added, info message about environment variable usage.
+
+2006-07-24 Unet <unet AT sourcemage.org>
+ * ALL: created spell
diff --git a/audio-creation/lash/lash.gpg b/audio-creation/lash/lash.gpg
new file mode 100644
index 0000000..d09103a
Binary files /dev/null and b/audio-creation/lash/lash.gpg differ
diff --git a/audio-soft/lash/BUILD b/audio-soft/lash/BUILD
deleted file mode 100755
index 9ce28d9..0000000
--- a/audio-soft/lash/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-# -Os causes lashd to segfault
-CFLAGS="${CFLAGS//-Os}" &&
-
-default_build
diff --git a/audio-soft/lash/DEPENDS b/audio-soft/lash/DEPENDS
deleted file mode 100755
index 08ed95b..0000000
--- a/audio-soft/lash/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends JACK-DRIVER &&
-depends alsa-lib &&
-depends libxml2 &&
-
-optional_depends "gtk+2" "--enable-gtk2" "--disable-gtk2" \
- "to build GTK clients"
diff --git a/audio-soft/lash/DETAILS b/audio-soft/lash/DETAILS
deleted file mode 100755
index 9eb4b38..0000000
--- a/audio-soft/lash/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=lash
- VERSION=0.5.1
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
- WEB_SITE=http://www.nongnu.org/lash/
-
SOURCE_HASH=sha512:c91360887d1046fbaf90e523d85ab06b4feaa6273c8d9a1a1a4ce9216598f833e1ef60f8c18099480923d506832e39eeabafa90573e700fcb5d7180e5091454c
- LICENSE[0]=GPL
- PATCHLEVEL=1
- KEYWORDS="alsa jack tools audio"
- SHORT="Session management system for JACK and ALSA."
-cat << EOF
-LASH is a session management system for JACK and ALSA audio applications
-on GNU/Linux. It is an implementation of a proposal that originated from
-this discussion. Its aim is to allow you to have many different audio
-programs running at once, to save their setup, close them down and then
-easily reload the setup at some other time. LASH doesn't deal with any
-kind of audio data itself; it just runs programs, deals with
-saving/loading (arbitrary) data and connects different kinds of virtual
-audio ports together (currently JACK and ALSA sequencer ports). It can
-also be used to move entire sessions between computers, or post sessions
-on the Internet for download.
-EOF
diff --git a/audio-soft/lash/FINAL b/audio-soft/lash/FINAL
deleted file mode 100755
index 008ab22..0000000
--- a/audio-soft/lash/FINAL
+++ /dev/null
@@ -1,5 +0,0 @@
-echo &&
-message "${MESSAGE_COLOR}You can set LASH_START_SERVER=1 in your
environment \
-to automatically start the" &&
-message "lashd server when a client is run.${DEFAULT_COLOR}" &&
-echo
diff --git a/audio-soft/lash/HISTORY b/audio-soft/lash/HISTORY
deleted file mode 100644
index c152fe3..0000000
--- a/audio-soft/lash/HISTORY
+++ /dev/null
@@ -1,15 +0,0 @@
-2006-09-16 Juuso Alasuutari <iuso AT sourcemage.org>
- * BUILD: Added. Disable -Os, causes lashd to segfault.
- * PRE_BUILD: Added. Apply patch from Debian for 64-bit archs.
- * malloc_64bit.diff: Added.
- * DETAILS: PATCHLEVEL=1
-
-2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Aligned lines correctly, shortened short description.
- * DEPENDS: Removed depends glib & readline (not required & in
- basesystem), added depends alsa-lib (required), edited wording
- in optional_depends gtk+2.
- * FINAL: Added, info message about environment variable usage.
-
-2006-07-24 Unet <unet AT sourcemage.org>
- * ALL: created spell
diff --git a/audio-soft/lash/PRE_BUILD b/audio-soft/lash/PRE_BUILD
deleted file mode 100755
index c3b1853..0000000
--- a/audio-soft/lash/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-# Apply fix from Debian unstable for malloc on 64-bit archs, Debian bug
-# 375758.
-patch -p1 < $SCRIPT_DIRECTORY/malloc_64bit.diff
diff --git a/audio-soft/lash/malloc_64bit.diff
b/audio-soft/lash/malloc_64bit.diff
deleted file mode 100644
index 4968260..0000000
--- a/audio-soft/lash/malloc_64bit.diff
+++ /dev/null
@@ -1,46 +0,0 @@
---- a/liblash/client.c 2005-09-15 11:15:30.000000000 +0300
-+++ b/liblash/client.c 2006-09-16 10:52:11.000000000 +0300
-@@ -20,7 +20,7 @@
-
- #include <lash/types.h>
- #include <lash/client.h>
--#include <lash/xmalloc.h>
-+#include <lash/list.h>
- #include <lash/internal.h>
-
- lash_client_t *
---- a/liblash/config.c 2005-09-15 11:15:30.000000000 +0300
-+++ b/liblash/config.c 2006-09-16 10:52:11.000000000 +0300
-@@ -22,7 +22,7 @@
- #include <stdio.h>
-
- #include <lash/config.h>
--#include <lash/xmalloc.h>
-+#include <lash/list.h>
- #include <lash/internal.h>
-
- void
---- a/liblash/event.c 2005-09-15 11:15:30.000000000 +0300
-+++ b/liblash/event.c 2006-09-16 10:52:11.000000000 +0300
-@@ -22,7 +22,7 @@
-
- #include <lash/types.h>
- #include <lash/internal.h>
--#include <lash/xmalloc.h>
-+#include <lash/list.h>
- #include <lash/event.h>
-
- lash_event_t *
---- a/liblash/socket.c 2005-10-04 06:26:41.000000000 +0300
-+++ b/liblash/socket.c 2006-09-16 10:52:11.000000000 +0300
-@@ -34,6 +34,10 @@
- #include <unistd.h>
- #include <ctype.h>
-
-+
-+#include <lash/list.h> /* Something weird with mutual includes between
list.h and xmalloc.h, which leaves
-+ lash_malloc undefined. I am including list. h
before xmalloc.h, which will pull in
-+ xmalloc.h. In fact xmalloc.h include can be
removed */
- #include <lash/xmalloc.h>
- #include <lash/debug.h>
-



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (ec514b134dcd8d449065253eb373e9278fd547c5), Juuso Alasuutari, 02/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page