diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-07 13:38:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-07 13:38:11 +0000 |
commit | 88bf7a9b1e0ae4c6fbd63ff293c1baaf3269b09d (patch) | |
tree | 448f85696d27f95145b5a1c219220a4fe1d1285f /multimedia/Makefile | |
parent | 77a6de2204cc9c95522f01df563c3e1208e62462 (diff) |
This utility rips Music and Sound class objects
from .umx and .uax files in Unreal or Unreal Tournament.
It rips all the exports in the file that it understands
(currently 'xm', 'it', 's3m', and 'WAV'). Adding support
for an export is fairly trivial, so you can add them
in a minute or two.
WWW: http://pages.cthome.net/chrismp/umr/
PR: ports/104696
Submitted by: Alexander Logvinov <ports@logvinov.com>
Notes
Notes:
svn path=/head/; revision=176698
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 2edc99229c6a..f2596629350b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -213,6 +213,7 @@ SUBDIR += toxine SUBDIR += transcode SUBDIR += tunapie + SUBDIR += umr SUBDIR += v4l_compat SUBDIR += vamps SUBDIR += vcdgear |