[commit] r2339 - in trunk: config user

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Fri Aug 1 15:07:22 CEST 2008


Author: dslinux_sonny_jim
Date: Fri Aug  1 15:07:22 2008
New Revision: 2339

Log:
Intergrating rawrec into the build system

Modified:
   trunk/config/Configure.help
   trunk/config/config.in
   trunk/user/Makefile

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Fri Aug  1 15:07:22 2008
@@ -3993,6 +3993,18 @@
 CONFIG_USER_PV
   Pipe Viewer is a terminal-based tool for monitoring the progress 
   of data through a pipeline.
+
+CONFIG_USER_RAWREC_RAWREC
+  rawrec and rawplay are GPL'd utilities designed to provide the 
+  user with a simple way of recording or playing raw audio data 
+  from or to their sound card
+
+CONFIG_USER_RAWREC_RAWPLAY
+  rawrec and rawplay are GPL'd utilities designed to provide the 
+  user with a simple way of recording or playing raw audio data 
+  from or to their sound card
+
+#
 #
 # END of proprietary config help
 #

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Fri Aug  1 15:07:22 2008
@@ -861,6 +861,8 @@
 bool 'perl'			CONFIG_USER_PERL_PERL
 bool 'pv'			CONFIG_USER_PV
 bool 'python'			CONFIG_USER_PYTHON_PYTHON
+bool 'rawrec'			CONFIG_USER_RAWREC_RAWREC
+bool 'rawplay'			CONFIG_USER_RAWREC_RAWPLAY
 bool 'readprofile'		CONFIG_USER_READPROFILE_READPROFILE
 bool 'rootloader'		CONFIG_USER_ROOTLOADER_ROOTLOADER
 bool 'rl'			CONFIG_USER_RL_RL

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Fri Aug  1 15:07:22 2008
@@ -300,6 +300,8 @@
 dir_$(CONFIG_USER_QSPITEST_TEST)            += qspitest                                                              
 dir_$(CONFIG_USER_QSPITEST_RX)              += qspitest                                                              
 dir_$(CONFIG_USER_RADVD_RADVD)              += radvd
+dir_$(CONFIG_USER_RAWREC_RAWREC)            += rawrec
+dir_$(CONFIG_USER_RAWREC_RAWPLAY)           += rawrec
 dir_$(CONFIG_USER_RDATE_RDATE)              += rdate
 dir_$(CONFIG_USER_RAMIMAGE_RAMFS64)         += ramimage
 dir_$(CONFIG_USER_RAMIMAGE_RAMFS128)        += ramimage


More information about the dslinux-commit mailing list