[arch-commits] Commit in gnuradio/repos (10 files)
Kyle Keen
kkeen at nymeria.archlinux.org
Sat Nov 2 16:17:10 UTC 2013
Date: Saturday, November 2, 2013 @ 17:17:09
Author: kkeen
Revision: 100355
archrelease: copy trunk to community-i686, community-x86_64
Added:
gnuradio/repos/community-i686/21-fcd.rules
(from rev 100354, gnuradio/trunk/21-fcd.rules)
gnuradio/repos/community-i686/PKGBUILD
(from rev 100354, gnuradio/trunk/PKGBUILD)
gnuradio/repos/community-i686/gnuradio.install
(from rev 100354, gnuradio/trunk/gnuradio.install)
gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 100354, gnuradio/trunk/21-fcd.rules)
gnuradio/repos/community-x86_64/PKGBUILD
(from rev 100354, gnuradio/trunk/PKGBUILD)
gnuradio/repos/community-x86_64/gnuradio.install
(from rev 100354, gnuradio/trunk/gnuradio.install)
Deleted:
gnuradio/repos/community-i686/21-fcd.rules
gnuradio/repos/community-i686/PKGBUILD
gnuradio/repos/community-x86_64/21-fcd.rules
gnuradio/repos/community-x86_64/PKGBUILD
-----------------------------------+
/21-fcd.rules | 18 ++++
/PKGBUILD | 162 ++++++++++++++++++++++++++++++++++++
community-i686/21-fcd.rules | 9 --
community-i686/PKGBUILD | 78 -----------------
community-i686/gnuradio.install | 11 ++
community-x86_64/21-fcd.rules | 9 --
community-x86_64/PKGBUILD | 78 -----------------
community-x86_64/gnuradio.install | 11 ++
8 files changed, 202 insertions(+), 174 deletions(-)
Deleted: community-i686/21-fcd.rules
===================================================================
--- community-i686/21-fcd.rules 2013-11-02 16:16:19 UTC (rev 100354)
+++ community-i686/21-fcd.rules 2013-11-02 16:17:09 UTC (rev 100355)
@@ -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 100354, gnuradio/trunk/21-fcd.rules)
===================================================================
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2013-11-02 16:17:09 UTC (rev 100355)
@@ -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-02 16:16:19 UTC (rev 100354)
+++ community-i686/PKGBUILD 2013-11-02 16:17:09 UTC (rev 100355)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-pkgname=gnuradio
-pkgver=3.7.1
-pkgrel=7
-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'
- 'pyxml: gnuradio-companion'
- 'pygtk: gnuradio-companion'
- 'wxpython: gr-wxgui'
- 'qwtplot3d: gr-qtgui'
- 'pyqwt: gr-qtgui'
- 'doxygen: autogenerated documentation'
- 'pkgconfig: ?')
-conflicts=('gnuradio-git')
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-
-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/$pkgname-$pkgver/build"
- export PYTHON=python2
- #make test
-}
-
-package() {
- cd "$srcdir"
- install -D -m644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
- cd "$pkgname-$pkgver/build"
- make DESTDIR="$pkgdir" install
- msg "Replacing filenames to use python2."
- sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
- $(find "$pkgdir" -name '*.py') \
- $(find "$pkgdir" -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
- find "$pkgdir/" -name '*.pyc' -delete
- find "$pkgdir/" -name '*.pyo' -delete
-}
-
-# options for armv6:
-# -Dhave_mfpu_neon=0 \
-# -DCMAKE_CXX_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
-# -DCMAKE_C_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
-
-# options for armv7:
-# -DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
-# -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
-# line 341 add /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabi
-
-
Copied: gnuradio/repos/community-i686/PKGBUILD (from rev 100354, gnuradio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 16:17:09 UTC (rev 100355)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+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/$pkgname-$pkgver/build"
+ export PYTHON=python2
+ #make test
+}
+
+package() {
+ cd "$srcdir"
+ install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
+ cd "$srcdir/$pkgname-$pkgver/grc/freedesktop"
+ install -Dm644 gnuradio-grc.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+ cd "$srcdir/$pkgname-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+ msg "Replacing filenames to use python2."
+ sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+ $(find "$pkgdir" -name '*.py') \
+ $(find "$pkgdir" -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+ find "$pkgdir/" -name '*.pyc' -delete
+ find "$pkgdir/" -name '*.pyo' -delete
+}
+
+# options for armv6:
+# -Dhave_mfpu_neon=0 \
+# -DCMAKE_CXX_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
+# -DCMAKE_C_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
+
+# options for armv7:
+# -DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
+# -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
+# line 341 add /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabi
+
+
Copied: gnuradio/repos/community-i686/gnuradio.install (from rev 100354, gnuradio/trunk/gnuradio.install)
===================================================================
--- community-i686/gnuradio.install (rev 0)
+++ community-i686/gnuradio.install 2013-11-02 16:17:09 UTC (rev 100355)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/21-fcd.rules
===================================================================
--- community-x86_64/21-fcd.rules 2013-11-02 16:16:19 UTC (rev 100354)
+++ community-x86_64/21-fcd.rules 2013-11-02 16:17:09 UTC (rev 100355)
@@ -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-x86_64/21-fcd.rules (from rev 100354, gnuradio/trunk/21-fcd.rules)
===================================================================
--- community-x86_64/21-fcd.rules (rev 0)
+++ community-x86_64/21-fcd.rules 2013-11-02 16:17:09 UTC (rev 100355)
@@ -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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-11-02 16:16:19 UTC (rev 100354)
+++ community-x86_64/PKGBUILD 2013-11-02 16:17:09 UTC (rev 100355)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-pkgname=gnuradio
-pkgver=3.7.1
-pkgrel=7
-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'
- 'pyxml: gnuradio-companion'
- 'pygtk: gnuradio-companion'
- 'wxpython: gr-wxgui'
- 'qwtplot3d: gr-qtgui'
- 'pyqwt: gr-qtgui'
- 'doxygen: autogenerated documentation'
- 'pkgconfig: ?')
-conflicts=('gnuradio-git')
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-
-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/$pkgname-$pkgver/build"
- export PYTHON=python2
- #make test
-}
-
-package() {
- cd "$srcdir"
- install -D -m644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
- cd "$pkgname-$pkgver/build"
- make DESTDIR="$pkgdir" install
- msg "Replacing filenames to use python2."
- sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
- $(find "$pkgdir" -name '*.py') \
- $(find "$pkgdir" -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
- find "$pkgdir/" -name '*.pyc' -delete
- find "$pkgdir/" -name '*.pyo' -delete
-}
-
-# options for armv6:
-# -Dhave_mfpu_neon=0 \
-# -DCMAKE_CXX_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
-# -DCMAKE_C_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
-
-# options for armv7:
-# -DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
-# -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
-# line 341 add /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabi
-
-
Copied: gnuradio/repos/community-x86_64/PKGBUILD (from rev 100354, gnuradio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-02 16:17:09 UTC (rev 100355)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+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/$pkgname-$pkgver/build"
+ export PYTHON=python2
+ #make test
+}
+
+package() {
+ cd "$srcdir"
+ install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
+ cd "$srcdir/$pkgname-$pkgver/grc/freedesktop"
+ install -Dm644 gnuradio-grc.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+ cd "$srcdir/$pkgname-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+ msg "Replacing filenames to use python2."
+ sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+ $(find "$pkgdir" -name '*.py') \
+ $(find "$pkgdir" -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+ find "$pkgdir/" -name '*.pyc' -delete
+ find "$pkgdir/" -name '*.pyo' -delete
+}
+
+# options for armv6:
+# -Dhave_mfpu_neon=0 \
+# -DCMAKE_CXX_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
+# -DCMAKE_C_FLAGS:STRING="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
+
+# options for armv7:
+# -DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
+# -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
+# line 341 add /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabi
+
+
Copied: gnuradio/repos/community-x86_64/gnuradio.install (from rev 100354, gnuradio/trunk/gnuradio.install)
===================================================================
--- community-x86_64/gnuradio.install (rev 0)
+++ community-x86_64/gnuradio.install 2013-11-02 16:17:09 UTC (rev 100355)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list