SHA256
1
0
forked from pool/openscad

51 Commits

Author SHA256 Message Date
Ana Guerrero
c7193bb89f Accepting request 1177828 from graphics
OBS-URL: https://build.opensuse.org/request/show/1177828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=13
2024-06-03 15:40:47 +00:00
Samu Voutilainen
0f1c090bc7 Accepting request 1177116 from home:george82:branches:graphics
Add patch to fix is_regular is not a member of fs

OBS-URL: https://build.opensuse.org/request/show/1177116
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=48
2024-05-31 03:56:04 +00:00
4b683c5a4b Accepting request 986747 from graphics
OBS-URL: https://build.opensuse.org/request/show/986747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=12
2022-07-05 10:09:54 +00:00
408786492d Accepting request 986708 from home:cgiboudeaux:branches:graphics
Fix build

OBS-URL: https://build.opensuse.org/request/show/986708
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=46
2022-07-05 00:01:41 +00:00
Samu Voutilainen
76ec0815d7 - Disable build with GCAL-5.4 or newer.
Upstream has dropped pre-cgal-5.0 support and with that, reworked
  CGAL integration fully. Backporting relevant patches does not
  make sense.
- Add patch to fix compilation with CGAL-5.4
  + fix_build_with_cgal-5.4.patch
- Add patch to fix compilation with newer Boost versions
  + fix_build_issue_with_overloaded_join.patch
  Constraint memoryperjob is allowing too small workers for

OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=45
2022-04-05 05:59:09 +00:00
262b3cca25 Accepting request 952030 from graphics
OBS-URL: https://build.opensuse.org/request/show/952030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=11
2022-02-07 22:38:03 +00:00
Samu Voutilainen
506f7ea3e8 Accepting request 951958 from home:glaubitz:branches:graphics
- Add patch to fix out-of-bounds memory access in DXF loader
  + CVE-2022-0496.patch (boo#1195568, CVE-2022-0496)
- Add patch to fix out-of-bounds memory access in comment parser
  + CVE-2022-0497.patch (boo#1195567, CVE-2022-0497)

OBS-URL: https://build.opensuse.org/request/show/951958
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=44
2022-02-07 06:33:44 +00:00
7d533189e5 Accepting request 914537 from graphics
- Added patch fix_build_with_cgal-5.3.patch.
  Upstream patch to fix build with CGAL-5.3.

OBS-URL: https://build.opensuse.org/request/show/914537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=10
2021-08-27 19:43:55 +00:00
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
26b99229ab Accepting request 893375 from graphics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/893375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=9
2021-05-16 21:41:48 +00:00
Samu Voutilainen
88c185300c Commented out memoryperjob to allow building on ppc64
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=41
2021-05-09 03:35:35 +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
Samu Voutilainen
d5bcf2af2e Accepting request 890869 from home:Smar:branches:graphics
- Increased memoryperjob constraint to 2500 MB.

I’m not sure how much memory is in reality needed. I did some basic analysis with local build and RSS usage per gcc seems to go dangerously close to 2200 MB (original limit), so I suppose it is exceeded in some cases.

OBS-URL: https://build.opensuse.org/request/show/890869
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=39
2021-05-06 12:28:26 +00:00
2b64caee36 Accepting request 889693 from graphics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/889693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=8
2021-05-02 16:35:59 +00:00
e94a315176 - removed boost_include.diff (upstream)
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=37
2021-04-24 09:20:02 +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
78da138e95 Accepting request 839818 from graphics
OBS-URL: https://build.opensuse.org/request/show/839818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=7
2020-10-07 12:17:43 +00:00
Dirk Stoecker
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
64e95e2b2f Accepting request 839140 from graphics
- fix build with new C++ compilers, add boost_include.diff
- Use memoryperjob constraint instead of %limit_build macro.

OBS-URL: https://build.opensuse.org/request/show/839140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=6
2020-10-05 17:36:45 +00:00
Dirk Stoecker
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
Dirk Stoecker
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
Dirk Stoecker
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
1b23716f31 Accepting request 788280 from graphics
OBS-URL: https://build.opensuse.org/request/show/788280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=5
2020-03-25 22:49:43 +00:00
Dirk Stoecker
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
652a0b98aa Accepting request 713050 from graphics
OBS-URL: https://build.opensuse.org/request/show/713050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=4
2019-07-11 11:14:12 +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
629697b4de Accepting request 687068 from graphics
OBS-URL: https://build.opensuse.org/request/show/687068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=3
2019-03-22 14:07:29 +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
d2e111d40c Accepting request 557203 from graphics
OBS-URL: https://build.opensuse.org/request/show/557203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=2
2017-12-18 07:58:04 +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
dd82704b93 Accepting request 503328 from graphics
OBS-URL: https://build.opensuse.org/request/show/503328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscad?expand=0&rev=1
2017-08-24 16:30:08 +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
Dirk Stoecker
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