Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2781b58e9139bf833bdfac698abba2ddebf2fc76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2781b58e9139bf833bdfac698abba2ddebf2fc76)
  • Date: Sat, 12 Jul 2008 19:57:40 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-creation/noteedit/DEPENDS | 1 +
audio-creation/noteedit/DETAILS | 1 +
audio-creation/noteedit/HISTORY | 3 +++
audio-drivers/jack/DEPENDS | 5 +++++
audio-drivers/jack/HISTORY | 3 +++
audio-drivers/libfreebob/BUILD | 2 ++
audio-drivers/libfreebob/CONFIGURE | 4 ++++
audio-drivers/libfreebob/HISTORY | 4 ++++
shell-term-fm/mksh/DETAILS | 4 ++--
shell-term-fm/mksh/HISTORY | 3 +++
10 files changed, 28 insertions(+), 2 deletions(-)

New commits:
commit 2781b58e9139bf833bdfac698abba2ddebf2fc76
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libfreebob: add option to disable samplerate code

commit 2fb668073fc9156967d74c41adcc3ccfaed21388
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

noteedit: only builds with gcc34

commit dbc2475a7befafc8b272a29e5c75cee19e480ec6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mksh: update to R35

commit f2a7ccfe7e1d599d24a7de8f47efe94ddd40b198
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

jack: explicit dependency on libfreebob

diff --git a/audio-creation/noteedit/DEPENDS b/audio-creation/noteedit/DEPENDS
index 52f638e..1c220a0 100755
--- a/audio-creation/noteedit/DEPENDS
+++ b/audio-creation/noteedit/DEPENDS
@@ -1,6 +1,7 @@
depends kdemultimedia &&
depends tse3 &&
depends alsa-lib &&
+depends gcc34 &&
depends arts

#optional_depends arts \
diff --git a/audio-creation/noteedit/DETAILS b/audio-creation/noteedit/DETAILS
index 1b88b7e..7286dfd 100755
--- a/audio-creation/noteedit/DETAILS
+++ b/audio-creation/noteedit/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_HASH=sha512:4ed4e40c766d19ce1bbc44f81c2f0017b57dc8b60742328c02447f4d55de5076aec7bd4dab78905ad107145bb94d6e53c9baf86d80bd10489eee1ac9eac2fb60
WEB_SITE=http://developer.berlios.de/projects/noteedit/
ENTERED=20031118
+GCC_VERSION=3.4
LICENSE[0]=GPL
KEYWORDS="kde editors audio"
SHORT="KDE Musical Score Editor"
diff --git a/audio-creation/noteedit/HISTORY b/audio-creation/noteedit/HISTORY
index 908263b..d580d2b 100644
--- a/audio-creation/noteedit/HISTORY
+++ b/audio-creation/noteedit/HISTORY
@@ -1,3 +1,6 @@
+2008-07-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, DETAILS: need gcc34 (spell may die in future for nted...)
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-drivers/jack/DEPENDS b/audio-drivers/jack/DEPENDS
index ae5983c..9e51db1 100755
--- a/audio-drivers/jack/DEPENDS
+++ b/audio-drivers/jack/DEPENDS
@@ -16,6 +16,11 @@ optional_depends portaudio \
"--disable-portaudio" \
"for PortAudio driver support" &&

+optional_depends libfreebob \
+ "--enable-freebob" \
+ "--disable-freebob" \
+ "for FireWire devices supported by FreeBoB" &&
+
optional_depends libsndfile \
"" \
"" \
diff --git a/audio-drivers/jack/HISTORY b/audio-drivers/jack/HISTORY
index 6e37388..e334512 100644
--- a/audio-drivers/jack/HISTORY
+++ b/audio-drivers/jack/HISTORY
@@ -1,3 +1,6 @@
+2008-07-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: explicit optional dep on libfreebob
+
2008-02-24 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 0.109.2.

diff --git a/audio-drivers/libfreebob/BUILD b/audio-drivers/libfreebob/BUILD
new file mode 100755
index 0000000..9b3c7d4
--- /dev/null
+++ b/audio-drivers/libfreebob/BUILD
@@ -0,0 +1,2 @@
+OPTS="$FREEBOB_SAMPLERATE $OPTS" &&
+default_build
diff --git a/audio-drivers/libfreebob/CONFIGURE
b/audio-drivers/libfreebob/CONFIGURE
new file mode 100755
index 0000000..f841849
--- /dev/null
+++ b/audio-drivers/libfreebob/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_option FREEBOB_SAMPLERATE \
+ "Enable samplerate code (may make trouble with some
devices!)?" y \
+ "--enable-samplerate" \
+ "--disable-samplerate"
diff --git a/audio-drivers/libfreebob/HISTORY
b/audio-drivers/libfreebob/HISTORY
index 3a5ec43..5471a78 100644
--- a/audio-drivers/libfreebob/HISTORY
+++ b/audio-drivers/libfreebob/HISTORY
@@ -1,3 +1,7 @@
+2008-07-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE, BUILD: added option for disabling the samplerate code.
+ It borks up with some devices (p.ex. Edirol FA-101).
+
2008-07-09 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS, DETAILS: created spell
* libfreebob-1.0.11-gcc43.patch,PRE_BUILD: gcc-4.3 patch, as usual...
diff --git a/shell-term-fm/mksh/DETAILS b/shell-term-fm/mksh/DETAILS
index 29cc720..468061b 100755
--- a/shell-term-fm/mksh/DETAILS
+++ b/shell-term-fm/mksh/DETAILS
@@ -1,12 +1,12 @@
SPELL=mksh
- VERSION=R33d
+ VERSION=R35
SOURCE=$SPELL-$VERSION.cpio.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://www.mirbsd.org/dist/mir/mksh/$SOURCE
SOURCE_URL[1]=http://pub.allbsd.org/dist/mir/mksh/$SOURCE
WEB_SITE=http://mirbsd.de/mksh
ENTERED=20060928
-
SOURCE_HASH=sha256:05ad1f28ceb1059ec6e50337363c10ede3287e614ad751427ca70611f7cd674f:VERIFIED_UPSTREAM_HASH
+
SOURCE_HASH=sha512:46c2c6147420d098948bbabe9183cbd1ed1bfb3dcc62094376aa9a74bf70845b15a7032e6b55573fa85e2f051cbaf45b53713250b9a1178291564717e4b44583
# I suggest to add this to the list (shortname MIROS or MIRBSD please)
LICENSE[0]=http://mirbsd.de/MirOS-Licence
SHORT="MirBSD Korn Shell"
diff --git a/shell-term-fm/mksh/HISTORY b/shell-term-fm/mksh/HISTORY
index 07c44ed..f1d4c18 100644
--- a/shell-term-fm/mksh/HISTORY
+++ b/shell-term-fm/mksh/HISTORY
@@ -1,3 +1,6 @@
+2008-07-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to R35
+
2008-06-04 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: Added a mirror, more description.




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2781b58e9139bf833bdfac698abba2ddebf2fc76), Thomas Orgis, 07/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page