Commit Graph

31 Commits

Author SHA256 Message Date
Samu Voutilainen
604dc604cc - Added patch fix_build_with_cgal-5.3.patch.
Upstream patch to fix build with CGAL-5.3.

OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=43
2021-08-27 07:45:21 +00:00
Samu Voutilainen
cd9a4d1bec - Reintroduce memory-contraints macro %limit_build -m 2500.
Constraint memoryperjob is allowing too small workers for 
  the jobs it provides.

OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=40
2021-05-08 07:14:47 +00:00
e2a079e354 Accepting request 886985 from home:Smar:branches:graphics
- Update to 2021.1 release
  + Language Features
    * New
        Add function literals
        Add exponent function (e.g. 2^3)
        Add convexity parameter to resize()
        Add support for generic tail recursion
        Add $vpf for viewport field of view
        Add warnings for ranges with begin < end
        Add warnings for matrix structure problems
    * Changed
        Allow random seeds to stick between rands() calls
        Make comparison operators on mixed types return undef
        Track reason for values turning undef
    * Fixed
        Fix Range precision
        Fix empty geometry handling
        Fix search order for imported modules
        Improve internal handling of data values
        Improve performance of array concatenation
        Improve float accuracy of mirror matrix calculation
        Improve polygon and polyhedron warnings/errors
  + Program Features
    * GUI
        Add jump to source code from 3D preview
        Add Error-Log window for tracking errors and warnings
        Add window menu to allow keyboard access to all docked windows
        Enable default binary stl output, and ascii option
        Show message in console when caches are flushed
        Disable HTML rendering in console
        Enable color scheme for CGAL 2D render
        Simplified OpenCSG edge shader, with added smoothing
        New and updated translations: Chinese, Armenian, French, Russian, Polish, German
    * Editor
        Edit multiple files in tabs
        Switch tabs via Ctrl+Tab / Ctrl+Shift+Tab
        Modify numbers via mouse scroll (when holding ALT)
        Add auto-complete & call-tips for built-ins
        Add configurable code snippets
        Add (line) bookmarks
        Add jump to error
        Add support for line/block copy and move
        Add convenience context menu to tab header
        Open include<>/use<> files via inline link
        Fix search highlight for utf8 text
        Fix display of matches in search field
        Add Find/Find Next/Find Previous to editor context menu
    * Command line
        Support reading scripts from STDIN
        Support export to STDOUT
        Add multi-export on command line
        Add --animate command line option
        Add --export-format command line option
        Allow view-port variables in command-line mode
        Allow export to .ast, .csg, .echo and .term in preview mode
        Print statistics in cmdline mode as in GUI
    * General
        Add PDF export (single page only)
        Add support for line-cap and line-join in SVG import
        Add support stroke-linejoin in SVG import
        Change CGAL Union to join least complex geometries first
        Install start shortcut for all users on Windows
        Install icons with defined sizes (e.g. required by flathub)
        Switch to C++14 and allow usage of header-only CGAL
        Add support for lib3MF v2.0 API
        Update AppStream release info
- Ran spec through spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/886985
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=36
2021-04-24 09:07:24 +00:00
921a0a3473 Accepting request 839783 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- openGL is required but Arm uses openGL ES, so exclude %arm
  and aarch64

OBS-URL: https://build.opensuse.org/request/show/839783
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=34
2020-10-06 12:56:31 +00:00
2cfc0e4a5c one more fix
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=32
2020-10-02 10:45:51 +00:00
19b753afbb fix build with new C++ compilers
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=31
2020-10-02 08:11:04 +00:00
17c6c76bbf Accepting request 828077 from home:marxin:memory-constraint
Use memoryperjob constraint instead of %limit_build macro.

OBS-URL: https://build.opensuse.org/request/show/828077
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=30
2020-08-24 16:12:31 +00:00
9171e56e57 Accepting request 787220 from home:cgiboudeaux:branches:openSUSE:Leap:15.2:Staging:adi:165
Fix the Leap 15.2 dependencies. See https://build.opensuse.org/package/show/openSUSE:Leap:15.2:Staging:adi:165/openscad

OBS-URL: https://build.opensuse.org/request/show/787220
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=28
2020-03-25 17:11:23 +00:00
8db2b77a20 Accepting request 711743 from home:StefanBruens:branches:graphics
- Update to 2019.05 release
  + Language Features:
    * New modules
        assert() - stop script evaluation on failed constraints
        let() - scoped assignment
    * New functions
        ord() - convert from character to Unicode code point
        echo()
        assert() - stop script evaluation on failed constraints
        Type testing functions: is_undef(), is_list(), is_num(), is_bool(), is_string()
    * New special variable: $preview variable which is set to true in preview mode
    * List comprehension updates
        Added if/else condition
        Added each keyword
        Added C-style for loop
        Now allows looping over characters of a string
    * rotate_extrude(): Added angle parameter to
    * import() now supports SVG, 3MF and AMF
    * color() now supports hex color codes
    * Removed glide() and subdiv() which were never implemented
  + Program Features:
    * Customizer: Allow parametrizing design parameters with GUI customization
    * Support for using 3D-Mouse / Joystick / Gamepad input devices for controlling the 3D view
    * 3D Printing support: Purchase from a print service partner or print to Octoprint
    * New export file formats: SVG, 3MF, AMF
    * Quick-edit and preview of values using Alt-Arrows (Shift-Alt-Arrows on macOS)
    * Added --view cmd-line parameter
    * Play sound notification on render complete
    * Line numbers and filenames are now shown for many errors and warnings
    * Hardwarning preference: Stop on first warning
    * Hardwarning and assert now shows a stack trace
    * New warnings
        Module call parameterns don't match module declaration
        Argument value of of range
        Duplicate passed argument
        Children passed to module not accepting children
        Reference to inknown $special_variables
        Duplicate assigment
    * New translations: Ukrainian, Polish
- Updated BuildRequires:
  - Drop glew-devel and some boost headers
  - Add libspnav for 3D mouse, Qt5Multimedia for notifications
- Cleanup spec file, remove conditionals for Fedora (still targeting EOLed Qt4)
- Drop upstream patches:
  openscad-git4fa5f0340a.patch
  openscad-git_c68684f9520d.patch

OBS-URL: https://build.opensuse.org/request/show/711743
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=26
2019-07-02 12:03:54 +00:00
e4f5219f68 Accepting request 686806 from home:StefanBruens:branches:graphics
- Cleanup BuildRequires, sort, remove duplicates
- Fix Url:, openscad.org redirects to www.openscad.org
- Add openscad-git_c68684f9520d.patch, fix build with Boost 1.69
- Use %license, remove %defattr

OBS-URL: https://build.opensuse.org/request/show/686806
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=24
2019-03-21 00:07:53 +00:00
OBS User mrdocs
b32463ceab Accepting request 557202 from home:mrdocs:branches:graphics
- Fix the BuildRequires to fix build on Factory/TW

OBS-URL: https://build.opensuse.org/request/show/557202
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=22
2017-12-15 02:14:03 +00:00
Ismail Dönmez
1c54aac4a4 - Change license to GPL-3.0+, see
https://github.com/openscad/openscad/issues/2059

OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=20
2017-06-13 08:00:26 +00:00
Ismail Dönmez
f3329757e4 Accepting request 491586 from home:jengelh:branches:graphics
- Remove useless %clean section
- Trim description

OBS-URL: https://build.opensuse.org/request/show/491586
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=19
2017-04-27 13:35:21 +00:00
OBS User mrdocs
4f765c563c Accepting request 450437 from home:hgraeber:Qt5
- Add patch openscad-git4fa5f0340a.patch from upstream, to fix
  build with newer Qt5 and gcc versions

- Switch to Qt5

OBS-URL: https://build.opensuse.org/request/show/450437
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=18
2017-01-15 23:16:54 +00:00
Pavol Rusnak
524dfe30b9 - updated to 2015.03-2
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=17
2015-11-19 13:32:23 +00:00
Pavol Rusnak
ed1063e0da - updated to 2015.03-1
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=16
2015-04-21 21:16:05 +00:00
Pavol Rusnak
75647ede2f - updated to 2015.03
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=15
2015-03-11 11:30:58 +00:00
7df9fa720f OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=14 2014-07-05 22:17:07 +00:00
ac045d5d79 OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=13 2014-07-05 22:15:45 +00:00
0537747ec9 OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=12 2014-05-31 13:09:54 +00:00
Pavol Rusnak
e5a6e7789f appdata
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=11
2014-03-10 01:14:29 +00:00
Pavol Rusnak
2ef54a2c9f update to 2014.03
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=10
2014-03-09 23:31:52 +00:00
Pavol Rusnak
ceb2395913 - updated to 2013.06
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=9
2013-06-19 09:16:26 +00:00
Pavol Rusnak
dee1284be0 - updated to 2013.01
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=8
2013-01-19 14:00:58 +00:00
Pavol Rusnak
25d69b8b17 - fix build (glu.patch)
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=7
2012-11-23 12:50:35 +00:00
Pavol Rusnak
92dcc00a85 fix fedora
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=6
2012-11-13 23:54:32 +00:00
Pavol Rusnak
0162a88222 fix requires
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=5
2012-11-13 23:53:56 +00:00
Pavol Rusnak
0fd5f0be30 fix build
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=4
2012-01-08 19:23:06 +00:00
Pavol Rusnak
2c1d2bfbec - updated to 2011.12
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=3
2012-01-08 17:13:19 +00:00
Pavol Rusnak
94a12c603a Accepting request 96685 from home:prusnak:reprap
- updated to 2011.06

OBS-URL: https://build.opensuse.org/request/show/96685
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=2
2011-12-14 20:30:06 +00:00
OBS User mrdocs
964e04ad40 Accepting request 73370 from home:prusnak:reprap
please review

OBS-URL: https://build.opensuse.org/request/show/73370
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=1
2011-06-10 21:10:53 +00:00