View | Details | Raw Unified | Return to bug 178597
Collapse All | Expand All

(-)audio/nekobee/Makefile (-14 / +29 lines)
Lines 1-27 Link Here
1
# New ports collection makefile for:	nekobee
1
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
2
# Date created:		2007-01-20
3
# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
4
#
5
# $FreeBSD: head/audio/nekobee/Makefile 300895 2012-07-14 12:56:14Z beat $
2
# $FreeBSD: head/audio/nekobee/Makefile 300895 2012-07-14 12:56:14Z beat $
6
#
7
3
8
PORTNAME=	nekobee
4
PORTNAME=	nekobee
9
PORTVERSION=	0.1.7
5
PORTVERSION=	0.1.8
10
PORTREVISION=	5
11
CATEGORIES=	audio
6
CATEGORIES=	audio
12
MASTER_SITES=	http://www.nekosynth.co.uk/releases/
7
MASTER_SITES=	GH
13
8
14
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	DSSI plugin that emulates the sound of the TB-303 Bassline
10
COMMENT=	DSSI plugin that emulates the sound of the TB-303 Bassline
16
11
17
LIB_DEPENDS=	dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
12
LICENSE=	GPLv2 # (or later)
18
		lo.7:${PORTSDIR}/audio/liblo \
13
19
		jack.0:${PORTSDIR}/audio/jack
20
BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
14
BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
15
LIB_DEPENDS=	dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \
16
		lo:${PORTSDIR}/audio/liblo \
17
		jack:${PORTSDIR}/audio/jack
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	gordonjcp
21
GH_COMMIT=	3f4737f
21
22
22
GNU_CONFIGURE=	yes
23
USE_GMAKE=	yes
24
USE_GNOME=	gtk20
23
USE_GNOME=	gtk20
25
CFLAGS+=	-I${LOCALBASE}/include/dssi
24
MAKE_JOBS_SAFE=	yes
25
26
CPPFLAGS+=	-I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
27
28
.if !defined(DISABLE_MAKE_JOBS)
29
MAKE_JOBS_ARGS=	-j${MAKE_JOBS_NUMBER}
30
.endif
31
32
do-configure:
33
	@(cd ${WRKSRC} && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \
34
		CPPFLAGS="${CPPFLAGS}" ./waf configure --prefix=${PREFIX})
35
36
do-build:
37
	@(cd ${WRKSRC} && ./waf build -vvv ${MAKE_JOBS_ARGS})
38
39
do-install:
40
	@(cd ${WRKSRC} && ./waf install)
26
41
27
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)audio/nekobee/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (nekobee-0.1.7.tar.gz) = 9d379eaa25535c3590bb08045db50bca087d80c6594adf96a6b3d909038e6028
1
SHA256 (nekobee-0.1.8.tar.gz) = e9044c58884e87a1f5b396938002419346498c1299d8e87afb6cc27ee163f3be
2
SIZE (nekobee-0.1.7.tar.gz) = 535372
2
SIZE (nekobee-0.1.8.tar.gz) = 350259
(-)audio/nekobee/pkg-descr (-7 / +9 lines)
Lines 1-8 Link Here
1
nekobee is a DSSI soft synth plugin that emulates the sound of the
1
nekobee is a DSSI soft synth plugin that emulates the sound of the
2
TB-303 Bassline.  It is not an exact copy; rather than make it "just
2
TB-303 Bassline. It is not an exact copy; rather than make it "just like
3
like the real thing", the design concentrates on modelling the
3
the real thing", the design concentrates on modelling the circuitry and
4
circuitry and was adjusted by comparing the sounds achievable with
4
was adjusted by comparing the sounds achievable with it to those heard
5
it to those heard on classic acid house tracks.  It includes a
5
on classic acid house tracks. It includes a switchable square/saw wave
6
switchable square/saw wave VCO, 24dB/octave VCF, an adjustable decay
6
VCO, 24dB/octave VCF, an adjustable decay time for the VCF, a fixed
7
time for the VCF, a fixed decay time for the VCA, and an interesting
7
decay time for the VCA, and an interesting bit of circuitry around the
8
bit of circuitry around the "Accent" control.
8
"Accent" control.
9
10
WWW: https://github.com/gordonjcp/nekobee
(-)audio/nekobee/pkg-plist (-2 / +1 lines)
Lines 1-6 Link Here
1
lib/dssi/nekobee/nekobee_gtk
2
lib/dssi/nekobee/knob.png
1
lib/dssi/nekobee/knob.png
2
lib/dssi/nekobee/nekobee_gtk
3
lib/dssi/nekobee/switch.png
3
lib/dssi/nekobee/switch.png
4
lib/dssi/nekobee.so
4
lib/dssi/nekobee.so
5
lib/dssi/nekobee.la
6
@dirrm lib/dssi/nekobee
5
@dirrm lib/dssi/nekobee

Return to bug 178597