mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Free Music Instrument Tuner.
Current features: - Error history - Volume history - Wave shape - Harmonic ratios - Statistics - Microtonal tuning (with Scala file support) - Discrete Fourier Transform view - JACK, OSS, ALSA, Portaudio support - Translations for: french WWW: http://home.gna.org/fmit/ Approved by: miwi (mentor, implicit)
This commit is contained in:
parent
cb7992852a
commit
25e8e16b8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199126
5 changed files with 54 additions and 0 deletions
|
@ -177,6 +177,7 @@
|
||||||
SUBDIR += fluidsynth
|
SUBDIR += fluidsynth
|
||||||
SUBDIR += fluidsynth-dssi
|
SUBDIR += fluidsynth-dssi
|
||||||
SUBDIR += fmio
|
SUBDIR += fmio
|
||||||
|
SUBDIR += fmit
|
||||||
SUBDIR += freealut
|
SUBDIR += freealut
|
||||||
SUBDIR += funktrackergold
|
SUBDIR += funktrackergold
|
||||||
SUBDIR += gai-album
|
SUBDIR += gai-album
|
||||||
|
|
26
audio/fmit/Makefile
Normal file
26
audio/fmit/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# New ports collection makefile for: fmit
|
||||||
|
# Date created: 2007-09-08
|
||||||
|
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= fmit
|
||||||
|
PORTVERSION= 0.97.6
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= http://download.gna.org/fmit/
|
||||||
|
|
||||||
|
MAINTAINER= trasz@FreeBSD.org
|
||||||
|
COMMENT= Free Music Instrument Tuner
|
||||||
|
|
||||||
|
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
|
||||||
|
fftw3.4:${PORTSDIR}/math/fftw3
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS+= --disable-alsa bnv_cv_qt_test_result=yes
|
||||||
|
CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_QT_VER= 3
|
||||||
|
USE_GL= glut glu gl
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/fmit/distinfo
Normal file
3
audio/fmit/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (fmit-0.97.6.tar.gz) = d641fb7ee726daf0c81d8434348beaaf
|
||||||
|
SHA256 (fmit-0.97.6.tar.gz) = 60c61c3e14b0b71e96eca8318fb61787f64b3c1c82f5c7893a09d364aed3293b
|
||||||
|
SIZE (fmit-0.97.6.tar.gz) = 273122
|
15
audio/fmit/pkg-descr
Normal file
15
audio/fmit/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Free Music Instrument Tuner.
|
||||||
|
|
||||||
|
Current features:
|
||||||
|
|
||||||
|
- Error history
|
||||||
|
- Volume history
|
||||||
|
- Wave shape
|
||||||
|
- Harmonic ratios
|
||||||
|
- Statistics
|
||||||
|
- Microtonal tuning (with Scala file support)
|
||||||
|
- Discrete Fourier Transform view
|
||||||
|
- JACK, OSS, ALSA, Portaudio support
|
||||||
|
- Translations for: french
|
||||||
|
|
||||||
|
WWW: http://home.gna.org/fmit/
|
9
audio/fmit/pkg-plist
Normal file
9
audio/fmit/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
bin/fmit
|
||||||
|
lib/libCppAddons.a
|
||||||
|
lib/libMusic.a
|
||||||
|
lib/libmodules.a
|
||||||
|
share/fmit/tr/fmit_fr.qm
|
||||||
|
@dirrm share/fmit/tr
|
||||||
|
@dirrm share/fmit
|
||||||
|
share/applications/fmit.desktop
|
||||||
|
@dirrmtry share/applications
|
Loading…
Add table
Reference in a new issue