Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-12-17 | Make this compile again. Hopefully fixes pr 9003 by Lennart Augustsson | pooka | 2 | -0/+16 | |
1999-12-17 | Update dependency on esound to reflect its correct version. Pointed | agc | 1 | -2/+2 | |
out by David Brownlee. | |||||
1999-12-13 | add & enble emixer | hubertf | 1 | -1/+2 | |
1999-12-13 | eMixer is a front-end to mpg123 that allows you to | hubertf | 9 | -0/+80 | |
play and mix two mp3 streams together. This ability to mix two mp3s together makes eMixer act like a cross-fader effectively giving the user DJ like capabilities from their computer console. eMixer is also very able in a "real time" party environment. Best viewed in an (color-)rxvt. | |||||
1999-12-12 | Add missing dependency on xpm. | rh | 1 | -1/+2 | |
1999-12-12 | *** empty log message *** | mjl | 16 | -556/+13 | |
1999-12-12 | Updated to bladeenc 0.90.0 | mjl | 4 | -26/+14 | |
1999-12-10 | add & enable libmikmod | hubertf | 1 | -1/+2 | |
1999-12-10 | The MikMod sound library is an excellent way for a programmer to | hubertf | 8 | -0/+102 | |
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-06 | Add RCS Id. | bouyer | 2 | -2/+4 | |
1999-12-06 | Make kde work on solaris. Mostly: | bouyer | 3 | -4/+1117 | |
- don't hardcode -lossaudio in Makefiles, teach configure about it instead - different PLIST | |||||
1999-12-04 | Add and enable dap | scw | 1 | -1/+2 | |
1999-12-04 | Digital audio recording and processing package. | scw | 23 | -0/+1476 | |
1999-11-29 | Make dependency on imlib a wildcard dependency. This fixes PR 8911 by | rh | 2 | -4/+4 | |
wiz@danbala.ifoer.tuwien.ac.at. | |||||
1999-11-25 | Don't depend on random packages installed by some user, use our | hubertf | 1 | -6/+2 | |
dependency system to pull in stuff that's known to work. | |||||
1999-11-24 | fix | hubertf | 2 | -7/+8 | |
1999-11-24 | Make this package no longer interactive. Simple one, doing the TCL stuff | hubertf | 3 | -11/+8 | |
with tclsh instead of wish did the job. | |||||
1999-11-23 | add a bunch of NO_CDROM where appropriate | hubertf | 1 | -1/+2 | |
1999-11-21 | add missing patch-sum | dmcmahill | 1 | -0/+11 | |
1999-11-19 | Make package compile after changes to NetBSD's OSS library. | tron | 2 | -1/+15 | |
1999-11-16 | regen | jdolecek | 1 | -2/+2 | |
1999-11-16 | last KDE pullup of this night | jdolecek | 1 | -1/+4 | |
1999-11-15 | regen | jdolecek | 1 | -4/+4 | |
1999-11-15 | Mark patches pulled up into KDE tree as such. | jdolecek | 3 | -3/+9 | |
1999-11-15 | regen | jdolecek | 1 | -2/+1 | |
1999-11-15 | duplicates patch-aa | jdolecek | 1 | -14/+0 | |
1999-11-15 | defuzz | rh | 7 | -67/+75 | |
1999-11-12 | The pth package is now at 1.2.0 - correct the dependency information. | agc | 1 | -2/+2 | |
1999-11-11 | We play audio CDs from /dev/rcd0d, not /dev/rmacd0d (or whatever that | hubertf | 2 | -1/+23 | |
thing was that FreeBSD takes there). | |||||
1999-11-10 | Comment had more than one line | proff | 1 | -2/+0 | |
1999-11-09 | Install manpage. Code submitted in private mail by | hubertf | 4 | -4/+8 | |
Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> | |||||
1999-11-07 | Update "gnome-media" package to version 1.0.51 include in GNOME 1.0.53 | tron | 5 | -26/+43 | |
release. This version fixes several bugs found in 1.0.9.1. | |||||
1999-11-07 | Fetch distribution file from directory of GNOME 1.0.53 release. | tron | 1 | -2/+2 | |
1999-11-04 | add & enable lame-gui | hubertf | 1 | -1/+2 | |
1999-11-03 | lame-gui-3.50, 2nd try | hubertf | 6 | -0/+32 | |
1999-11-03 | Revive for lame-3.50, split from lame pkg. | hubertf | 1 | -0/+20 | |
1999-11-03 | No longer needed after split for lame-gui | hubertf | 1 | -3/+0 | |
1999-11-03 | Update to V3.50. | hubertf | 5 | -62/+40 | |
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 | Update to V2.0: | hubertf | 2 | -4/+4 | |
* 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-10-28 | chmod -> ${CHMOD} | proff | 2 | -5/+5 | |
1999-10-28 | do not install CVS dirs, and fix PLIST | hubertf | 2 | -8/+9 | |
1999-10-28 | add COPYING file to PLIST | hubertf | 2 | -5/+4 | |
1999-10-28 | do not install CVS dirs, and fix PLIST | hubertf | 4 | -16/+21 | |
1999-10-28 | add COPYING file to PLIST | hubertf | 4 | -12/+10 | |
1999-10-28 | do not install CVS dirs, and fix PLIST | hubertf | 4 | -16/+17 | |
1999-10-28 | fix: do not install CVS dirs, make PLIST match reality | hubertf | 2 | -8/+9 | |
1999-10-28 | do not install CVS dirs, and fix PLIST | hubertf | 2 | -9/+13 | |
1999-10-27 | Mark packages as broken, where necessary. | agc | 10 | -10/+30 | |
1999-10-27 | pull in <sys/types.h> for some files in kmidi | hubertf | 2 | -1/+16 | |
1999-10-27 | add COPYING and another @dirrm | hubertf | 1 | -1/+3 | |