commit-gnuradio
[Top][All Lists]
Advanced

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

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


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

Author: jcorgan
Date: 2007-09-02 12:19:38 -0600 (Sun, 02 Sep 2007)
New Revision: 6266

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

Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-02 18:01:27 UTC 
(rev 6265)
+++ gnuradio/branches/features/deb/debian/control       2007-09-02 18:19:38 UTC 
(rev 6266)
@@ -225,8 +225,16 @@
 Depends: ${python:Depends}, python-gnuradio-core, libjack0.100.0-0
 Section: python
 XB-Python-Version: ${python:Versions}
-Description: GNU Radio ATSC Receiver
+Description: GNU Radio Python JACK Audio Driver
  This package provides the Python interface to the GNU Radio driver
  for the JACK audio system.
 
+Package: python-gnuradio-audio-oss
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Python OSS Audio Driver
+ This package provides the Python interface to the GNU Radio driver
+ for the OSS 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:01:27 UTC (rev 6265)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-02 
18:19:38 UTC (rev 6266)
@@ -119,3 +119,13 @@
 $EXTRACT gr-audio-jack/src/Makefile ourlib_LTLIBRARIES >>$NAME
 $EXTRACT gr-audio-jack/src/Makefile ourlib_LTLIBRARIES | \
     sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-audio-oss
+NAME=debian/python-gnuradio-audio-oss.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-oss.conf >>$NAME
+$EXTRACT gr-audio-oss/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-audio-oss/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-oss/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME





reply via email to

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