CVS log for ports/audio/dssi/Makefile
Up to [FreeBSD] / ports / audio / dssi
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 28 19:10:10 2012 UTC (12 days, 12 hours ago) by miwi
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +38 -14 lines
- Update to 1.1.1 PR: 164148 Submitted by: Ports Fury
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 22 02:19:30 2011 UTC (11 months, 2 weeks ago) by wen
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -3 lines
- Update to 1.1.0 PR: ports/154304 Submitted by: Wen Heping (myself)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 25 20:09:00 2010 UTC (15 months, 2 weeks ago) by trasz
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Drop maintainership for ports I can't maintain anymore.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:13:02 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with A
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 31 05:25:01 2009 UTC (2 years, 10 months ago) by trasz
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Update audio/liblo to 0.26.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 19 22:15:53 2009 UTC (2 years, 11 months ago) by trasz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update to 1.0.0.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 11 22:06:08 2007 UTC (4 years, 7 months ago) by trasz
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Use proper capitalization in my email address. Approved by: miwi (mentor) Suggested by: sat
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 13 13:03:42 2007 UTC (4 years, 9 months ago) by trasz
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change my email address to trasz@FreeBSD.org. Approved by: miwi (mentor)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 23 20:47:57 2007 UTC (5 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
- Add RUN_DEPENDS Approved by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 13 21:38:30 2007 UTC (5 years ago) by miwi
Branches: MAIN
DSSI (pronounced "dizzy") is an API for audio processing plugins, 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>
