aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.3: minor bugfixes.Christian Weisgerber2003-11-204-6/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=94532
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier2003-11-192-2/+2
| | | | | | | | PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400
* - Update to version 2003.11.12Kirill Ponomarev2003-11-194-26/+11
| | | | | | | | PR: 59462 Submitted by: Ports Fury Notes: svn path=/head/; revision=94367
* - Fix build with ATAng.Pav Lucistnik2003-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) Notes: svn path=/head/; revision=94216
* - Use HTTP_PROXY env variable for CDDB retrievalPav Lucistnik2003-11-172-9/+17
| | | | | | | | | | PR: ports/59013 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer Approved by: adamw (mentor) Notes: svn path=/head/; revision=94214
* Unbreak on 5.x. It will not work with Gravis Ultrasound boards,Pav Lucistnik2003-11-173-2/+30
| | | | | | | | | | but they're almost extinct today anyway. Submitted by: Mathew Kanner <mat@cnd.mcgill.ca> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94204
* Use PORTSDIR and force dependencies to 80 columns (ugly, I know).Trevor Johnson2003-11-177-21/+35
| | | | Notes: svn path=/head/; revision=94201
* mp3riot is a command line perl script to generate listings of mp3 files.Pav Lucistnik2003-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) Notes: svn path=/head/; revision=94198
* Use my FreeBSD.org address.Trevor Johnson2003-11-171-1/+1
| | | | Notes: svn path=/head/; revision=94197
* Use PORTSDIR macro.Trevor Johnson2003-11-174-4/+4
| | | | Notes: svn path=/head/; revision=94195
* Attach new festival+OGI port.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94193
* The festival+OGI port was repo-copied from ports/audio/festival.Trevor Johnson2003-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 Notes: svn path=/head/; revision=94192
* - Mark only for i386. (I forgot this in my last commit.)Pav Lucistnik2003-11-171-0/+1
| | | | | | | | | PR: ports/59004 Submitted by: Ports Fury Approved by: adamw (mentor) Notes: svn path=/head/; revision=94187
* - Let the build break on -CURRENT a little later.Pav Lucistnik2003-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) Notes: svn path=/head/; revision=94186
* - Fix build on -STABLEPav Lucistnik2003-11-174-0/+256
| | | | | | | | | PR: ports/59375 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94183
* Add $FreeBSD$ ID.Trevor Johnson2003-11-179-0/+10
| | | | Notes: svn path=/head/; revision=94175
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-173-3/+0
| | | | Notes: svn path=/head/; revision=94172
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-179-0/+9
| | | | Notes: svn path=/head/; revision=94169
* - Update to version 0.3.2Kirill Ponomarev2003-11-174-8/+6
| | | | | | | | PR: 59356 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=94157
* - Use system gettext library instead of bundled onePav Lucistnik2003-11-162-2/+4
| | | | | | | | | PR: ports/58424 Submitted by: Simon Barner <barner@in.tum.de> Approved by: marcus (backup mentor) Notes: svn path=/head/; revision=94130
* - Update to version 20031116Kirill Ponomarev2003-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 Notes: svn path=/head/; revision=94105
* - Update to version 0.7.6Kirill Ponomarev2003-11-164-6/+71
| | | | | | | | PR: 59328 Submitted by: Ports Fury Notes: svn path=/head/; revision=94092
* Fix a typo.Bruce M Simpson2003-11-143-3/+3
| | | | | | | Noticed by: Oliver Eikemeier Notes: svn path=/head/; revision=93969
* Fix some ports that write something after bsd.port.mkOliver Eikemeier2003-11-141-2/+0
| | | | | | | | PR: 59254 Approved by: marcus (mentor) Notes: svn path=/head/; revision=93964
* Fix breakage during install target; linux port uses rpm to check forBruce M Simpson2003-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 Notes: svn path=/head/; revision=93954
* Update maintainer field with my FreeBSD.org address.Pav Lucistnik2003-11-142-2/+2
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=93924
* Update to 3.02.10a.Sergey A. Osokin2003-11-132-2/+2
| | | | | | | Submitted by: Dmitry Afanasiev <dima@KOT.SPb.Ru> (maintainer) Notes: svn path=/head/; revision=93892
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-1323-31/+31
| | | | Notes: svn path=/head/; revision=93882
* Remove my e-mail address from DESCR files of portsTrevor Johnson2003-11-1320-20/+2
| | | | | | | I have contributed, in order to attract less spam. Notes: svn path=/head/; revision=93877
* Remove my e-mail address from comment blocks of portsTrevor Johnson2003-11-1329-29/+29
| | | | | | | I have contributed, in hopes of attracting less spam. Notes: svn path=/head/; revision=93876
* Update to 0.6.0.Joe Marcus Clarke2003-11-128-32/+58
| | | | Notes: svn path=/head/; revision=93782
* Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.Trevor Johnson2003-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 Notes: svn path=/head/; revision=93772
* Wrap to 80 columns.Trevor Johnson2003-11-121-3/+5
| | | | Notes: svn path=/head/; revision=93768
* Add one more XMMS aRts output plugin.Max Khon2003-11-1212-18/+96
| | | | Notes: svn path=/head/; revision=93766
* Fix pkg-descr.Max Khon2003-11-111-6/+4
| | | | Notes: svn path=/head/; revision=93763
* New port: xmms-arts -- aRts plugin for xmms.Max Khon2003-11-117-0/+85
| | | | | | | LD_PRELOAD magic is needed to run xmms-arts atm. (see pkg-message). Notes: svn path=/head/; revision=93760
* Fix batch build.Trevor Johnson2003-11-102-2/+4
| | | | | | | noticed by: kris Notes: svn path=/head/; revision=93671
* Update to 2.00Hye-Shik Chang2003-11-104-36/+58
| | | | Notes: svn path=/head/; revision=93644
* Update to 0.5.1Hye-Shik Chang2003-11-102-2/+2
| | | | Notes: svn path=/head/; revision=93643
* This is a massive update :James E. Housley2003-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 Notes: svn path=/head/; revision=93552
* - Update to 0.9.3James E. Housley2003-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 Notes: svn path=/head/; revision=93545
* - Fix ripping on -current now that CDIOCREADAUDIO is gone.Eric 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 Notes: svn path=/head/; revision=93517
* add libvorbis dependency. This should fix the compile errorJames E. Housley2003-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 Notes: svn path=/head/; revision=93459
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-071-2/+2
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* Add gdam, a DJ mixing application suitable for live performances. GDam offers:Joe Marcus Clarke2003-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> Notes: svn path=/head/; revision=93261
* - Fix MASTER_SITESKirill Ponomarev2003-11-061-4/+7
| | | | | | | | | | - Support CC properly PR: 59003 Submitted by: Ports Fury Notes: svn path=/head/; revision=93248
* Use wxWindows with gtk2Tilman Keskinoz2003-11-062-12/+14
| | | | | | | | | | | Bump PORTREVISION Drop Maintainership PR: 58955 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=93244
* GOGO-no-coda-petit is new variant of well-known GOGO-no-codaKirill Ponomarev2003-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> Notes: svn path=/head/; revision=93219
* Remove outdate pkg-message.Adam Weinberger2003-11-051-24/+0
| | | | | | | | PR: ports/58958 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=93190
* Update to 3.1.3.Adam Weinberger2003-11-053-9/+7
| | | | | | | | PR: ports/58958 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=93189