summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-192-2/+2
| | | | | PR: 59109 Approved by: marcus (mentor)
* - Update to version 2003.11.12krion2003-11-194-26/+11
| | | | | PR: 59462 Submitted by: Ports Fury
* - Fix build with ATAng.pav2003-11-172-24/+34
| | | | | | | PR: ports/57227 Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net> Tested on: R.E.M. - Out Of Time Approved by: adamw (mentor)
* - Use HTTP_PROXY env variable for CDDB retrievalpav2003-11-172-9/+17
| | | | | | | PR: ports/59013 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer Approved by: adamw (mentor)
* Unbreak on 5.x. It will not work with Gravis Ultrasound boards,pav2003-11-173-2/+30
| | | | | | | but they're almost extinct today anyway. Submitted by: Mathew Kanner <mat@cnd.mcgill.ca> Approved by: adamw (mentor)
* Use PORTSDIR and force dependencies to 80 columns (ugly, I know).trevor2003-11-177-21/+35
|
* mp3riot is a command line perl script to generate listings of mp3 files.pav2003-11-175-0/+54
| | | | | | | | It can output HTML, XML, m3u or pls playlists. PR: ports/55595 Submitted by: Francisco Gomez <francisco@gomezmarin.com> Approved by: adamw (mentor)
* Use my FreeBSD.org address.trevor2003-11-171-1/+1
|
* Use PORTSDIR macro.trevor2003-11-174-4/+4
|
* Attach new festival+OGI port.trevor2003-11-171-0/+1
|
* The festival+OGI port was repo-copied from ports/audio/festival.trevor2003-11-177-126/+84
| | | | | | | | | | | | | | | | | It is a port of Festival with the OGI extensions unconditionally present. Formerly they were enabled only when the user defined WITH_OGI. The dependencies ought to work better this way, and the audio/festival port may now be updated without concern about getting the OGI extensions to work with a version of Festival for which they were not intended. I made many cosmetic changes too. Update OGIresLPC from 2.0.4 to 2.0.9 (needed by newer versions of the OGI voices), and OGIfestpatch from 1.4.1 to 1.4.1.2, to which the following apply: Submitted by: Sebastian Yepes PR: 51900 Obtained from: NetBSD pkgsrc
* - Mark only for i386. (I forgot this in my last commit.)pav2003-11-171-0/+1
| | | | | | PR: ports/59004 Submitted by: Ports Fury Approved by: adamw (mentor)
* - Let the build break on -CURRENT a little later.pav2003-11-172-13/+1
| | | | | | | | | This software needs ultrasound.h header which was axed from HEAD 3 years ago. It survived in RELENG_4 however. PR: ports/59004 Submitted by: Ports Fury Approved by: adamw (mentor)
* - Fix build on -STABLEpav2003-11-174-0/+256
| | | | | | PR: ports/59375 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) Approved by: adamw (mentor)
* Add $FreeBSD$ ID.trevor2003-11-179-0/+10
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-173-3/+0
|
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-179-0/+9
|
* - Update to version 0.3.2krion2003-11-174-8/+6
| | | | | PR: 59356 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* - Use system gettext library instead of bundled onepav2003-11-162-2/+4
| | | | | | PR: ports/58424 Submitted by: Simon Barner <barner@in.tum.de> Approved by: marcus (backup mentor)
* - Update to version 20031116krion2003-11-162-2/+3
| | | | | | | | | | | | | | | | | | * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include <string.h> to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer
* - Update to version 0.7.6krion2003-11-164-6/+71
| | | | | PR: 59328 Submitted by: Ports Fury
* Fix a typo.bms2003-11-143-3/+3
| | | | Noticed by: Oliver Eikemeier
* Fix some ports that write something after bsd.port.mkeik2003-11-141-2/+0
| | | | | PR: 59254 Approved by: marcus (mentor)
* Fix breakage during install target; linux port uses rpm to check forbms2003-11-143-0/+3
| | | | | | | existing installation, so bring in linux-base-8 under RUN_DEPENDS to bring in the packages.rpm file. Noticed by: kris
* Update maintainer field with my FreeBSD.org address.pav2003-11-142-2/+2
| | | | Approved by: adamw (mentor)
* Update to 3.02.10a.osa2003-11-132-2/+2
| | | | Submitted by: Dmitry Afanasiev <dima@KOT.SPb.Ru> (maintainer)
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-1323-31/+31
|
* Remove my e-mail address from DESCR files of portstrevor2003-11-1320-20/+2
| | | | I have contributed, in order to attract less spam.
* Remove my e-mail address from comment blocks of portstrevor2003-11-1329-29/+29
| | | | I have contributed, in hopes of attracting less spam.
* Update to 0.6.0.marcus2003-11-128-32/+58
|
* Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.trevor2003-11-1212-59/+223
| | | | | | to do: the "Help -> About pd" and "Media -> Test Audio and MIDI" menu items do not work because the port installs files where they are not found by the program
* Wrap to 80 columns.trevor2003-11-121-3/+5
|
* Add one more XMMS aRts output plugin.fjoe2003-11-1212-18/+96
|
* Fix pkg-descr.fjoe2003-11-111-6/+4
|
* New port: xmms-arts -- aRts plugin for xmms.fjoe2003-11-117-0/+85
| | | | LD_PRELOAD magic is needed to run xmms-arts atm. (see pkg-message).
* Fix batch build.trevor2003-11-102-2/+4
| | | | noticed by: kris
* Update to 2.00perky2003-11-104-36/+58
|
* Update to 0.5.1perky2003-11-102-2/+2
|
* This is a massive update :jeh2003-11-094-16/+11
| | | | | | | | | | | - *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed) - Real support of Unicode - Remove XML::Simple depency in favor of XML::Parser - Support of SmartPlaylists (beta) - Many bugs fixed and many new features PR: 59053 Submitted By: MAINTAINER
* - Update to 0.9.3jeh2003-11-092-2/+16
| | | | | | | MPD changes include wave file support, bitrate output in status, and song lengths are now stored in the db. mpc and libmpdclient recieved a significant speed boost. PR: 58820 Submitted By: MAINTAINER
* - Fix ripping on -current now that CDIOCREADAUDIO is gone.anholt2003-11-093-28/+34
| | | | | | | | | | | | - Scan for cd devices without "c" on the end first. PR: ports/57226 ports/58982 ports/58994 Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net> Simon Barner <barner@in.tum.de> Approved by: maintainer (in principle) Tested with: Mogwai - Happy Songs For Happy People
* add libvorbis dependency. This should fix the compile errorjeh2003-11-091-1/+2
| | | | | | | | | | | reported by bento on sparc64: http://bento.freebsd.org/errorlogs/sparc64-5-full/net-rhythmbox-0.4.8_2.log Do not bump PORTREVISION since it either works or not but this does not add any additional functionality. PR: 58314 Submitted By: MAINTAINER
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2
| | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add gdam, a DJ mixing application suitable for live performances. GDam offers:marcus2003-11-068-0/+1084
| | | | | | | | | | | | | | | * Client/server architecture * Mixing of multiple mp3 files * Dynamic filter insertion and removal * Multiple sound device support (speakers and monitor) * Loops, queues, sampler, beat matching, sequencer * Record your performance to a disk And it's blue! PR: 59025 Submitted by: Pav Lucistnik <pav@oook.cz> Requested by: Martin Vana <martin.vana@vslib.cz>
* - Fix MASTER_SITESkrion2003-11-061-4/+7
| | | | | | | - Support CC properly PR: 59003 Submitted by: Ports Fury
* Use wxWindows with gtk2arved2003-11-062-12/+14
| | | | | | | | Bump PORTREVISION Drop Maintainership PR: 58955 Submitted by: Pav Lucistnik <pav@oook.cz>
* GOGO-no-coda-petit is new variant of well-known GOGO-no-codakrion2003-11-068-0/+83
| | | | | | | | | | | | | mp3 encoder optimized with MMX, 3DNow!, Enhanced 3DNow! and SSE *** DO NOT OVERCLOCK YOUR CPUs *** GOGO heavily uses the part of processors that almost sleeps in usual, so makes them very hot even it runs standard clock. Overclocking may cause serious internal errors and crazy results. Or you need gigantic heatsink and extra-noisy fans. :-) Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* Remove outdate pkg-message.adamw2003-11-051-24/+0
| | | | | PR: ports/58958 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 3.1.3.adamw2003-11-053-9/+7
| | | | | PR: ports/58958 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.9.1.adamw2003-11-052-2/+3
| | | | | PR: ports/58957 Submitted by: KATO Tsuguru <tkato@prontomail.com>
OpenPOWER on IntegriCloud