* [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/files/, media-sound/patchage/
@ 2020-06-15 9:41 Miroslav Šulc
0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Šulc @ 2020-06-15 9:41 UTC (permalink / raw
To: gentoo-commits
commit: a357c9bbb53ff112340d84359b1cd062750603db
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 09:40:57 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 09:40:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a357c9bb
media-sound/patchage: fixed compilation and dep in 1.0.2
Closes: https://bugs.gentoo.org/728178
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/patchage/files/patchage-1.0.2-string.patch | 11 +++++++++++
media-sound/patchage/patchage-1.0.2.ebuild | 6 +++++-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/media-sound/patchage/files/patchage-1.0.2-string.patch b/media-sound/patchage/files/patchage-1.0.2-string.patch
new file mode 100644
index 00000000000..fe63be714d8
--- /dev/null
+++ b/media-sound/patchage/files/patchage-1.0.2-string.patch
@@ -0,0 +1,11 @@
+--- a/src/Patchage.cpp
++++ b/src/Patchage.cpp
+@@ -743,7 +743,7 @@
+ for (int c = 0; cmd[c].uuid; ++c) {
+ std::string command = cmd[c].command;
+ const size_t index = command.find(var);
+- if (index != string::npos) {
++ if (index != std::string::npos) {
+ command.replace(index, var.length(), cmd[c].client_name);
+ }
+
diff --git a/media-sound/patchage/patchage-1.0.2.ebuild b/media-sound/patchage/patchage-1.0.2.ebuild
index d936e429343..7e4f4bd5b7e 100644
--- a/media-sound/patchage/patchage-1.0.2.ebuild
+++ b/media-sound/patchage/patchage-1.0.2.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=dev-cpp/glibmm-2.14:2
>=dev-cpp/gtkmm-2.11.12:2.4
>=dev-cpp/libglademm-2.6.0:2.4
dev-cpp/libgnomecanvasmm:2.6
- >=media-libs/ganv-1.4.0
+ >=media-libs/ganv-1.5.2
virtual/jack
alsa? ( media-libs/alsa-lib )
jack-dbus? ( dev-libs/dbus-glib
@@ -31,6 +31,10 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS NEWS README.md )
+#PATCHES=(
+# "${FILESDIR}/${P}-string.patch"
+#)
+
src_configure() {
waf-utils_src_configure \
$(use debug && echo "--debug") \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/files/, media-sound/patchage/
@ 2020-07-17 11:56 Miroslav Šulc
0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Šulc @ 2020-07-17 11:56 UTC (permalink / raw
To: gentoo-commits
commit: e8c2dc10efbad596b077e89ac32c0103e64c8dcc
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 07:52:12 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 11:25:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c2dc10
media-sound/patchage: removed obsolete
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/patchage/Manifest | 1 -
.../patchage/files/patchage-0.5.0-desktop.patch | 8 ----
media-sound/patchage/patchage-0.5.0-r1.ebuild | 45 ------------------
media-sound/patchage/patchage-0.5.0-r2.ebuild | 53 ----------------------
4 files changed, 107 deletions(-)
diff --git a/media-sound/patchage/Manifest b/media-sound/patchage/Manifest
index d921a5c2f1e..30b106a213b 100644
--- a/media-sound/patchage/Manifest
+++ b/media-sound/patchage/Manifest
@@ -1,2 +1 @@
-DIST patchage-0.5.0.tar.bz2 411848 BLAKE2B 50138309d31c4806072c95af7df46e1b0ca2fe570c606886d9d6eb666cb3a499c12689b3ba1db26c0d59dd0ee732e350a6dffcdb7bee98f78906fa957e1e2609 SHA512 2b6c971f5fb192309734d6f42f17db83979805e6dcafbc95b343c3749afd85ea65c9b7d101b0b4bdf5102b6d60394cabcaa0d511aeb3fe1bf2db924b7e8b46cf
DIST patchage-1.0.2.tar.bz2 586298 BLAKE2B db52e267dc6ecc246ca5a30d88976c426b607c47c10cf041fe3bb0ab2d6b22d7b3c55a704be0d2fb6b87b3d23d26f15dd49b3d151d3d1dc084f290f4e7ccb01d SHA512 8d59bf4a71c2b41a1c9d8f72da30046568573c6cedaca69815b279fd1c24d44267da6846e219449d47f43157663abc331ef89f241d94dd16e666e06da9f81e12
diff --git a/media-sound/patchage/files/patchage-0.5.0-desktop.patch b/media-sound/patchage/files/patchage-0.5.0-desktop.patch
deleted file mode 100644
index cf4eaeaaa78..00000000000
--- a/media-sound/patchage/files/patchage-0.5.0-desktop.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- patchage-0.5.0/patchage.desktop.in
-+++ patchage-0.5.0/patchage.desktop.in
-@@ -6,4 +6,4 @@
- Terminal=false
- Icon=@APP_INSTALL_NAME@
- Type=Application
--Categories=Application;AudioVideo;Audio
-+Categories=AudioVideo;Audio;
diff --git a/media-sound/patchage/patchage-0.5.0-r1.ebuild b/media-sound/patchage/patchage-0.5.0-r1.ebuild
deleted file mode 100644
index f7a464d6ad2..00000000000
--- a/media-sound/patchage/patchage-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+)'
-
-inherit eutils flag-o-matic waf-utils python-any-r1
-
-DESCRIPTION="Modular patch bay for audio and MIDI systems"
-HOMEPAGE="http://wiki.drobilla.net/Patchage"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa debug lash"
-
-RDEPEND=">=media-libs/raul-0.7.0
- >=x11-libs/flowcanvas-0.7.1
- >=dev-cpp/gtkmm-2.11.12:2.4
- >=dev-cpp/glibmm-2.14:2
- >=dev-cpp/libglademm-2.6.0:2.4
- dev-cpp/libgnomecanvasmm:2.6
- virtual/jack
- alsa? ( media-libs/alsa-lib )
- lash? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/boost
- virtual/pkgconfig"
-
-DOCS=( AUTHORS README ChangeLog )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-desktop.patch
-}
-
-src_configure() {
- append-cxxflags -std=c++11
- waf-utils_src_configure \
- $(use debug && echo "--debug") \
- $(use alsa || echo "--no-alsa") \
- $(use lash || echo "--no-lash")
-}
diff --git a/media-sound/patchage/patchage-0.5.0-r2.ebuild b/media-sound/patchage/patchage-0.5.0-r2.ebuild
deleted file mode 100644
index 54e2fcbe562..00000000000
--- a/media-sound/patchage/patchage-0.5.0-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+)'
-
-inherit flag-o-matic gnome2-utils waf-utils python-any-r1
-
-DESCRIPTION="Modular patch bay for audio and MIDI systems"
-HOMEPAGE="http://drobilla.net/software/patchage"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug lash"
-
-RDEPEND=">=media-libs/raul-0.7.0
- >=x11-libs/flowcanvas-0.7.1
- >=dev-cpp/gtkmm-2.11.12:2.4
- >=dev-cpp/glibmm-2.14:2
- >=dev-cpp/libglademm-2.6.0:2.4
- dev-cpp/libgnomecanvasmm:2.6
- virtual/jack
- alsa? ( media-libs/alsa-lib )
- lash? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/boost
- virtual/pkgconfig"
-
-DOCS=( AUTHORS README ChangeLog )
-
-PATCHES=(
- "${FILESDIR}"/${P}-desktop.patch
-)
-
-src_configure() {
- append-cxxflags -std=c++11
- waf-utils_src_configure \
- $(use debug && echo "--debug") \
- $(use alsa || echo "--no-alsa") \
- $(use lash || echo "--no-lash")
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/files/, media-sound/patchage/
@ 2021-01-09 10:32 Miroslav Šulc
0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Šulc @ 2021-01-09 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 5d6ba19feda98dceae4dd9a351c70daa20e733c8
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 10:32:28 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 10:32:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6ba19f
media-sound/patchage: bump to 1.0.4
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/patchage/Manifest | 1 +
.../files/patchage-1.0.4-fix-compilation.patch | 48 ++++++++++++++++++++++
media-sound/patchage/patchage-1.0.4.ebuild | 48 ++++++++++++++++++++++
3 files changed, 97 insertions(+)
diff --git a/media-sound/patchage/Manifest b/media-sound/patchage/Manifest
index 30b106a213b..36496ca31be 100644
--- a/media-sound/patchage/Manifest
+++ b/media-sound/patchage/Manifest
@@ -1 +1,2 @@
DIST patchage-1.0.2.tar.bz2 586298 BLAKE2B db52e267dc6ecc246ca5a30d88976c426b607c47c10cf041fe3bb0ab2d6b22d7b3c55a704be0d2fb6b87b3d23d26f15dd49b3d151d3d1dc084f290f4e7ccb01d SHA512 8d59bf4a71c2b41a1c9d8f72da30046568573c6cedaca69815b279fd1c24d44267da6846e219449d47f43157663abc331ef89f241d94dd16e666e06da9f81e12
+DIST patchage-1.0.4.tar.bz2 661824 BLAKE2B 3e56b7513e19e0acb1ef524ba7d7754699abdb6a968547f7a545c8651f23a33c209b9728dae01d839022ec380185a1673ff58733c1553007a6a3b7c889aa7f03 SHA512 665d81ca16c1052f71c3037d2ad8f9a6120b09a323999468484dda1b4c4b567c36728ebe38c54152406b63a4107f04764d0dede52302bc7a7b124e82132749fb
diff --git a/media-sound/patchage/files/patchage-1.0.4-fix-compilation.patch b/media-sound/patchage/files/patchage-1.0.4-fix-compilation.patch
new file mode 100644
index 00000000000..aace519e630
--- /dev/null
+++ b/media-sound/patchage/files/patchage-1.0.4-fix-compilation.patch
@@ -0,0 +1,48 @@
+diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp
+index 23c12f2..f49a522 100644
+--- a/src/JackDbusDriver.cpp
++++ b/src/JackDbusDriver.cpp
+@@ -24,6 +24,7 @@
+ #include "SignalDirection.hpp"
+ #include "make_jack_driver.hpp"
+ #include "warnings.hpp"
++#include "AudioDriver.hpp"
+
+ PATCHAGE_DISABLE_FMT_WARNINGS
+ #include <fmt/core.h>
+@@ -61,7 +62,7 @@ namespace {
+ class JackDriver : public AudioDriver
+ {
+ public:
+- explicit JackDriver(ILog& log, EventSink emit_event);
++ explicit JackDriver(ILog& log, Driver::EventSink emit_event);
+
+ JackDriver(const JackDriver&) = delete;
+ JackDriver& operator=(const JackDriver&) = delete;
+@@ -75,7 +76,7 @@ public:
+ void attach(bool launch_daemon) override;
+ void detach() override;
+ bool is_attached() const override;
+- void refresh(const EventSink& sink) override;
++ void refresh(const Driver::EventSink& sink) override;
+ bool connect(const PortID& tail_id, const PortID& head_id) override;
+ bool disconnect(const PortID& tail_id, const PortID& head_id) override;
+
+@@ -129,7 +130,7 @@ private:
+ dbus_uint64_t _graph_version;
+ };
+
+-JackDriver::JackDriver(ILog& log, EventSink emit_event)
++JackDriver::JackDriver(ILog& log, Driver::EventSink emit_event)
+ : AudioDriver{std::move(emit_event)}
+ , _log(log)
+ , _dbus_error()
+@@ -584,7 +585,7 @@ JackDriver::is_attached() const
+ }
+
+ void
+-JackDriver::refresh(const EventSink& sink)
++JackDriver::refresh(const Driver::EventSink& sink)
+ {
+ DBusMessage* reply_ptr = nullptr;
+ DBusMessageIter iter = {};
diff --git a/media-sound/patchage/patchage-1.0.4.ebuild b/media-sound/patchage/patchage-1.0.4.ebuild
new file mode 100644
index 00000000000..24bbd1ab010
--- /dev/null
+++ b/media-sound/patchage/patchage-1.0.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE='threads(+)'
+inherit waf-utils python-any-r1 xdg
+
+DESCRIPTION="Modular patch bay for JACK-based audio and MIDI systems"
+HOMEPAGE="http://drobilla.net/software/patchage"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug jack-dbus session"
+
+BDEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/boost
+ virtual/pkgconfig
+"
+RDEPEND="dev-cpp/glibmm:2
+ dev-cpp/gtkmm:2.4
+ dev-cpp/libglademm:2.4
+ dev-cpp/libgnomecanvasmm:2.6
+ media-libs/ganv
+ virtual/jack
+ alsa? ( media-libs/alsa-lib )
+ jack-dbus? (
+ dev-libs/dbus-glib
+ sys-apps/dbus
+ )"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README.md )
+
+PATCHES=(
+ "${FILESDIR}/${P}-fix-compilation.patch"
+)
+
+src_configure() {
+ waf-utils_src_configure \
+ $(use debug && echo "--debug") \
+ $(use alsa || echo "--no-alsa") \
+ $(use jack-dbus && echo "--jack-dbus") \
+ $(use session && echo "--jack-session-manage")
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/files/, media-sound/patchage/
@ 2021-02-09 10:08 Miroslav Šulc
0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Šulc @ 2021-02-09 10:08 UTC (permalink / raw
To: gentoo-commits
commit: 200fd8bb0a5fad4196fedad8acb7e75275a1459d
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 10:07:53 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 10:07:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200fd8bb
media-sound/patchage: removed obsolete 1.0.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/patchage/Manifest | 1 -
.../patchage/files/patchage-1.0.2-string.patch | 11 ------
media-sound/patchage/metadata.xml | 2 -
media-sound/patchage/patchage-1.0.2.ebuild | 44 ----------------------
4 files changed, 58 deletions(-)
diff --git a/media-sound/patchage/Manifest b/media-sound/patchage/Manifest
index 36496ca31be..8d79df994c1 100644
--- a/media-sound/patchage/Manifest
+++ b/media-sound/patchage/Manifest
@@ -1,2 +1 @@
-DIST patchage-1.0.2.tar.bz2 586298 BLAKE2B db52e267dc6ecc246ca5a30d88976c426b607c47c10cf041fe3bb0ab2d6b22d7b3c55a704be0d2fb6b87b3d23d26f15dd49b3d151d3d1dc084f290f4e7ccb01d SHA512 8d59bf4a71c2b41a1c9d8f72da30046568573c6cedaca69815b279fd1c24d44267da6846e219449d47f43157663abc331ef89f241d94dd16e666e06da9f81e12
DIST patchage-1.0.4.tar.bz2 661824 BLAKE2B 3e56b7513e19e0acb1ef524ba7d7754699abdb6a968547f7a545c8651f23a33c209b9728dae01d839022ec380185a1673ff58733c1553007a6a3b7c889aa7f03 SHA512 665d81ca16c1052f71c3037d2ad8f9a6120b09a323999468484dda1b4c4b567c36728ebe38c54152406b63a4107f04764d0dede52302bc7a7b124e82132749fb
diff --git a/media-sound/patchage/files/patchage-1.0.2-string.patch b/media-sound/patchage/files/patchage-1.0.2-string.patch
deleted file mode 100644
index fe63be714d8..00000000000
--- a/media-sound/patchage/files/patchage-1.0.2-string.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Patchage.cpp
-+++ b/src/Patchage.cpp
-@@ -743,7 +743,7 @@
- for (int c = 0; cmd[c].uuid; ++c) {
- std::string command = cmd[c].command;
- const size_t index = command.find(var);
-- if (index != string::npos) {
-+ if (index != std::string::npos) {
- command.replace(index, var.length(), cmd[c].client_name);
- }
-
diff --git a/media-sound/patchage/metadata.xml b/media-sound/patchage/metadata.xml
index da07c271dfd..36a962a08ac 100644
--- a/media-sound/patchage/metadata.xml
+++ b/media-sound/patchage/metadata.xml
@@ -7,7 +7,5 @@
</maintainer>
<use>
<flag name="jack-dbus">Use Jack via D-Bus instead of libjack</flag>
- <flag name="session">Include experimental Jack session management
- (save/restore) support</flag>
</use>
</pkgmetadata>
diff --git a/media-sound/patchage/patchage-1.0.2.ebuild b/media-sound/patchage/patchage-1.0.2.ebuild
deleted file mode 100644
index b5955f1048d..00000000000
--- a/media-sound/patchage/patchage-1.0.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE='threads(+)'
-inherit waf-utils python-any-r1 xdg
-
-DESCRIPTION="Modular patch bay for JACK-based audio and MIDI systems"
-HOMEPAGE="http://drobilla.net/software/patchage"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa debug jack-dbus session"
-
-RDEPEND=">=dev-cpp/glibmm-2.14:2
- >=dev-cpp/gtkmm-2.11.12:2.4
- >=dev-cpp/libglademm-2.6.0:2.4
- dev-cpp/libgnomecanvasmm:2.6
- >=media-libs/ganv-1.5.2
- virtual/jack
- alsa? ( media-libs/alsa-lib )
- jack-dbus? ( dev-libs/dbus-glib
- sys-apps/dbus )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/boost
- virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README.md )
-
-PATCHES=(
- "${FILESDIR}/${P}-string.patch"
-)
-
-src_configure() {
- waf-utils_src_configure \
- $(use debug && echo "--debug") \
- $(use alsa || echo "--no-alsa") \
- $(use jack-dbus && echo "--jack-dbus") \
- $(use session && echo "--jack-session-manage")
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-09 10:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15 9:41 [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/files/, media-sound/patchage/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
2020-07-17 11:56 Miroslav Šulc
2021-01-09 10:32 Miroslav Šulc
2021-02-09 10:08 Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox