aboutsummaryrefslogtreecommitdiff
path: root/audio/dssi
Commit message (Collapse)AuthorAgeFilesLines
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-222-6/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=365644
* - Add missing USES=libtoolDmitry Marakasov2014-06-161-2/+2
| | | | Notes: svn path=/head/; revision=357998
* These ports are no longer used or cared for.Rusmir Dusko2014-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/dssi - Reset maintainer to ports@ audio/hexter - Reset maintainer to ports@ Horia Racoviceanu <horia at racoviceanu.com> wishes to maintain these ports with my help. x11-toolkits/libsexy - Pass maintainership to horia at racoviceanu.com x11-toolkits/libsexymm - Pass maintainership to horia at racoviceanu.com x11-toolkits/py-sexy - Pass maintainership to horia at racoviceanu.com Notes: svn path=/head/; revision=353120
* - Remove license (BSD)Rusmir Dusko2014-01-311-7/+12
| | | | | | | | - Strip libraries - Break lines around 80 characters Notes: svn path=/head/; revision=342060
* - Pass maintainership to submitterRusmir Dusko2013-11-082-20/+44
| | | | | | | | | | | | | - Use the new format for LIB_DEPENDS - Support STAGEDIR and add OPTIONS_SUB - Add USE_QT4= moc_build - Add DOCS and EXAMPLES - Add DOCS and EXAMPLES Options Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=333213
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Bump PORTREVISION after upgrade to audio/liblo.Daniel Eischen2013-07-131-1/+1
| | | | | | | After discussion with: pawel and MAINTAINER. Notes: svn path=/head/; revision=322948
* - remove shlib version to fix build with updated audio/libloRuslan Makhmatkhanov2013-07-131-1/+2
| | | | | | | - bump PORTREVISION to chase liblo update Notes: svn path=/head/; revision=322896
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-7/+2
| | | | Notes: svn path=/head/; revision=316287
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Convert audio/jack and fluidsynth to only build depend on pkgconf, trackBaptiste Daroussin2012-10-061-0/+1
| | | | | | | dependency impact Notes: svn path=/head/; revision=305354
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* Convert to new options frameworkBaptiste Daroussin2012-06-011-3/+3
| | | | Notes: svn path=/head/; revision=297923
* - Update to 1.1.1Martin Wilke2012-01-283-30/+53
| | | | | | | | PR: 164148 Submitted by: Ports Fury Notes: svn path=/head/; revision=289976
* - Update to 1.1.0Wen Heping2011-02-223-6/+10
| | | | | | | | PR: ports/154304 Submitted by: Wen Heping (myself) Notes: svn path=/head/; revision=269476
* Drop maintainership for ports I can't maintain anymore.Edward Tomasz Napierala2010-10-251-1/+1
| | | | Notes: svn path=/head/; revision=263585
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Update audio/liblo to 0.26.Edward Tomasz Napierala2009-03-311-1/+2
| | | | Notes: svn path=/head/; revision=231341
* Update to 1.0.0.Edward Tomasz Napierala2009-02-194-16/+8
| | | | Notes: svn path=/head/; revision=228689
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-131-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* - Fix build on HEADMartin Wilke2007-02-061-0/+11
| | | | | | | Submitted by: trasz maintainer (via privat mail) Notes: svn path=/head/; revision=184422
* - Add RUN_DEPENDSMartin Wilke2007-01-231-2/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=183124
* DSSI (pronounced "dizzy") is an API for audio processing plugins,Martin Wilke2007-01-134-0/+77
particularly useful for software synthesis plugins with user interfaces. DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi. DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API. WWW: http://dssi.sourceforge.net/ PR: ports/107867 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182321