[arch-commits] Commit in gnuradio/repos (12 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:24:26
  Author: arojas
Revision: 185877

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 185876, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 185876, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 185876, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 185876, gnuradio/trunk/PKGBUILD)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio-companion.install
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio-companion.install
  gnuradio/repos/community-x86_64/gnuradio.install

-+
 /21-fcd.rules   |   18 ++
 /PKGBUILD   |  208 ++
 community-i686/21-fcd.rules |9 -
 community-i686/PKGBUILD |  106 -
 community-i686/gnuradio-companion.install   |   16 --
 community-i686/gnuradio.install |   16 --
 community-x86_64/21-fcd.rules   |9 -
 community-x86_64/PKGBUILD   |  106 -
 community-x86_64/gnuradio-companion.install |   16 --
 community-x86_64/gnuradio.install   |   16 --
 10 files changed, 226 insertions(+), 294 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2016-08-07 14:23:56 UTC (rev 185876)
+++ community-i686/21-fcd.rules 2016-08-07 14:24:26 UTC (rev 185877)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 185876, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2016-08-07 14:24:26 UTC (rev 185877)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 14:23:56 UTC (rev 185876)
+++ community-i686/PKGBUILD 2016-08-07 14:24:26 UTC (rev 185877)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgbase=gnuradio
-pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.10
-pkgrel=1
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
-'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
-makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
-'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
-install=gnuradio.install
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# gr-video-sdl ?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-# secret release directory
-#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz";
-source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('fc40fadcc3c9ac339c9618c6dc8c303b'
- '465e12c454c6a22ebec9849181af7bdc')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  msg "Replacing filenames to use python2."
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find ./ -name '*.py') \
-$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
-  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
-$(find ./ -name '*.py')
-}
-
-build() {
-  export PYTHON=python2
-  cd "$srcdir/$pkgbase-$pkgver"
-

[arch-commits] Commit in gnuradio/repos (12 files)

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 05:32:44
  Author: kkeen
Revision: 118316

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 118315, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 118315, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 118315, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 118315, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 118315, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 118315, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-staging-i686/21-fcd.rules
  gnuradio/repos/community-staging-i686/PKGBUILD
  gnuradio/repos/community-staging-i686/gnuradio.install
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
  gnuradio/repos/community-staging-x86_64/PKGBUILD
  gnuradio/repos/community-staging-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 ++
 /PKGBUILD |  210 
 /gnuradio.install |  100 +
 community-staging-i686/21-fcd.rules   |9 -
 community-staging-i686/PKGBUILD   |  105 --
 community-staging-i686/gnuradio.install   |   50 --
 community-staging-x86_64/21-fcd.rules |9 -
 community-staging-x86_64/PKGBUILD |  105 --
 community-staging-x86_64/gnuradio.install |   50 --
 9 files changed, 328 insertions(+), 328 deletions(-)

Deleted: community-staging-i686/21-fcd.rules
===
--- community-staging-i686/21-fcd.rules 2014-09-05 03:31:44 UTC (rev 118315)
+++ community-staging-i686/21-fcd.rules 2014-09-05 03:32:44 UTC (rev 118316)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 118315, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2014-09-05 03:32:44 UTC (rev 118316)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-05 03:31:44 UTC (rev 118315)
+++ community-staging-i686/PKGBUILD 2014-09-05 03:32:44 UTC (rev 118316)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
-optdepends=('gnuradio-osmosdr: pile of driver blocks'
-'python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'python2-opengl: gr-wxgui'
-'boost: gr_modtool'
-'swig: gr_modtool'
-'cmake: gr_modtool'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-# http://gnuradio.org/doc/doxygen/page_qtgui.html
-
-# gr-video-sdl ?
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# icons
-# gnuradio-osmosdr 

[arch-commits] Commit in gnuradio/repos (12 files)

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:39:04
  Author: kkeen
Revision: 115760

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 115759, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 115759, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 115759, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 115759, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 115759, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 115759, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  200 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |  100 --
 community-i686/gnuradio.install   |   50 -
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |  100 --
 community-x86_64/gnuradio.install |   50 -
 9 files changed, 318 insertions(+), 318 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2014-07-16 04:38:39 UTC (rev 115759)
+++ community-i686/21-fcd.rules 2014-07-16 04:39:04 UTC (rev 115760)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 115759, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2014-07-16 04:39:04 UTC (rev 115760)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 04:38:39 UTC (rev 115759)
+++ community-i686/PKGBUILD 2014-07-16 04:39:04 UTC (rev 115760)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.3
-pkgrel=4
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'boost: gr_modtool'
-'swig: gr_modtool'
-'cmake: gr_modtool'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('a51e1c2860d6b289233e453d4085514f'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "

[arch-commits] Commit in gnuradio/repos (12 files)

2014-05-08 Thread Kyle Keen
Date: Friday, May 9, 2014 @ 01:28:53
  Author: kkeen
Revision: 110873

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 110872, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 110872, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 110872, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 110872, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 110872, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 110872, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  200 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |   97 -
 community-i686/gnuradio.install   |   50 -
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |   97 -
 community-x86_64/gnuradio.install |   50 -
 9 files changed, 318 insertions(+), 312 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2014-05-08 23:28:20 UTC (rev 110872)
+++ community-i686/21-fcd.rules 2014-05-08 23:28:53 UTC (rev 110873)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 110872, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2014-05-08 23:28:53 UTC (rev 110873)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-08 23:28:20 UTC (rev 110872)
+++ community-i686/PKGBUILD 2014-05-08 23:28:53 UTC (rev 110873)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.3
-pkgrel=3
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('a51e1c2860d6b289233e453d4085514f'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
-   sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMakeL

[arch-commits] Commit in gnuradio/repos (12 files)

2014-04-26 Thread Kyle Keen
Date: Saturday, April 26, 2014 @ 22:06:48
  Author: kkeen
Revision: 110200

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 110199, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 110199, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 110199, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 110199, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 110199, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 110199, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  194 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |   99 --
 community-i686/gnuradio.install   |   50 -
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |   99 --
 community-x86_64/gnuradio.install |   50 -
 9 files changed, 312 insertions(+), 316 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2014-04-26 20:06:18 UTC (rev 110199)
+++ community-i686/21-fcd.rules 2014-04-26 20:06:48 UTC (rev 110200)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 110199, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2014-04-26 20:06:48 UTC (rev 110200)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-26 20:06:18 UTC (rev 110199)
+++ community-i686/PKGBUILD 2014-04-26 20:06:48 UTC (rev 110200)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.3
-pkgrel=2
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'libsm')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-
-# todo
-# fix FS#38293
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-# remove libsm dep when FS#40047 is fixed
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('a51e1c2860d6b289233e453d4085514f'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
- 

[arch-commits] Commit in gnuradio/repos (12 files)

2014-04-22 Thread Kyle Keen
Date: Wednesday, April 23, 2014 @ 01:18:22
  Author: kkeen
Revision: 110006

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 110005, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 110005, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 110005, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 110005, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 110005, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 110005, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  198 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |   98 -
 community-i686/gnuradio.install   |   50 -
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |   98 -
 community-x86_64/gnuradio.install |   50 -
 9 files changed, 316 insertions(+), 314 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2014-04-22 23:17:55 UTC (rev 110005)
+++ community-i686/21-fcd.rules 2014-04-22 23:18:22 UTC (rev 110006)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 110005, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2014-04-22 23:18:22 UTC (rev 110006)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-22 23:17:55 UTC (rev 110005)
+++ community-i686/PKGBUILD 2014-04-22 23:18:22 UTC (rev 110006)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.3
-pkgrel=1
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-
-# todo
-# fix FS#38293
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('a51e1c2860d6b289233e453d4085514f'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
-   sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 

[arch-commits] Commit in gnuradio/repos (12 files)

2014-04-22 Thread Kyle Keen
Date: Tuesday, April 22, 2014 @ 23:44:23
  Author: kkeen
Revision: 110002

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 110001, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 110001, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 110001, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 110001, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 110001, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 110001, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  196 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |   98 --
 community-i686/gnuradio.install   |   50 -
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |   98 --
 community-x86_64/gnuradio.install |   50 -
 9 files changed, 314 insertions(+), 314 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2014-04-22 21:43:55 UTC (rev 110001)
+++ community-i686/21-fcd.rules 2014-04-22 21:44:23 UTC (rev 110002)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 110001, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2014-04-22 21:44:23 UTC (rev 110002)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-22 21:43:55 UTC (rev 110001)
+++ community-i686/PKGBUILD 2014-04-22 21:44:23 UTC (rev 110002)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.2.1
-pkgrel=2
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-
-# todo
-# fix FS#38293
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('f2ea23a30cb02802870fe8cb9bf272c9'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
-   sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|"

[arch-commits] Commit in gnuradio/repos (12 files)

2014-02-25 Thread Kyle Keen
Date: Tuesday, February 25, 2014 @ 21:49:30
  Author: kkeen
Revision: 106243

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 106242, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 106242, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 106242, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 106242, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 106242, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 106242, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  196 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |   96 -
 community-i686/gnuradio.install   |   50 -
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |   96 -
 community-x86_64/gnuradio.install |   50 -
 9 files changed, 314 insertions(+), 310 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2014-02-25 20:48:37 UTC (rev 106242)
+++ community-i686/21-fcd.rules 2014-02-25 20:49:30 UTC (rev 106243)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 106242, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2014-02-25 20:49:30 UTC (rev 106243)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 20:48:37 UTC (rev 106242)
+++ community-i686/PKGBUILD 2014-02-25 20:49:30 UTC (rev 106243)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.2.1
-pkgrel=1
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('f2ea23a30cb02802870fe8cb9bf272c9'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
-   sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMa

[arch-commits] Commit in gnuradio/repos (12 files)

2013-12-17 Thread Kyle Keen
Date: Tuesday, December 17, 2013 @ 20:43:24
  Author: kkeen
Revision: 102721

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 102720, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 102720, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 102720, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 102720, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 102720, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 102720, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  192 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |   81 ---
 community-i686/gnuradio.install   |   11 --
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |   81 ---
 community-x86_64/gnuradio.install |   11 --
 9 files changed, 310 insertions(+), 202 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2013-12-17 19:22:29 UTC (rev 102720)
+++ community-i686/21-fcd.rules 2013-12-17 19:43:24 UTC (rev 102721)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 102720, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2013-12-17 19:43:24 UTC (rev 102721)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-17 19:22:29 UTC (rev 102720)
+++ community-i686/PKGBUILD 2013-12-17 19:43:24 UTC (rev 102721)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio
-pkgver=3.7.2
-pkgrel=2
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'qwtplot3d: gr-qtgui'
-'pyqwt: gr-qtgui'
-'doxygen: autogenerated documentation'
-'pkgconfig: ?')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('9a9da8458fd0c1b452487524ed29f3fd'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
-   msg "Starting build."
-   mkdir -p build
-   cd build
-   cmake \
-   -DPYTHON_EXECUTABLE=$(which python2) \
-   -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
-   -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
-   -DENABLE_GRC=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr ../
-   make
-}
-
-check() {
-   cd 

[arch-commits] Commit in gnuradio/repos (12 files)

2013-11-13 Thread Kyle Keen
Date: Wednesday, November 13, 2013 @ 19:18:25
  Author: kkeen
Revision: 100951

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 100950, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 100950, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 100950, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 100950, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 100950, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 100950, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 
 /PKGBUILD |  162 
 /gnuradio.install |   22 
 community-i686/21-fcd.rules   |9 --
 community-i686/PKGBUILD   |   81 --
 community-i686/gnuradio.install   |   11 --
 community-x86_64/21-fcd.rules |9 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/gnuradio.install |   11 --
 9 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2013-11-13 18:17:33 UTC (rev 100950)
+++ community-i686/21-fcd.rules 2013-11-13 18:18:25 UTC (rev 100951)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 100950, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2013-11-13 18:18:25 UTC (rev 100951)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 18:17:33 UTC (rev 100950)
+++ community-i686/PKGBUILD 2013-11-13 18:18:25 UTC (rev 100951)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio
-pkgver=3.7.1
-pkgrel=8
-pkgdesc="General purpose DSP and SDR toolkit.  Supports usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'qwtplot3d: gr-qtgui'
-'pyqwt: gr-qtgui'
-'doxygen: autogenerated documentation'
-'pkgconfig: ?')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('6c5e67da6ed8724dd900d8e343b64be4'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
-   msg "Starting build."
-   mkdir -p build
-   cd build
-   cmake \
-   -DPYTHON_EXECUTABLE=$(which python2) \
-   -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
-   -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
-   -DENABLE_GRC=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr ../
-   make
-}
-
-check() {
-   cd "$srcdir/$p