pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

espeak-ng: simplify, nicer distfile name



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 11 09:02:44 2024 +0100
Changeset:	4cb293f67a2893459e1e8a6587010a176c42b822

Modified Files:
	espeak-ng/Makefile
	espeak-ng/distinfo

Log Message:
espeak-ng: simplify, nicer distfile name

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4cb293f67a2893459e1e8a6587010a176c42b822

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 espeak-ng/Makefile | 12 +++++-------
 espeak-ng/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs:
diff --git a/espeak-ng/Makefile b/espeak-ng/Makefile
index fe91cc527d..193d1d9c24 100644
--- a/espeak-ng/Makefile
+++ b/espeak-ng/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	1.51
+DISTNAME=	espeak-ng-1.51
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_GITHUB:=espeak-ng/}
-GITHUB_PROJECT=	espeak-ng
 GITHUB_TAG=	refs/tags/1.51
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +10,9 @@ HOMEPAGE=	https://github.com/espeak-ng/espeak-ng/
 COMMENT=	Open source speech synthesizer
 LICENSE=	gnu-gpl-v3 AND apache-2.0 AND 2-clause-bsd AND unicode
 
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
+DEPENDS+=	mbrola-[0-9]*:../../audio/mbrola
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 USE_TOOLS+=	autoconf automake autoreconf gmake
 GNU_CONFIGURE=	yes
@@ -30,8 +30,6 @@ CONFIGURE_ARGS+=	CFLAGS=${CFLAGS:M*:Q}
 
 PKGCONFIG_OVERRIDE+=	espeak-ng.pc.in
 
-DEPENDS+=	mbrola-[0-9]*:../../audio/mbrola
-
 SUBST_CLASSES+=		mbrola
 SUBST_STAGE.mbrola=	pre-configure
 SUBST_FILES.mbrola=	src/libespeak-ng/synth_mbrola.c
@@ -42,6 +40,6 @@ SUBST_MESSAGE.mbrola=	Fixing hardcoded mbrola path.
 pre-configure:
 	set -e; cd ${WRKSRC} && touch AUTHORS NEWS && autoreconf -fi
 
-.include "../../audio/pcaudiolib/buildlink3.mk"
 .include "options.mk"
+.include "../../audio/pcaudiolib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/espeak-ng/distinfo b/espeak-ng/distinfo
index 5e0036c50c..b5d76bb651 100644
--- a/espeak-ng/distinfo
+++ b/espeak-ng/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-BLAKE2s (1.51.tar.gz) = 7e95a1f9619984f4b349c48146a4a7a3f50f359d7043366edb1c447089b1e383
-SHA512 (1.51.tar.gz) = 6c29275706d21de2d5fa393702d2f173fc05d2ce4e2f46f3bf9a2742b0a8f294177663df0d079188e31cc2541f2c21a64e09e8afffe95befab667a4d00429fd2
-Size (1.51.tar.gz) = 14260788 bytes
+BLAKE2s (espeak-ng-1.51.tar.gz) = 7e95a1f9619984f4b349c48146a4a7a3f50f359d7043366edb1c447089b1e383
+SHA512 (espeak-ng-1.51.tar.gz) = 6c29275706d21de2d5fa393702d2f173fc05d2ce4e2f46f3bf9a2742b0a8f294177663df0d079188e31cc2541f2c21a64e09e8afffe95befab667a4d00429fd2
+Size (espeak-ng-1.51.tar.gz) = 14260788 bytes
 SHA1 (patch-src_libespeak-ng_spect.c) = 33f69d7ba5621796628477f5596e147db76e38e1
 SHA1 (patch-src_libespeak-ng_speech.c) = e4f906157b1fce54c19a740274573310b3f276fb


Home | Main Index | Thread Index | Old Index