commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: jcorgan
Subject: [Commit-gnuradio] r6267 - gnuradio/branches/features/deb/debian
Date: Sun, 2 Sep 2007 12:46:54 -0600 (MDT)

Author: jcorgan
Date: 2007-09-02 12:46:54 -0600 (Sun, 02 Sep 2007)
New Revision: 6267

Modified:
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
Log:
Created python-gnuradio-audio-portaudio package.

Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-02 18:19:38 UTC 
(rev 6266)
+++ gnuradio/branches/features/deb/debian/control       2007-09-02 18:46:54 UTC 
(rev 6267)
@@ -238,3 +238,11 @@
  This package provides the Python interface to the GNU Radio driver
  for the OSS audio system.
 
+Package: python-gnuradio-audio-portaudio
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, libportaudio2
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Python PortAudio Driver
+ This package provides the Python interface to the GNU Radio driver
+ for the PortAudio audio system.

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-02 
18:19:38 UTC (rev 6266)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-02 
18:46:54 UTC (rev 6267)
@@ -129,3 +129,13 @@
 $EXTRACT gr-audio-oss/src/Makefile ourlib_LTLIBRARIES >>$NAME
 $EXTRACT gr-audio-oss/src/Makefile ourlib_LTLIBRARIES | \
     sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-audio-portaudio
+NAME=debian/python-gnuradio-audio-portaudio.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-portaudio.conf >>$NAME
+$EXTRACT gr-audio-portaudio/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-audio-portaudio/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-portaudio/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME





reply via email to

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