summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* o Turn off the build of xcdrdao:motoyuki2000-06-303-29/+43
| | | | | | | | | | | | | | | Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility of GTK--. If GTK-- is installed, cdrdao port always tries to build xcdrdao, and fails. o Support 5-current. o Do not use posix-threads by default due to thread scheduling problem. o Change the address of maintainer. PR: ports/19504 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
* Update to 2.6.1.sobomax2000-06-302-4/+6
| | | | | PR: 19597 Submitted by: Trevor Johnson <trevor@jpj.net>
* Change MAINTAINER.sobomax2000-06-301-2/+2
| | | | | PR: 19595 Submitted by: MAINTAINER
* Fix EsounD daemon and library insecurities noted on BugTraq.green2000-06-304-0/+107
| | | | | | | | | | | | | | | | | | | Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/. Also, the ~/.esd/socket of course needs only be 0644. Two macros had to be backed up by functions which returned a static buffer. These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME, both return constant strings as the new functions esd_unix_socket_dir() and esd_unix_socket_name(), so the static buffers are not particularly evil. The fix has been tested (without needing recompilation) by the most important EsounD-related apps, esd and XMMS, and works perfectly in both cases. It will be submitted to the EsounD maintainer to be fixed in the source distribution ASAP. Approved by: Security Officer Kris Noticed by: Stan Bubrouski <satan@FASTDIAL.NET>
* New port xwave - a wave record/play/edit utility.sobomax2000-06-2911-0/+304
| | | | | | PR: 19200 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD
* Activate libsidplay.sobomax2000-06-291-0/+1
|
* Make it to be a real sidplay (not libsidplay).sobomax2000-06-293-21/+15
| | | | | PR: 19516 Submitted by: MAINTAINER
* Forgot to update COMMENT.sobomax2000-06-292-2/+2
| | | | | PR: 19515 Submitted by: MAINTAINER
* Remove unneeded USE_XLIB.sobomax2000-06-292-2/+0
|
* Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also updatesobomax2000-06-296-14/+20
| | | | | | | to 1.36.40. PR: 19515 Submitted by: MAINTAINER
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-294-4/+8
| | | | MASTER_SITE_LOCAL site.
* Use ${MASTER_SITE_LOCAL}.asami2000-06-292-2/+4
|
* - Update to version 3.3.2alex2000-06-2816-60/+305
| | | | | | | | | - Add WWW: line into pkg/DESCR - Add INSTALLS_SHLIB/INFO_FILES hunks - HAS_CONFIGURE -> GNU_CONFIGURE PR: 19521 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 2.1.1alex2000-06-289-87/+93
| | | | | PR: 19362 Submitted by: maintainer
* Update maintainer email.alex2000-06-281-1/+1
| | | | | PR: 19320, 19321, 19322 Submitted by: maintainer
* Fix for phk's bio changes (>= 500003)alex2000-06-271-0/+13
| | | | | PR: 19454 Submitted by: Mike Meyer <mwm@mired.org>
* Make sure to have plugin directory.ume2000-06-262-4/+16
| | | | Reported by: Yoshikazu GOTO <goto@snowy.to>
* Use X11BASE instead of PREFIX for BUILD_DEPENDS and remove unneeded PREFIXsobomax2000-06-262-4/+4
| | | | for RUN_DEPENDS.
* Update port to 0.11jedgar2000-06-243-3/+3
|
* Unbroke the port.sobomax2000-06-232-5/+4
|
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-4/+6
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use MASTER_SITE_SUNSITE to MASTER_SITESsobomax2000-06-232-18/+10
| | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add USE_NEWGCC.sobomax2000-06-233-0/+3
| | | | Submitted by: bento
* Activate gkrellmvolume.ume2000-06-221-0/+1
|
* Initial import of gkrellmvolume.ume2000-06-2212-0/+168
| | | | A plugin for GKrellM, that let's you control your mixer..
* Unleash this port upon the people. Actually make it work by changing thewill2000-06-221-2/+3
| | | | "gtk-config" -> "gtk12-config" assumption made in Makefile.in.
* Use simple MAKE_ENVnakai2000-06-221-3/+1
| | | | Submitted by: Mikhail Teterin <mi@privatelabs.com>
* Remove xmms-mikmod.sobomax2000-06-211-1/+0
|
* Make building/installing of the esd and mikmod plugins conditional (turned on bysobomax2000-06-213-23/+75
| | | | default). Also slightly clean GNOME support bits.
* Update to the 1.2.1 version.sobomax2000-06-204-18/+19
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1615-16/+16
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Remove expensive optimisations, which seems broke equalizer with our gcc.sobomax2000-06-161-2/+10
| | | | | PR: 19141 Submitted by: Sascha Blank <blank@uni-trier.de>
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-164-7/+4
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-1614-18/+7
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-165-5/+5
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled withsobomax2000-06-165-89/+119
| | | | | | | WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically. PR: 19293 Submitted by: Espen Skoglund <esk@ira.uka.de>
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-158-8/+4
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-154-4/+2
|
* Add shout, a program that sends mp3 streams to icecast/shoutcast servers.will2000-06-159-0/+84
| | | | Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER)
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-145-10/+12
|
* Add support for more command line options (you can now choose the outputreg2000-06-141-10/+187
| | | | | | | | | | directory, ripper and encoder), running multiple encoders (for SMP) and killing the encoders if the ripper fails. This patch has been submitted to the author. PR: ports/19249 Approved by: maintainer
* Add xsidplay.cpiazza2000-06-116-0/+48
| | | | | | | | | A graphical frontend to libsidplay. This port doesn't currently build with gcc >= 2.8.1 PR: 15147 Submitted by: Anders Nordby <anders@fix.no>
* Move distfile to local-distfiles directory on ftp.FreeBSD.orgjmz2000-06-111-1/+1
|
* Not "plugin.html" but "plugin.htm".imura2000-06-111-1/+1
|
* Add bwap, a console napster client.will2000-06-107-0/+486
| | | | | PR: 17663 Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
* Use MASTER_SITE_PORTS_JP instead of spelling out the URL.asami2000-06-091-1/+1
|
* Add pimp3, a python script that's supposed to make random play much nicerwill2000-06-096-0/+51
| | | | | | | when using mpg123. PR: 16949 Submitted by: Rod Taylor <rbt@zort.on.ca>
* Sphinx has some i386-only sound code, adjust to account for this fact.will2000-06-081-0/+3
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Catch up with a directory changecpiazza2000-06-071-1/+1
|
* Add libshout, a library providing routines for connecting and transmittingwill2000-06-0715-0/+181
| | | | | | | data to/from an icecast server. PR: 19079 Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
OpenPOWER on IntegriCloud