mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Tkeca is a TCL/TK frontend for Kai Vehmanen's ECASOUND.
It's intended to have all the ECASOUND features including: - unlimited number of tracks - volume and pan control on each track - up to 8 effects for each track - LADSPA support - multitrack support - multiple inputs/outputs/soundcards - effects preview - multiple takes on each track - mute track WWW: http://tkeca.sourceforge.net/
This commit is contained in:
parent
c75e48fcb9
commit
09e69a6a54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315035
@ -765,6 +765,7 @@
|
||||
SUBDIR += timidity++-tcltk
|
||||
SUBDIR += timidity++-xaw
|
||||
SUBDIR += timidity++-xskin
|
||||
SUBDIR += tkeca
|
||||
SUBDIR += tomahawk
|
||||
SUBDIR += toolame
|
||||
SUBDIR += tosha
|
||||
|
37
audio/tkeca/Makefile
Normal file
37
audio/tkeca/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tkeca
|
||||
PORTVERSION= 4.4.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= Tk interface to ecasound
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= normalize:${PORTSDIR}/audio/normalize \
|
||||
ecasound:${PORTSDIR}/audio/ecasound
|
||||
|
||||
USE_TCL= yes
|
||||
USE_TK= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '3s,^exec wish,exec ${WISH},' ${WRKSRC}/tkeca.tcl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tkeca.tcl ${PREFIX}/bin/tkeca
|
||||
${INSTALL_DATA} ${WRKSRC}/tkeca.png ${PREFIX}/share/pixmaps/
|
||||
${INSTALL_DATA} ${WRKSRC}/tkeca.desktop ${PREFIX}/share/applications/
|
||||
-@update-desktop-database
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/tkeca.html ${WRKSRC}/README.tkeca ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/tkeca/distinfo
Normal file
2
audio/tkeca/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (tkeca-4.4.3.tar.gz) = 45832bb65530fea5672e2f3ac9c9ba6869ad73492d1373018a87c05b27b14a29
|
||||
SIZE (tkeca-4.4.3.tar.gz) = 51607
|
14
audio/tkeca/pkg-descr
Normal file
14
audio/tkeca/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Tkeca is a TCL/TK frontend for Kai Vehmanen's ECASOUND.
|
||||
|
||||
It's intended to have all the ECASOUND features including:
|
||||
- unlimited number of tracks
|
||||
- volume and pan control on each track
|
||||
- up to 8 effects for each track
|
||||
- LADSPA support
|
||||
- multitrack support
|
||||
- multiple inputs/outputs/soundcards
|
||||
- effects preview
|
||||
- multiple takes on each track
|
||||
- mute track
|
||||
|
||||
WWW: http://tkeca.sourceforge.net/
|
7
audio/tkeca/pkg-plist
Normal file
7
audio/tkeca/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/tkeca
|
||||
share/applications/tkeca.desktop
|
||||
share/pixmaps/tkeca.png
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrmtry share/applications
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
Loading…
Reference in New Issue
Block a user