Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ce79b675687369b8ce35fae206afc9bac6318c4a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ce79b675687369b8ce35fae206afc9bac6318c4a)
  • Date: Mon, 11 Sep 2006 18:55:17 -0500

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

ChangeLog | 5 +++--
e/e_module-mixer/DEPENDS | 11 +++++++++++
e/e_module-mixer/DETAILS | 19 +++++++++++++++++++
e/e_module-mixer/HISTORY | 3 +++
e/e_module-mixer/PREPARE | 2 ++
e/e_module-mixer/PRE_BUILD | 3 +++
e/e_modules/DEPENDS | 5 +++++
e/e_modules/HISTORY | 3 +++
8 files changed, 49 insertions(+), 2 deletions(-)

New commits:
commit 1c36ffa50d995e201e01c7fa2966cc77af993fb0
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Add e_module-mixer (sound mixer for E17)

diff --git a/ChangeLog b/ChangeLog
index 68478c3..4475c56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-2006-09-05 Anton Brondz <dinolinux AT sourcemage.org>
- * mobile/gnokii: new spell
+2006-09-11 Eric Sandall <eric AT sandall.us>
+ * e/e_module-mixer: Added e17 mixer module

2006-09-10 Flavien Bridault <vlaaad AT sourcemage.org>
* gnome2-libs/murrine: added, new gtk+2 engine
@@ -10,6 +10,7 @@

2006-09-05 Anton Brondz <dinolinux AT sourcemage.org>
* science-libs/facile: new spell
+ * mobile/gnokii: new spell

2006-09-08 Treeve Jelbert <treeve AT pi.be>
* graphics/tesseract: new spell, ocr engine
diff --git a/e/e_module-mixer/DEPENDS b/e/e_module-mixer/DEPENDS
new file mode 100755
index 0000000..e18c94e
--- /dev/null
+++ b/e/e_module-mixer/DEPENDS
@@ -0,0 +1,11 @@
+depends edje &&
+depends ecore &&
+depends eet &&
+depends e17 &&
+depends esmart &&
+depends evas &&
+
+optional_depends alsa-lib
\
+ '--enable-alsa'
\
+ '--disable-alsa --disable-alsatest'
\
+ 'for Advanced Linux Sound Architecture sound driver
support'
diff --git a/e/e_module-mixer/DETAILS b/e/e_module-mixer/DETAILS
new file mode 100755
index 0000000..6582fb6
--- /dev/null
+++ b/e/e_module-mixer/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=e_module-mixer
+ if [[ "$E_MODULE_MIXER_CVS_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE=$SPELL-cvs.tar.bz2
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD="on"
+ LICENSE[0]=BSD
+ WEB_SITE=http://paq.osdn.org.ua/~davinchi/
+ KEYWORDS="enlightenment"
+ ENTERED=20060911
+ SHORT='Enlightenment e17 audio mixer module'
+cat << EOF
+Enlightenment e17 audio mixer manager plugin.
+EOF
diff --git a/e/e_module-mixer/HISTORY b/e/e_module-mixer/HISTORY
new file mode 100644
index 0000000..f1aeb4d
--- /dev/null
+++ b/e/e_module-mixer/HISTORY
@@ -0,0 +1,3 @@
+2006-09-11 Eric Sandall <eric AT sandall.us>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/e/e_module-mixer/PREPARE b/e/e_module-mixer/PREPARE
new file mode 100755
index 0000000..11bac93
--- /dev/null
+++ b/e/e_module-mixer/PREPARE
@@ -0,0 +1,2 @@
+config_query E_MODULE_MIXER_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/e/e_module-mixer/PRE_BUILD b/e/e_module-mixer/PRE_BUILD
new file mode 100755
index 0000000..b218a4a
--- /dev/null
+++ b/e/e_module-mixer/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+NOCONFIGURE="ON" ./autogen.sh
diff --git a/e/e_modules/DEPENDS b/e/e_modules/DEPENDS
index 8e7c471..917a67e 100755
--- a/e/e_modules/DEPENDS
+++ b/e/e_modules/DEPENDS
@@ -58,6 +58,11 @@ optional_depends e_module-mem
'' \
'for an E17 memory and swap monitor' &&

+optional_depends e_module-mixer \
+ '' \
+ '' \
+ 'for an E17 audio mixer' &&
+
optional_depends e_module-moon \
'' \
'' \
diff --git a/e/e_modules/HISTORY b/e/e_modules/HISTORY
index 6fbd73b..9e9515b 100644
--- a/e/e_modules/HISTORY
+++ b/e/e_modules/HISTORY
@@ -1,3 +1,6 @@
+2006-09-11 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Optionally depend on new e_module-mixer
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* Turn into a meta-package to optionally depend on all E17 packages
* DETAILS: Remove all source information



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ce79b675687369b8ce35fae206afc9bac6318c4a), Eric Sandall, 09/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page