>Number: 178597 >Category: ports >Synopsis: audio/nekobee: Update to version 0.1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 0.1.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/nekobee/Makefile audio/nekobee/Makefile --- /usr/ports/audio/nekobee/Makefile 2012-11-08 05:40:50.000000000 +0900 +++ audio/nekobee/Makefile 2013-05-14 00:00:49.000000000 +0900 @@ -1,27 +1,42 @@ -# New ports collection makefile for: nekobee -# Date created: 2007-01-20 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD: head/audio/nekobee/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= nekobee -PORTVERSION= 0.1.7 -PORTREVISION= 5 +PORTVERSION= 0.1.8 CATEGORIES= audio -MASTER_SITES= http://www.nekosynth.co.uk/releases/ +MASTER_SITES= GH MAINTAINER= ports@FreeBSD.org COMMENT= DSSI plugin that emulates the sound of the TB-303 Bassline -LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.7:${PORTSDIR}/audio/liblo \ - jack.0:${PORTSDIR}/audio/jack +LICENSE= GPLv2 # (or later) + BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi +LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \ + lo:${PORTSDIR}/audio/liblo \ + jack:${PORTSDIR}/audio/jack + +USE_GITHUB= yes +GH_ACCOUNT= gordonjcp +GH_COMMIT= 3f4737f -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gtk20 -CFLAGS+= -I${LOCALBASE}/include/dssi +MAKE_JOBS_SAFE= yes + +CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include + +.if !defined(DISABLE_MAKE_JOBS) +MAKE_JOBS_ARGS= -j${MAKE_JOBS_NUMBER} +.endif + +do-configure: + @(cd ${WRKSRC} && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \ + CPPFLAGS="${CPPFLAGS}" ./waf configure --prefix=${PREFIX}) + +do-build: + @(cd ${WRKSRC} && ./waf build -vvv ${MAKE_JOBS_ARGS}) + +do-install: + @(cd ${WRKSRC} && ./waf install) .include <bsd.port.mk> diff -urN /usr/ports/audio/nekobee/distinfo audio/nekobee/distinfo --- /usr/ports/audio/nekobee/distinfo 2012-11-08 05:40:50.000000000 +0900 +++ audio/nekobee/distinfo 2013-05-14 00:00:49.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (nekobee-0.1.7.tar.gz) = 9d379eaa25535c3590bb08045db50bca087d80c6594adf96a6b3d909038e6028 -SIZE (nekobee-0.1.7.tar.gz) = 535372 +SHA256 (nekobee-0.1.8.tar.gz) = e9044c58884e87a1f5b396938002419346498c1299d8e87afb6cc27ee163f3be +SIZE (nekobee-0.1.8.tar.gz) = 350259 diff -urN /usr/ports/audio/nekobee/pkg-descr audio/nekobee/pkg-descr --- /usr/ports/audio/nekobee/pkg-descr 2012-11-08 05:40:50.000000000 +0900 +++ audio/nekobee/pkg-descr 2013-05-14 00:00:49.000000000 +0900 @@ -1,8 +1,10 @@ nekobee is a DSSI soft synth plugin that emulates the sound of the -TB-303 Bassline. It is not an exact copy; rather than make it "just -like the real thing", the design concentrates on modelling the -circuitry and was adjusted by comparing the sounds achievable with -it to those heard on classic acid house tracks. It includes a -switchable square/saw wave VCO, 24dB/octave VCF, an adjustable decay -time for the VCF, a fixed decay time for the VCA, and an interesting -bit of circuitry around the "Accent" control. +TB-303 Bassline. It is not an exact copy; rather than make it "just like +the real thing", the design concentrates on modelling the circuitry and +was adjusted by comparing the sounds achievable with it to those heard +on classic acid house tracks. It includes a switchable square/saw wave +VCO, 24dB/octave VCF, an adjustable decay time for the VCF, a fixed +decay time for the VCA, and an interesting bit of circuitry around the +"Accent" control. + +WWW: https://github.com/gordonjcp/nekobee diff -urN /usr/ports/audio/nekobee/pkg-plist audio/nekobee/pkg-plist --- /usr/ports/audio/nekobee/pkg-plist 2012-11-08 05:40:50.000000000 +0900 +++ audio/nekobee/pkg-plist 2013-05-14 00:00:49.000000000 +0900 @@ -1,6 +1,5 @@ -lib/dssi/nekobee/nekobee_gtk lib/dssi/nekobee/knob.png +lib/dssi/nekobee/nekobee_gtk lib/dssi/nekobee/switch.png lib/dssi/nekobee.so -lib/dssi/nekobee.la @dirrm lib/dssi/nekobee >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
- Update to version 0.1.8
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Thu May 16 10:32:07 2013 New Revision: 318308 URL: http://svnweb.freebsd.org/changeset/ports/318308 Log: - Update to version 0.1.8 PR: 178597 Submitted by: Ports Fury Modified: head/audio/nekobee/Makefile (contents, props changed) head/audio/nekobee/distinfo (contents, props changed) head/audio/nekobee/pkg-descr (contents, props changed) head/audio/nekobee/pkg-plist (contents, props changed) Modified: head/audio/nekobee/Makefile ============================================================================== --- head/audio/nekobee/Makefile Thu May 16 10:31:12 2013 (r318307) +++ head/audio/nekobee/Makefile Thu May 16 10:32:07 2013 (r318308) @@ -1,27 +1,42 @@ -# New ports collection makefile for: nekobee -# Date created: 2007-01-20 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= nekobee -PORTVERSION= 0.1.7 -PORTREVISION= 5 +PORTVERSION= 0.1.8 CATEGORIES= audio -MASTER_SITES= http://www.nekosynth.co.uk/releases/ +MASTER_SITES= GH MAINTAINER= ports@FreeBSD.org COMMENT= DSSI plugin that emulates the sound of the TB-303 Bassline -LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.7:${PORTSDIR}/audio/liblo \ - jack.0:${PORTSDIR}/audio/jack +LICENSE= GPLv2 # (or later) + BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi +LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \ + lo:${PORTSDIR}/audio/liblo \ + jack:${PORTSDIR}/audio/jack + +USE_GITHUB= yes +GH_ACCOUNT= gordonjcp +GH_COMMIT= 3f4737f -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gtk20 -CFLAGS+= -I${LOCALBASE}/include/dssi +MAKE_JOBS_SAFE= yes + +CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include + +.if !defined(DISABLE_MAKE_JOBS) +MAKE_JOBS_ARGS= -j${MAKE_JOBS_NUMBER} +.endif + +do-configure: + @(cd ${WRKSRC} && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \ + CPPFLAGS="${CPPFLAGS}" ./waf configure --prefix=${PREFIX}) + +do-build: + @(cd ${WRKSRC} && ./waf build -vvv ${MAKE_JOBS_ARGS}) + +do-install: + @(cd ${WRKSRC} && ./waf install) .include <bsd.port.mk> Modified: head/audio/nekobee/distinfo ============================================================================== --- head/audio/nekobee/distinfo Thu May 16 10:31:12 2013 (r318307) +++ head/audio/nekobee/distinfo Thu May 16 10:32:07 2013 (r318308) @@ -1,2 +1,2 @@ -SHA256 (nekobee-0.1.7.tar.gz) = 9d379eaa25535c3590bb08045db50bca087d80c6594adf96a6b3d909038e6028 -SIZE (nekobee-0.1.7.tar.gz) = 535372 +SHA256 (nekobee-0.1.8.tar.gz) = e9044c58884e87a1f5b396938002419346498c1299d8e87afb6cc27ee163f3be +SIZE (nekobee-0.1.8.tar.gz) = 350259 Modified: head/audio/nekobee/pkg-descr ============================================================================== --- head/audio/nekobee/pkg-descr Thu May 16 10:31:12 2013 (r318307) +++ head/audio/nekobee/pkg-descr Thu May 16 10:32:07 2013 (r318308) @@ -1,8 +1,10 @@ nekobee is a DSSI soft synth plugin that emulates the sound of the -TB-303 Bassline. It is not an exact copy; rather than make it "just -like the real thing", the design concentrates on modelling the -circuitry and was adjusted by comparing the sounds achievable with -it to those heard on classic acid house tracks. It includes a -switchable square/saw wave VCO, 24dB/octave VCF, an adjustable decay -time for the VCF, a fixed decay time for the VCA, and an interesting -bit of circuitry around the "Accent" control. +TB-303 Bassline. It is not an exact copy; rather than make it "just like +the real thing", the design concentrates on modelling the circuitry and +was adjusted by comparing the sounds achievable with it to those heard +on classic acid house tracks. It includes a switchable square/saw wave +VCO, 24dB/octave VCF, an adjustable decay time for the VCF, a fixed +decay time for the VCA, and an interesting bit of circuitry around the +"Accent" control. + +WWW: https://github.com/gordonjcp/nekobee Modified: head/audio/nekobee/pkg-plist ============================================================================== --- head/audio/nekobee/pkg-plist Thu May 16 10:31:12 2013 (r318307) +++ head/audio/nekobee/pkg-plist Thu May 16 10:32:07 2013 (r318308) @@ -1,6 +1,5 @@ -lib/dssi/nekobee/nekobee_gtk lib/dssi/nekobee/knob.png +lib/dssi/nekobee/nekobee_gtk lib/dssi/nekobee/switch.png lib/dssi/nekobee.so -lib/dssi/nekobee.la @dirrm lib/dssi/nekobee _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"