Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2026 07:29:56 +0000
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: 12f7445b887f - main - audio/screcord-lv2: update g2017120=?utf-8?Q?6 =E2=86=92 0.?=2
Message-ID:  <69db49f4.3ab1d.593b7aaf@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12f7445b887fc79534e8b92ff33f25086493ada2

commit 12f7445b887fc79534e8b92ff33f25086493ada2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-12 07:29:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-12 07:29:42 +0000

    audio/screcord-lv2: update g20171206 → 0.2
---
 audio/screcord-lv2/Makefile                        | 16 +++++--
 audio/screcord-lv2/distinfo                        |  6 +--
 .../files/patch-screcord_sc_record.ttl             | 53 ++++++++++++++++++++++
 3 files changed, 69 insertions(+), 6 deletions(-)

diff --git a/audio/screcord-lv2/Makefile b/audio/screcord-lv2/Makefile
index b21e1c730bdc..acdfd0ab9ec9 100644
--- a/audio/screcord-lv2/Makefile
+++ b/audio/screcord-lv2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	screcord
-DISTVERSION=	g20171206
-PORTREVISION=	2
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.2
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
@@ -18,12 +18,22 @@ USES=		gmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	brummer10
 GH_PROJECT=	${PORTNAME}.lv2
-GH_TAGNAME=	36fbff9
+BUILD_WRKSRC=	${WRKSRC}/screcord
+ALL_TARGET=	nogui
 
 PLIST_FILES=	lib/lv2/sc_record.lv2/manifest.ttl \
 		lib/lv2/sc_record.lv2/sc_record.so \
 		lib/lv2/sc_record.lv2/sc_record.ttl
 
+do-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/lv2/sc_record.lv2
+	${INSTALL_DATA} ${WRKSRC}/screcord/manifest.ttl \
+		${STAGEDIR}${PREFIX}/lib/lv2/sc_record.lv2/
+	${INSTALL_DATA} ${WRKSRC}/screcord/sc_record.ttl \
+		${STAGEDIR}${PREFIX}/lib/lv2/sc_record.lv2/
+	${INSTALL_LIB} ${WRKSRC}/screcord/sc_record.so \
+		${STAGEDIR}${PREFIX}/lib/lv2/sc_record.lv2/
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/sc_record.lv2/sc_record.so
 
diff --git a/audio/screcord-lv2/distinfo b/audio/screcord-lv2/distinfo
index 9bf07399f706..5f227794c938 100644
--- a/audio/screcord-lv2/distinfo
+++ b/audio/screcord-lv2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512578049
-SHA256 (brummer10-screcord.lv2-g20171206-36fbff9_GH0.tar.gz) = 8eaec5934bcf43b4557d9260c7b0c2c6d625a877185497493b87850c000d0379
-SIZE (brummer10-screcord.lv2-g20171206-36fbff9_GH0.tar.gz) = 12991
+TIMESTAMP = 1775969400
+SHA256 (brummer10-screcord.lv2-v0.2_GH0.tar.gz) = ff5066e54b4a137526aa717c9921265415b829c8988a15291ab89ceb3fe2dbc1
+SIZE (brummer10-screcord.lv2-v0.2_GH0.tar.gz) = 63246
diff --git a/audio/screcord-lv2/files/patch-screcord_sc_record.ttl b/audio/screcord-lv2/files/patch-screcord_sc_record.ttl
new file mode 100644
index 000000000000..50fbd7f82e8f
--- /dev/null
+++ b/audio/screcord-lv2/files/patch-screcord_sc_record.ttl
@@ -0,0 +1,53 @@
+--- screcord/sc_record.ttl.orig	2019-10-15 12:26:28 UTC
++++ screcord/sc_record.ttl
+@@ -23,7 +23,6 @@
+ @prefix lv2: <http://lv2plug.in/ns/lv2core#>; .
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>; .
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>; .
+-@prefix guiext: <http://lv2plug.in/ns/extensions/ui#>.
+ 
+ <https://github.com/brummer10#me>;
+ 	a foaf:Person ;
+@@ -43,8 +42,6 @@
+     lv2:minorVersion 0;
+     lv2:microVersion 1;
+ 
+-  guiext:ui <https://github.com/brummer10/screcord_ui#mono_record>;
+-
+     lv2:port [
+         a lv2:InputPort ,
+             lv2:ControlPort ;
+@@ -106,13 +103,6 @@
+         lv2:name "In" ;
+     ].
+ 
+-<https://github.com/brummer10/screcord_ui#mono_record>;
+-  a guiext:X11UI;
+-  guiext:binary <sc_record_ui.so>;
+-        lv2:extensionData guiext::idle ; 
+-        lv2:requiredFeature guiext:makeResident;
+-  .
+-
+ <https://github.com/brummer10/screcord#stereo_record>;
+     a lv2:Plugin ,
+         lv2:UtilityPlugin ;
+@@ -125,8 +115,6 @@
+     lv2:minorVersion 0;
+     lv2:microVersion 1;
+ 
+-  guiext:ui <https://github.com/brummer10/screcord_ui#stereo_record>;
+-
+     lv2:port [
+         a lv2:InputPort ,
+             lv2:ControlPort ;
+@@ -206,9 +194,3 @@
+         lv2:symbol "in1" ;
+         lv2:name "In1" ;
+     ].
+-
+-<https://github.com/brummer10/screcord_ui#stereo_record>;
+-  a guiext:X11UI;
+-  guiext:binary <sc_record_ui.so>;
+-        lv2:extensionData guiext::idle ; 
+-        lv2:requiredFeature guiext:makeResident;
+-  .


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69db49f4.3ab1d.593b7aaf>