Index: developer/packaging/Changelog =================================================================== --- developer/packaging/Changelog (revision 10410) +++ developer/packaging/Changelog (revision 10411) @@ -1,10 +1,26 @@ How to get a release candidate tarball in /tmp: - ver=1.0.4 + ver=1.0.5 cd /tmp svn export svn://repo.hu/sch-rnd/trunk sch-rnd-$ver tar -cf sch-rnd-$ver.tar sch-rnd-$ver +Packaging changes between 1.0.5 and 1.0.4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A. changes that probably don't need action + +(none) + +B. changes that probably DO need action + +1. new ./configure line (for hierarchic support, built-in) + +2. New plugin (in existing package) for exporting tedax footprint: + (- new ./configure line) + - new export_tedax_footprint* files in package sch-rnd-export-vector + + + Packaging changes between 1.0.4 and 1.0.3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A. changes that probably don't need action Index: developer/packaging/description.txt =================================================================== --- developer/packaging/description.txt (revision 10410) +++ developer/packaging/description.txt (revision 10411) @@ -32,4 +32,5 @@ * eps * spice * svg + * tdx * lihata cschem symbol (any version) Index: developer/packaging/packages.html =================================================================== --- developer/packaging/packages.html (revision 10410) +++ developer/packaging/packages.html (revision 10411) @@ -13,8 +13,8 @@ sch-rnd-io-alien sch-rnd-core io_altium io_geda io_orcad io_tinycad lib_alien lib_ucdf sch-rnd-export-gd sch-rnd-core librnd4-pixmap export_png sch-rnd-lib-gui sch-rnd-core librnd4-lib-gui gui lib_plot sch_dialogs -sch-rnd-core librnd4(builtin: act_draw act_read backann construct export_spice export_tedax funcmap io_lihata io_ngrp_fawk io_ngrp_tedax lib_anymap lib_netlist_exp lib_ngrp lib_target lib_tedax place propedit query renumber std_cschem std_devmap std_forge std_tools symlib_fs symlib_local target_none target_pcb target_spice) -sch-rnd-export-vector sch-rnd-core librnd4 export_ps export_svg +sch-rnd-core librnd4(builtin: act_draw act_read backann construct export_spice export_tedax funcmap hlibrary_fs io_lihata io_ngrp_fawk io_ngrp_tedax lib_anymap lib_netlist_exp lib_ngrp lib_target lib_tedax place propedit query renumber std_cschem std_devmap std_forge std_tools symlib_fs symlib_local target_none target_pcb target_spice) +sch-rnd-export-vector sch-rnd-core librnd4 export_ps export_svg export_tedax_footprint sch-rnd-export-extra sch-rnd-core sch-rnd-export-vector export_abst export_bom export_lpr sch-rnd-debug sch-rnd-core diag @@ -28,7 +28,7 @@ sch-rnd-export-gd $P/export_png.pup $P/export_png.so Export formats that require libgd. Bitmap export plugin (png, jpeg, etc.) sch-rnd-lib-gui $P/gui.pup $P/gui.so $P/lib_plot.pup $P/lib_plot.so $P/sch_dialogs.pup $P/sch_dialogs.so $C/adialogs.conf Support library for building the GUI. Provides sch-rnd specific dialog boxes and top window GUI elements. sch-rnd-core $PREFIX/bin/sch-rnd $PREFIX/share/man/man1/sch-rnd.1 $PREFIX/bin/boxsym-rnd $PREFIX/share/man/man1/boxsym-rnd.1 $PREFIX/share/man/man5/boxsym-rnd.5 $PREFIX/lib/sch-rnd/boxsym-rnd/* $PREFIX/lib/sch-rnd/minuid $C/sch-rnd-conf.lht $C/menu-default.lht $PREFIX/share/sch-rnd/default-sheet.lht $PREFIX/share/sch-rnd/devmap/* $PREFIX/share/sch-rnd/font/* $PREFIX/share/sch-rnd/symbol/* $PREFIX/share/sch-rnd/spice/* $C/funcmap.conf $C/renumber.conf $C/std_cschem.conf $C/std_devmap.conf $C/target_pcb.conf $C/target_spice.conf sch-rnd executable with the core functionality and boxsym-rnd Includes the data model, the most common action commands, the native file format. Can be used in headless mode or batch/scripted mode for automated processing or with GUI (if sch-rnd-lib-gui and librnd GUI HIDs are installed). -sch-rnd-export-vector $P/export_ps.pup $P/export_ps.so $P/export_svg.pup $P/export_svg.so Export formats: vector graphics Common vector graphic export formats: ps, eps, svg. +sch-rnd-export-vector $P/export_ps.pup $P/export_ps.so $P/export_svg.pup $P/export_svg.so $P/export_tedax_footprint.pup $P/export_tedax_footprint.so Export formats: vector graphics Common vector graphic export formats: ps, eps, svg. sch-rnd-export-extra $P/export_abst.pup $P/export_abst.so $P/export_bom.pup $P/export_bom.so $P/export_lpr.pup $P/export_lpr.so $C/export_bom.conf Export formats: special/extra Less commonly used export formats: abstract model text export, direct printing with lpr. sch-rnd-debug $P/diag.pup $P/diag.so Debug and diagnostics. Extra action commands to help in debugging and diagnosing problems and bugs. @@ -69,6 +69,7 @@ --buildin-export_tedax --buildin-lib_tedax --buildin-lib_anymap +--buildin-hlibrary_fs --buildin-std_forge --buildin-std_devmap --buildin-propedit @@ -94,6 +95,7 @@ --plugin-sch_dialogs --plugin-lib_plot --plugin-export_lpr +--plugin-export_tedax_footprint --plugin-export_svg --plugin-sim --plugin-gui