Skip to Content.
Sympa Menu

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

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 (bf9a22fc04661d566fa1cd0c0afa88f2bc775200)
  • Date: Wed, 26 Jul 2006 17:00:03 -0500

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

audio-libs/liblo/BUILD | 2 ++
audio-libs/liblo/CONFIGURE | 2 ++
audio-libs/liblo/DETAILS | 9 +++++----
audio-libs/liblo/HISTORY | 7 ++++++-
4 files changed, 15 insertions(+), 5 deletions(-)

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

liblo: Cleaned DETAILS, added query for IPV6 support.

diff --git a/audio-libs/liblo/BUILD b/audio-libs/liblo/BUILD
new file mode 100755
index 0000000..6ade4f4
--- /dev/null
+++ b/audio-libs/liblo/BUILD
@@ -0,0 +1,2 @@
+OPTS="$LIBLO_IPV6 $OPTS" &&
+default_build
diff --git a/audio-libs/liblo/CONFIGURE b/audio-libs/liblo/CONFIGURE
new file mode 100755
index 0000000..d1efef6
--- /dev/null
+++ b/audio-libs/liblo/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option LIBLO_IPV6 "Enable IPV6 support?" n \
+ "--enable-ipv6" "--disable-ipv6"
diff --git a/audio-libs/liblo/DETAILS b/audio-libs/liblo/DETAILS
index 1961301..678da21 100755
--- a/audio-libs/liblo/DETAILS
+++ b/audio-libs/liblo/DETAILS
@@ -6,10 +6,11 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://liblo.sf.net
ENTERED=20070723
- UPDATED=20070723
LICENSE[0]=GPL
- BUILD_API=2
- SHORT="liblo: Lightweight OSC implementation"
+ SHORT="Lightweight OSC implementation."
cat << EOF
-liblo is an implementation of the Open Sound Control protocol for POSIX
systems
+Liblo is a lightweight library that provides an easy to use implementation
of
+the OSC protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for
+details). Liblo is portable to most UNIX systems (including OSX) and
Windows.
+It is released under the GNU General Public Licence.
EOF
diff --git a/audio-libs/liblo/HISTORY b/audio-libs/liblo/HISTORY
index 96ed08f..f2ff3e5 100644
--- a/audio-libs/liblo/HISTORY
+++ b/audio-libs/liblo/HISTORY
@@ -1,2 +1,7 @@
-2006-07-27 Unet <unet AT sourcemage.org>
+2006-07-27 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Removed UPDATED & BUILD_API, edited descriptions.
+ * CONFIGURE: Added, prompt for IPV6.
+ * BUILD: Added, include IPV6 option in OPTS.
+
+2006-07-24 Unet <unet AT sourcemage.org>
* DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (bf9a22fc04661d566fa1cd0c0afa88f2bc775200), Juuso Alasuutari, 07/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page