aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Make the port build with the upcoming Qt 4.8.x series.Raphael Kubo da Costa2012-05-211-0/+2
| | | | | | | | | | | | | | Since 4.8.0 [1], Qt itself does not automatically include GLU's headers and libraries with its OpenGL module, so applications which relied on Qt to get these need to be adjusted. PORTREVISION bumped since we now explicitly depend on GLU via USE_GL=glu. [1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b Notes: svn path=/head/; revision=297129
* Fix the crash when disable musicbrainz, bump the PORTREVISION.Jeremy Messenger2012-05-202-1/+18
| | | | | | | | | PR: ports/166817 Submitted by: Shin-ichi Okano <s-okano@n08.itscom.net> Obtained from: Its git Notes: svn path=/head/; revision=297035
* Fix the build with clang.Jeremy Messenger2012-05-201-0/+4
| | | | | | | | PR: ports/167957 Submitted by: Alan Hicks <ahicks@p-o.co.uk> Notes: svn path=/head/; revision=297034
* Add Russian, Canadian and French sounds.Chris Rees2012-05-203-41/+87
| | | | | | | | PR: ports/167874 Submitted by: Richard Neese (maintainer) Notes: svn path=/head/; revision=297033
* Mark IGNORE with php 5.4 and set 5.3 as default.Alex Dupre2012-05-201-0/+2
| | | | | | | | Reported by: pav Pointyhat to: me Notes: svn path=/head/; revision=297003
* Remove support for deprecated audio/libmusicbrainzMax Brazhnikov2012-05-194-185/+4
| | | | | | | | | PR: ports/ Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Approved by: maintainer timeout (2.5 months) Notes: svn path=/head/; revision=296967
* - Add dependency on net/freeswitch-coreChris Rees2012-05-193-47/+52
| | | | | | | | | | | | | - Use PKGNAMESUFFIX instead of PORTNAME; update DIST_SUBDIR PR: ports/167873 Submitted by: Rich Neese (maintainer) - Use DATADIR - Don't try to remove shared folders on deinstall Notes: svn path=/head/; revision=296954
* - Update to 0.7.1Guido Falsi2012-05-183-19/+136
| | | | | | | | | | | | - Respect NOPORTDOCS - Add LICENSE PR: ports/166901 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=296911
* Remove files that were patched to zero length in a previous commitJosh Paetzel2012-05-182-0/+0
| | | | | | | Pointyhat to: jpaetzel Notes: svn path=/head/; revision=296907
* - Remove nonsensical plist entriesPav Lucistnik2012-05-151-5/+0
| | | | | | | | Reported by: pointyhat Pointy hat to: miwi Notes: svn path=/head/; revision=296698
* - update to 0.10.18Baptiste Daroussin2012-05-152-3/+3
| | | | Notes: svn path=/head/; revision=296697
* Update to 2012.05.06Josh Paetzel2012-05-147-59/+36
| | | | | | | | | PR: ports/167889 Submitted by: John Hixson Sponsored by: iXsystems Notes: svn path=/head/; revision=296628
* - Mark audio/libtunepimp-old DEPRECATED as the MusicBrainz RDF webservice noMax Brazhnikov2012-05-131-0/+3
| | | | | | | | | | | | | longer functions - Set EXPIRATION_DATE to two weeks from now - No other ports depend on this port PR: ports/165785 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=296564
* Update to 2.1Max Brazhnikov2012-05-134-15/+9
| | | | Notes: svn path=/head/; revision=296542
* remove audacious support as my last multimedia/audaciousOliver Lehmann2012-05-112-4/+4
| | | | | | | update renders this port BROKEN. Notes: svn path=/head/; revision=296431
* Update to version 2.1.3.Alexey Dokuchaev2012-05-112-5/+4
| | | | Notes: svn path=/head/; revision=296423
* Update to 2.7.1.Koop Mast2012-05-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix a warning regarding the redefinition of NNOTES - raise NNOTES from 127 to 128 (only notes 0..125 were being shown because 127 was < NNOTES and 126 is black) - only show the keys that exist on a real piano by default, and add a "-f" ('full midi keyboard') command line option to show all midi notes. - make the dimensions slightly closer to a real piano by: > making the black key hight two third of the white key height > making the black key positions vary based on their position in the octave - adding a QWERTY_REV layout that has the lower keys on the upper row of the keyboard - adding QWERTY_UK and QWERTY_UK_REV layouts that extend the QWERTY and QWERTY_REV layouts with the punctuation keys available on those rows - Assign maintainership to submitter. Submitted by: hselasky@ Approved by: maintainer Notes: svn path=/head/; revision=296374
* Chase audacious 3.2 update by updating plugin to 0.80.Emanuel Haupt2012-05-102-3/+3
| | | | | | | Notified by: pointyhat (via pav) Notes: svn path=/head/; revision=296366
* - Update to 0.25Bernhard Froehlich2012-05-106-33/+79
| | | | | | | | - Fix mythbackend rc script to start after mysql - Add HOME env variable for mythbackend to find it's home directory Notes: svn path=/head/; revision=296350
* Update to version 12.04Pawel Pekala2012-05-092-4/+4
| | | | | | | Changelog: http://www.rosegardenmusic.com/wiki/dev:12.04 Notes: svn path=/head/; revision=296306
* - Update to 0.7.0Guido Falsi2012-05-088-56/+53
| | | | | | | | | - Update home page and MASTER_SITE Approved by: crees (mentor) Notes: svn path=/head/; revision=296247
* - Update xmms2 to 0.8 [1]Guido Falsi2012-05-0811-105/+154
| | | | | | | | | | | | | | - Add SNDFILE option [1] - Don't install test and debugging components by default [2] - Fix slave ports - Take maintainership PR: ports/163056 Submitted by: Jan Beich <jbeich@tormail.net> [1] and [2] partly Approved by: crees (mentor) Notes: svn path=/head/; revision=296239
* - Update to version 4.0.13 [1]Pawel Pekala2012-05-083-1677/+1688
| | | | | | | | | | | | | - Mark MAKE_JOBS_SAFE - Use bsd.port.options.mk Chnages: http://sourceforge.net/news/?group_id=105168 PR: ports/167637 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=296228
* Since r221388 and its MFCs SNDCTL_DSP_GETIPTR should work correctlyChris Rees2012-05-073-1/+573
| | | | | | | | | | | | on FreeBSD and should not require any quirks/workarounds. In fact they seem to be harmful now and result in sound outages. PR: ports/165247 Submitted by: avg Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer) Notes: svn path=/head/; revision=296140
* Update to 1.14.1.Roman Bogorodskiy2012-05-072-3/+3
| | | | Notes: svn path=/head/; revision=296122
* - Use USE_DOS2UNIX instead of homemade equivalentAlex Kozlov2012-05-051-6/+2
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=296055
* Remove some useless use of USE_XLIB and convert the rest to USE_XORGBaptiste Daroussin2012-05-051-6/+3
| | | | | | | | | PR: ports/167088 Submitted by: bapt Approved by: maintainer timeout (>14d) Notes: svn path=/head/; revision=296038
* Make abraca fetchable again.Guido Falsi2012-05-041-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=296019
* - Forgot SUB_LIST (without it, %%s didn't expand in rc script)Michael Scheidell2012-05-042-1/+4
| | | | | | | | | | | - No PORTREVISION bump (caught before mirrors had a change to sync) PR: ports/166654 Submitted by: scheidell (me) Approved by: maintainer (implicit) Notes: svn path=/head/; revision=296017
* - Update to 3.0.3 [1]Michael Scheidell2012-05-045-19/+37
| | | | | | | | | | | | | | | - Update LICENSE_PERMS [1] - Add @exec's to pkg-plist since Makefile:post-install isn't run with pkg-add [2] - Add BATCH check because you can't acctept license in batch mode [3] - Change mkdir/chown in Makefile (and pkg-plist) to install [3] PR: ports/166654 [1] Submitted by: Richard Hirner <hirner@bitfire.at> (maintainer) [1] Submitted by: scheidell (me) [2] Submitted by: crees@ [3] Notes: svn path=/head/; revision=296016
* - Enable runtime detection of pulseaudio, with fallback to portaudioNicola Vitale2012-05-042-10/+48
| | | | | | | | | | | if pulse is not running. That is useful for the users of KDE speech dispatcher system. [1] - Bump PORTREVISION (changed lib dependencies) Suggested by: Andrew Johnson <daeron at optushome.com.au> (via private email) Notes: svn path=/head/; revision=296010
* - Chase x11-toolkits/fox16 shlib bumpPietro Cerutti2012-05-021-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=295851
* Update to 0.5.1Ganael LAPLANCHE2012-04-303-3/+4
| | | | Notes: svn path=/head/; revision=295718
* - Update to 2.3.0Sunpoet Po-Chuan Hsieh2012-04-295-61/+19
| | | | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Use USE_GNOME=gnomehack - Use REINPLACE_CMD for patches - Cleanup Makefile Changes: - Rough WebM support - Removed the shout-config script Notes: svn path=/head/; revision=295686
* - Update to 12.02Nicola Vitale2012-04-284-15/+189
| | | | | | | | | - Remove http://nivi.interfree.it from MASTER_SITES - Set USE_PYTHON to -2.7 - The man pages installation is independent from the value of NOPORTDOCS Notes: svn path=/head/; revision=295647
* Set EXPIRATION_DATEPawel Pekala2012-04-271-0/+1
| | | | | | | | PR: ports/167365 Submitted by: maintainer Notes: svn path=/head/; revision=295626
* patch pithos to work with pandora v34.Xin LI2012-04-272-0/+32
| | | | | | | | PR: ports/167377 Submitted by: John Hixson (maintainer) Notes: svn path=/head/; revision=295623
* - Fix memory leakSunpoet Po-Chuan Hsieh2012-04-272-1/+15
| | | | | | | | | | | - Bump PORTREVISION for package change PR: ports/165003 Submitted by: Eugene Grosbein <eugen@grosbein.net> Obtained from: http://old.nabble.com/Memory-leak-on-Icecast-2.3.2---Debian---td26691536.html Notes: svn path=/head/; revision=295603
* Disable obsolete Musicbrainz support.Joe Marcus Clarke2012-04-272-6/+82
| | | | | | | | PR: 165839 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Notes: svn path=/head/; revision=295599
* Update to 2012.04.24Josh Paetzel2012-04-264-6/+61
| | | | | | | | PR: ports/167347 Submitted by: John Hixson <john@pcbsd.org> Notes: svn path=/head/; revision=295579
* - Correct previous commit: rplay.in sb rplayd.in, rename file, fix MakefileMichael Scheidell2012-04-253-2/+2
| | | | | | | | PR: ports/166658 Submitted by: scheidell@ (me) Notes: svn path=/head/; revision=295527
* - Fix crash on amd64 when rplayd parses the rplay.hosts file (extra-patch ↵Michael Scheidell2012-04-255-27/+311
| | | | | | | | | | | | | | for amd64 only) [1] - Channel dougb and re-write the rc script [2] - Bump PORTREVISION PR: ports/166658 [1] Submitted by: Callum Gibson <callumgibson@optusnet.com.au> [1] Reviewed by: scheidell@ [2] Notes: svn path=/head/; revision=295526
* - Correct @exec mkdir linesPav Lucistnik2012-04-232-4/+4
| | | | Notes: svn path=/head/; revision=295349
* Track mikmod dependency. [1]Boris Samorodov2012-04-231-1/+2
| | | | | | | | | | | Bump PORTREVISION. PR: ports/167091 [1] Submitted by: Jan Beich <jbeich@tormail.net> [1] Tested at: redports Notes: svn path=/head/; revision=295306
* - Update to 1.7.2Sofian Brabez2012-04-233-7/+6
| | | | | | | | PR: ports/167215 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> (maintainer) Notes: svn path=/head/; revision=295304
* - Fix build [1]Sunpoet Po-Chuan Hsieh2012-04-222-3/+2
| | | | | | | | | | - Cosmetic change PR: ports/165341 [1] Submitted by: Tobias Rehbein <tobias.rehbein@web.de> Notes: svn path=/head/; revision=295263
* - Unbreak build, if ffmpeg is installed.Marcus von Appen2012-04-221-1/+1
| | | | | | | | PR: 167177 Submitted by: Kalten <kalten@gmx.at> Notes: svn path=/head/; revision=295238
* - Update to 5.17.6Martin Wilke2012-04-213-7/+37
| | | | | | | | PR: 166874 Submitted by: Ports Fury Notes: svn path=/head/; revision=295220
* - Update to version 0.43.2Martin Wilke2012-04-212-3/+3
| | | | | | | | PR: 166876 Submitted by: Ports Fury Notes: svn path=/head/; revision=295218
* - Update to version 1.14Marcus von Appen2012-04-213-4/+6
| | | | Notes: svn path=/head/; revision=295186