2014-09-21 03:08:27 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Add options.mk. Add PKG_OPTIONS.gnuradio= option (but not selected as the default).
|
2014-09-18 11:52:22 by Makoto Fujiwara | Files touched by this commit (6) |
Log message:
Correction to 2nd argment of CONF_FILES= line (to ${PKG_SYSCONFDIR}/).
|
2014-09-18 07:16:17 by Makoto Fujiwara | Files touched by this commit (6) |
Log message:
Correction of second arg of CONF_FILES= line (PKG_SYSCONFSUBDIR).
|
2014-09-18 02:43:29 by Makoto Fujiwara | Files touched by this commit (22) |
Log message:
GNU Radio 3.7.5, converting options.mk selection to modularized 20 packages, and \
gnuradio-default (Enable default) and gnuradio (meta-pkg).
|
2014-09-18 02:22:32 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
By using ENABLE_GR_xxx cmake variable, split gnuradio into small
modules. Aside from that, gnuradio-default is prepared to build with
upstream default(ENABLE_DEFAULT=True). This -default is for the
refererence to see if meta-pkgs/gnuradio covers with its -default version
There are PLIST overwraps if just using ENABLE_GR_xxx variables.
One between all the modules and gnuradio-core. The others are between
gnuradio-atsc and gnuradio-fec, and between -trellis and -digital.
Those combination sound natural, because former depends the latter
(But latter alone can be packaged).
The work around of above problem is that
having removing-overwrapped-PLIST-script in post-install: target.
(on Nocore.mk)
Common stuff, Makefile.version, Makefile.common, distinfo, patches
are moved from meta-pkgs to gnuradio-core. I believe it is natural location.
To check the consistency over various PLIST's, perl script
check-PLIST-overwrap is at gnuradio-core/files. This is only for
PKG_DEVELOPERS. Have -h for usage. Overwaps and Missing (from
gnuradio-default) of PLIST's will be shown by this.
(Other files will be committed later)
|
2014-09-18 02:08:06 by Makoto Fujiwara | Files touched by this commit (25) | |
Log message:
Remove PLIST.*, for preparing modularized 3.7.5
|
2014-09-10 08:21:16 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Add empty files (with reason) to keep options.mk consistency
|
2014-09-10 08:19:08 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
(Makefile) two buildlink3 seem always be necessary
+.include "../../devel/cppunit/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
(PLIST.doxygen)
Adjust
(options.mk)
Correction to default setting (test situation was left out)
PKG_SUGGESTED_OPTIONS= default
-PKG_SUGGESTED_OPTIONS= doxygen
(TODO)
Removing some fixed lines
|
2014-09-09 09:48:43 by Makoto Fujiwara | Files touched by this commit (27) | |
Log message:
(Upstream update 3.7.2.1 to 3.7.5)
ChangeLog for 3.7.5
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5
ChangeLog for 3.7.2
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_2
(pkgsrc)
convert cmake command at do-configure: to USE_CMAKE= yes style
(Not all combinations of options are verified yet, sorry).
|
2014-09-07 12:50:07 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
1. (options.mk)
tabify and sorting ".include ../../category/package" lines
2. (Makefile) add following argument for cmake
+ -DUHD_LIBRARIES=${PREFIX}/lib/libuhd.so \
+ -DUHD_INCLUDE_DIRS=${PREFIX}/include \
3. Packaged in non-CHROOTed environment
4. (TODO)
Some note added related to #2 above.
|