commit-gnuradio
[Top][All Lists]
Advanced

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

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


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

Author: jcorgan
Date: 2007-09-02 12:01:27 -0600 (Sun, 02 Sep 2007)
New Revision: 6265

Modified:
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
Log:
Created python-gnuradio-jack package.  Misc. cleanup.

Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-02 17:23:42 UTC 
(rev 6264)
+++ gnuradio/branches/features/deb/debian/control       2007-09-02 18:01:27 UTC 
(rev 6265)
@@ -220,3 +220,13 @@
 Description: GNU Radio ATSC Receiver
  This package provides a decoder for ATSC waveforms using GNU Radio.
 
+Package: python-gnuradio-audio-jack
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, libjack0.100.0-0
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio ATSC Receiver
+ This package provides the Python interface to the GNU Radio driver
+ for the JACK audio system.
+
+

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-02 
17:23:42 UTC (rev 6264)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-02 
18:01:27 UTC (rev 6265)
@@ -45,22 +45,6 @@
 $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
-
 # libusrp0-dev
 NAME=debian/libusrp0-dev.install
 rm -f $NAME
@@ -97,6 +81,7 @@
 NAME=debian/python-gnuradio-wxgui.install
 rm -f $NAME
 touch $NAME
+echo etc/gnuradio/conf.d/gr-wxgui.conf >>$NAME
 $EXTRACT gr-wxgui/src/python/Makefile ourpython_PYTHON >>$NAME
 
 # python-gnuradio-atsc
@@ -108,3 +93,29 @@
 $EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
 $EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES | \
     sed -e 's/\.la$/.so/' >>$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
+
+# python-gnuradio-audio-jack
+NAME=debian/python-gnuradio-audio-jack.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-jack.conf >>$NAME
+$EXTRACT gr-audio-jack/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-audio-jack/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-jack/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME





reply via email to

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