diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-12 10:12:14 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-12 10:12:14 +0800 |
commit | cccfcc68f46eabfc1722681dbe38aab5816c902d (patch) | |
tree | beed11107465f6f8bfeb674be4eaf2699a3c4cb5 /audio/Makefile | |
parent | c8497ae76fd415ece722afff9b75ce04e802d405 (diff) | |
download | freebsd-ports-gnome-cccfcc68f46eabfc1722681dbe38aab5816c902d.tar.gz freebsd-ports-gnome-cccfcc68f46eabfc1722681dbe38aab5816c902d.tar.zst freebsd-ports-gnome-cccfcc68f46eabfc1722681dbe38aab5816c902d.zip |
xmms-timidity is another simple plugin that handles .mid files by running the
locally installed copy of Timidity, and piping the output back to XMMS.
- Timothy Beyer <beyert@cs.ucr.edu>
PR: ports/131442
Submitted by: Timothy Beyer <beyert at cs.ucr.edu>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f1e82e3b7064..e8876a167cdf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -829,6 +829,7 @@ SUBDIR += xmms-sndstretch SUBDIR += xmms-speex SUBDIR += xmms-tfmx + SUBDIR += xmms-timidity SUBDIR += xmms-uade SUBDIR += xmms-volnorm SUBDIR += xmms-wavpack |