Summary: Generates a map viewable with a webrowser. Name: minecraft-overviewer Version: 0.12 Release: 22%{?dist} Source0: %{name}-%{version}.tar.gz License: GNU General Public License v3 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Packager: Franz Dietrich Url: http://overviewer.org/ Requires: python-imaging, numpy BuildRequires: gcc, python2-devel, python-imaging-devel, numpy Provides: overviewer %description The Minecraft Overviewer is a command-line tool for rendering high-resolution maps of Minecraft worlds. It generates a set of static html and image files and uses the Leaflet viewer to display an interactive map. %prep %setup %build env CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build %install %{__python2} setup.py install -O1 --root=%{buildroot} ln -s %{_bindir}/overviewer.py %{buildroot}%{_bindir}/overviewer rm -rf %{buildroot}%{_defaultdocdir}/minecraft-overviewer %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{python2_sitearch}/Minecraft_Overviewer-*-*.egg-info %{python2_sitearch}/overviewer_core %{_bindir}/overviewer.py %{_bindir}/overviewer %doc README.rst COPYING.txt sample_config.py %changelog * Thu Jun 06 2019 Franz Dietrich 0.12-22 - overviewer: add warning for CentOS/RHEL 6 (ovdev@fratti.ch) - Ensure coordinates are properly converted when changing views (#1571) (23699979+mircokroon@users.noreply.github.com) - world: remove lit chunk check (ovdev@fratti.ch) - world: make the chunk populated code even uglier (ovdev@fratti.ch) - world: fix snowy grass check (ovdev@fratti.ch) - world: fix rendering of 1.13 worlds (ovdev@fratti.ch) - world: only render fully formed and lit chunks (ovdev@fratti.ch) - .gitignore: add the docs build dir to ignore (ovdev@fratti.ch) - Add fletching, cartography and smithing tables (ovdev@fratti.ch) - added new 1.14 slabs, referencing issue #1560 (programming18@verdunkelbar.de) - docs/running: update texture install instructions (ovdev@fratti.ch) - travis: test with 1.14 assets (ovdev@fratti.ch) - textures: fix stone slabs for 1.14 (ovdev@fratti.ch) - world: ignore poi directory in world dir (ovdev@fratti.ch) - world: fix for chunk parsing for 1.14 (ovdev@fratti.ch) - Revert "web: fix goToHash on layer change" (ovdev@fratti.ch) - primitives: misc char -> short fixes (ovdev@fratti.ch) - world: space comments correctly (ovdev@fratti.ch) - textures: set prismarine slabs to transparent (ovdev@fratti.ch) - reorder code in world.py (programming18@verdunkelbar.de) - double slab fix (programming18@verdunkelbar.de) - activated red_sandstone_slab, for only half implemented (programming18@verdunkelbar.de) - fix upper/lower slab issue for more slab types (programming18@verdunkelbar.de) - added: prismarine_brick_stairs, prismarine_slab, dark_prismarine_slab, prismarine_brick_slab (programming18@verdunkelbar.de) - fix prismarine stairs (ovdev@fratti.ch) * Sat Mar 30 2019 Franz Dietrich 0.12-21 - docs/signs.rst: fix filter function ids for 1.13 (ovdev@fratti.ch) - web: fix goToHash on layer change (aheadley@waysaboutstuff.com) - world: fix stair orientations (ovdev@fratti.ch) - world: bandaid fix for double stone brick slabs (ovdev@fratti.ch) - added cut_red_sandstone and chiseled_red_sandstone (programming18@verdunkelbar.de) - mailmap: more adding of myself, sheesh (ovdev@fratti.ch) - mailmap: add myself (ovdev@fratti.ch) - Implement style fixes (Wunkolo@gmail.com) - Fix block_class_is_subset linkage (Wunkolo@gmail.com) - Increment extension version (Wunkolo@gmail.com) - Fix implicit declaration (Wunkolo@gmail.com) - Collapse special case logic to block_class_is_subset (Wunkolo@gmail.com) - Convert case switch to block_class_is_subset (Wunkolo@gmail.com) - block_class_is_subset implementation pass (Wunkolo@gmail.com) - Implement block_class header (Wunkolo@gmail.com) - Increment overviewer extension version (Wunkolo@gmail.com) - Block ID enum pass (Wunkolo@gmail.com) - Block ID to mc_id replacement pass (Wunkolo@gmail.com) - First pass mc_id enum implementation (Wunkolo@gmail.com) - world: fix potatoes and carrots growth stages (ovdev@fratti.ch) - world: fix seed growth stages (ovdev@fratti.ch) - world: fix mossy cobblestone block/wall rendering (ovdev@fratti.ch) - world: fix petrified_oak_slab rendering (ovdev@fratti.ch) - settingsValidators: fix code style, adjust strings (ovdev@fratti.ch) - overviewer: use print_function (ovdev@fratti.ch) - Replaced OSX with macOS (admin@tomtamaira.com) - contrib/png-it: allow saving to stdout with - (ovdev@fratti.ch) - contrib/png-it: use the print function (ovdev@fratti.ch) - contrib/png-it: switch from optparse to argparse (ovdev@fratti.ch) - contrib/png-it: clean up code, grammar (ovdev@fratti.ch) - Updated macOS Build Instructions (#1530) (admin@tomtamaira.com) - contribManager: get rid of removed scripts (ovdev@fratti.ch) - Simplified finding spawn Y (jeroensmienk@icloud.com) - contrib: delete scripts that are no longer useful (ovdev@fratti.ch) - genPOI: fix code style (ovdev@fratti.ch) - overviewer: warn about shell quoting issues (ovdev@fratti.ch) - overviewer: replace optparse with argparse (ovdev@fratti.ch) - overviewer: fix git hash being after line break (ovdev@fratti.ch) - overviewer: misc style fixes (ovdev@fratti.ch) - optimizeimages: fix code style (ovdev@fratti.ch) - util: fix code style (ovdev@fratti.ch) - cache: fix code style (ovdev@fratti.ch) - logger: code style fixes (ovdev@fratti.ch) - overviewer: code style and consistency fixes (ovdev@fratti.ch) - Add WebP image format support (ovdev@fratti.ch) - tileset: drastic code style fixes (ovdev@fratti.ch) - docs: update copyright year, version, release (ovdev@fratti.ch) - nbt: code style fixes (ovdev@fratti.ch) - observer: drastic code style fixes (ovdev@fratti.ch) * Fri Mar 01 2019 Franz Dietrich 0.12-20 - progressbar: actually flush the fd on update (ovdev@fratti.ch) - web: add layer fallback to goToHash (ovdev@fratti.ch) - web: fix overlays showing up for all base layers (ovdev@fratti.ch) - do block state unpacking with numpy slices, not loops (aargri@gmail.com) - Fix C extension build warnings the painful way (ovdev@fratti.ch) - block states with 9, 10, 11, and 12 bits per value now unpack correctly (aargri@gmail.com) - Revert "Fix C extension build warnings" (aargri@gmail.com) - web: fix white rectangle behind markers (ovdev@fratti.ch) - web: reimplement marker groups default checking (ovdev@fratti.ch) - docs: actually fix chestFilter example (ovdev@fratti.ch) - docs: fix chestFilter example (ovdev@fratti.ch) - Fix C extension build warnings (ovdev@fratti.ch) - Fix marker icon position properly. Closes #1481. (willemmaster@hotmail.com) - removed strong tags in coordination box (marc@marc.tv) - trapdoor orientation non-oak trapdoors dried kelp blocks (jvaskonen@gmail.com) - non-oak buttons buttons on top of blocks (jvaskonen@gmail.com) - bone block orientation smooth stone blocks coral and dead coral blocks blue ice (jvaskonen@gmail.com) - Wood and stripped wood (jvaskonen@gmail.com) - Stripped logs (jvaskonen@gmail.com) - non-oak pressure plates (jvaskonen@gmail.com) - Uncarved pumpkin textures (jvaskonen@gmail.com) - One more infested block (jvaskonen@gmail.com) - Fix light grey terracotta and glazed terracotta orientation. (jvaskonen@gmail.com) - When adding quartz pillar orientation, I assumed the top orientation was correct, when it was actually the side. (jvaskonen@gmail.com) - Fixing top textures of non-vertically oriented quartz pillars. (jvaskonen@gmail.com) - Added note blocks, carved pumkin, non-oak pressure plates (oak texture), more infested stone bricks and melons. (jvaskonen@gmail.com) - Adds chiseled quartz and quartz pillars (jvaskonen@gmail.com) - Adding mappings for damaged anvils. Add handling for sign and anvil orientation. (jvaskonen@gmail.com) - Potted plants still not rendering, but I figure this is better than an error message. (jvaskonen@gmail.com) - Fixes big mushrooms (jvaskonen@gmail.com) - Fixing handling of torches/redstone torches on walls (jvaskonen@gmail.com) - genpoi: Also fix missing nbt keys if processes > 1 (ovdev@fratti.ch) - genPOI: catch ChunkDoesntExist when processes > 1 (ovdev@fratti.ch) - genpoi: fix uncaught KeyErrors on some MC data (ovdev@fratti.ch) - web: fix createInfoWindow not having any effect (ovdev@fratti.ch) - web: fix marker icon position (ovdev@fratti.ch) - Make JSObserver work with Leaflet. Fixes #1451. (willemmaster@hotmail.com) - Use cached center for initial view. Fixes #1453. (willemmaster@hotmail.com) - remove print (admin@redsparr0w.com) - furnace orientation (admin@redsparr0w.com) - dispenser, dropper orientation (admin@redsparr0w.com) - add/update comments (admin@redsparr0w.com) - fix piston orientation (admin@redsparr0w.com) - fix gate orientation (admin@redsparr0w.com) - fix rail, powered rail orientation + powered state (admin@redsparr0w.com) - add oak button (admin@redsparr0w.com) - fix shulker, observer orientation (admin@redsparr0w.com) - fix slab top/bottom slab (admin@redsparr0w.com) - fix repeate, comparator orientation + powered state (admin@redsparr0w.com) - fix restone torch, torch orientations + lit state (admin@redsparr0w.com) - fix ladder, chest, ender chest, trapped chest + orientation (admin@redsparr0w.com) - Add more blocks (admin@redsparr0w.com) - add banners, rearrange colored blocks by id (admin@redsparr0w.com) - update block properties (admin@redsparr0w.com) - update 1.13 underwater blocks to be water instead of air (admin@redsparr0w.com) - remove items (not blocks) (admin@redsparr0w.com) - add & fix some blocks (admin@redsparr0w.com) - remove extra whitespace (admin@redsparr0w.com) - Disable IRC notifications from travis (achin@eminence32.net) - Fixed behaviour of 'defaultZoom' property. (leightheduck@gmail.com) - NBT: Use a replacement strategy to deal with undecodable data. (achin@eminence32.net) - Add concrete powder and other misc. blocks (#4) (jspanos@gmail.com) - do not render internal faces for water (aargri@gmail.com) - Forward compatibility (gmcnew@gmail.com) - Reenable support for old 1.12-era chunks (gmcnew@gmail.com) - More blocks added (softer@lin.in.ua) - ignore "decorated" chunks (achin@eminence32.net) - Always interpret long_array as 64-bit (aargri@gmail.com) - Misc fixes (gmcnew@gmail.com) - More blocks... (softer@lin.in.ua) - Yet another attempt to get travis working (achin@eminence32.net) - Use hard-coded 1.13 client jar URL in travis config (achin@eminence32.net) - Update travis to use 1.13 textures (achin@eminence32.net) - Add puCharm directory to .gitignore (softer@lin.in.ua) - A 1.13-compatible texture pack is required (gmcnew@gmail.com) - Add support for remaining palette sizes. (gmcnew@gmail.com) - Support 9-bit palettes. (gmcnew@gmail.com) - More block mappings! (gmcnew@gmail.com) - Lots more block mappings (gmcnew@gmail.com) - Translate to old map format (gmcnew@gmail.com) - Allow new NBT type 12 (long array) to be read (gmcnew@gmail.com) - Finish updating texture names (gmcnew@gmail.com) - Minor texture fixes (gmcnew@gmail.com) - Reverse version-check logic (gmcnew@gmail.com) - Partial texture path fixes (gmcnew@gmail.com) * Fri Mar 01 2019 Franz Dietrich - progressbar: actually flush the fd on update (ovdev@fratti.ch) - web: add layer fallback to goToHash (ovdev@fratti.ch) - web: fix overlays showing up for all base layers (ovdev@fratti.ch) - do block state unpacking with numpy slices, not loops (aargri@gmail.com) - Fix C extension build warnings the painful way (ovdev@fratti.ch) - block states with 9, 10, 11, and 12 bits per value now unpack correctly (aargri@gmail.com) - Revert "Fix C extension build warnings" (aargri@gmail.com) - web: fix white rectangle behind markers (ovdev@fratti.ch) - web: reimplement marker groups default checking (ovdev@fratti.ch) - docs: actually fix chestFilter example (ovdev@fratti.ch) - docs: fix chestFilter example (ovdev@fratti.ch) - Fix C extension build warnings (ovdev@fratti.ch) - Fix marker icon position properly. Closes #1481. (willemmaster@hotmail.com) - removed strong tags in coordination box (marc@marc.tv) - trapdoor orientation non-oak trapdoors dried kelp blocks (jvaskonen@gmail.com) - non-oak buttons buttons on top of blocks (jvaskonen@gmail.com) - bone block orientation smooth stone blocks coral and dead coral blocks blue ice (jvaskonen@gmail.com) - Wood and stripped wood (jvaskonen@gmail.com) - Stripped logs (jvaskonen@gmail.com) - non-oak pressure plates (jvaskonen@gmail.com) - Uncarved pumpkin textures (jvaskonen@gmail.com) - One more infested block (jvaskonen@gmail.com) - Fix light grey terracotta and glazed terracotta orientation. (jvaskonen@gmail.com) - When adding quartz pillar orientation, I assumed the top orientation was correct, when it was actually the side. (jvaskonen@gmail.com) - Fixing top textures of non-vertically oriented quartz pillars. (jvaskonen@gmail.com) - Added note blocks, carved pumkin, non-oak pressure plates (oak texture), more infested stone bricks and melons. (jvaskonen@gmail.com) - Adds chiseled quartz and quartz pillars (jvaskonen@gmail.com) - Adding mappings for damaged anvils. Add handling for sign and anvil orientation. (jvaskonen@gmail.com) - Potted plants still not rendering, but I figure this is better than an error message. (jvaskonen@gmail.com) - Fixes big mushrooms (jvaskonen@gmail.com) - Fixing handling of torches/redstone torches on walls (jvaskonen@gmail.com) - genpoi: Also fix missing nbt keys if processes > 1 (ovdev@fratti.ch) - genPOI: catch ChunkDoesntExist when processes > 1 (ovdev@fratti.ch) - genpoi: fix uncaught KeyErrors on some MC data (ovdev@fratti.ch) - web: fix createInfoWindow not having any effect (ovdev@fratti.ch) - web: fix marker icon position (ovdev@fratti.ch) - Make JSObserver work with Leaflet. Fixes #1451. (willemmaster@hotmail.com) - Use cached center for initial view. Fixes #1453. (willemmaster@hotmail.com) - remove print (admin@redsparr0w.com) - furnace orientation (admin@redsparr0w.com) - dispenser, dropper orientation (admin@redsparr0w.com) - add/update comments (admin@redsparr0w.com) - fix piston orientation (admin@redsparr0w.com) - fix gate orientation (admin@redsparr0w.com) - fix rail, powered rail orientation + powered state (admin@redsparr0w.com) - add oak button (admin@redsparr0w.com) - fix shulker, observer orientation (admin@redsparr0w.com) - fix slab top/bottom slab (admin@redsparr0w.com) - fix repeate, comparator orientation + powered state (admin@redsparr0w.com) - fix restone torch, torch orientations + lit state (admin@redsparr0w.com) - fix ladder, chest, ender chest, trapped chest + orientation (admin@redsparr0w.com) - Add more blocks (admin@redsparr0w.com) - add banners, rearrange colored blocks by id (admin@redsparr0w.com) - update block properties (admin@redsparr0w.com) - update 1.13 underwater blocks to be water instead of air (admin@redsparr0w.com) - remove items (not blocks) (admin@redsparr0w.com) - add & fix some blocks (admin@redsparr0w.com) - remove extra whitespace (admin@redsparr0w.com) - Disable IRC notifications from travis (achin@eminence32.net) - Fixed behaviour of 'defaultZoom' property. (leightheduck@gmail.com) - NBT: Use a replacement strategy to deal with undecodable data. (achin@eminence32.net) - Add concrete powder and other misc. blocks (#4) (jspanos@gmail.com) - do not render internal faces for water (aargri@gmail.com) - Forward compatibility (gmcnew@gmail.com) - Reenable support for old 1.12-era chunks (gmcnew@gmail.com) - More blocks added (softer@lin.in.ua) - ignore "decorated" chunks (achin@eminence32.net) - Always interpret long_array as 64-bit (aargri@gmail.com) - Misc fixes (gmcnew@gmail.com) - More blocks... (softer@lin.in.ua) - Yet another attempt to get travis working (achin@eminence32.net) - Use hard-coded 1.13 client jar URL in travis config (achin@eminence32.net) - Update travis to use 1.13 textures (achin@eminence32.net) - Add puCharm directory to .gitignore (softer@lin.in.ua) - A 1.13-compatible texture pack is required (gmcnew@gmail.com) - Add support for remaining palette sizes. (gmcnew@gmail.com) - Support 9-bit palettes. (gmcnew@gmail.com) - More block mappings! (gmcnew@gmail.com) - Lots more block mappings (gmcnew@gmail.com) - Translate to old map format (gmcnew@gmail.com) - Allow new NBT type 12 (long array) to be read (gmcnew@gmail.com) - Finish updating texture names (gmcnew@gmail.com) - Minor texture fixes (gmcnew@gmail.com) - Reverse version-check logic (gmcnew@gmail.com) - Partial texture path fixes (gmcnew@gmail.com) * Mon Aug 27 2018 Franz Dietrich 0.12-17 - using python2 instead of python (dietrich@teilgedanken.de) - simple change (dietrich@teilgedanken.de) * Mon Aug 27 2018 Franz Dietrich 0.12-16 - changing to leaflet (dietrich@teilgedanken.de) * Mon Aug 27 2018 Franz Dietrich 0.12-15 - adding gcc to build depends (dietrich@teilgedanken.de) * Mon Aug 27 2018 Franz Dietrich 0.12-14 - Fix missing titles for markers (cl0ne@mithril.org.ua) - Remove trailing whitespaces (r15ch13+git@gmail.com) - Remove jQuery and underscore dependencies (r15ch13+git@gmail.com) - Use