Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: qwtplot3d-0.2.7+svn191+gcc7
@ 2020-07-26 16:04 gt7-void
  2021-11-06 23:46 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: gt7-void @ 2020-07-26 16:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gt7-void/void-packages qwtplot3d
https://github.com/void-linux/void-packages/pull/23848

New package: qwtplot3d-0.2.7+svn191+gcc7
Qt/OpenGL-based C++ library, providing 3D-widgets for programmers

http://qwtplot3d.sourceforge.net/

This is the exact version that has been in debian for ages, it also matches the version in arch (although they call it r259 the source code is exactly the same).

I built this because I thought it was needed for GoldenCheetah (#23839), in the end it's not required (maybe optional).

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

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

From b11d82feef74671ffcc0febe3e95fb4e8ec36cfe Mon Sep 17 00:00:00 2001
From: gt7-void <gt7@mail.com>
Date: Sat, 25 Jul 2020 20:45:43 -0300
Subject: [PATCH] New package: qwtplot3d-0.2.7+svn191+gcc7

---
 common/shlibs              |  1 +
 srcpkgs/qwtplot3d-devel    |  1 +
 srcpkgs/qwtplot3d/template | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+)
 create mode 120000 srcpkgs/qwtplot3d-devel
 create mode 100644 srcpkgs/qwtplot3d/template

diff --git a/common/shlibs b/common/shlibs
index 693fd9566bb..6783f2cd76d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3975,3 +3975,4 @@ libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
+libqwtplot3d.so.0 qwtplot3d-0.2.7+svn191+gcc7_1
diff --git a/srcpkgs/qwtplot3d-devel b/srcpkgs/qwtplot3d-devel
new file mode 120000
index 00000000000..dc92eb9071d
--- /dev/null
+++ b/srcpkgs/qwtplot3d-devel
@@ -0,0 +1 @@
+qwtplot3d
\ No newline at end of file
diff --git a/srcpkgs/qwtplot3d/template b/srcpkgs/qwtplot3d/template
new file mode 100644
index 00000000000..6fdfa8a0cfc
--- /dev/null
+++ b/srcpkgs/qwtplot3d/template
@@ -0,0 +1,36 @@
+# Template file for 'qwtplot3d'
+pkgname=qwtplot3d
+version=0.2.7+svn191+gcc7
+revision=1
+wrksrc="qwtplot3d-${version}.orig"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel glu-devel"
+short_desc="Qt/OpenGL-based C++ library, providing 3D-widgets for programmers"
+maintainer="gt7-void <gt7@mail.com>"
+license="custom:"
+homepage="http://qwtplot3d.sourceforge.net/"
+distfiles="${DEBIAN_SITE}/main/q/qwtplot3d/qwtplot3d_${version}.orig.tar.xz"
+checksum=e5fd4759d739c1f7ed9ec1b642f07550d4be66703e9caf980d9ae183f93fac9e
+
+post_extract() {
+	sed -i '/^CONFIG/ s/$/ shared_and_static build_all/' qwtplot3d.pro
+	sed -i '1s/^/#include <GL\/glu.h>\n/' include/qwt3d_openglhelper.h
+}
+
+do_install() {
+	vmkdir usr/lib
+	vcopy "lib/*.so.*" usr/lib
+	vlicense COPYING
+}
+
+qwtplot3d-devel_package() {
+	short_desc+=" - development files"
+	depends="qwtplot3d-${version}_${revision}"
+	pkg_install() {
+		vmkdir usr/lib
+		vcopy "lib/*.a lib/*.so" usr/lib
+		vmkdir usr/include/qwtplot3d
+		vcopy "include/*" usr/include/qwtplot3d
+	}
+}

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

* Re: [PR PATCH] [Closed]: New package: qwtplot3d-0.2.7+svn191+gcc7
  2020-07-26 16:04 [PR PATCH] New package: qwtplot3d-0.2.7+svn191+gcc7 gt7-void
@ 2021-11-06 23:46 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2021-11-06 23:46 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: qwtplot3d-0.2.7+svn191+gcc7
https://github.com/void-linux/void-packages/pull/23848

Description:
Qt/OpenGL-based C++ library, providing 3D-widgets for programmers

http://qwtplot3d.sourceforge.net/

This is the exact version that has been in debian for ages, it also matches the version in arch (although they call it r259 the source code is exactly the same).

I built this because I thought it was needed for GoldenCheetah (#23839), in the end it's not required (maybe optional).

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

end of thread, other threads:[~2021-11-06 23:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 16:04 [PR PATCH] New package: qwtplot3d-0.2.7+svn191+gcc7 gt7-void
2021-11-06 23:46 ` [PR PATCH] [Closed]: " abenson

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).