diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmikmod/Makefile | 21 | ||||
-rw-r--r-- | audio/libmikmod/files/md5 | 3 | ||||
-rw-r--r-- | audio/libmikmod/files/patch-sum | 4 | ||||
-rw-r--r-- | audio/libmikmod/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/libmikmod/patches/patch-ab | 35 | ||||
-rw-r--r-- | audio/libmikmod/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/libmikmod/pkg/DESCR | 15 | ||||
-rw-r--r-- | audio/libmikmod/pkg/PLIST | 10 |
8 files changed, 102 insertions, 0 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile new file mode 100644 index 00000000000..6a1998ea8e6 --- /dev/null +++ b/audio/libmikmod/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/10 01:33:27 hubertf Exp $ + +DISTNAME= libmikmod-3.1.7 +CATEGORIES= audio +# The files at multimania.com seem to be corrupted +MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ \ + http://www.multimania.com/miodrag/mikmod/libmikmod/ + +MAINTAINER= kuebart@mathematik.uni-ulm.de +HOMEPAGE= http://www.multimania.com/miodrag/mikmod/ + +DEPENDS+= esound-0.2.8:../../audio/esound + +USE_LIBTOOL= +USE_GMAKE= +GNU_CONFIGURE= + +pre-build: + ${RM} -f ${WRKSRC}/docs/mikmod.info* + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/libmikmod/files/md5 b/audio/libmikmod/files/md5 new file mode 100644 index 00000000000..9c6d8e129db --- /dev/null +++ b/audio/libmikmod/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/10 01:33:28 hubertf Exp $ + +MD5 (libmikmod-3.1.7.tar.gz) = fc799491d514dd78154d34b3364a6f21 diff --git a/audio/libmikmod/files/patch-sum b/audio/libmikmod/files/patch-sum new file mode 100644 index 00000000000..554c81bc983 --- /dev/null +++ b/audio/libmikmod/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/12/10 01:33:28 hubertf Exp $ + +MD5 (patch-aa) = cd8cccf5c14738092ba5bbac4a906555 +MD5 (patch-ab) = 08ee0f93834cabaa286e692072e884d4 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 + diff --git a/audio/libmikmod/pkg/COMMENT b/audio/libmikmod/pkg/COMMENT new file mode 100644 index 00000000000..80fcefb6193 --- /dev/null +++ b/audio/libmikmod/pkg/COMMENT @@ -0,0 +1 @@ +MikMod Sound Library diff --git a/audio/libmikmod/pkg/DESCR b/audio/libmikmod/pkg/DESCR new file mode 100644 index 00000000000..a22dc659800 --- /dev/null +++ b/audio/libmikmod/pkg/DESCR @@ -0,0 +1,15 @@ +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. diff --git a/audio/libmikmod/pkg/PLIST b/audio/libmikmod/pkg/PLIST new file mode 100644 index 00000000000..bf05398126a --- /dev/null +++ b/audio/libmikmod/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/10 01:33:28 hubertf Exp $ +include/mikmod.h +lib/libmikmod.la +lib/libmikmod.so.2.0 +lib/libmikmod.a +@unexec install-info --delete %D/info/mikmod.info %D/info/dir +info/mikmod.info +@exec install-info %D/info/mikmod.info %D/info/dir +bin/libmikmod-config +share/aclocal/libmikmod.m4 |