summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a symlink nasm-0.98 -> nasm to distinguish the latest version.Satoshi Asami1999-12-101-1/+1
| | | | | | | | | Change the gogo port's dependency to check this link. Requested by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=23772
* Fix some compilation problem.R. Imura1999-12-101-0/+6
| | | | | | | | PR: 14871 Submitted by: Maintainer Notes: svn path=/head/; revision=23699
* Upgrade to 0.90.Dirk Froemberg1999-12-098-55/+39
| | | | Notes: svn path=/head/; revision=23694
* Activate wmmp3Jim Mock1999-12-091-0/+1
| | | | Notes: svn path=/head/; revision=23688
* Import of wmmp3.Jim Mock1999-12-095-0/+39
| | | | | | | | wmmp3 is a front-end for mpg123 that lives on the Window Maker dock. Yet another semi-useful dockapp :-) Notes: svn path=/head/; revision=23687
* Update to version 1.30.Chris Piazza1999-12-073-6/+5
| | | | | | | | | | | This version includes sysmouse(4) support ( thanks to Christian Weisgerber <naddy@mips.rhein-neckar.de> ) PR: 15323 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23629
* New location on MASTER_SITE.Steve Price1999-12-048-8/+8
| | | | | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23576
* ${INSTALL_PROGRAM} runs strip, which doesn't like the fact that thisDonald Burr1999-12-031-1/+1
| | | | | | | | | | is a NetBSD binary. Fixed. Thanks to Spidey <beaupran@iro.umontreal.ca> for quickly pointing this out to me. Notes: svn path=/head/; revision=23563
* Whoops, forgot to remove the blurb about Linux compatibility from the DESCR.Donald Burr1999-12-031-3/+0
| | | | Notes: svn path=/head/; revision=23561
* Upgrade to 0.7BETA.Donald Burr1999-12-033-10/+5
| | | | | | | | Removed dependency on Linux compatibility stuff, since nap is now available as a BSD binary. Notes: svn path=/head/; revision=23560
* Update to version 1.29Chris Piazza1999-11-302-3/+4
| | | | | | | | PR: 15189 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23513
* Update to Tcl/Tk version 8.2 and fix for gcc 2.95.Steve Price1999-11-295-47/+79
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23484
* Update to version 1.28Chris Piazza1999-11-283-4/+4
| | | | | | | | | | | patch-ac is from: Christian Weisgerber <naddy@mips.rhein-neckar.de> PR: 15129 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23475
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-2818-22/+30
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* gcc 2.95 requires us to be explicit about the return type of functions.Steve Price1999-11-281-0/+11
| | | | Notes: svn path=/head/; revision=23473
* Update to use Tk version 8.2.Steve Price1999-11-282-3/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23472
* Need to #include sys/signal.h earlier so this builds again on -current.Steve Price1999-11-281-0/+10
| | | | Notes: svn path=/head/; revision=23469
* Update to version Tk version 8.2.Steve Price1999-11-282-3/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23468
* gcc 2.95 (being more ANSI C++ compliant) doesn't allow declaring variablesSteve Price1999-11-281-0/+11
| | | | | | | with no type. Notes: svn path=/head/; revision=23463
* Update maintainer's Email address.Steve Price1999-11-272-3/+2
| | | | | | | | PR: 15116 Submitted by: maintainer Notes: svn path=/head/; revision=23454
* Honor CFLAGS/CXXFLAGS and get this to compile on systems with egcsSteve Price1999-11-263-6/+43
| | | | | | | | | | as the system compiler. PR: 15077 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23420
* update to 0.99.3R. Imura1999-11-263-29/+6
| | | | | | | | PR: 15076 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23349
* " When wmcdplay reads out CD_MEDIA_CATALOG of CDIOCREADSUBCHANNEL withJustin M. Seger1999-11-251-12/+13
| | | | | | | | | | | ioctl a problem breaks out. A problem does not occur if it does it as wmcdplay uses CD_CURRENT_POSITION instead of CD_MEDIA_CATALOG." Submitted by: Inagaki Kentaro <inagaki@tg.rim.or.jp> PR: ports/11003 Notes: svn path=/head/; revision=23336
* Update to 2.23Yukihiro Nakai1999-11-242-4/+4
| | | | Notes: svn path=/head/; revision=23298
* Update to ver 1.27.3Chris Piazza1999-11-233-6/+4
| | | | | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=23292
* Update to ver 3.51Chris Piazza1999-11-212-3/+3
| | | | | | | | PR: 15028 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=23251
* - Update to 3.50Chris Piazza1999-11-215-32/+35
| | | | | | | | | | | - Allow a flag NO_X11 which builds without using GTK PR: 14876 Submitted by: Aaron Smith <aaron@mutex.org> Reviewed by: maintainer Notes: svn path=/head/; revision=23229
* Remove O_NONBLOCK from open() as it seems to be causing problems forChris Piazza1999-11-201-0/+20
| | | | | | | | | | some people. PR: 14880 Submitted by: Parag Patel <parag@codegen.com> Notes: svn path=/head/; revision=23219
* Executable was being branded as a FreeBSD executable during install,Donald Burr1999-11-181-1/+1
| | | | | | | for some reason. Put in a work-around. Notes: svn path=/head/; revision=23181
* Activate napster.Donald Burr1999-11-181-0/+1
| | | | Notes: svn path=/head/; revision=23180
* New port napster, an MP3 search engine/file sharing tool/chat clientDonald Burr1999-11-187-0/+74
| | | | | | | type thinigie. Kinda hard to explain. :) Notes: svn path=/head/; revision=23179
* Update to version 1.27.1Chris Piazza1999-11-183-3/+4
| | | | | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=23175
* Update to 2.22c.Yukihiro Nakai1999-11-152-4/+4
| | | | | | | Change is some fix about careless-miss. Notes: svn path=/head/; revision=23136
* Activate xmixerChris Piazza1999-11-141-0/+1
| | | | Notes: svn path=/head/; revision=23102
* Import of xmixer.Chris Piazza1999-11-1410-0/+167
| | | | | | | | | | | | | | | Xmixer includes two programs, xmixer and gmixer. xmixer uses Athena widgets and gmixer uses GTK+. It can change the volume for multiple devices, select input device(s) for recording, hide devices you don't want to see, and has batch support. PR: 14555 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23101
* Update to version 1.36.35.Steve Price1999-11-149-12/+12
| | | | | | | | PR: 14777 Submitted by: maintainer Notes: svn path=/head/; revision=23092
* Remove a redundant `getenv()' call in this patch.Joseph Koshy1999-11-111-1/+1
| | | | Notes: svn path=/head/; revision=23020
* Add ESound support to the mpg123 port.Joseph Koshy1999-11-113-4/+55
| | | | | | | | Requested by: "Daniel O'Connor" <doconnor@gsoft.com.au> and Oh Junseon <hollywar@holywar.net> Notes: svn path=/head/; revision=23019
* Add a patch that allows xmms to play the next song in the playlist.Chris Piazza1999-11-111-0/+14
| | | | | | | | | It's pretty ugly and should be fixed properly some time. Submitted by: Jakob Alvermark <jakob@teligent.se> Notes: svn path=/head/; revision=23015
* Update to 0.2.16Yukihiro Nakai1999-11-092-3/+3
| | | | | | | | PR: ports/14788 Submitted by: Ade Lovett<ade@lovett.com> Notes: svn path=/head/; revision=22978
* Update to 2.22Yukihiro Nakai1999-11-082-4/+4
| | | | | | | | - RAW-PCM support - Add the gogo benchmark mode (just for fun). Notes: svn path=/head/; revision=22960
* Update to version 0.3.3Chris Piazza1999-11-072-5/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=22955
* Update to version 0.9.5.1.Jim Mock1999-11-064-18/+18
| | | | | | | | PR: 14045 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=22936
* Fix MAINTAINER typo.Bill Fumerola1999-11-051-1/+1
| | | | | | | | PR: ports/14730 Submitted by: maintainer Notes: svn path=/head/; revision=22932
* Update to version 2.0 and change MAINTAINER's email addressChris Piazza1999-11-052-5/+5
| | | | | | | | PR: 14695 Submitted by: maintainer Notes: svn path=/head/; revision=22911
* Reactivate raproxy after move from securityNick Sayer1999-11-031-0/+1
| | | | Notes: svn path=/head/; revision=22898
* Merge in some changes from PR 9657Nick Sayer1999-11-035-72/+64
| | | | | | | | | | | | | | | | Add a master site Add RESTRICTED (license has use restrictions) copy html and pdf docs to share print inetd message at install/pkgadd remove security as category This port started in security, but should be repo-moved to audio. PR: 9657 Submitted by: mi@aldan.algebra.com Notes: svn path=/head/; revision=22890
* Update to version 1.1.3.Steve Price1999-11-015-15/+43
| | | | | | | | PR: 14550 Submitted by: maintainer Notes: svn path=/head/; revision=22789
* Update to version 1.24Chris Piazza1999-10-283-6/+12
| | | | Notes: svn path=/head/; revision=22704
* Change to follow gtkmm shlib version bump.Satoshi Asami1999-10-251-1/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=22622