summaryrefslogtreecommitdiffstats
path: root/audio-drivers/libffado
diff options
context:
space:
mode:
authorThomas Orgis2008-07-23 20:47:30 +0200
committerThomas Orgis2008-07-23 20:47:30 +0200
commita9d92b60c84887ded3dd4a29a520265feee9b976 (patch)
tree4c99da2317f2fdf9a562c934045f6169694a5f0b /audio-drivers/libffado
parent5ed771314d7bfe5bd40a39447286b2cd9e66d15a (diff)
libffado: new spell for the evolving FireWire audio driver
Diffstat (limited to 'audio-drivers/libffado')
-rwxr-xr-xaudio-drivers/libffado/BUILD2
-rwxr-xr-xaudio-drivers/libffado/DEPENDS11
-rwxr-xr-xaudio-drivers/libffado/DETAILS19
-rw-r--r--audio-drivers/libffado/HISTORY2
-rwxr-xr-xaudio-drivers/libffado/INSTALL2
-rwxr-xr-xaudio-drivers/libffado/PREPARE2
6 files changed, 38 insertions, 0 deletions
diff --git a/audio-drivers/libffado/BUILD b/audio-drivers/libffado/BUILD
new file mode 100755
index 0000000000..bd0e0a6ac3
--- /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 0000000000..53d160c3db
--- /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 0000000000..965b52facc
--- /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 0000000000..a0fcd6d5aa
--- /dev/null
+++ b/audio-drivers/libffado/HISTORY
@@ -0,0 +1,2 @@
+2008-07-23 Thomas Orgis <sobukus@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 0000000000..3fbe2f3e1f
--- /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 0000000000..b2217e5f5c
--- /dev/null
+++ b/audio-drivers/libffado/PREPARE
@@ -0,0 +1,2 @@
+config_query FFADO_VCS_AUTOUPDATE \
+ "Automatically update on every system update?" n