[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10951 - in gnuradio/branches/developers/jcorgan/deb:
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r10951 - in gnuradio/branches/developers/jcorgan/deb: config debian gr-qtgui |
Date: |
Mon, 4 May 2009 11:00:32 -0600 (MDT) |
Author: jcorgan
Date: 2009-05-04 11:00:32 -0600 (Mon, 04 May 2009)
New Revision: 10951
Added:
gnuradio/branches/developers/jcorgan/deb/debian/libmblock-dev.install
gnuradio/branches/developers/jcorgan/deb/gr-qtgui/gr-qtgui.pc.in
Modified:
gnuradio/branches/developers/jcorgan/deb/config/grc_gr_qtgui.m4
gnuradio/branches/developers/jcorgan/deb/debian/changelog
gnuradio/branches/developers/jcorgan/deb/debian/control
gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh
gnuradio/branches/developers/jcorgan/deb/gr-qtgui/Makefile.am
Log:
checkpoint
Modified: gnuradio/branches/developers/jcorgan/deb/config/grc_gr_qtgui.m4
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/config/grc_gr_qtgui.m4
2009-05-03 20:29:07 UTC (rev 10950)
+++ gnuradio/branches/developers/jcorgan/deb/config/grc_gr_qtgui.m4
2009-05-04 17:00:32 UTC (rev 10951)
@@ -94,6 +94,7 @@
AC_CONFIG_FILES([ \
gr-qtgui/Makefile \
+ gr-qtgui/gr-qtgui.pc \
gr-qtgui/src/Makefile \
gr-qtgui/src/lib/Makefile \
gr-qtgui/src/python/Makefile \
Modified: gnuradio/branches/developers/jcorgan/deb/debian/changelog
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/changelog 2009-05-03
20:29:07 UTC (rev 10950)
+++ gnuradio/branches/developers/jcorgan/deb/debian/changelog 2009-05-04
17:00:32 UTC (rev 10951)
@@ -1,9 +1,9 @@
-gnuradio (3.1.svn) unstable; urgency=low
+gnuradio (3.2.svn) unstable; urgency=low
- * post release 3.1 trunk repository packages
+ * post release 3.2 trunk repository packages
* see http://gnuradio.org/trac/wiki for stable branch
- -- Johnathan Corgan <address@hidden> Mon, 24 Feb 2008 18:12:00 -0800
+ -- Johnathan Corgan <address@hidden> Mon, 4 May 2009 18:00:00 -0800
gnuradio (3.0.svn) unstable; urgency=low
Modified: gnuradio/branches/developers/jcorgan/deb/debian/control
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/control 2009-05-03
20:29:07 UTC (rev 10950)
+++ gnuradio/branches/developers/jcorgan/deb/debian/control 2009-05-04
17:00:32 UTC (rev 10951)
@@ -18,7 +18,7 @@
Package: libgruel-dev
Section: libdevel
Architecture: any
-Depends: libgruel (= ${binary:Version}), libboost1.35-dev
+Depends: libgruel (= ${binary:Version}), libboost1.37-dev
Description: GNU Radio Utility Etcetera Library
This package implements a variety of low-level utility
routines for GNU Radio.
@@ -68,3 +68,87 @@
.
This package contains header files needed by developers.
+Package: libpmt
+Section: libs
+Architecture: any
+Replaces: libpmt0c2a
+Conflicts: libpmt0c2a
+Depends: ${shlibs:Depends}
+Description: GNU Radio Polymorphic Type Library
+ This package implements polymorphic types. These are similar
+ to lisp or Python data objects, and implement transparent
+ reference counting using the boost shared_ptr templates.
+
+Package: libpmt-dev
+Section: libdevel
+Architecture: any
+Replaces: libpmt0-dev
+Conflicts: libpmt0-dev
+Depends: libpmt (= ${binary:Version}), libgnuradio-omnithread-dev,
libboost1.37-dev
+Description: GNU Radio Polymorphic Type Library
+ This package implements polymorphic types. These are similar
+ to lisp or Python data objects, and implement transparent
+ reference counting using the boost shared_ptr templates.
+ .
+ This package contains header files needed by developers.
+
+Package: libmblock
+Section: libs
+Architecture: any
+Replaces: libmblock0c2a
+Conflicts: libmblock0c2a
+Depends: ${shlibs:Depends}
+Description: GNU Radio Message Block Library
+ This package provides the GNU Radio message block library.
+
+Package: libmblock-dev
+Section: libdevel
+Architecture: any
+Replaces: libmblock0-dev
+Conflicts: libmblock0-dev
+Depends: libmblock (= ${binary:Version}), libgnuradio-omnithread-dev,
libpmt-dev
+Description: GNU Radio Message Block Library
+ This package provides the GNU Radio message block library.
+ .
+ This package contains header files needed by developers.
+
+Package: libgnuradio-audio-alsa
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: GNU Radio C++ block for ALSA sound system
+ This package contains the ALSA sound system driver for GNU Radio.
+
+Package: libgnuradio-audio-alsa-dev
+Section: libdevel
+Architecture: any
+Depends: libgnuradio-audio-alsa, libgnuradio-core-dev
+Description: GNU Radio C++ block for ALSA sound system
+ This package contains the ALSA sound system driver for GNU Radio.
+ .
+ This package contains header files needed by developers.
+
+Package: libgnuradio-qtgui
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: GNU Radio C++ blocks fro QT-based GUI applications
+ This package contains the C++ library for using GNU Radio inside
+ QT-based GUI applications.
+
+Package: libgnuradio-qtgui-dev
+Section: libdevel
+Architecture: any
+Depends: libgnuradio-qtgui, libgnuradio-core-dev, qwt5-qt4-dev,
libqwtplot3d-qt4-dev, qt4-dev-tools
+Description: GNU Radio C++ blocks fro QT-based GUI applications
+ This package contains the C++ library for using GNU Radio inside
+ QT-based GUI applications.
+ .
+ This package contains header files needed by developers.
+
+Package: gnuradio-doc
+Section: doc
+Architecture: all
+Description: Software Defined Radio
+ This package contains the documentation for the GNU Radio software
+ defined radio system.
Modified: gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh
2009-05-03 20:29:07 UTC (rev 10950)
+++ gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh
2009-05-04 17:00:32 UTC (rev 10951)
@@ -25,17 +25,41 @@
echo usr/lib/libgnuradio-core.so >>$NAME
echo usr/lib/pkgconfig/gnuradio-core.pc >>$NAME
-exit 0
+# libgnuradio-audio-alsa
+NAME=debian/libgnuradio-audio-alsa.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES | \
+ sed -e 's/\.la$/.so.*/' >>$NAME
+echo etc/gnuradio/conf.d/gr-audio-alsa.conf >>$NAME
-# libmblock-dev
-NAME=debian/libmblock-dev.install
+# libgnuradio-audio-alsa-dev
+NAME=debian/libgnuradio-audio-alsa-dev.install
rm -f $NAME
touch $NAME
-$EXTRACT mblock/src/lib/Makefile include_HEADERS >>$NAME
-$EXTRACT mblock/src/lib/Makefile swiginclude_HEADERS >>$NAME
-echo usr/lib/libmblock.so >>$NAME
-echo usr/lib/pkgconfig/mblock.pc >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile grinclude_HEADERS >>$NAME
+echo usr/lib/libgnuradio-audio-alsa.so >>$NAME
+echo usr/lib/pkgconfig/gr-audio-alsa.pc >>$NAME
+# libgnuradio-qtgui
+NAME=debian/libgnuradio-qtgui.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-qtgui/src/lib/Makefile lib_LTLIBRARIES >>$NAME
+$EXTRACT gr-qtgui/src/lib/Makefile lib_LTLIBRARIES | \
+ sed -e 's/\.la$/.so.*/' >>$NAME
+
+# libgnuradio-qtgui-dev
+NAME=debian/libgnuradio-qtgui-dev.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-qtgui/src/lib/Makefile grinclude_HEADERS >>$NAME
+echo usr/lib/libgnuradio-qtgui.so >>$NAME
+echo usr/lib/pkgconfig/gr-qtgui.pc >>$NAME
+
+exit 0
+
# python-gnuradio-core
NAME=debian/python-gnuradio-core.install
rm -f $NAME
@@ -108,23 +132,6 @@
sed -e 's/\.la$/.so/' >>$NAME
$EXTRACT gr-atsc/src/python/Makefile ourdata_DATA >>$NAME
-# libgnuradio-audio-alsa
-NAME=debian/libgnuradio-audio-alsa.install
-rm -f $NAME
-touch $NAME
-$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES >>$NAME
-$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES | \
- sed -e 's/\.la$/.so.*/' >>$NAME
-echo etc/gnuradio/conf.d/gr-audio-alsa.conf >>$NAME
-
-# libgnuradio-audio-alsa-dev
-NAME=debian/libgnuradio-audio-alsa-dev.install
-rm -f $NAME
-touch $NAME
-$EXTRACT gr-audio-alsa/src/Makefile grinclude_HEADERS >>$NAME
-echo usr/lib/libgnuradio-audio-alsa.so >>$NAME
-echo usr/lib/pkgconfig/gr-audio-alsa.pc >>$NAME
-
# python-gnuradio-audio-alsa
NAME=debian/python-gnuradio-audio-alsa.install
rm -f $NAME
Added: gnuradio/branches/developers/jcorgan/deb/debian/libmblock-dev.install
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/libmblock-dev.install
(rev 0)
+++ gnuradio/branches/developers/jcorgan/deb/debian/libmblock-dev.install
2009-05-04 17:00:32 UTC (rev 10951)
@@ -0,0 +1,3 @@
+usr/include/mblock/*
+usr/lib/libmblock.so
+usr/lib/pkgconfig/mblock.pc
Modified: gnuradio/branches/developers/jcorgan/deb/gr-qtgui/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/gr-qtgui/Makefile.am
2009-05-03 20:29:07 UTC (rev 10950)
+++ gnuradio/branches/developers/jcorgan/deb/gr-qtgui/Makefile.am
2009-05-04 17:00:32 UTC (rev 10951)
@@ -23,3 +23,9 @@
SUBDIRS = src
DIST_SUBDIRS = src
+
+EXTRA_DIST = \
+ gr-qtgui.pc.in
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gr-qtgui.pc
Added: gnuradio/branches/developers/jcorgan/deb/gr-qtgui/gr-qtgui.pc.in
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/gr-qtgui/gr-qtgui.pc.in
(rev 0)
+++ gnuradio/branches/developers/jcorgan/deb/gr-qtgui/gr-qtgui.pc.in
2009-05-04 17:00:32 UTC (rev 10951)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+Name: gnuradio-qtgui
+Description: GNU Radio blocks for the QT graphical user interface
+Requires: gnuradio-core
+Version: @VERSION@
+Libs: -L${libdir} -lgnuradio-qtgui
+Cflags: -I${includedir}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10951 - in gnuradio/branches/developers/jcorgan/deb: config debian gr-qtgui,
jcorgan <=