summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* iMinor teamspeak_server port updateedwin2003-09-054-26/+36
| | | | | | | | | This patch by crtxreavr@trioptimum.com to prevent users from read passwords out of the log file and database. Also runs the server as the nobody user. PR: ports/56464 Submitted by: Daniel O'Connor <darius@dons.net.au>
* - Update to version 0.9.98krion2003-09-045-23/+91
| | | | | | | - Bug fixes PR: 56460 Submitted by: Simon Barner <barner@in.tum.de>
* - Utilize USE_SDLkrion2003-09-041-6/+7
| | | | | | | - Fix handling USE_GETOPT_LONG PR: 56431 Submitted by: Ports Fury
* [patch] fix install for audio/tracker, pacify portlintedwin2003-09-043-167/+95
| | | | | | | | | Per bento, some old info files are no longer part of the package. Also portlint sniffs at the Makefile, somewhat bogusly, but it's easy to make it shut up. PR: ports/56419 Submitted by: ark Linimon <linimon@lonesome.com>
* remove INSTALLS_SHLIB again, put a quick note there in case somebodyedwin2003-09-041-1/+1
| | | | | | else finds portlint complaining. Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Fix a build problem when WITH_XINE is used.marcus2003-09-032-0/+26
| | | | | | PR: 56368 Submitted by: Frank Ruell <stoerte@dreamwarrior.net> Obtained from: Rhythmbox CVS
* Update to 0.2.32.marcus2003-09-032-3/+3
|
* Update to version 4.0 RC3.demon2003-09-032-7/+6
|
* New port: audio/mpio-driver Digit@lway MPIO MP3 player device driver KMODedwin2003-09-017-0/+79
| | | | | | | | | | | | | Digit@lway MPIO MP3 player device driver KMOD. It is actually a patch to FreeBSD standard urio driver, which adds MPIO support to it, and fixes some issues. This driver is designed to be used with MPIO for Linux software, ported to FreeBSD as audio/mpiosh. PR: ports/53540 Submitted by: Sergey Akifyev <asa@gascom.ru>
* New port: audio/streamtuner-python 0.0.1edwin2003-09-015-0/+51
| | | | | | | | This is streamtuner-python, a streamtuner plugin offering an embedded Python interpreter. PR: ports/48890 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* New port for Team Speak server (audio/teamspeak_server)edwin2003-09-0111-0/+337
| | | | | | | | | | The server for Team Speak a voice chat program which supports multiple channels with different rate codecs and several people on each channel. Primarily aimed at team gamers but can be used as an IP phone as well. PR: ports/55088 Submitted by: Daniel O'Connor <darius@dons.net.au>
* Bug in audio/shout when using with SHOUTcast Server 1.9.2edwin2003-09-012-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shout is streaming client for icecast and shoutcast streaming servers. It works well with SHOUTcast Server Version 1.9.2/FreeBSD4 (with -i key (Use old icy headers)),But if you try to enable title streaming (-t key) (without it clients don't see what song is playing). There are two problems why it doesn't work: 1. By default shoutcast expects source stremer connection on 8001 port, and listeners on 8000 port. (steamer port is listener_port+1). Shout streams mp3 music on port 8001 (from config file or command line), but title streaming is done on listener port through web admin interface. (http://server:port//admin.cgi?pass=password&;mode=updinfo&song=Song Title) Without patch shout tries to update info on streamer, and not listener port and this doesn't work. I attached patch which reduces port number by one, which is right (listener) port number. 2. With this fix shout connects to right port, but still doesn't update song title. From shoutcast documentation I've found that now shoutcast accepts update post (see above) only with useragent Mozilla ant shout gives useragent Shout/0.8.0. Informed maintainer PR: ports/48771 Submitted by: Justas Gurinavicius <raktas@raktas.net>
* New port: audio/gkrellmss2edwin2003-09-016-0/+107
| | | | | | | Attached is a port of the gkrellmss plugin for gkrellm2. PR: ports/47917 Submitted by: Lars Eggert <larse@isi.edu>
* New port: audio/eTktab - guitar tabulature editoredwin2003-08-316-0/+78
| | | | | | | | | | | | ETktab let's you edit guitar and bass tabulatures. Notations for various playing techniques like muting and vibrato are supported, as well as variable keybindings. It can output tabulatures in plain ascii format. WWW: http://etktab.sourceforge.net/ PR: ports/47649 Submitted by: Juha Erkkilä <erkkila@cc.jyu.fi>
* [NEW PORT} audio/asmixer Another mixer for afterstepedwin2003-08-316-0/+51
| | | | | | | | This is another mixer for the afterstep window manager. It is different from asmix(1). PR: ports/46708 Submitted by: Mike Makonnen <mtm@identd.net>
* [NEW PORT} audio/asmix mixer for afterstepedwin2003-08-316-0/+46
| | | | | | | This is a port of asmix(1) for the afterstep window manager. PR: ports/46707 Submitted by: Mike Makonnen <mtm@identd.net>
* Update version to 1.40taoka2003-08-312-2/+2
|
* unbreak -CURRENT.sf2003-08-312-5/+13
| | | | | revert bogus PORTREVISION bumped in 1.15; This is perfectly safe because no one on the earth was able to build aureal-kmod-1.5_5.
* [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmodedwin2003-08-311-5/+4
| | | | | | | | | | | | | | | | | The current logic to calculate BROKEN in this port does not allow for one OS release to ask the port if it is broken on another OS release. This is due to an assumption that the OSVERSION passed to the Makefile exactly corresponds to the source version installed under /usr/src/sys (if any.) That is the default. However, when doing a cross-query, this is not the case. While this is a problem that is probably only of interest to myself, Bill Fenner, and Dan Langille, the logic could use tightening anyway. PR: ports/52590 Submitted by: Mark Linimon <linimon@lonesome.com>
* Give better BROKEN reason.edwin2003-08-302-3/+6
| | | | Noticed by: bento / linimon
* Chase the musicbrainz shared lib version.marcus2003-08-303-3/+6
|
* [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidiedwin2003-08-301-0/+4
| | | | | | | | | | | | | | | This port seems to build on neither ia64 nor sparc64, probably due to some kind of pointer casting problem. Mark as NOT_FOR_ARCHS to save bento from trying to build it on those architectures. A more careful reading of bsd.port.mk suggests that IGNORE should be set in this case instead of NOT_FOR_ARCHS. This will still save bento build time, but not indicate that the port will _never_ run on these archs. PR: ports/53457 Submitted by: Mark Linimon <linimon@lonesome.com>
* Convert from varargs.h to stdarg.h in order to fix build on -CURRENT.naddy2003-08-281-6/+23
|
* Chase the libmusicbrainz shared lib version.marcus2003-08-273-3/+5
| | | | Forgotten by: krion
* Maintenance update to 2.2.8.naddy2003-08-273-2/+3
|
* Update to 0.5.2.marcus2003-08-278-10/+118
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-2611-9/+11
| | | | Prodded by: kris
* - Fix *_DEPENDSkrion2003-08-262-26/+16
| | | | | | | - Utilize INFO PR: 55997 Submitted by: Ports Fury
* - Update to version 0.4krion2003-08-263-19/+18
| | | | | PR: 55996 Submitted by: Ports Fury
* update to afsp-7.1leeym2003-08-252-3/+3
| | | | | PR: 55922 Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org>
* Chase the libintl.so shared lib version.marcus2003-08-2511-11/+11
|
* * Bring us into the 64-bit world.naddy2003-08-2521-464/+826
| | | | | | Obtained from: NetBSD * Use CDROM devices also available on 5.x.
* Check ${PREFIX}/etc rather than /etc for the configuration file.trevor2003-08-241-0/+7
| | | | requested by: Raphael H. Becker
* New port: xmms-infopipe (Create a named pipe to retrive xmms infoedwin2003-08-245-0/+40
| | | | | | | | | about currently playing song). Create a named pipe to retrive xmms info about currently playing song. PR: ports/54493 Submitted by: Manuel Rodirigo Rabade Garcia <mig@mig-29.net>
* New Port: audio/xmms-kj Add K-JoefolSkinSupport to xmmsedwin2003-08-246-0/+55
| | | | | | | | This is a port of a plugin for xmms to support K-Joefol skins, which look very nice. PR: ports/47161 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* - Update to version 3.81krion2003-08-236-60/+46
| | | | | PR: 55897 Submitted by: Ports Fury
* Update py-vorbis to 1.3nbm2003-08-225-36/+5
|
* Update py-ogg port to 1.3nbm2003-08-224-14/+3
|
* update py-ao to 0.82nbm2003-08-223-13/+2
| | | | | PR: 55404 Submitted by: Lars Eggert <larse@isi.edu>
* Add new port for py-eyed3, an ID3 processing library for Pythonperky2003-08-225-0/+74
|
* Fix MASTER_SITESedwin2003-08-221-1/+1
| | | | Submitted by: Darius@#bsdcode
* Add a WITH_XINE knob to build against the libxine backend. This fixesmarcus2003-08-212-2/+24
| | | | | | a problem detecting certain MP3s tagged with ID3 2.3.0 tags. Submitted by: Frank Ruell <stoerte@dreamwarrior.net>
* Update to 0.9.1, unbreak.naddy2003-08-204-38/+19
| | | | | | | | | | Submitted by: Volker Stolz <vs@foldr.org> Revamped by yours truly. Closes PR: 53239 Approved by: (maintainer timeout)
* Update to 2.1.5osa2003-08-203-20/+37
| | | | | | | | | | Also: * Make audio/normalize optional * Add Speex support * General cleanup of Makefile Submitted by: Munish Chopra <chopra@soulwax.net> (maintainer) PR: 55790
* - Update to version 0.1.15krion2003-08-204-2/+38
| | | | | PR: 55744 Submitted by: Ports Fury
* - Utilize USE_GNOMEkrion2003-08-201-10/+1
| | | | | PR: 55743 Submitted by: Ports Fury
* - Update to version 1.8.11krion2003-08-202-12/+5
| | | | | PR: 55741 Submitted by: Ports Fury
* - Use port version of expat library instead of included onekrion2003-08-208-4/+32
| | | | | PR: 55742 Submitted by: Ports Fury
* update audio/aureal-kmod: broken by busdma commitdaichi2003-08-202-1/+14
| | | | | PR: 55513 Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
* Update to 3.02.07a: fix more bugs.osa2003-08-192-2/+2
| | | | Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
OpenPOWER on IntegriCloud