aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* add Maaate, a MPEG audio analysis toolkitYing-Chieh Liao2001-02-128-0/+127
| | | | Notes: svn path=/head/; revision=38244
* build html manpages for XFree86-4.FUJISHIMA Satsuki2001-02-121-0/+27
| | | | Notes: svn path=/head/; revision=38242
* Make sure the user doesn't have any stray files from previous attempts toWill Andrews2001-02-121-3/+21
| | | | | | | | | | | compile aureal in their kernel statically (yes, having them there does break the aureal module). Modularize the makefile using SRCPREFIX, which can be changed in the environment. Approved in principle by: maintainer (except SRCPREFIX) Notes: svn path=/head/; revision=38239
* - Fix MASTER_SITESKevin Lo2001-02-081-2/+2
| | | | | | | | | | - Change maintainer's email adddress PR: 24897 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38110
* Add a couple of fixes for compiler warnings from PR 23755, which alsoKenneth D. Merry2001-02-071-1/+54
| | | | | | | | | | addresses the core dump problem I fixed in the last version of this patch. PR: ports/23755 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Notes: svn path=/head/; revision=38079
* Fix a core dump when doing 'tosha -i'. (Maintainer timeout after about twoKenneth D. Merry2001-02-071-0/+23
| | | | | | | | | | | | | | | months.) The problem is in resolve_extension(). strncpy() will only null-terminate the destination string if it has enough room, according to the given length. In this implementation, there will never be enough room to null-terminate the string, from what I can tell. So if the memory in 'tmpstr' contains non-nulls, you'll get a core-dump in the subsequent strcat(). Notes: svn path=/head/; revision=38076
* Slightly improve heuristics used to distinguish between pre and post kobj MFCMaxim Sobolev2001-02-061-2/+2
| | | | | | | systems. Notes: svn path=/head/; revision=38040
* Improve -STABLE support:Maxim Sobolev2001-02-053-11/+37
| | | | | | | | | | | | | | | - FreeBSD 4.0 - inform that 4.0 is not supported; - FreeBSD 4.1.* - use an updated tarball with proper kernel module dependencies; - FreeBSD 4.2 - with recent newpcm kobj MFC commit in mind, add heuristics to determine the driver tarball required. Build correctly on both pre- and post- kobj MFC systems. Submitted by: maintainer Slightly improved and polished by: sobomax Notes: svn path=/head/; revision=37984
* Update to 0.5.5.Hajimu UMEMOTO2001-02-056-20/+24
| | | | Notes: svn path=/head/; revision=37969
* Style: use tabs, not spaces, to indent variables in Makefiles.Jimmy Olgeni2001-02-0411-21/+21
| | | | | | | (whitespace only changes) Notes: svn path=/head/; revision=37952
* Add normalize, a tool for normalizing the volume of wav and mp3 files.Daniel Harris2001-02-036-0/+35
| | | | | | | | PR: 24754 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=37934
* Mark broken.Trevor Johnson2001-02-011-0/+2
| | | | | | | reported by David Bushong <david@bushong.net> Notes: svn path=/head/; revision=37870
* Fix typo.Kevin Lo2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=37869
* Fix typo in pkg-message: DOcumentation -> Documentation.Jimmy Olgeni2001-01-301-1/+1
| | | | Notes: svn path=/head/; revision=37805
* Update to 1.1.0.Maxim Sobolev2001-01-294-45/+35
| | | | Notes: svn path=/head/; revision=37762
* vsound 0.4 is a utility which interposes itself between an applicationKris Kennaway2001-01-296-0/+52
| | | | | | | | | and /dev/dsp using a dynamic preloaded library. It saves the audio stream to an .au or .wav file as it is played. This is useful for certain dynamically-linked Linux binary applications. Notes: svn path=/head/; revision=37722
* Upgrade to version 1.11Kevin Lo2001-01-293-8/+6
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=37719
* bump PORTREVISION; added extra LIB_DEPENDS.FUJISHIMA Satsuki2001-01-282-0/+2
| | | | | | | | | This should prevent potential problem for port-only users. Suggested by: kris Notes: svn path=/head/; revision=37702
* Update to 3.0p5Clive Lin2001-01-282-2/+2
| | | | | | | | PR: 24700 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37701
* add missing LIB_DEPENDS to gdk_pixbuf.FUJISHIMA Satsuki2001-01-282-0/+2
| | | | | | | | PR: 24694 Submitted by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=37683
* Fix typo in my e-mail: soobomax -> sobomax.Maxim Sobolev2001-01-281-1/+1
| | | | | | | Submitted by: Stephen McKay <mckay@thehub.com.au> Notes: svn path=/head/; revision=37676
* - Support MAKE properlyYing-Chieh Liao2001-01-2813-161/+214
| | | | | | | | | | | | - Support install macros - Apply to 'one file per patch' convention - Add WWW: line PR: 24667 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=37661
* Update to version 2.9Clive Lin2001-01-282-4/+4
| | | | | | | | PR: ports/24560 Submitted by: tim@bishnet.net Notes: svn path=/head/; revision=37658
* update to 3.0p4 and change maintainer to greid@dogma.freebsd-uk.eu.orgYing-Chieh Liao2001-01-274-11/+34
| | | | | | | | PR: 24646 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> (new maintainer) Notes: svn path=/head/; revision=37647
* Fix fennerage (ftpsearch, checksum ok); remove bogus header line.Will Andrews2001-01-271-2/+2
| | | | Notes: svn path=/head/; revision=37633
* Fix fennerage; host distfile on MASTER_SITE_LOCAL since ftpsearch.ntnu.noWill Andrews2001-01-271-1/+2
| | | | | | | shows no current master sites. Notes: svn path=/head/; revision=37632
* Fix broken site link.Will Andrews2001-01-272-2/+2
| | | | Notes: svn path=/head/; revision=37631
* Remove inactive MAINTAINER <ugen>, he hasn't committed in nearly 6 years.Will Andrews2001-01-271-1/+1
| | | | Notes: svn path=/head/; revision=37626
* Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years.Will Andrews2001-01-271-1/+1
| | | | Notes: svn path=/head/; revision=37625
* upgrade from pre5 to pre6Ying-Chieh Liao2001-01-2510-15/+70
| | | | | | | | PR: 24634 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37570
* upgrade from rc4 to rc5Ying-Chieh Liao2001-01-254-4/+4
| | | | | | | | PR: 24633 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37569
* Don't use the default HAVE_GNOME distdir.Chris Piazza2001-01-252-8/+9
| | | | | | | | This fixes the problems people have been seeing. You can now stop bugging me. Notes: svn path=/head/; revision=37551
* Update to 1.4.2 which allows gnapster to use offical servers again.Chris Piazza2001-01-252-2/+2
| | | | | | | | This still has a bug (that was present in 1.4.1a) that affects new users, but this at least works for users with pref files already... Notes: svn path=/head/; revision=37549
* Update to 1.19.Akinori MUSHA2001-01-242-2/+2
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=37519
* update to 2.10.2.FUJISHIMA Satsuki2001-01-233-3/+3
| | | | | | | | PR: 22591,22592 Submitted by: maintainer Notes: svn path=/head/; revision=37492
* Mark FORBIDDEN: Remotely exploitable buffer overflowChris D. Faulhaber2001-01-232-0/+2
| | | | | | | Obtained from: |CyRaX| <cyrax@pkcrew.org> via Bugtraq Notes: svn path=/head/; revision=37461
* Update to 0.81Kevin Lo2001-01-222-2/+2
| | | | | | | | PR: 24505 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37443
* Remove obsolete MASTER_SITES.Peter Pentchev2001-01-221-7/+1
| | | | | | | | PR: 24527 Submitted by: maintainer Notes: svn path=/head/; revision=37433
* Update to 0.60. Change master site. Remove home page.Trevor Johnson2001-01-213-7/+4
| | | | Notes: svn path=/head/; revision=37423
* Update MASTER_SITES to sourceforge.Clive Lin2001-01-212-4/+4
| | | | | | | | | | Utilize MASTER_SITE_SOURCEFORGE. PR: 24507 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37421
* Chase a rerolled distfile tarball; remove a Makefile comment about it, datingPeter Pentchev2001-01-204-12/+2
| | | | | | | | | | | | from the times there were two different distfiles on different distsites. PR: 24306 - noticed Submitted by: Andreas Schulz <ats@first.gmd.de> PR: 24479 - fixed Submitted by: maintainer Notes: svn path=/head/; revision=37368
* Add ONLY_FOR_ARCHS=i386.Maxim Sobolev2001-01-171-0/+2
| | | | Notes: svn path=/head/; revision=37271
* Slightly simplify Makefiles used to build the kld's (w/o functionality change).Maxim Sobolev2001-01-164-19/+18
| | | | Notes: svn path=/head/; revision=37256
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-1610-34/+33
| | | | Notes: svn path=/head/; revision=37252
* Fix for respecting HOME properlyKevin Lo2001-01-163-5/+32
| | | | | | | | PR: 24352 Submitted by: Ports Fury Notes: svn path=/head/; revision=37247
* Upgrade to 0.8Kevin Lo2001-01-162-6/+6
| | | | | | | | PR: 24350 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37246
* - Make this port actually working (previous version was not linking binaryMaxim Sobolev2001-01-167-19/+27
| | | | | | | | | | | | | | core with the kld); - hand over maintainership to Alexander Matey <matey@cis.ohio-state.edu> - he is the author of the driver; - make sure that the correct version of the driver used for some earler version of 4-STABLE (1.1 for 4.1) and refuse to build if OSVERSION < 410002. Submitted by: Alexander Matey <matey@cis.ohio-state.edu> Slightly adjusted by: sobomax Notes: svn path=/head/; revision=37241
* Move just-added aureal-kmod from misc into audio, because it better belongsMaxim Sobolev2001-01-1513-0/+150
| | | | | | | | | | | | | | | | | there. For those who missed decsription from previous commit: Add aureal-kmod - a port to provide convinient way for building FreeBSD driver for Aureal based soundcards. This driver could not be added to the base system because it's uses binary-only Linux Vortex Core object modules. The port supports 4-STABLE and 5-CURRENT, however 4-STABLE isn't tested, so please report your mileage to me. Suggested by: alex Notes: svn path=/head/; revision=37223
* Update to 0.5 (weird math, use PORTEPOCH=1).Will Andrews2001-01-155-15/+11
| | | | | | | | | PR: 21749 Submitted by: Jamie <jamie@jamiesdomain.org.uk> Repeatedly nudged by: see above ;) Notes: svn path=/head/; revision=37208
* Update to 0.8.Hajimu UMEMOTO2001-01-144-4/+8
| | | | Notes: svn path=/head/; revision=37192