summaryrefslogtreecommitdiff
path: root/ham/gnuradio-video-sdl
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2007-08-08 03:22:05 +0000
committerwulf <wulf@pkgsrc.org>2007-08-08 03:22:05 +0000
commit58611cde830d62e6b7863a6120a8f35af4faab07 (patch)
treec8267b1f97cf0e49a6375ba21b202fc604e888bb /ham/gnuradio-video-sdl
parentcb9f940c3ac27d2b90e1f66e0a246df0f9286016 (diff)
downloadpkgsrc-58611cde830d62e6b7863a6120a8f35af4faab07.tar.gz
Updated gnuradio-video-sdl to 3.0.4:
* Updated license to GPLv3 * Fixed shared memory leak on NetBSD * Many bug fixes
Diffstat (limited to 'ham/gnuradio-video-sdl')
-rw-r--r--ham/gnuradio-video-sdl/PLIST10
-rw-r--r--ham/gnuradio-video-sdl/distinfo9
-rw-r--r--ham/gnuradio-video-sdl/patches/patch-aa22
3 files changed, 32 insertions, 9 deletions
diff --git a/ham/gnuradio-video-sdl/PLIST b/ham/gnuradio-video-sdl/PLIST
index ae5f227c21f..29ca2ee17c4 100644
--- a/ham/gnuradio-video-sdl/PLIST
+++ b/ham/gnuradio-video-sdl/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 17:36:32 wulf Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/08/08 03:22:05 wulf Exp $
include/gnuradio/swig/video_sdl.i
include/gnuradio/video_sdl_sink_s.h
include/gnuradio/video_sdl_sink_uc.h
-lib/python2.4/site-packages/gnuradio/_video_sdl.la
-lib/python2.4/site-packages/gnuradio/video_sdl.py
-lib/python2.4/site-packages/gnuradio/video_sdl.pyc
-lib/python2.4/site-packages/gnuradio/video_sdl.pyo
+${PYSITELIB}/gnuradio/_video_sdl.la
+${PYSITELIB}/gnuradio/video_sdl.py
+${PYSITELIB}/gnuradio/video_sdl.pyc
+${PYSITELIB}/gnuradio/video_sdl.pyo
diff --git a/ham/gnuradio-video-sdl/distinfo b/ham/gnuradio-video-sdl/distinfo
index 8f16c608a83..a394363d3c2 100644
--- a/ham/gnuradio-video-sdl/distinfo
+++ b/ham/gnuradio-video-sdl/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/13 17:36:32 wulf Exp $
+$NetBSD: distinfo,v 1.2 2007/08/08 03:22:05 wulf Exp $
-SHA1 (gnuradio-3.0.2.tar.gz) = 9d9a0e22c9e4fd9735f62c0145b9ceb61a33f9c2
-RMD160 (gnuradio-3.0.2.tar.gz) = 3ff771c2d13d680fb76d7ca82a6a11678c7069ae
-Size (gnuradio-3.0.2.tar.gz) = 3190212 bytes
+SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121
+RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc
+Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes
+SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d
diff --git a/ham/gnuradio-video-sdl/patches/patch-aa b/ham/gnuradio-video-sdl/patches/patch-aa
new file mode 100644
index 00000000000..77fb428831d
--- /dev/null
+++ b/ham/gnuradio-video-sdl/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2007/08/08 03:22:05 wulf Exp $
+
+--- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930
++++ Makefile.common 2007-08-08 04:40:47.000000000 +0930
+@@ -52,7 +52,7 @@
+ $(FFTW3F_CFLAGS)
+
+ # How to link in GNU Radio core library from inside the tree
+-GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la
++GNURADIO_CORE_LA = -lgnuradio-core
+
+ # This is a dependency for many swig operations
+ GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i
+@@ -60,7 +60,7 @@
+ # How to link in the USRP library from inside the tree
+ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \
+ -I$(top_srcdir)/usrp/firmware/include
+-USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la
++USRP_LA = -libusrp
+
+ # This used to be set in configure.ac but is now defined here for all
+ # Makefiles when this fragment is included.