Commit graph

494 commits

Author SHA1 Message Date
hubertf
971ff80a00 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)
1999-12-10 01:33:27 +00:00
bouyer
1faffdd64a Add RCS Id. 1999-12-06 21:01:36 +00:00
bouyer
a6539fb6bd Make kde work on solaris. Mostly:
- don't hardcode -lossaudio in Makefiles, teach configure about it instead
- different PLIST
1999-12-06 20:44:57 +00:00
scw
d3c238e6e9 Add and enable dap 1999-12-04 12:58:35 +00:00
scw
1eeba9a1d2 Digital audio recording and processing package. 1999-12-04 12:56:29 +00:00
rh
1b65fba788 Make dependency on imlib a wildcard dependency. This fixes PR 8911 by
wiz@danbala.ifoer.tuwien.ac.at.
1999-11-29 08:20:00 +00:00
hubertf
f36e8c3e70 Don't depend on random packages installed by some user, use our
dependency system to pull in stuff that's known to work.
1999-11-25 00:05:10 +00:00
hubertf
e62bfd7afd fix 1999-11-24 15:01:55 +00:00
hubertf
5d0cac7144 Make this package no longer interactive. Simple one, doing the TCL stuff
with tclsh instead of wish did the job.
1999-11-24 13:49:02 +00:00
hubertf
edc2cddf33 add a bunch of NO_CDROM where appropriate 1999-11-23 16:26:12 +00:00
dmcmahill
19cbab6b84 add missing patch-sum 1999-11-21 16:38:29 +00:00
tron
3768f55650 Make package compile after changes to NetBSD's OSS library. 1999-11-19 09:44:20 +00:00
jdolecek
ebaced3178 regen 1999-11-16 00:34:44 +00:00
jdolecek
84b3212bb2 last KDE pullup of this night 1999-11-16 00:34:13 +00:00
jdolecek
560e6e3f9c regen 1999-11-15 23:02:29 +00:00
jdolecek
b5e4604cb6 Mark patches pulled up into KDE tree as such. 1999-11-15 23:01:52 +00:00
jdolecek
32579ec20b regen 1999-11-15 21:36:57 +00:00
jdolecek
1a2d4d869d duplicates patch-aa 1999-11-15 21:35:07 +00:00
rh
5da1d79d46 defuzz 1999-11-15 13:07:12 +00:00
agc
670de74661 The pth package is now at 1.2.0 - correct the dependency information. 1999-11-12 11:21:05 +00:00
hubertf
3eeaabf8c7 We play audio CDs from /dev/rcd0d, not /dev/rmacd0d (or whatever that
thing was that FreeBSD takes there).
1999-11-11 01:08:23 +00:00
proff
12b33d733a Comment had more than one line 1999-11-10 22:31:00 +00:00
hubertf
81858e0734 Install manpage. Code submitted in private mail by
Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1999-11-09 16:52:03 +00:00
tron
8b59be11c9 Update "gnome-media" package to version 1.0.51 include in GNOME 1.0.53
release. This version fixes several bugs found in 1.0.9.1.
1999-11-07 21:58:11 +00:00
tron
a7725a4b4b Fetch distribution file from directory of GNOME 1.0.53 release. 1999-11-07 21:28:38 +00:00
hubertf
1df4f4ee3f add & enable lame-gui 1999-11-04 00:02:58 +00:00
hubertf
4dadbc7b34 lame-gui-3.50, 2nd try 1999-11-03 23:57:03 +00:00
hubertf
3e82cbe066 Revive for lame-3.50, split from lame pkg. 1999-11-03 23:53:46 +00:00
hubertf
6aa15764f0 No longer needed after split for lame-gui 1999-11-03 23:50:43 +00:00
hubertf
b867d924cf Update to V3.50.
While there, split (again...) into lame and lame-gui package.

Many speed ups, bug fixes, quality improvements and
added functionality (eg. ID3 tags, VBR histogram).
1999-11-03 23:50:08 +00:00
hubertf
0255a1e0a1 Update to V2.0:
* xhippo.c: Changed version to 2.0. A while ago I forked this
        version to experiment with using a CList rather than a List; I
        think this will be the way to go in the future, so I'm sticking
        with it. The scrolled window now always has the right scrollbar
        and never the bottom one; this was HiP's behaviour, and I rather
        liked it. It occurred to me that I hadn't done much development on
        xhippo since it became a GNU project, so I figured that it was
        time to spend some time on the improved version and tidy it up a
        little. Reenabled scroll_catchup that I'd commented out; it now
        works but gets positioning slightly wrong. Made the load requester
        OK handler scroll the list back up to the top. Added -Wall to the
        compilation options to find compiler warnings (and removed
        them). Noticed that ID3 tag reading is horribly broken, reading
        (apparently) 4 more characters than it should; fixed, although I
        don't have the ID3 spec to fix it properly.  Added HiP-esque
        keyboard accelerators for Stop and Random. (I've bound both KP*
        and KP- to Random because on the Amiga keyboard the star is in the
        top right corner. I have no idea what HiP's accelerator for Stop
        was, so I've bound / to it.) Fixed the Restart button (adding
        last_played along the way). Also, I have no idea what I did, but
        it fixed the resizing problem, so that's good. Checked the look of
        the interface with several GTK themes... it's looking good!
        (Particularly with XFCE.)
1999-11-03 04:02:56 +00:00
proff
a49ab6da4b chmod -> ${CHMOD} 1999-10-28 02:57:51 +00:00
hubertf
42ee2cc249 do not install CVS dirs, and fix PLIST 1999-10-28 02:05:43 +00:00
hubertf
afa2e18250 add COPYING file to PLIST 1999-10-28 01:57:59 +00:00
hubertf
264df192c2 do not install CVS dirs, and fix PLIST 1999-10-28 01:46:29 +00:00
hubertf
e7ac5c2e8f add COPYING file to PLIST 1999-10-28 01:35:43 +00:00
hubertf
5edd98185d do not install CVS dirs, and fix PLIST 1999-10-28 01:23:53 +00:00
hubertf
2e2b2e802f fix: do not install CVS dirs, make PLIST match reality 1999-10-28 01:02:37 +00:00
hubertf
a1b0b76bf0 do not install CVS dirs, and fix PLIST 1999-10-28 00:48:31 +00:00
agc
606e5ab825 Mark packages as broken, where necessary. 1999-10-27 17:14:01 +00:00
hubertf
0aaf706049 pull in <sys/types.h> for some files in kmidi 1999-10-27 16:48:41 +00:00
hubertf
445b42ed99 add COPYING and another @dirrm 1999-10-27 15:41:31 +00:00
hubertf
251c2e5beb add @dirrm share/festival/lib/dicts 1999-10-27 15:34:11 +00:00
hubertf
f11f4c0b09 add COPYING file 1999-10-27 15:21:11 +00:00
hubertf
6874681faa add info files 1999-10-27 14:34:03 +00:00
hubertf
9465c70d2c add rcs id 1999-10-27 14:20:50 +00:00
tron
147e4033c1 Don't attempt to delete directory "share/kde/applnk/Multimedia" which
is created by "kdebase" package.
1999-10-26 16:42:33 +00:00
jlam
3d1b4a8854 Use (more accurate) supplied description of EsounD. 1999-10-26 02:04:27 +00:00
jlam
a5e0658e76 * HOMEPAGE has changed
* GNU make isn't really required
1999-10-26 02:00:39 +00:00
hubertf
ecffc685cf Fix PR 8678 by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>:
- Prevent configure from picking up any stray /dev/dsp's and believing
   it should use OSS
 - In the play script, add proper arguments if ran on NetBSD
 - Fix the $PATH setting in the play script
1999-10-26 01:31:01 +00:00