Skip to Content.
Sympa Menu

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

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 (ece8ed4d2454d6cfe812c2e686703145b9b64a5c)
  • Date: Wed, 23 Jul 2008 13:48:13 -0500

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

ChangeLog | 3 +++
audio-drivers/libffado/BUILD | 2 ++
audio-drivers/libffado/DEPENDS | 11 +++++++++++
audio-drivers/libffado/DETAILS | 19 +++++++++++++++++++
audio-drivers/libffado/HISTORY | 2 ++
audio-drivers/libffado/INSTALL | 2 ++
audio-drivers/libffado/PREPARE | 2 ++
7 files changed, 41 insertions(+)

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

libffado: new spell for the evolving FireWire audio driver

diff --git a/ChangeLog b/ChangeLog
index dfaa290..fc41449 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * audio-drivers/libffado: new driver for FireWire audio
+
2008-07-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* graphics/autopano-sift-c: a panorama photo creator #14585
* graphics/hugin: a panorama photo stitcher #14558
diff --git a/audio-drivers/libffado/BUILD b/audio-drivers/libffado/BUILD
new file mode 100755
index 0000000..bd0e0a6
--- /dev/null
+++ b/audio-drivers/libffado/BUILD
@@ -0,0 +1,2 @@
+cd "$SOURCE_DIRECTORY" &&
+scons PREFIX=/usr
diff --git a/audio-drivers/libffado/DEPENDS b/audio-drivers/libffado/DEPENDS
new file mode 100755
index 0000000..53d160c
--- /dev/null
+++ b/audio-drivers/libffado/DEPENDS
@@ -0,0 +1,11 @@
+depends libxml++ &&
+depends libraw1394 &&
+depends libiec61883 &&
+depends libavc1394 &&
+depends dbus &&
+# could be optional for mixer GUI
+depends qt4 &&
+depends pyqt4 &&
+depends dbus-python &&
+depends sip
+
diff --git a/audio-drivers/libffado/DETAILS b/audio-drivers/libffado/DETAILS
new file mode 100755
index 0000000..965b52f
--- /dev/null
+++ b/audio-drivers/libffado/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libffado
+if [[ $FFADO_VCS_AUTOUPDATE == y ]]
+then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+
SOURCE_URL=svn_http://subversion.ffado.org/ffado/branches/libffado-2.0:$SPELL-svn
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ WEB_SITE=http://www.ffado.org
+ ENTERED=20080713
+ LICENSE[0]=GPL
+ SHORT="FireWire audio driver"
+cat << EOF
+The FFADO project aims to provide a generic, open-source solution for the
support of FireWire based audio devices for the Linux platform. It is the
successor of the FreeBoB project.
+EOF
diff --git a/audio-drivers/libffado/HISTORY b/audio-drivers/libffado/HISTORY
new file mode 100644
index 0000000..a0fcd6d
--- /dev/null
+++ b/audio-drivers/libffado/HISTORY
@@ -0,0 +1,2 @@
+2008-07-23 Thomas Orgis <sobukus AT sourcemage.org>
+ BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: created
diff --git a/audio-drivers/libffado/INSTALL b/audio-drivers/libffado/INSTALL
new file mode 100755
index 0000000..3fbe2f3
--- /dev/null
+++ b/audio-drivers/libffado/INSTALL
@@ -0,0 +1,2 @@
+cd "$SOURCE_DIRECTORY"
+scons install
diff --git a/audio-drivers/libffado/PREPARE b/audio-drivers/libffado/PREPARE
new file mode 100755
index 0000000..b2217e5
--- /dev/null
+++ b/audio-drivers/libffado/PREPARE
@@ -0,0 +1,2 @@
+config_query FFADO_VCS_AUTOUPDATE \
+ "Automatically update on every system update?" n



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

Archive powered by MHonArc 2.6.24.

Top of Page