diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-12-10 01:33:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-12-10 01:33:27 +0000 |
commit | 971ff80a00408ae46237f69b6b67e80c0e19f69e (patch) | |
tree | 50949c91316bcdc6015b2315a84a386f63aa3608 /audio/libmikmod/patches | |
parent | 8ffe9af5ae8cc237cea5fa19493c398c5b9ae1dd (diff) | |
download | pkgsrc-971ff80a00408ae46237f69b6b67e80c0e19f69e.tar.gz |
The MikMod sound library is an excellent way for a programmer to
add music and sound effects to an application. It is a powerful
and flexible library, with a simple and easy-to-learn API.
Besides, the library is very portable and runs under a lot of
Unices, as well as under OS/2, MacOS and Windows. Third party
individuals also maintain ports on other systems, including MS-DOS,
and BeOS.
MikMod is able to play a wide range of module formats, as well as
digital sound files. It can take advantage of particular features
of your system, such as sound redirection over the network. And
due to its modular nature, the library can be extended to support
more sound or module formats, as well as new hardware or other
sound output capabilities, as they appear.
Submitted in PR 8543 by kuebart@mathematik.uni-ulm.de (Joachim Kuebart)
Diffstat (limited to 'audio/libmikmod/patches')
-rw-r--r-- | audio/libmikmod/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/libmikmod/patches/patch-ab | 35 |
2 files changed, 48 insertions, 0 deletions
diff --git a/audio/libmikmod/patches/patch-aa b/audio/libmikmod/patches/patch-aa new file mode 100644 index 00000000000..ec56bf150b3 --- /dev/null +++ b/audio/libmikmod/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 01:33:28 hubertf Exp $ + +--- docs/Makefile.in.orig Sun Oct 3 18:22:08 1999 ++++ docs/Makefile.in Sun Oct 3 18:22:19 1999 +@@ -77,7 +77,7 @@ + LIB_LDADD = @LIB_LDADD@ + LN_S = @LN_S@ + MAINT = @MAINT@ +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + NM = @NM@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ diff --git a/audio/libmikmod/patches/patch-ab b/audio/libmikmod/patches/patch-ab new file mode 100644 index 00000000000..caf977b1dd4 --- /dev/null +++ b/audio/libmikmod/patches/patch-ab @@ -0,0 +1,35 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/12/10 01:33:28 hubertf Exp $ + +--- docs/mikmod.texi.orig Sun Oct 3 18:47:56 1999 ++++ docs/mikmod.texi Sun Oct 3 18:48:33 1999 +@@ -78,12 +78,14 @@ + @direntry + * MikMod: (mikmod). MikMod Sound Library. + @end direntry ++@end ifnottex + + @c ========================================================== Top node + @node Top, Introduction, (dir), (dir) + @top MikMod Sound Library + @w{This manual documents the MikMod Sound Library, version @value{library-version}.} + ++@ifnottex + @menu + * Introduction:: What is MikMod ? + * Tutorial:: Your first steps with MikMod. +@@ -3077,15 +3079,11 @@ + @end menu + @end ifnottex + +-@ifnottex + @node Function Index, Type and Variable Index, Index, Index +-@end ifnottex + @unnumbered Function Index + @printindex fn + +-@ifnottex + @node Type and Variable Index, , Function Index, Index +-@end ifnottex + @unnumbered Type and Variable Index + @printindex vr + |