JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering
interface. JAMin is an open source application designed to perform professional audio mastering of stereo input streams. It uses LADSPA for digital signal processing (DSP). WWW: http://jamin.sourceforge.net/en/about.html PR: ports/106407 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
This commit is contained in:
parent
23983e007b
commit
95af3c1502
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179051
5 changed files with 68 additions and 0 deletions
|
@ -282,6 +282,7 @@
|
|||
SUBDIR += ifp-line
|
||||
SUBDIR += jack
|
||||
SUBDIR += jamboree
|
||||
SUBDIR += jamin
|
||||
SUBDIR += java-xmms2
|
||||
SUBDIR += jid3lib
|
||||
SUBDIR += jmusic
|
||||
|
|
30
audio/jamin/Makefile
Normal file
30
audio/jamin/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: jamin
|
||||
# Date created: 2006-12-06
|
||||
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jamin
|
||||
PORTVERSION= 0.95.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= jamin
|
||||
|
||||
MAINTAINER= trasz@pin.if.uz.zgora.pl
|
||||
COMMENT= JACK Audio Mastering interface
|
||||
|
||||
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
|
||||
jack.0:${PORTSDIR}/audio/jack \
|
||||
lo.6:${PORTSDIR}/audio/liblo
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
|
||||
${LOCALBASE}/lib/ladspa/fast_lookahead_limiter_1913.so:${PORTSDIR}/audio/swhplugins
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20 libxml2
|
||||
|
||||
MAN1= jamin.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/jamin/distinfo
Normal file
3
audio/jamin/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (jamin-0.95.0.tar.gz) = 032f2a4a578a8938f76282112d56c8d6
|
||||
SHA256 (jamin-0.95.0.tar.gz) = 762fee88682f27888e46dfb013a9ab5e798533b9b67643ff1d7760501939bb3c
|
||||
SIZE (jamin-0.95.0.tar.gz) = 1007290
|
6
audio/jamin/pkg-descr
Normal file
6
audio/jamin/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering
|
||||
interface. JAMin is an open source application designed to perform
|
||||
professional audio mastering of stereo input streams. It uses LADSPA
|
||||
for digital signal processing (DSP).
|
||||
|
||||
WWW: http://jamin.sourceforge.net/en/about.html
|
28
audio/jamin/pkg-plist
Normal file
28
audio/jamin/pkg-plist
Normal file
|
@ -0,0 +1,28 @@
|
|||
bin/jamin
|
||||
bin/jamin-scene
|
||||
lib/ladspa/jamincont_1912.so
|
||||
lib/ladspa/jamincont_1912.la
|
||||
%%DATADIR%%/pixmaps/brushed-steel.png
|
||||
%%DATADIR%%/pixmaps/thai-gold-knobs.png
|
||||
%%DATADIR%%/pixmaps/thai-gold.png
|
||||
%%DATADIR%%/pixmaps/play1.png
|
||||
%%DATADIR%%/pixmaps/pause1.png
|
||||
%%DATADIR%%/pixmaps/JAMin_splash.jpg
|
||||
%%DATADIR%%/pixmaps/about_image.png
|
||||
%%DATADIR%%/pixmaps/marble.jpg
|
||||
%%DATADIR%%/pixmaps/JAMin_icon.xpm
|
||||
%%DATADIR%%/pixmaps/LED_green_on.xpm
|
||||
%%DATADIR%%/pixmaps/LED_green_off.xpm
|
||||
%%DATADIR%%/pixmaps/LED_yellow.xpm
|
||||
%%DATADIR%%/pixmaps/LED_red.xpm
|
||||
%%DATADIR%%/examples/RIAA_EQ.jam
|
||||
%%DATADIR%%/examples/default.jam
|
||||
%%DATADIR%%/examples/jamin_ui
|
||||
%%DATADIR%%/examples/marble_jamin_ui
|
||||
share/applications/jamin.desktop
|
||||
share/mime/packages/jamin.xml
|
||||
share/icons/jamin.svg
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry %%DATADIR%%/pixmaps
|
||||
@dirrmtry %%DATADIR%%/examples
|
||||
@dirrmtry %%DATADIR%%
|
Loading…
Reference in a new issue