Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: QLC+-4.12.2
@ 2020-05-15  3:30 the-maldridge
  2020-07-05 21:49 ` [PR PATCH] [Updated] " the-maldridge
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: the-maldridge @ 2020-05-15  3:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages qlcplus
https://github.com/void-linux/void-packages/pull/21979

New package: QLC+-4.12.2


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

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

From 1cbeb5433ca8e6d8133ea1d430479e4e6faea9b9 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Thu, 14 May 2020 00:13:36 -0700
Subject: [PATCH] New package: QLC+-4.12.2

---
 srcpkgs/QLC+/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/QLC+/template

diff --git a/srcpkgs/QLC+/template b/srcpkgs/QLC+/template
new file mode 100644
index 00000000000..dcb4ebe6546
--- /dev/null
+++ b/srcpkgs/QLC+/template
@@ -0,0 +1,24 @@
+# Template file for 'QLC+'
+pkgname=QLC+
+version=4.12.2
+revision=1
+wrksrc=qlcplus-QLC-_$version
+build_style=qmake
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="qt5-qmake pkg-config"
+makedepends="eudev-libudev-devel qt5-devel qt5-multimedia-devel qt5-script-devel alsa-lib-devel libftdi1-devel libusb-compat-devel"
+short_desc="Q Lighting Controller"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="Apache-2.0"
+homepage="https://www.qlcplus.org/"
+distfiles="https://github.com/mcallegari/qlcplus/archive/QLC+_$version.tar.gz"
+checksum=0d7448954e9f812008e8e64c367d27c3c55ed91c7b553a1d5f4a31cc8ba6cbdb
+
+pre_build() {
+	vsed -i 's/QMAKE_CXXFLAGS/#QMAKE_CXXFLAGS/' variables.pri
+}
+
+post_install() {
+	vmkdir usr/lib/udev/rules.d
+	mv $DESTDIR/etc/udev/rules.d/* $DESTDIR/usr/lib/udev/rules.d/
+}

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

* Re: [PR PATCH] [Updated] New package: QLC+-4.12.2
  2020-05-15  3:30 [PR PATCH] New package: QLC+-4.12.2 the-maldridge
@ 2020-07-05 21:49 ` the-maldridge
  2020-07-05 22:34 ` the-maldridge
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2020-07-05 21:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages qlcplus
https://github.com/void-linux/void-packages/pull/21979

New package: QLC+-4.12.2


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

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

From c883fb6f181a0776de1fd81dbc3a9e4138d160f8 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Thu, 14 May 2020 00:13:36 -0700
Subject: [PATCH] New package: QLC+-4.12.2

---
 srcpkgs/QLC+/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/QLC+/template

diff --git a/srcpkgs/QLC+/template b/srcpkgs/QLC+/template
new file mode 100644
index 00000000000..dcb4ebe6546
--- /dev/null
+++ b/srcpkgs/QLC+/template
@@ -0,0 +1,24 @@
+# Template file for 'QLC+'
+pkgname=QLC+
+version=4.12.2
+revision=1
+wrksrc=qlcplus-QLC-_$version
+build_style=qmake
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="qt5-qmake pkg-config"
+makedepends="eudev-libudev-devel qt5-devel qt5-multimedia-devel qt5-script-devel alsa-lib-devel libftdi1-devel libusb-compat-devel"
+short_desc="Q Lighting Controller"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="Apache-2.0"
+homepage="https://www.qlcplus.org/"
+distfiles="https://github.com/mcallegari/qlcplus/archive/QLC+_$version.tar.gz"
+checksum=0d7448954e9f812008e8e64c367d27c3c55ed91c7b553a1d5f4a31cc8ba6cbdb
+
+pre_build() {
+	vsed -i 's/QMAKE_CXXFLAGS/#QMAKE_CXXFLAGS/' variables.pri
+}
+
+post_install() {
+	vmkdir usr/lib/udev/rules.d
+	mv $DESTDIR/etc/udev/rules.d/* $DESTDIR/usr/lib/udev/rules.d/
+}

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

* Re: [PR PATCH] [Updated] New package: QLC+-4.12.2
  2020-05-15  3:30 [PR PATCH] New package: QLC+-4.12.2 the-maldridge
  2020-07-05 21:49 ` [PR PATCH] [Updated] " the-maldridge
@ 2020-07-05 22:34 ` the-maldridge
  2020-07-06  0:10 ` the-maldridge
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2020-07-05 22:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages qlcplus
https://github.com/void-linux/void-packages/pull/21979

New package: QLC+-4.12.2


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

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

From 9d149b185be9bd67ce9700f01197c7015fddfae7 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Thu, 14 May 2020 00:13:36 -0700
Subject: [PATCH] New package: QLC+-4.12.2

---
 srcpkgs/QLC+/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/QLC+/template

diff --git a/srcpkgs/QLC+/template b/srcpkgs/QLC+/template
new file mode 100644
index 00000000000..e9fc2beace5
--- /dev/null
+++ b/srcpkgs/QLC+/template
@@ -0,0 +1,25 @@
+# Template file for 'QLC+'
+pkgname=QLC+
+version=4.12.2
+revision=1
+wrksrc=qlcplus-QLC-_$version
+build_style=qmake
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools
+ qt5-multimedia-devel qt5-script-devel"
+makedepends="eudev-libudev-devel qt5-devel qt5-multimedia-devel
+ qt5-script-devel alsa-lib-devel libftdi1-devel libusb-compat-devel"
+short_desc="Q Lighting Controller"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="Apache-2.0"
+homepage="https://www.qlcplus.org/"
+distfiles="https://github.com/mcallegari/qlcplus/archive/QLC+_$version.tar.gz"
+checksum=0d7448954e9f812008e8e64c367d27c3c55ed91c7b553a1d5f4a31cc8ba6cbdb
+
+pre_build() {
+	vsed -i 's/QMAKE_CXXFLAGS/#QMAKE_CXXFLAGS/' variables.pri
+}
+
+post_install() {
+	vmkdir usr/lib/udev/rules.d
+	mv $DESTDIR/etc/udev/rules.d/* $DESTDIR/usr/lib/udev/rules.d/
+}

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

* Re: [PR PATCH] [Updated] New package: QLC+-4.12.2
  2020-05-15  3:30 [PR PATCH] New package: QLC+-4.12.2 the-maldridge
  2020-07-05 21:49 ` [PR PATCH] [Updated] " the-maldridge
  2020-07-05 22:34 ` the-maldridge
@ 2020-07-06  0:10 ` the-maldridge
  2020-07-06  0:40 ` the-maldridge
  2020-07-06  1:32 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2020-07-06  0:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages qlcplus
https://github.com/void-linux/void-packages/pull/21979

New package: QLC+-4.12.2


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

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

From be4120924d10ebf3ebeeee64a4ea9ff67fc3ebad Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Thu, 14 May 2020 00:13:36 -0700
Subject: [PATCH] New package: QLC+-4.12.2

---
 srcpkgs/QLC+/patches/include-types.patch | 13 ++++++++++++
 srcpkgs/QLC+/template                    | 25 ++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/QLC+/patches/include-types.patch
 create mode 100644 srcpkgs/QLC+/template

diff --git a/srcpkgs/QLC+/patches/include-types.patch b/srcpkgs/QLC+/patches/include-types.patch
new file mode 100644
index 00000000000..59e508a2b4c
--- /dev/null
+++ b/srcpkgs/QLC+/patches/include-types.patch
@@ -0,0 +1,13 @@
+--- plugins/velleman/src/velleman_mock.cpp.orig	2020-07-05 16:57:25.002161999 -0700
++++ plugins/velleman/src/velleman_mock.cpp	2020-07-05 16:58:10.053165244 -0700
+@@ -18,9 +18,7 @@
+ */
+ 
+ #include <stdlib.h>
+-#if defined(WIN32) || defined(Q_OS_WIN)
+-#       include <stdint.h> // int32_t
+-#endif
++#include <sys/types.h>
+ 
+ extern "C"
+ {
diff --git a/srcpkgs/QLC+/template b/srcpkgs/QLC+/template
new file mode 100644
index 00000000000..e9fc2beace5
--- /dev/null
+++ b/srcpkgs/QLC+/template
@@ -0,0 +1,25 @@
+# Template file for 'QLC+'
+pkgname=QLC+
+version=4.12.2
+revision=1
+wrksrc=qlcplus-QLC-_$version
+build_style=qmake
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools
+ qt5-multimedia-devel qt5-script-devel"
+makedepends="eudev-libudev-devel qt5-devel qt5-multimedia-devel
+ qt5-script-devel alsa-lib-devel libftdi1-devel libusb-compat-devel"
+short_desc="Q Lighting Controller"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="Apache-2.0"
+homepage="https://www.qlcplus.org/"
+distfiles="https://github.com/mcallegari/qlcplus/archive/QLC+_$version.tar.gz"
+checksum=0d7448954e9f812008e8e64c367d27c3c55ed91c7b553a1d5f4a31cc8ba6cbdb
+
+pre_build() {
+	vsed -i 's/QMAKE_CXXFLAGS/#QMAKE_CXXFLAGS/' variables.pri
+}
+
+post_install() {
+	vmkdir usr/lib/udev/rules.d
+	mv $DESTDIR/etc/udev/rules.d/* $DESTDIR/usr/lib/udev/rules.d/
+}

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

* Re: [PR PATCH] [Updated] New package: QLC+-4.12.2
  2020-05-15  3:30 [PR PATCH] New package: QLC+-4.12.2 the-maldridge
                   ` (2 preceding siblings ...)
  2020-07-06  0:10 ` the-maldridge
@ 2020-07-06  0:40 ` the-maldridge
  2020-07-06  1:32 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2020-07-06  0:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages qlcplus
https://github.com/void-linux/void-packages/pull/21979

New package: QLC+-4.12.2


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

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

From 536f421d8f671566c90ad262da92801fe1ac8bfe Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Thu, 14 May 2020 00:13:36 -0700
Subject: [PATCH] New package: QLC+-4.12.2

---
 srcpkgs/QLC+/patches/include-types.patch | 13 ++++++++++++
 srcpkgs/QLC+/template                    | 25 ++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/QLC+/patches/include-types.patch
 create mode 100644 srcpkgs/QLC+/template

diff --git a/srcpkgs/QLC+/patches/include-types.patch b/srcpkgs/QLC+/patches/include-types.patch
new file mode 100644
index 00000000000..61b364a734f
--- /dev/null
+++ b/srcpkgs/QLC+/patches/include-types.patch
@@ -0,0 +1,13 @@
+--- plugins/velleman/src/velleman_mock.cpp.orig	2020-07-05 16:57:25.002161999 -0700
++++ plugins/velleman/src/velleman_mock.cpp	2020-07-05 16:58:10.053165244 -0700
+@@ -18,9 +18,7 @@
+ */
+ 
+ #include <stdlib.h>
+-#if defined(WIN32) || defined(Q_OS_WIN)
+-#       include <stdint.h> // int32_t
+-#endif
++#include <stdint.h>
+ 
+ extern "C"
+ {
diff --git a/srcpkgs/QLC+/template b/srcpkgs/QLC+/template
new file mode 100644
index 00000000000..e9fc2beace5
--- /dev/null
+++ b/srcpkgs/QLC+/template
@@ -0,0 +1,25 @@
+# Template file for 'QLC+'
+pkgname=QLC+
+version=4.12.2
+revision=1
+wrksrc=qlcplus-QLC-_$version
+build_style=qmake
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools
+ qt5-multimedia-devel qt5-script-devel"
+makedepends="eudev-libudev-devel qt5-devel qt5-multimedia-devel
+ qt5-script-devel alsa-lib-devel libftdi1-devel libusb-compat-devel"
+short_desc="Q Lighting Controller"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="Apache-2.0"
+homepage="https://www.qlcplus.org/"
+distfiles="https://github.com/mcallegari/qlcplus/archive/QLC+_$version.tar.gz"
+checksum=0d7448954e9f812008e8e64c367d27c3c55ed91c7b553a1d5f4a31cc8ba6cbdb
+
+pre_build() {
+	vsed -i 's/QMAKE_CXXFLAGS/#QMAKE_CXXFLAGS/' variables.pri
+}
+
+post_install() {
+	vmkdir usr/lib/udev/rules.d
+	mv $DESTDIR/etc/udev/rules.d/* $DESTDIR/usr/lib/udev/rules.d/
+}

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

* Re: [PR PATCH] [Merged]: New package: QLC+-4.12.2
  2020-05-15  3:30 [PR PATCH] New package: QLC+-4.12.2 the-maldridge
                   ` (3 preceding siblings ...)
  2020-07-06  0:40 ` the-maldridge
@ 2020-07-06  1:32 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-07-06  1:32 UTC (permalink / raw)
  To: ml

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

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

New package: QLC+-4.12.2
https://github.com/void-linux/void-packages/pull/21979

Description:


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

end of thread, other threads:[~2020-07-06  1:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  3:30 [PR PATCH] New package: QLC+-4.12.2 the-maldridge
2020-07-05 21:49 ` [PR PATCH] [Updated] " the-maldridge
2020-07-05 22:34 ` the-maldridge
2020-07-06  0:10 ` the-maldridge
2020-07-06  0:40 ` the-maldridge
2020-07-06  1:32 ` [PR PATCH] [Merged]: " 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).