summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Chase commoncpp update and bump PORTREVISION for these ports.lawrance2005-06-242-2/+4
| | | | | As result of PR: ports/82565
* Update to 1.6.markp2005-06-242-3/+3
| | | | | PR: 82598 Submitted by: Andrej Zverev <az@inec.ru>
* Fix various issues with the rc-script and adjust pkg-message accordingly.lofi2005-06-223-8/+29
|
* Add xmms-efxmms.jylefort2005-06-224-0/+40
| | | | | | | | | | | EFXmms is a standard XMMS effect plugin adaption of EFX. It provides the possibility to send the audio through a queue of multiple effect plugins instead of one effect that XMMS originally handles. WWW: http://sourceforge.net/projects/efxmms/ PR: ports/82363 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* Add malint , MPEG Audio stream validator.ahze2005-06-224-0/+42
| | | | | PR: ports/82443 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Fix plist.novel2005-06-181-2/+7
| | | | | | PR: 82292 Submitted by: Soren Straarup <xride@x12.dk> Approved by: Mark Daniel Reidel (maintainer)
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-1715-28/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* Monkey Media is dead and broken. Remove it to fix certain build problems.marcus2005-06-172-14/+0
|
* Import xmms-xf86audio 0.4.3.naddy2005-06-166-0/+59
| | | | | A plugin that enables XMMS to use the media-control keys on many keyboards to control XMMS playback and volume.
* - Depend on mpeg4ip-libmp4v2 for mp4v2 support not mpeg4ipahze2005-06-161-1/+1
| | | | | | PR: ports/79115 Submitted by: Michael Handler <handler@grendel.net> Approved by: maintainer timeout (2.75months)
* Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0
| | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist.
* Add xmms-eq.jylefort2005-06-146-0/+131
| | | | | | | | | EQ is a realtime graphical equalizer plugin for XMMS. WWW: http://equ.sourceforge.net/ PR: ports/82211 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* - Fix iconv support [1]novel2005-06-132-4/+20
| | | | | | | - Rename ICONV knob to WITH_ICONV - Bump PORTREVISION Submitted by: TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp> [1]
* Bump PORTREVISION for ports affected by libdockapp library version bump.lawrance2005-06-132-2/+2
|
* - Update to 1.1.10ahze2005-06-122-4/+3
|
* Chase libdockapp update.lawrance2005-06-121-1/+1
|
* Update to 0.1.9.lawrance2005-06-125-91/+33
| | | | | | | Also fix a build problem when security/heimdal is installed. PR: ports/82135 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Add xmms-openspc.jylefort2005-06-115-0/+46
| | | | | | | | | XMMS input plugin for SPC format support. WWW: http://www.xmms.org/plugins.php?details=225 PR: ports/82139 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Use USE_LIBTOOL_VER=15 to fix the build on -CURRENT.marcus2005-06-114-4/+4
| | | | Reported by: GNOME Tinderbox
* Update Gaim to 1.3.1 and chase all dependent ports.marcus2005-06-111-1/+1
| | | | | | | | | The changes in this release of Gaim can be found at http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Security: This release fixes security bugs found at http://gaim.sourceforge.net/security/
* fix build.ume2005-06-101-8/+3
|
* Add xmms-fxt.jylefort2005-06-104-0/+50
| | | | | | | | | | | | | | | | | | | | | | | FX Toolbox plugin for XMMS. People who enjoyed EaglePlayer II on Amiga, may remember the 8-bit Amplifier, which featured a nice Surround effect. This plugin is an attempt to recreate the same effect, plus some other goodies. About the surround effect: it works like a cross echo. Some amount of the left channel is delayed of some milliseconds, then added to the right channel, and vice-versa. * Provide a feeling of bigger room (that's what they said :). * Reduce ear pressure when using headphones, especially with mods (try it to understand). * Despite being nearly a stereo -> mono effect, you can still locate the sound in space, thanks to the delay. WWW: http://xmms-fxt.sourceforge.net/ PR: ports/82053 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* Add xmms-defx.jylefort2005-06-104-0/+50
| | | | | | | | | | | | | | | DeFX is a multi-effects processor plug-in. DeFX supports 6 types of effects, grouped into 4 different modules. - Karaoke: removes the song's voices, trying to preserve the bass and drums. - Panning: smoothly selects between the two stereo channels. - Modulation: three classical effects: flange, phaser and chorus. - Reverberation: simulates the reverberation of a huge room. WWW: http://defx.sourceforge.net/ PR: ports/82013 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* Update to 1.4.1pat2005-06-102-3/+3
| | | | | PR: ports/82074 Submitted by: ports fury
* Duh. Forgot to rename the sucker in CVS.lofi2005-06-081-2/+2
|
* - Update to 0.2.36ahze2005-06-072-5/+32
| | | | - Add new knob, WITH_ARTS, this enables arts backend (weird...)
* Add xmms-ahx.jylefort2005-06-064-0/+38
| | | | | | | | | | XMMS input plugin for AHX format support. AHX is a synthetic music format from Amiga, and reproducing C64-style music. WWW: http://xmms-ahx.sourceforge.net/ PR: ports/81811 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Fix rcNG script.lofi2005-06-062-4/+2
| | | | | | PR: ports/81932 Submitted by: Mike Benjamin <mikeb@mikeb.org> Correct fix pointed out by: flz
* - Update to 1.1.3pav2005-06-0310-82/+26
| | | | | PR: ports/81848 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.1.9ahze2005-06-033-5/+18
|
* Fix build on RELENG_5 (gcc 3.4.2).osa2005-06-031-2/+117
| | | | | | Problem submitted by: Eugene M. Zheganin <emz@norma.perm.ru> Idea for patch from: fjoe PR: 81827
* Fix the build on 4.x by removing a ^M.kwm2005-06-031-0/+11
| | | | Reported by: Kent Stewart <kstewart AT owt dot com>
* Make it i386-only.novel2005-06-021-0/+2
| | | | | PR: 81794 Submitted by: Emanuel Haupt (maintainer)
* Depend on gnomehier, and remove a locale dir not in the plist.adamw2005-06-012-1/+4
|
* Use SLAVEDIRS.novel2005-06-011-0/+2
| | | | Suggested by: vs
* - Submitter of last update agreed to look after this portpav2005-06-012-2/+2
|
* change the libtool version to use from 1.3 to 1.5oliver2005-05-312-3/+2
|
* - Use USE_GCC=3.4+ for upcoming audio/ocp release.flz2005-05-313-1/+88
| | | | | PR: ports/81703 Submitted by: maintainer
* change the libtool version to use from 1.3 to 1.5oliver2005-05-311-1/+2
|
* change the libtool version to use from 1.3 to 1.5oliver2005-05-316-13/+40
|
* change the libtool version to use from 1.3 to 1.5oliver2005-05-315-14/+16
|
* change the libtool version to use from 1.3 to 1.5oliver2005-05-312-3/+12
|
* change the libtool version to use from 1.3 to 1.5oliver2005-05-312-2/+2
|
* Update to 0.8.9.kwm2005-05-3157-6/+171
| | | | | | | | | | | | Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit)
* Complete repocopy from audio/libmusepack -> audio/libmpcdec.kwm2005-05-319-68/+19
| | | | | | And update to version 1.2. Repocopy done by: marcus
* Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-315-0/+15
| | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
* - Update to 2.0.20.1pav2005-05-316-26/+408
| | | | | | | | - Reset maintainership on maintainer's request PR: ports/81494 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: Daniel O'Connor <darius@dons.net.au> (maintainer)
* Add USE_GETOPT_LONG to fix build on 4.xnovel2005-05-311-0/+1
| | | | Reported by: pointyhat via kris
* - Update to 0.11.5 [1]novel2005-05-293-15/+4
| | | | | | | - Add "-export-dynamic" to LDFLAGS to make glurp really work [2] Approved by: Mark Daniel Reidel (maintainer) [1] Obtained from: glurp forum [2]
* Fix a patch that got mangled on the last update.lawrance2005-05-281-21/+20
| | | | Approved by: clement (mentor, implicit)
OpenPOWER on IntegriCloud