[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2023-08-20 Thread Sam James
commit: 5221c61391e17e0e6375690caeaf69bbc689b76d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 03:48:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 03:48:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5221c613

app-misc/openrgb-plugin-visualmap: Stabilize 0.9 amd64, #912663

Signed-off-by: Sam James  gentoo.org>

 app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild
index 7dfb3ace0001..ded1d8f52689 100644
--- a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild
+++ b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild
@@ -7,7 +7,7 @@ inherit qmake-utils
 
 
SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/release_${PV}/OpenRGBVisualMapPlugin-release_${PV}.tar.bz2;
 S="${WORKDIR}/OpenRGBVisualMapPlugin-release_${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
 HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin;



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/files/, app-misc/openrgb-plugin-visualmap/

2023-07-17 Thread Maciej Barć
commit: 223abfca364d28b23253b713f87aba06c9838477
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sun Jul 16 11:15:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul 17 12:33:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223abfca

app-misc/openrgb-plugin-visualmap: add 0.9

Bug: https://bugs.gentoo.org/910405
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/31909
Signed-off-by: Maciej Barć  gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest |  1 +
 .../files/openrgb-plugin-visualmap-0.9-dep.patch   | 17 +++
 .../openrgb-plugin-visualmap-0.9.ebuild| 52 ++
 3 files changed, 70 insertions(+)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest 
b/app-misc/openrgb-plugin-visualmap/Manifest
index b9109dd7156a..3c2953eba128 100644
--- a/app-misc/openrgb-plugin-visualmap/Manifest
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -1 +1,2 @@
 DIST OpenRGBVisualMapPlugin-release_0.8.tar.bz2 51680 BLAKE2B 
c3423779f7a2082c8f682b519be2e1128b30dafbc4400414bd664f98de5c58701fbdbe9287a44951e8cf6ac4ee7c940a841f499ee1afce107e17537ad9df076b
 SHA512 
7bf0393bc00bb69545ed02f6505f366aa90bb87350de6319977d02ba0afd38ccb895aa14edf02a42242b0a12f76ea2b135d8de5b3df10469c760b6f3d9dd2b61
+DIST OpenRGBVisualMapPlugin-release_0.9.tar.bz2 69646 BLAKE2B 
2ae3c190c7b7347fadf62b4a133626da09e9ad90c1dc5c99decf960b115bff587e5d14d8e45ab65781171ebefdd29825422b9b709795d3d2cc735e8d0e061a69
 SHA512 
ef99263cbed900c1f541982e7349bda03212dfbb8873eb52db00f81cbe5823b7c4e2193de664dd7930da73e11a601b1b595b214629a813e1efda6e7184599521

diff --git 
a/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.9-dep.patch
 
b/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.9-dep.patch
new file mode 100644
index ..ce7b3824f950
--- /dev/null
+++ 
b/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.9-dep.patch
@@ -0,0 +1,17 @@
+--- a/OpenRGBVisualMapPlugin.pro
 b/OpenRGBVisualMapPlugin.pro
+@@ -99,6 +99,5 @@ HEADERS +=
+ OpenRGB/qt/hsv.h  
  \
+ 
+ SOURCES +=
  \
+-OpenRGB/RGBController/RGBController.cpp   
  \
+ OpenRGBPluginsFont.cpp
  \
+ OpenRGBVisualMapPlugin.cpp
  \
+@@ -124,7 +121,6 @@ SOURCES +=
+ ui/widget-editor/EditorGrid.cpp   
  \
+ ui/widget-editor/LedItem.cpp  
  \
+ ui/widget-editor/WidgetEditor.cpp 
  \
+-OpenRGB/qt/hsv.cpp
  \
+ 
+ FORMS +=  
  \
+ ui/BackgroundApplier.ui   
  \

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild
new file mode 100644
index ..7dfb3ace0001
--- /dev/null
+++ b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/release_${PV}/OpenRGBVisualMapPlugin-release_${PV}.tar.bz2;
+S="${WORKDIR}/OpenRGBVisualMapPlugin-release_${PV}"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
+HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=app-misc/openrgb-0.9:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-dep.patch"
+)
+
+src_prepare() {
+   default
+   rm -r OpenRGB || die
+   ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
+   sed -e '/^GIT_/d' -i *.pro || die
+
+   # Because of -Wl,--export-dynamic in app-misc/openrgb, this 
resources.qrc
+   # conflicts with the openrgb's one. So rename it.
+   sed -e 's/resources.qrc/resources_visualmap_plugin.qrc/' -i *.pro || die
+   mv --no-clobber resources.qrc resources_visualmap_plugin.qrc || die
+}
+
+src_configure() {
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
+}
+
+src_install() {
+   exeinto 

[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2023-02-27 Thread Joonas Niilola
commit: 4eeb7496747e5978e97adad70ccda5b6c20f86a5
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Mon Feb 27 00:00:27 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 27 09:04:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eeb7496

app-misc/openrgb-plugin-visualmap: drop 0_p20211230

Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest |  1 -
 .../openrgb-plugin-visualmap-0_p20211230.ebuild| 45 --
 2 files changed, 46 deletions(-)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest 
b/app-misc/openrgb-plugin-visualmap/Manifest
index 007d9b9a17b0..b9109dd7156a 100644
--- a/app-misc/openrgb-plugin-visualmap/Manifest
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -1,2 +1 @@
-DIST OpenRGBVisualMapPlugin-223c5ec67d256c5fa3bf7f3d572213114d93db6e.tar.bz2 
54289 BLAKE2B 
b42b59fdc31f48d3e7be28051ccb02a2ba1befa1b1ed180a9313c8cbc50bad1c358ab5b4d8f249b488d5f32c801426078ef6c0c3c46dbec9695cb7b7cbf21d40
 SHA512 
eff52debcd027176a761fba71fb33d4a04802dd8f2441a86a825f3afecb268d2768edb8b03ec35ff2d17b5dc6f95dd0642e7d524fa7fcf93f0d215d712e75f3e
 DIST OpenRGBVisualMapPlugin-release_0.8.tar.bz2 51680 BLAKE2B 
c3423779f7a2082c8f682b519be2e1128b30dafbc4400414bd664f98de5c58701fbdbe9287a44951e8cf6ac4ee7c940a841f499ee1afce107e17537ad9df076b
 SHA512 
7bf0393bc00bb69545ed02f6505f366aa90bb87350de6319977d02ba0afd38ccb895aa14edf02a42242b0a12f76ea2b135d8de5b3df10469c760b6f3d9dd2b61

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild
deleted file mode 100644
index 510983023278..
--- 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-MY_GIT_COMMIT="223c5ec67d256c5fa3bf7f3d572213114d93db6e"
-SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}.tar.bz2;
-S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}"
-KEYWORDS="amd64"
-
-DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
-HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin;
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=app-misc/openrgb-0.7:=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/nlohmann_json
-"
-
-src_prepare() {
-   default
-   rm -r OpenRGB || die
-   ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
-   sed -e '/^GIT_/d' -i *.pro || die
-   sed -i -e '/RGBController.cpp/d' OpenRGBVisualMapPlugin.pro || die
-}
-
-src_configure() {
-   eqmake5 \
-   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
-}
-
-src_install() {
-   exeinto /usr/$(get_libdir)/OpenRGB/plugins
-   doexe libOpenRGBVisualMapPlugin.so.1.0.0
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2023-02-26 Thread Sam James
commit: b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 26 19:25:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 19:25:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b6f1f8

app-misc/openrgb-plugin-visualmap: Stabilize 0.8 amd64, #897886

Signed-off-by: Sam James  gentoo.org>

 app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild
index d6abfbf2af1c..29925e2a50ea 100644
--- a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild
+++ b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ inherit qmake-utils
 
 
SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/release_${PV}/OpenRGBVisualMapPlugin-release_${PV}.tar.bz2;
 S="${WORKDIR}/OpenRGBVisualMapPlugin-release_${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
 HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin;



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/files/, app-misc/openrgb-plugin-visualmap/

2023-01-05 Thread Maciej Barć
commit: 1a5f44d0989d0302a638a12268dff404d6caa8ee
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sun Dec 25 18:07:59 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jan  5 14:31:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5f44d0

app-misc/openrgb-plugin-visualmap: add 0.8

Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/28800
Signed-off-by: Maciej Barć  gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest |  1 +
 .../files/openrgb-plugin-visualmap-0.8-dep.patch   | 18 +
 .../openrgb-plugin-visualmap-0.8.ebuild| 47 ++
 3 files changed, 66 insertions(+)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest 
b/app-misc/openrgb-plugin-visualmap/Manifest
index de0c1e193754..007d9b9a17b0 100644
--- a/app-misc/openrgb-plugin-visualmap/Manifest
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -1 +1,2 @@
 DIST OpenRGBVisualMapPlugin-223c5ec67d256c5fa3bf7f3d572213114d93db6e.tar.bz2 
54289 BLAKE2B 
b42b59fdc31f48d3e7be28051ccb02a2ba1befa1b1ed180a9313c8cbc50bad1c358ab5b4d8f249b488d5f32c801426078ef6c0c3c46dbec9695cb7b7cbf21d40
 SHA512 
eff52debcd027176a761fba71fb33d4a04802dd8f2441a86a825f3afecb268d2768edb8b03ec35ff2d17b5dc6f95dd0642e7d524fa7fcf93f0d215d712e75f3e
+DIST OpenRGBVisualMapPlugin-release_0.8.tar.bz2 51680 BLAKE2B 
c3423779f7a2082c8f682b519be2e1128b30dafbc4400414bd664f98de5c58701fbdbe9287a44951e8cf6ac4ee7c940a841f499ee1afce107e17537ad9df076b
 SHA512 
7bf0393bc00bb69545ed02f6505f366aa90bb87350de6319977d02ba0afd38ccb895aa14edf02a42242b0a12f76ea2b135d8de5b3df10469c760b6f3d9dd2b61

diff --git 
a/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.8-dep.patch
 
b/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.8-dep.patch
new file mode 100644
index ..b2023fa1df3a
--- /dev/null
+++ 
b/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.8-dep.patch
@@ -0,0 +1,18 @@
+--- a/OpenRGBVisualMapPlugin.pro
 b/OpenRGBVisualMapPlugin.pro
+@@ -96,7 +96,6 @@ HEADERS +=
+ OpenRGB/qt/hsv.h  
  \
+ 
+ SOURCES +=
  \
+-OpenRGB/RGBController/RGBController.cpp   
  \
+ OpenRGBVisualMapPlugin.cpp
  \
+ VirtualController.cpp 
  \
+ VisualMapSettingsManager.cpp  
  \
+@@ -120,7 +119,6 @@ SOURCES +=
+ ui/widget-editor/EditorGrid.cpp   
  \
+ ui/widget-editor/LedItem.cpp  
  \
+ ui/widget-editor/WidgetEditor.cpp 
  \
+-OpenRGB/qt/hsv.cpp
  \
+ 
+ FORMS +=  
  \
+ ui/BackgroundApplier.ui   
  \

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild
new file mode 100644
index ..d6abfbf2af1c
--- /dev/null
+++ b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/release_${PV}/OpenRGBVisualMapPlugin-release_${PV}.tar.bz2;
+S="${WORKDIR}/OpenRGBVisualMapPlugin-release_${PV}"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
+HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=app-misc/openrgb-0.8:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-dep.patch"
+)
+
+src_prepare() {
+   default
+   rm -r OpenRGB || die
+   ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
+   sed -e '/^GIT_/d' -i *.pro || die
+}
+
+src_configure() {
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
+}
+
+src_install() {
+   exeinto /usr/$(get_libdir)/OpenRGB/plugins
+   doexe libOpenRGBVisualMapPlugin.so.1.0.0
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2022-08-27 Thread Patrick McLean
commit: c81b75a3222eb657956dd0ef481a815bdce15377
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Mon Aug 22 23:45:06 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Aug 26 23:57:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81b75a3

app-misc/openrgb-plugin-visualmap: drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest |  1 -
 .../openrgb-plugin-visualmap-0_p20210614-r1.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest 
b/app-misc/openrgb-plugin-visualmap/Manifest
index 7f609a82812f..de0c1e193754 100644
--- a/app-misc/openrgb-plugin-visualmap/Manifest
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -1,2 +1 @@
 DIST OpenRGBVisualMapPlugin-223c5ec67d256c5fa3bf7f3d572213114d93db6e.tar.bz2 
54289 BLAKE2B 
b42b59fdc31f48d3e7be28051ccb02a2ba1befa1b1ed180a9313c8cbc50bad1c358ab5b4d8f249b488d5f32c801426078ef6c0c3c46dbec9695cb7b7cbf21d40
 SHA512 
eff52debcd027176a761fba71fb33d4a04802dd8f2441a86a825f3afecb268d2768edb8b03ec35ff2d17b5dc6f95dd0642e7d524fa7fcf93f0d215d712e75f3e
-DIST OpenRGBVisualMapPlugin-b603bb994719c765cc52c116c6f9f3983fc2a7b2.tar.bz2 
45381 BLAKE2B 
e289f952a8f6553ff81a557753cbb94fb56111a6724f3141fc44a2f1abe9fa3d8e8b4eb769b54adfcb8ee6580d26378ca0b15fd83c14eb669e4682dad07729b8
 SHA512 
aab553dff55bc4d6990657ad9f29dbbe5ab78dfb532dba50923b32c2bb86ced8d37fc1190dca1b59f420aba7f0db81fbd0d35d49e499e19b9efa4638269a784d

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
deleted file mode 100644
index ea9e72c46ee5..
--- 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-MY_GIT_COMMIT="b603bb994719c765cc52c116c6f9f3983fc2a7b2"
-SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}.tar.bz2;
-S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
-HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin;
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   =app-misc/openrgb-0.6*:=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/nlohmann_json
-"
-
-src_prepare() {
-   default
-   rm -r OpenRGB || die
-   sed -i -e '/RGBController.cpp/d' OpenRGBVisualMapPlugin.pro || die
-}
-
-src_configure() {
-   eqmake5 \
-   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
-   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB" \
-   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/RGBController" \
-   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/i2c_smbus" \
-   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/net_port"
-}
-
-src_install() {
-   exeinto /usr/$(get_libdir)/OpenRGB/plugins
-   doexe libOpenRGBVisualMapPlugin.so.1.0.0
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2022-08-04 Thread Agostino Sarubbo
commit: fd9dfc53a8389ac08360471dce9b6fabd5b72791
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug  4 08:02:37 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug  4 08:02:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9dfc53

app-misc/openrgb-plugin-visualmap: amd64 stable wrt bug #861791

Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../openrgb-plugin-visualmap-0_p20211230.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild
index b4e8d391271f..510983023278 100644
--- 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild
+++ 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild
@@ -8,7 +8,7 @@ inherit qmake-utils
 MY_GIT_COMMIT="223c5ec67d256c5fa3bf7f3d572213114d93db6e"
 
SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}.tar.bz2;
 S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
 HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin;



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2022-01-11 Thread Patrick McLean
commit: a2d5b681d92d9288c3631b76702c6e69f8a1c672
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Tue Jan 11 21:49:26 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 11 22:15:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d5b681

app-misc/openrgb-plugin-visualmap: update to openrgb 0.7

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/23746
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest |  1 +
 app-misc/openrgb-plugin-visualmap/metadata.xml |  2 +-
 .../openrgb-plugin-visualmap-0_p20211230.ebuild| 45 ++
 3 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest 
b/app-misc/openrgb-plugin-visualmap/Manifest
index 1f301c65ac40..7f609a82812f 100644
--- a/app-misc/openrgb-plugin-visualmap/Manifest
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -1 +1,2 @@
+DIST OpenRGBVisualMapPlugin-223c5ec67d256c5fa3bf7f3d572213114d93db6e.tar.bz2 
54289 BLAKE2B 
b42b59fdc31f48d3e7be28051ccb02a2ba1befa1b1ed180a9313c8cbc50bad1c358ab5b4d8f249b488d5f32c801426078ef6c0c3c46dbec9695cb7b7cbf21d40
 SHA512 
eff52debcd027176a761fba71fb33d4a04802dd8f2441a86a825f3afecb268d2768edb8b03ec35ff2d17b5dc6f95dd0642e7d524fa7fcf93f0d215d712e75f3e
 DIST OpenRGBVisualMapPlugin-b603bb994719c765cc52c116c6f9f3983fc2a7b2.tar.bz2 
45381 BLAKE2B 
e289f952a8f6553ff81a557753cbb94fb56111a6724f3141fc44a2f1abe9fa3d8e8b4eb769b54adfcb8ee6580d26378ca0b15fd83c14eb669e4682dad07729b8
 SHA512 
aab553dff55bc4d6990657ad9f29dbbe5ab78dfb532dba50923b32c2bb86ced8d37fc1190dca1b59f420aba7f0db81fbd0d35d49e499e19b9efa4638269a784d

diff --git a/app-misc/openrgb-plugin-visualmap/metadata.xml 
b/app-misc/openrgb-plugin-visualmap/metadata.xml
index f804d71c1bb8..7fac73257faa 100644
--- a/app-misc/openrgb-plugin-visualmap/metadata.xml
+++ b/app-misc/openrgb-plugin-visualmap/metadata.xml
@@ -10,6 +10,6 @@
Alexey Sokolov


-   OpenRGBDevelopers/OpenRGBEffectsPlugin
+   OpenRGBDevelopers/OpenRGBVisualMapPlugin

 

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild
new file mode 100644
index ..b4e8d391271f
--- /dev/null
+++ 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20211230.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+MY_GIT_COMMIT="223c5ec67d256c5fa3bf7f3d572213114d93db6e"
+SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}.tar.bz2;
+S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
+HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=app-misc/openrgb-0.7:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+
+src_prepare() {
+   default
+   rm -r OpenRGB || die
+   ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
+   sed -e '/^GIT_/d' -i *.pro || die
+   sed -i -e '/RGBController.cpp/d' OpenRGBVisualMapPlugin.pro || die
+}
+
+src_configure() {
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
+}
+
+src_install() {
+   exeinto /usr/$(get_libdir)/OpenRGB/plugins
+   doexe libOpenRGBVisualMapPlugin.so.1.0.0
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2021-09-21 Thread Patrick McLean
commit: a6cf12f05e44060de98387cd3ec43e498d7dc5d1
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Tue Sep 14 20:13:24 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep 22 00:05:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cf12f0

app-misc/openrgb-plugin-visualmap: limit to openrgb 0.6

They changed plugin API in the upcoming new version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/22299
Signed-off-by: Patrick McLean  gentoo.org>

 ..._p20210614.ebuild => openrgb-plugin-visualmap-0_p20210614-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
similarity index 97%
rename from 
app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild
rename to 
app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
index c7569869352..ea9e72c46ee 100644
--- 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild
+++ 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 RDEPEND="
-   >=app-misc/openrgb-0.6-r1:=
+   =app-misc/openrgb-0.6*:=
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2021-06-22 Thread Patrick McLean
commit: efce5c2a024c846814fcff506088ef6a43b06ee8
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:17:01 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 23:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efce5c2a

app-misc/openrgb-plugin-visualmap: new package

https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest |  1 +
 app-misc/openrgb-plugin-visualmap/metadata.xml | 15 +++
 .../openrgb-plugin-visualmap-0_p20210614.ebuild| 47 ++
 3 files changed, 63 insertions(+)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest 
b/app-misc/openrgb-plugin-visualmap/Manifest
new file mode 100644
index 000..1f301c65ac4
--- /dev/null
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -0,0 +1 @@
+DIST OpenRGBVisualMapPlugin-b603bb994719c765cc52c116c6f9f3983fc2a7b2.tar.bz2 
45381 BLAKE2B 
e289f952a8f6553ff81a557753cbb94fb56111a6724f3141fc44a2f1abe9fa3d8e8b4eb769b54adfcb8ee6580d26378ca0b15fd83c14eb669e4682dad07729b8
 SHA512 
aab553dff55bc4d6990657ad9f29dbbe5ab78dfb532dba50923b32c2bb86ced8d37fc1190dca1b59f420aba7f0db81fbd0d35d49e499e19b9efa4638269a784d

diff --git a/app-misc/openrgb-plugin-visualmap/metadata.xml 
b/app-misc/openrgb-plugin-visualmap/metadata.xml
new file mode 100644
index 000..6a2173ad187
--- /dev/null
+++ b/app-misc/openrgb-plugin-visualmap/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   alexey+gen...@asokolov.org
+   Alexey Sokolov
+   
+   
+   OpenRGBDevelopers/OpenRGBEffectsPlugin
+   
+

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild
new file mode 100644
index 000..c7569869352
--- /dev/null
+++ 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+MY_GIT_COMMIT="b603bb994719c765cc52c116c6f9f3983fc2a7b2"
+SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}.tar.bz2;
+S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
+HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=app-misc/openrgb-0.6-r1:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+
+src_prepare() {
+   default
+   rm -r OpenRGB || die
+   sed -i -e '/RGBController.cpp/d' OpenRGBVisualMapPlugin.pro || die
+}
+
+src_configure() {
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/RGBController" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/i2c_smbus" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/net_port"
+}
+
+src_install() {
+   exeinto /usr/$(get_libdir)/OpenRGB/plugins
+   doexe libOpenRGBVisualMapPlugin.so.1.0.0
+}