summaryrefslogtreecommitdiffstats
path: root/audio-drivers/libffado
diff options
context:
space:
mode:
authorIsmael Luceno2011-09-29 12:53:42 -0300
committerIsmael Luceno2011-09-29 13:47:16 -0300
commit36b67f3e4d005c81ad55ac349458961bc107abd8 (patch)
treed4f52e86ebc009e7740439e0dce2fe493e78d9f6 /audio-drivers/libffado
parent53634020b4dabb17d85c095309e247f6cb8fec4f (diff)
libffado: Use prepare_select_branch
Diffstat (limited to 'audio-drivers/libffado')
-rwxr-xr-xaudio-drivers/libffado/DETAILS4
-rw-r--r--audio-drivers/libffado/HISTORY3
-rwxr-xr-xaudio-drivers/libffado/PREPARE7
3 files changed, 7 insertions, 7 deletions
diff --git a/audio-drivers/libffado/DETAILS b/audio-drivers/libffado/DETAILS
index 25fd62989d..867f1367a3 100755
--- a/audio-drivers/libffado/DETAILS
+++ b/audio-drivers/libffado/DETAILS
@@ -1,6 +1,6 @@
SPELL=libffado
-if [[ "$FFADO_VCS" == y ]]; then
- if [[ "$FFADO_VCS_AUTOUPDATE" == y ]]; then
+if [[ "$LIBFFADO_BRANCH" == scm ]]; then
+ if [[ "$LIBFFADO_AUTOUPDATE" == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/audio-drivers/libffado/HISTORY b/audio-drivers/libffado/HISTORY
index c3d63c2bb5..d97e7382b3 100644
--- a/audio-drivers/libffado/HISTORY
+++ b/audio-drivers/libffado/HISTORY
@@ -1,3 +1,6 @@
+2011-09-29 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS, PREPARE: Use prepare_select_branch
+
2011-09-10 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: Update to release version 2.0.1 (works with juju stack).
diff --git a/audio-drivers/libffado/PREPARE b/audio-drivers/libffado/PREPARE
index aee38b2df6..98d27e41ff 100755
--- a/audio-drivers/libffado/PREPARE
+++ b/audio-drivers/libffado/PREPARE
@@ -1,5 +1,2 @@
-config_query FFADO_VCS "Build development version?" n
-if [[ $FFADO_VCS = y ]]; then
-config_query FFADO_VCS_AUTOUPDATE \
- "Automatically update on every system update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm