Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2022 20:18:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94cd2b255cb3 - main - audio/patchage: Update 1.0.8 -> 1.0.10
Message-ID:  <202209112018.28BKIVfO063816@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94cd2b255cb37393eb2c66860cce4b4b69731c8e

commit 94cd2b255cb37393eb2c66860cce4b4b69731c8e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-11 17:57:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-11 20:18:28 +0000

    audio/patchage: Update 1.0.8 -> 1.0.10
    
    Reported by:    portscout
---
 audio/patchage/Makefile    |  4 ++--
 audio/patchage/distinfo    |  6 +++---
 audio/patchage/pkg-message | 13 +++++++++++++
 audio/patchage/pkg-plist   |  3 +++
 4 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile
index 76466ac0d3d0..8de49ab89d5f 100644
--- a/audio/patchage/Makefile
+++ b/audio/patchage/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	patchage
-DISTVERSION=	1.0.8
+DISTVERSION=	1.0.10
 CATEGORIES=	audio
 MASTER_SITES=	http://download.drobilla.net/
 
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libganv-1.so:audio/ganv \
 		libharfbuzz.so:print/harfbuzz
 
-USES=		compiler:c++14-lang gettext-runtime gnome localbase meson pkgconfig python:build tar:xz
+USES=		compiler:c++14-lang gettext gnome localbase meson pkgconfig python:build tar:xz
 USE_GNOME=	atk cairo cairomm glib20 glibmm gdkpixbuf2 gtk20 gtkmm24 libsigc++20 pango pangomm
 
 post-install:
diff --git a/audio/patchage/distinfo b/audio/patchage/distinfo
index c5bb552f64e9..8077ed516ca0 100644
--- a/audio/patchage/distinfo
+++ b/audio/patchage/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661182578
-SHA256 (patchage-1.0.8.tar.xz) = 7f79312b20063dcfd55303b6cee5ff6401bd5b177cf486f5d5541fcda098eab0
-SIZE (patchage-1.0.8.tar.xz) = 334888
+TIMESTAMP = 1662914813
+SHA256 (patchage-1.0.10.tar.xz) = 00612a9ecb4130d98e20e820be6a1241ba81e3d06dd76dfb29799ebd671687d4
+SIZE (patchage-1.0.10.tar.xz) = 341164
diff --git a/audio/patchage/pkg-message b/audio/patchage/pkg-message
new file mode 100644
index 000000000000..230ec438bf15
--- /dev/null
+++ b/audio/patchage/pkg-message
@@ -0,0 +1,13 @@
+[
+{ type: install
+  message: <<EOM
+===============================================================================
+You installed Patchage: a modular patch bay for Jack.
+
+In order to use it you need to install alsa-seq-server and start the service
+alsa-seq-server.
+alsa-seq-server creates /dev/snd/seq that is required by Patchage.
+===============================================================================
+EOM
+}
+]
diff --git a/audio/patchage/pkg-plist b/audio/patchage/pkg-plist
index 07e02307b0f5..58d55d8ffa02 100644
--- a/audio/patchage/pkg-plist
+++ b/audio/patchage/pkg-plist
@@ -13,4 +13,7 @@ share/icons/hicolor/32x32/apps/patchage.svg
 share/icons/hicolor/48x48/apps/patchage.png
 share/icons/hicolor/48x48/apps/patchage.svg
 share/icons/hicolor/scalable/apps/patchage.svg
+share/locale/de/LC_MESSAGES/patchage.mo
+share/locale/fr/LC_MESSAGES/patchage.mo
+share/locale/ko/LC_MESSAGES/patchage.mo
 %%DATADIR%%/patchage.ui



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209112018.28BKIVfO063816>