Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added 3D STEP file support for kicad
@ 2019-12-28 19:13 voidlinux-github
  2019-12-28 19:19 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 19:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

There is a new pull request by groundstack against master on the void-packages repository

https://github.com/groundstack/void-packages master
https://github.com/void-linux/void-packages/pull/17844

Added 3D STEP file support for kicad
With these changes I was able to compile kicad with support for 3D step model rendering.

Related to this issue:
https://github.com/void-linux/void-packages/issues/17818

I am new to void linux, first patch I submit, let's see if I am doing this properly :)


A patch file from https://github.com/void-linux/void-packages/pull/17844.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-17844.patch --]
[-- Type: text/x-diff, Size: 1228 bytes --]

From 5da1277597c90b16ba15168889550b4407b4cb6b Mon Sep 17 00:00:00 2001
From: "Jose A. Saumell" <saumell.jose@gmail.com>
Date: Sat, 28 Dec 2019 15:51:57 -0300
Subject: [PATCH] Added 3D STEP file support for kicad

---
 srcpkgs/kicad/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index c3fece06e0e..1c0e10565cf 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -5,11 +5,11 @@ revision=1
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
- -DKICAD_SCRIPTING_ACTION_MENU=ON  -DBUILD_GITHUB_PLUGIN=ON -DKICAD_USE_OCE=OFF
+ -DKICAD_SCRIPTING_ACTION_MENU=ON  -DBUILD_GITHUB_PLUGIN=ON -DKICAD_USE_OCE=ON
  -DKICAD_SPICE=$(vopt_if spice ON OFF)"
 hostmakedepends="pkg-config swig wxWidgets-devel"
 makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
- libressl-devel boost-devel libcurl-devel glm occt-devel libgomp-devel
+ libressl-devel boost-devel libcurl-devel glm oce-devel libgomp-devel 
  $(vopt_if spice ngspice-devel)"
 depends="wxPython"
 short_desc="Electronic schematic and PCB design software"

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-05-23  8:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-28 19:13 [PR PATCH] Added 3D STEP file support for kicad voidlinux-github
2019-12-28 19:19 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-28 22:03 ` voidlinux-github
2019-12-30 20:28 ` voidlinux-github
2019-12-30 20:28 ` voidlinux-github
2019-12-31 15:16 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-31 22:38 ` voidlinux-github
2019-12-31 22:39 ` voidlinux-github
2020-05-18 19:51 ` ericonr
2020-05-18 19:52 ` ericonr
2020-05-23  8:26 ` [PR PATCH] [Closed]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).