Index: trunk/doc/developer/packaging/Changelog =================================================================== --- trunk/doc/developer/packaging/Changelog (revision 36925) +++ trunk/doc/developer/packaging/Changelog (revision 36926) @@ -8,11 +8,30 @@ Packaging changes between 3.0.6 and 3.0.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -TODO: librnd dep >=3.2.0 +A. changes that probably don't need action + +1. documented external package dependencies per plugin + +2. make install: more developer docs are installed + + +B. changes that probably DO need action + +1. this version depends on librnd >=3.2.0 + +2. new ./configure line for the new plugins + +3. package pcb-rnd-cloud now depends on package pcb-rnd-export + +4. new plugins in package pcb-rnd-cloud: order and order_pcbway + +5. new external package dependency: package pcb-rnd-cloud depends on libxml2 + +6. package pcb-rnd-import-geo doesn't directly depend on libgd anymore + +7. pcb-rnd-core description clarification + TODO: new librnd dependencies in export_svg, png, ps, eps, export_lpr -TODO: more developer docs are installed -TODO: import_geo doesn't directly depend on libgd anymore -TODO: pcb-rnd-core description clarification Packaging changes between 3.0.5 and 3.0.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Index: trunk/doc/developer/packaging/packages.html =================================================================== --- trunk/doc/developer/packaging/packages.html (revision 36925) +++ trunk/doc/developer/packaging/packages.html (revision 36926) @@ -20,7 +20,7 @@ pcb-rnd-lib-gui pcb-rnd-core librnd3-lib-gui dialogs draw_fontsel lib_hid_pcbui pcb-rnd-core librnd3(builtin: act_draw act_read autocrop ch_editpoint ch_onpoint ddraft draw_csect draw_fab drc_query extedit exto_std fp_board fp_fs io_lihata lib_compat_help lib_formula lib_polyhelp mincut propedit query report rubberband_orig shape show_netnames tool_std) pcb-rnd-io-alien pcb-rnd-core pcb-rnd-lib-io pcb-rnd-extra librnd3 io_autotrax io_bxl io_dsn io_eagle io_hyp io_kicad io_kicad_legacy io_pads -pcb-rnd-cloud pcb-rnd-core librnd3-cloud fp_wget +pcb-rnd-cloud pcb-rnd-core librnd3-cloud pcb-rnd-export fp_wget order order_pcbway pcb-rnd-export-extra pcb-rnd-core pcb-rnd-export export_fidocadj export_ipcd356 export_lpr export_oldconn export_stl pcb-rnd-extra pcb-rnd-core distalign djopt fontmode jostle polycombine polystitch puller renumber shand_cmd teardrops vendordrill @@ -40,7 +40,7 @@ pcb-rnd-lib-gui $P/dialogs.pup $P/dialogs.so $P/draw_fontsel.pup $P/draw_fontsel.so $P/lib_hid_pcbui.pup $P/lib_hid_pcbui.so $C/adialogs.conf Support library for building the GUI. Provides pcb-rnd specific dialog boxes (e.g. fontsel) and top window GUI elements. pcb-rnd-core $PREFIX/bin/pcb-rnd $PREFIX/share/man/man1/pcb-rnd.1 $C/conf_core.lht $C/menu-default.lht $PREFIX/share/pcb-rnd/default2.lht $PREFIX/share/pcb-rnd/default4.lht $PREFIX/share/pcb-rnd/default_font $PREFIX/bin/fp2preview $PREFIX/bin/fp2subc $PREFIX/bin/pcb-prj2lht $PREFIX/share/man/man1/fp2preview.1 $PREFIX/share/man/man1/fp2subc.1 $PREFIX/share/man/man1/pcb-prj2lht.1 $PREFIX/share/pcb-rnd/footprint/* $C/ch_editpoint.conf $C/drc_query.conf $C/fp_fs.conf $C/show_netnames.conf pcb-rnd executable with the core functionality 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 pcb-rnd-lib-gui and librnd GUI HIDs are installed). pcb-rnd-io-alien $P/io_autotrax.pup $P/io_autotrax.so $P/io_bxl.pup $P/io_bxl.so $P/io_dsn.pup $P/io_dsn.so $P/io_eagle.pup $P/io_eagle.so $P/io_hyp.pup $P/io_hyp.so $P/io_kicad.pup $P/io_kicad.so $P/io_kicad_legacy.pup $P/io_kicad_legacy.so $P/io_pads.pup $P/io_pads.so $PREFIX/share/man/man1/txt2bxl.1 $PREFIX/share/man/man1/bxl2txt.1 $PREFIX/bin/txt2bxl $PREFIX/bin/bxl2txt $C/io_pads.conf File format compatibility with other PCB layout designers. Load and/or save boards in file formats supported by other EDA tools, such as KiCAD, Eagle, protel/autotrax, etc. -pcb-rnd-cloud $P/fp_wget.pup $P/fp_wget.so $C/fp_wget.conf Networking plugins. 'Cloud' footprint access plugin that integrates edakrill and gedasymbols.org. +pcb-rnd-cloud $P/fp_wget.pup $P/fp_wget.so $P/order.pup $P/order.so $P/order_pcbway.pup $P/order_pcbway.so $C/fp_wget.conf $C/order.conf $C/order_pcbway.conf Networking plugins. 'Cloud' footprint access plugin that integrates edakrill and gedasymbols.org. pcb-rnd-export-extra $P/export_fidocadj.pup $P/export_fidocadj.so $P/export_ipcd356.pup $P/export_ipcd356.so $P/export_lpr.pup $P/export_lpr.so $P/export_oldconn.pup $P/export_oldconn.so $P/export_stl.pup $P/export_stl.so Export formats: special/extra Less commonly used export formats: fidocadj, ipc-356-d, stl, old geda connection list format, direct printing with lpr. pcb-rnd-extra $P/distalign.pup $P/distalign.so $P/djopt.pup $P/djopt.so $P/fontmode.pup $P/fontmode.so $P/jostle.pup $P/jostle.so $P/polycombine.pup $P/polycombine.so $P/polystitch.pup $P/polystitch.so $P/puller.pup $P/puller.so $P/renumber.pup $P/renumber.so $P/shand_cmd.pup $P/shand_cmd.so $P/teardrops.pup $P/teardrops.so $P/vendordrill.pup $P/vendordrill.so Extra action commands and optional functionality. Align objects in grid, optimize tracks, font editor, combine polygons, renumber subcircuits, apply vendor drill mapping. @@ -51,7 +51,7 @@
package extneral dependencies
pcb-rnd-debug -
pcb-rnd-export +
pcb-rnd-export libgd
pcb-rnd-doc
pcb-rnd-export-sim
pcb-rnd-import-geo libfreetype2 @@ -63,7 +63,7 @@
pcb-rnd-lib-gui
pcb-rnd-core
pcb-rnd-io-alien libxml2 -
pcb-rnd-cloud +
pcb-rnd-cloud libxml2
pcb-rnd-export-extra libxml2
pcb-rnd-extra
@@ -125,6 +125,7 @@ --plugin-import_tinycad --plugin-export_openems --plugin-import_orcad_net +--plugin-order_pcbway --plugin-import_ltspice --plugin-export_dxf --plugin-export_ipcd356 @@ -146,6 +147,7 @@ --plugin-fontmode --plugin-import_netlist --plugin-polystitch +--plugin-order --plugin-import_pads_net --plugin-dialogs --plugin-import_sch_rnd