2011-06-10 21:10:53 +00:00
|
|
|
#
|
2014-07-05 22:15:45 +00:00
|
|
|
# spec file for package openscad
|
|
|
|
#
|
2024-05-31 03:56:04 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-07-05 22:15:45 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-03-21 00:07:53 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-06-10 21:10:53 +00:00
|
|
|
#
|
|
|
|
|
2014-07-05 22:15:45 +00:00
|
|
|
|
2011-06-10 21:10:53 +00:00
|
|
|
Name: openscad
|
2021-04-24 09:07:24 +00:00
|
|
|
Version: 2021.01
|
2014-07-05 22:15:45 +00:00
|
|
|
Release: 0
|
2011-06-10 21:10:53 +00:00
|
|
|
Summary: Programmers Solid 3D CAD Modeller
|
2019-03-21 00:07:53 +00:00
|
|
|
License: GPL-3.0-or-later
|
2011-06-10 21:10:53 +00:00
|
|
|
Group: Productivity/Graphics/CAD
|
2020-08-24 16:12:31 +00:00
|
|
|
URL: https://www.openscad.org/
|
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
|
|
|
Source: https://files.openscad.org/%{name}-%{version}.src.tar.gz
|
2022-07-05 00:01:41 +00:00
|
|
|
Patch0: fix_build_with_cgal-5.3.patch
|
|
|
|
Patch1: CVE-2022-0496.patch
|
|
|
|
Patch2: CVE-2022-0497.patch
|
|
|
|
Patch3: fix_build_with_cgal-5.4.patch
|
|
|
|
Patch4: fix_build_issue_with_overloaded_join.patch
|
2024-05-31 03:56:04 +00:00
|
|
|
Patch5: fix_fs_error.patch
|
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
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: double-conversion-devel
|
2011-06-10 21:10:53 +00:00
|
|
|
BuildRequires: flex
|
2011-12-14 20:30:06 +00:00
|
|
|
BuildRequires: gcc-c++
|
2019-03-21 00:07:53 +00:00
|
|
|
BuildRequires: libboost_filesystem-devel
|
|
|
|
BuildRequires: libboost_program_options-devel
|
|
|
|
BuildRequires: libboost_regex-devel
|
2020-03-25 17:11:23 +00:00
|
|
|
BuildRequires: libboost_thread-devel
|
2022-04-05 05:59:09 +00:00
|
|
|
# Upstream has dropped pre-cgal-5.0 support and with that, reworked
|
|
|
|
# CGAL integration fully.
|
|
|
|
# Backporting relevant patches does not make sense.
|
2022-07-05 00:01:41 +00:00
|
|
|
BuildRequires: libcgal-devel > 5.0
|
2017-06-13 08:00:26 +00:00
|
|
|
BuildRequires: libqscintilla-qt5-devel
|
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
|
|
|
BuildRequires: libspnav-devel
|
2021-05-08 07:14:47 +00:00
|
|
|
BuildRequires: memory-constraints
|
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
|
|
|
BuildRequires: opencsg-devel
|
2021-04-24 09:07:24 +00:00
|
|
|
BuildRequires: pkgconfig
|
2017-06-13 08:00:26 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
2017-01-15 23:16:54 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
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
|
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
2022-07-05 00:01:41 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Gamepad)
|
2017-01-15 23:16:54 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
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
|
|
|
BuildRequires: pkgconfig(Qt5Multimedia)
|
2022-07-05 00:01:41 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Network)
|
2017-01-15 23:16:54 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
2017-06-13 08:00:26 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
2022-07-05 00:01:41 +00:00
|
|
|
BuildRequires: pkgconfig(cairo) > 1.14
|
|
|
|
BuildRequires: pkgconfig(eigen3)
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
BuildRequires: pkgconfig(freetype2)
|
|
|
|
BuildRequires: pkgconfig(harfbuzz)
|
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
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(libzip)
|
2020-10-06 12:56:31 +00:00
|
|
|
# With v2019.05, openGL is required but Arm uses openGL ES
|
2021-04-24 09:07:24 +00:00
|
|
|
ExcludeArch: %{arm} aarch64
|
2011-06-10 21:10:53 +00:00
|
|
|
|
|
|
|
%description
|
2017-04-27 13:35:21 +00:00
|
|
|
OpenSCAD is a software for creating solid 3D CAD objects. It does not
|
|
|
|
focus on the artistic aspects of 3D modelling and does not target the
|
|
|
|
creation of, say, computer-animated movies, but instead on the CAD
|
|
|
|
aspects, e.g. modelling of machine parts.
|
2011-06-10 21:10:53 +00:00
|
|
|
|
|
|
|
%prep
|
2022-07-05 00:01:41 +00:00
|
|
|
%autosetup -p1
|
2021-08-27 07:45:21 +00:00
|
|
|
|
2011-06-10 21:10:53 +00:00
|
|
|
%build
|
2022-07-05 00:01:41 +00:00
|
|
|
%qmake5 PREFIX=%{_prefix} CONFIG+=qopenglwidget
|
|
|
|
|
2021-05-08 07:14:47 +00:00
|
|
|
# As of 08.05.2021, memoryperjob constraint is not working correctly,
|
|
|
|
# so limit memory per job here.
|
|
|
|
%limit_build -m 2500
|
2021-04-24 09:07:24 +00:00
|
|
|
%make_build
|
2011-06-10 21:10:53 +00:00
|
|
|
|
|
|
|
%install
|
2022-07-05 00:01:41 +00:00
|
|
|
%qmake5_install
|
|
|
|
|
2013-01-19 14:00:58 +00:00
|
|
|
install -D -m 0644 doc/openscad.1 %{buildroot}%{_mandir}/man1/openscad.1
|
2022-07-05 00:01:41 +00:00
|
|
|
|
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
|
|
|
# remove bundled liberation fonts
|
2022-07-05 00:01:41 +00:00
|
|
|
rm -r %{buildroot}%{_datadir}/openscad/fonts
|
|
|
|
|
2017-01-15 23:16:54 +00:00
|
|
|
%find_lang %{name}
|
2011-06-10 21:10:53 +00:00
|
|
|
|
2021-04-24 09:07:24 +00:00
|
|
|
rm %{buildroot}%{_datadir}/openscad/libraries/MCAD/.gitignore
|
|
|
|
|
2017-01-15 23:16:54 +00:00
|
|
|
%files -f %{name}.lang
|
2021-04-24 09:07:24 +00:00
|
|
|
%dir %{_datadir}/metainfo
|
|
|
|
|
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
|
|
|
%doc README.md doc/*.pdf
|
2019-03-21 00:07:53 +00:00
|
|
|
%license COPYING
|
2021-04-24 09:07:24 +00:00
|
|
|
|
2011-06-10 21:10:53 +00:00
|
|
|
%{_bindir}/openscad
|
2013-01-19 14:00:58 +00:00
|
|
|
%{_datadir}/applications/openscad.desktop
|
2021-04-24 09:07:24 +00:00
|
|
|
%{_datadir}/icons/hicolor/
|
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
|
|
|
%{_datadir}/metainfo/org.openscad.OpenSCAD.appdata.xml
|
2015-03-11 11:30:58 +00:00
|
|
|
%{_datadir}/mime/packages/openscad.xml
|
2021-04-24 09:07:24 +00:00
|
|
|
%{_datadir}/openscad/
|
|
|
|
%{_mandir}/man1/*
|
2011-06-10 21:10:53 +00:00
|
|
|
|
|
|
|
%changelog
|