summaryrefslogtreecommitdiffstats
path: root/audio-drivers/dream
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /audio-drivers/dream
initial commit from stable 0.3
Diffstat (limited to 'audio-drivers/dream')
-rwxr-xr-xaudio-drivers/dream/BUILD3
-rwxr-xr-xaudio-drivers/dream/DEPENDS9
-rwxr-xr-xaudio-drivers/dream/DETAILS22
-rw-r--r--audio-drivers/dream/HISTORY6
4 files changed, 40 insertions, 0 deletions
diff --git a/audio-drivers/dream/BUILD b/audio-drivers/dream/BUILD
new file mode 100755
index 0000000000..8793c59d72
--- /dev/null
+++ b/audio-drivers/dream/BUILD
@@ -0,0 +1,3 @@
+[ -f bootstrap ] && sh bootstrap
+./configure ${OPTS} --prefix=${INSTALL_ROOT}/usr --with-qtdir=/usr/share/qt &&
+make
diff --git a/audio-drivers/dream/DEPENDS b/audio-drivers/dream/DEPENDS
new file mode 100755
index 0000000000..e5c189cde8
--- /dev/null
+++ b/audio-drivers/dream/DEPENDS
@@ -0,0 +1,9 @@
+depends autoconf &&
+depends automake &&
+depends fftw2 &&
+depends qwt &&
+depends faad2 &&
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "" \
+ "for alsa audio output"
diff --git a/audio-drivers/dream/DETAILS b/audio-drivers/dream/DETAILS
new file mode 100755
index 0000000000..d5cd90067e
--- /dev/null
+++ b/audio-drivers/dream/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=dream
+ VERSION=1.1
+ SOURCE=drm-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/drm-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/drm/${SOURCE}
+ MD5[0]=6825f4c84f8edc5dce324ee1aac5ee24
+ WEB_SITE=http://www.tu-darmstadt.de/fb/et/uet/fguet/mitarbeiter/vf/DRM/DRM.html
+ ENTERED=20041022
+ UPDATED=20041022
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="Open-Source Software Implementation of a DRM-Receiver"
+cat << EOF
+Digital Radio Mondiale (DRM) is a new digital radio standard
+for the long-, medium- and short-wave ranges. The standard
+was formed by a consortium in co-operation with the International
+Telecommunication Union (ITU). The new system offers the radio
+stations and new service providers access to the multimedia age
+with small bit rates for large target areas and long distances.
+
+For more information, visit www.drm.org.
+EOF
diff --git a/audio-drivers/dream/HISTORY b/audio-drivers/dream/HISTORY
new file mode 100644
index 0000000000..7c86af8763
--- /dev/null
+++ b/audio-drivers/dream/HISTORY
@@ -0,0 +1,6 @@
+2005-01-19 Unet <audio@sourcemage.org>
+ * DETAILS: tar.bz2 doesn't exist, using tar.gz
+
+2004-10-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, HISTORY: spell created
+