mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
audio/rhvoice: Correct license, etc
Port changes: * Correct license * Rename PORTNAME into RHVoice: the project is called RHVoice, installs files and directories the include the "RHVoice" string, DATADIR and ETCDIR are now derived correctly * Add @sample for the config file
This commit is contained in:
parent
08f1895dd0
commit
1380cc5b8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479504
@ -1,14 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rhvoice
|
||||
PORTNAME= RHVoice
|
||||
DISTVERSION= 0.7.1-4
|
||||
DISTVERSIONSUFFIX= -g1083ce5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Speech synthesizer for English, Russian, Georgian, and other languages
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE= LGPL21+ GPLv3+ # the main code is under LGPL21+, MAGE library is under GPLv3+, voices are licensed for use by individuals only, no commercial use
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_LGPL21= ${SRCDIR}/licenses/lgpl-2.1.txt
|
||||
LICENSE_FILE_GPLv3= ${SRCDIR}/licenses/gpl-3.0.txt
|
||||
|
||||
LIB_DEPENDS= libao.so:audio/libao \
|
||||
libportaudio.so:audio/portaudio \
|
||||
@ -17,7 +21,9 @@ LIB_DEPENDS= libao.so:audio/libao \
|
||||
USES= pkgconfig scons
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Olga-Yakovleva
|
||||
GH_PROJECT= RHVoice
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user