Fri May 7 07:59:04 2021 UTC ()
audacity: add notes on why this hasn't been updated


(nia)
diff -r1.139 -r1.140 pkgsrc/audio/audacity/Makefile

cvs diff -r1.139 -r1.140 pkgsrc/audio/audacity/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/audacity/Makefile 2021/02/06 23:21:13 1.139
+++ pkgsrc/audio/audacity/Makefile 2021/05/07 07:59:04 1.140
@@ -1,15 +1,22 @@ @@ -1,15 +1,22 @@
1# $NetBSD: Makefile,v 1.139 2021/02/06 23:21:13 dbj Exp $ 1# $NetBSD: Makefile,v 1.140 2021/05/07 07:59:04 nia Exp $
2 2
 3# NOTES ON UPDATING
 4# - Upstream is insisting that packages use their internal modified
 5# versions of libraries like wxWidgets. This goes against policy
 6# of not using vendored libraries.
 7# - Upstream is introducing telemetry.
 8# This should be disabled by default, Audacity is offline software.
 9# - Please test on NetBSD.
3DISTNAME= audacity-2.4.1 10DISTNAME= audacity-2.4.1
4PKGREVISION= 2 11PKGREVISION= 2
5CATEGORIES= audio 12CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GITHUB:=audacity/} 13MASTER_SITES= ${MASTER_SITE_GITHUB:=audacity/}
7GITHUB_PROJECT= Audacity 14GITHUB_PROJECT= Audacity
8GITHUB_TAG= Audacity-${PKGVERSION_NOREV} 15GITHUB_TAG= Audacity-${PKGVERSION_NOREV}
9 16
10MAINTAINER= nia@NetBSD.org 17MAINTAINER= nia@NetBSD.org
11HOMEPAGE= https://www.audacityteam.org/ 18HOMEPAGE= https://www.audacityteam.org/
12COMMENT= Multi-track audio editor and recorder 19COMMENT= Multi-track audio editor and recorder
13LICENSE= gnu-gpl-v2 # AND cc-by-v3.0-license 20LICENSE= gnu-gpl-v2 # AND cc-by-v3.0-license
14 21
15WRKSRC= ${WRKDIR}/audacity-${GITHUB_PROJECT}-${PKGVERSION_NOREV} 22WRKSRC= ${WRKDIR}/audacity-${GITHUB_PROJECT}-${PKGVERSION_NOREV}