summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add patches to support IDE cd-roms. While I'm here, respectTim Vanderhoek1998-06-277-3/+176
| | | | | | | | | | ${CFLAGS}. Heck, why not go all the way and respect ${PREFIX}, too (respect now added). As an intentional side-effect, these patches also prevent the pause function from blasting the listener's ears off (the way cdcontrol currently does (and cdplay used to)). Notes: svn path=/head/; revision=11553
* Change the vat port to use USE_AUTOCONF .Bill Fenner1998-06-263-1477/+13
| | | | | | | | | Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so that CVS doesn't munge it. BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah! Notes: svn path=/head/; revision=11547
* Import of mp3info, which reveals information like bitrate and playing timeMatthew Hunt1998-06-245-0/+43
| | | | | | | | | | for mp3 files. PR: 7008 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=11508
* Activate mp3info.Matthew Hunt1998-06-241-1/+2
| | | | Notes: svn path=/head/; revision=11507
* This patch contains an update to the audio-voxware.cc module in vatJordan K. Hubbard1998-06-241-0/+668
| | | | | | | | | | | | | to enable operation with the "pcm" driver and a wide range of full duplex cards including the old SB16 (up to Vibra16C). It also provides a modification to transmit audio from a mu-law file (useful for testing). Submitted by: luigi PR: 6813 Notes: svn path=/head/; revision=11501
* Mention that this doesn't support IDE cdroms...Tim Vanderhoek1998-06-181-1/+2
| | | | Notes: svn path=/head/; revision=11468
* Minimize differences, handle EINTRAndrey A. Chernov1998-06-161-14/+20
| | | | Notes: svn path=/head/; revision=11460
* Add patch to work with both audio driversAndrey A. Chernov1998-06-161-0/+171
| | | | | | | Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah) Notes: svn path=/head/; revision=11458
* Fix gus patches dist siteAndrey A. Chernov1998-06-162-4/+4
| | | | Notes: svn path=/head/; revision=11457
* Add another @dirrm.Thomas Gellekum1998-06-151-0/+1
| | | | Notes: svn path=/head/; revision=11438
* Activate kmpg.Thomas Gellekum1998-06-121-1/+2
| | | | Notes: svn path=/head/; revision=11402
* New port kmpg, an MPEG audio player for KDE.Thomas Gellekum1998-06-1211-0/+208
| | | | | | | | PR: 6727 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no> Notes: svn path=/head/; revision=11401
* upgrade to 0.59oTorsten Blum1998-05-283-4/+23
| | | | Notes: svn path=/head/; revision=11178
* Upgrade to 2.3. Also split patch-aa so that each patch affects onlyMatthew Hunt1998-05-275-85/+101
| | | | | | | | | one file. Version 2.3 adds an interface to web browsers (Netscape and Mosaic), a smaller-format window in addition to the traditional window, and "tool tips" that pop up over the buttons. Notes: svn path=/head/; revision=11163
* Change MAINTAINER to ports@freebsd.org because (now former) maintainerMatthew Hunt1998-05-171-2/+2
| | | | | | | | | | | | | | uses OSS and is not in a position to ensure that newer versions build under the stock FreeBSD drivers in 2.2-STABLE. Anybody who wants this, please let us know! Getting 0.59o to build on a recent -STABLE would be a good litmus test. :-) PR: 6659 Submitted by: Carey Jones <mcj@acquiesce.org> Notes: svn path=/head/; revision=11016
* Update to new location on master site.Steve Price1998-05-101-2/+2
| | | | | | | | PR: 6555 Submitted by: Antti Kaipila <anttik@silic.one.sci.fi> Notes: svn path=/head/; revision=10935
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-043-6/+6
| | | | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
* Activate xtuner.Thomas Gellekum1998-04-301-1/+2
| | | | Notes: svn path=/head/; revision=10788
* New port xtuner. xtuner is an X-windows interface for the RadioREVEALThomas Gellekum1998-04-306-0/+70
| | | | | | | | | | | | and RadioTrack FM radio cards. I couldn't test the functionality, but it builds and installs. PR: part of 5228 Submitted by: Lars Köller <Lars.Koeller@uni-bielefeld.de> Notes: svn path=/head/; revision=10787
* Chage extract_sufx to .tar.gz, change the md5 checksum.Vanilla I. Shu1998-04-292-3/+2
| | | | Notes: svn path=/head/; revision=10767
* Mark this port broken, it's left behind in the beta-4.1 upgrade andSatoshi Asami1998-04-293-3/+9
| | | | | | | no longer builds. Notes: svn path=/head/; revision=10750
* Change MASTER_SITE, the author's site seems dead.Vanilla I. Shu1998-04-261-2/+4
| | | | Notes: svn path=/head/; revision=10687
* Activate splaytk.Matthew Hunt1998-04-241-1/+2
| | | | Notes: svn path=/head/; revision=10660
* Import of splaytk, a Tcl/Tk front-end to the splay mp3 player.Matthew Hunt1998-04-246-0/+58
| | | | | | | | PR: 6352 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10659
* Upgrade to version 0.8.2.Steve Price1998-04-197-39/+62
| | | | | | | | PR: 6122 Submitted by: maintainer Notes: svn path=/head/; revision=10585
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-153-6/+6
| | | | Notes: svn path=/head/; revision=10525
* Back out changes to use tcl81.Thomas Gellekum1998-03-204-6/+6
| | | | | | | | | I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime. Notes: svn path=/head/; revision=10236
* Add back PKGNAME (removed by the previous commit).Satoshi Asami1998-03-173-3/+6
| | | | Notes: svn path=/head/; revision=10206
* Use $(MASTER_SITE_KDE)Stefan Eßer1998-03-063-12/+9
| | | | Notes: svn path=/head/; revision=10055
* Update to KDE Beta3Stefan Eßer1998-03-0412-105/+291
| | | | Notes: svn path=/head/; revision=10039
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-244-8/+8
| | | | Notes: svn path=/head/; revision=9912
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* Fix memory leaks.Bill Fenner1998-02-191-0/+61
| | | | Notes: svn path=/head/; revision=9839
* Fix color behavior with tk8.0 -- tk was setting the highlight color to black.Bill Fenner1998-02-191-0/+45
| | | | Notes: svn path=/head/; revision=9838
* Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send()Bill Fenner1998-02-191-0/+117
| | | | | | | | | | on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility. Notes: svn path=/head/; revision=9837
* Add support for env-variable 'MUSIC_CD' of cdcontrol fame.Eivind Eklund1998-02-141-0/+12
| | | | Notes: svn path=/head/; revision=9713
* Add another MASTER_SITEVanilla I. Shu1998-02-021-2/+3
| | | | | | | | PR: ports/5622 Submitted by: Frank Volf <volf@oasis.IAEhv.nl> Notes: svn path=/head/; revision=9570
* ftp.cdrom.com no longer has dgguspat.zip. Switch MASTER_SITE to ftp.planix.comJustin M. Seger1998-02-022-4/+4
| | | | Notes: svn path=/head/; revision=9569
* Upgrade to 0.59n.Vanilla I. Shu1998-01-262-4/+4
| | | | Notes: svn path=/head/; revision=9454
* Remove myself as MAINTAINERTorsten Blum1998-01-251-2/+2
| | | | Notes: svn path=/head/; revision=9442
* New address for Daniel O'ConnorMike Smith1998-01-221-3/+3
| | | | Notes: svn path=/head/; revision=9404
* MASTER_SITE moved.Bill Fenner1998-01-211-2/+2
| | | | | | | Submitted by: distfile checker Notes: svn path=/head/; revision=9401
* Commented out MAINTAINER until we find a working email address.Bill Fenner1998-01-211-2/+2
| | | | | | | Submitted by: Mail Delivery Subsystem <MAILER-DAEMON@y.physics.usyd.edu.au> Notes: svn path=/head/; revision=9400
* Update the checksum as suggested by the maintainer of this port.Steve Price1998-01-101-1/+1
| | | | | | | | PR: 5474 Submitted by: Daniel Eischen <deischen@iworks.InterWorks.org> Notes: svn path=/head/; revision=9310
* Eliminate double slashes in URL's by:Bill Fenner1998-01-082-4/+4
| | | | | | | | | - Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738) Notes: svn path=/head/; revision=9295
* Upgrade to 0.92Vanilla I. Shu1998-01-053-5/+5
| | | | | | | | PR: ports/5371 Submitted by: maintainer Notes: svn path=/head/; revision=9268
* Add kdemultimedia.Satoshi Asami1997-12-271-1/+2
| | | | Notes: svn path=/head/; revision=9197
* Add PKGNAME ("-Beta2-1" is not a valid version number). Change "Beta1"Satoshi Asami1997-12-253-12/+15
| | | | | | | to "Beta2" in MASTER_SITES paths so this port will fetch. Notes: svn path=/head/; revision=9179
* The KDE multi-media tools: CD player, mixer, MIDI player.Stefan Eßer1997-12-2415-0/+324
| | | | | | | | The device name of the CD drive is hardwired into kscd, see patch-ag for the location of the definition. Notes: svn path=/head/; revision=9170