commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6246 - gnuradio/branches/features/deb/debian


From: jcorgan
Subject: [Commit-gnuradio] r6246 - gnuradio/branches/features/deb/debian
Date: Fri, 31 Aug 2007 21:22:19 -0600 (MDT)

Author: jcorgan
Date: 2007-08-31 21:22:18 -0600 (Fri, 31 Aug 2007)
New Revision: 6246

Modified:
   gnuradio/branches/features/deb/debian/
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
   gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.dirs
   gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.install
Log:
Created python-gnuradio-audio-alsa package.  dial_tone.py runs...


Property changes on: gnuradio/branches/features/deb/debian
___________________________________________________________________
Name: svn:ignore
   - libgnuradio-core0-dev.install
python-gnuradio-core.install

   + libgnuradio-core0-dev.install
python-gnuradio-core.install
python-gnuradio-audio-alsa.install


Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-01 02:19:41 UTC 
(rev 6245)
+++ gnuradio/branches/features/deb/debian/control       2007-09-01 03:22:18 UTC 
(rev 6246)
@@ -80,5 +80,14 @@
 Section: python
 XB-Python-Version: ${python:Versions}
 Description: Python bindings for GNU Radio core library
- This provides the modules that enable one to use gnuradio from Python
- scripts.
+ This package provides the modules that enable one to use gnuradio 
+ from Python scripts.
+
+Package: python-gnuradio-audio-alsa
+Architecture: any
+Depends: ${python:Depends}, libasound2
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for GNU Radio ALSA audio driver
+ This package provides the Python interface to the GNU Radio ALSA
+ audio driver.

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
02:19:41 UTC (rev 6245)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
03:22:18 UTC (rev 6246)
@@ -37,3 +37,19 @@
 $EXTRACT gnuradio-core/src/python/gnuradio/blksimpl2/Makefile 
grblkspython_PYTHON >>$NAME
 $EXTRACT gnuradio-core/src/python/gnuradio/gru/Makefile grblkspython_PYTHON 
>>$NAME
 $EXTRACT gnuradio-core/src/python/gnuradio/gruimpl/Makefile grupython_PYTHON 
>>$NAME
+
+# python-gnuradio-audio-alsa
+NAME=debian/python-gnuradio-audio-alsa.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-alsa.conf >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile ourpython_PYTHON >>$NAME
+# Note: these will migrate to libgnuradio-audio-alsa in 3.2
+# They are only separate in this package for C++ only experimentation
+$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+#
+$EXTRACT gr-audio-alsa/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME

Modified: gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.dirs
===================================================================
--- gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.dirs     
2007-09-01 02:19:41 UTC (rev 6245)
+++ gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.dirs     
2007-09-01 03:22:18 UTC (rev 6246)
@@ -1,2 +1,3 @@
+etc/gnuradio/conf.d
 usr/lib
 usr/lib/pkgconfig

Modified: gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.install
===================================================================
--- gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.install  
2007-09-01 02:19:41 UTC (rev 6245)
+++ gnuradio/branches/features/deb/debian/libgnuradio-core0c2a.install  
2007-09-01 03:22:18 UTC (rev 6246)
@@ -1,3 +1,4 @@
+etc/gnuradio/conf.d/gnuradio-core.conf
 usr/lib/libgnuradio-core.la
 usr/lib/libgnuradio-core.so.*
 usr/lib/pkgconfig/gnuradio-core.pc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]