aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-151-14/+2
| | | | | | | - Trim header Notes: svn path=/head/; revision=314271
* - adopt optionsNGJason Helfman2013-03-151-11/+7
| | | | | | | | | PR: 173798 Submitted by: c.petrik.sosa@gmail.com Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314209
* Enable Opus custom modes, required by jack2.Christian Weisgerber2013-03-142-2/+4
| | | | | | | Submitted by: gahr Notes: svn path=/head/; revision=314187
* - adopt optionsNG and trim historical headersJason Helfman2013-03-146-37/+25
| | | | | | | | | | | | | | | | | | | PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314133
* Update audio/soundkonverter to 2.0.0.David Naylor2013-03-143-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes for optional dependencies - Set license to GPLv3 - Initial support for libav (if and when it gets into ports) ChangeLog: new in 2.0.0: -Add: Update translations -Remove: French translation (only 58% translated) new in 1.9.90 (2.0.0 rc1): -Add: Option to not modify the audio stream of mp3 files when calculating Replay Gain -Add: libav plugin -Fix: Modify mp3 stream when forcing the recalculation of Replay Gain -Fix: Don't try to calculate Replay Gain if it is impossible -Fix: Down/upmixing with sox -Fix: Sox effects wouldn't work -Fix: Recognice mp3 and amr nb encoding support in ffmpeg/libav plugins -Fix: Crash when encoding with sox and without filters -Fix: Calculate Replay Gain if there is only one track in the album Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=314128
* - Update COMMENT, pkg-descrPawel Pekala2013-03-132-7/+11
| | | | | | | | | | - Give maintainership to submitter PR: ports/176831 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=314098
* - Respect CFLAGSPawel Pekala2013-03-131-6/+13
| | | | | | | | | | | | | - Fix build with clang - Convert to OptionsNG - Trim Makefile header PR: ports/176766 Submitted by: myself Approved by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer) Notes: svn path=/head/; revision=314091
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-1354-408/+261
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* Synchronize mctoolame-decoder and mctoolame-encoder. These ports are prettyAlexey Dokuchaev2013-03-133-59/+33
| | | | | | | | much mimic each other, so it probably makes sense to merge them into one, or turn into master-slave pair. While here, replace unsafe gets() with fgets(). Notes: svn path=/head/; revision=314072
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-132-6/+1
| | | | | | | Reported by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=314060
* Fix post-patch regex in order to install adplug.pc in the correct directory.Emanuel Haupt2013-03-132-8/+6
| | | | | | | | | Also add the file to pkg-plist. This didn't pop up in previous tinderbox runs due to a bug in portbuild. While here move LICENSE, trim header and get rid of ABI version number in LIB_DEPENDS. Notes: svn path=/head/; revision=314054
* - Trim the Makefile headerAlexey Dokuchaev2013-03-133-18/+17
| | | | | | | | | | | | - Drop an article from COMMENT - Utilize PORTDOCS and OptionsNG - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Unmute installation commands - Generally cleanup Makefile - Reformat port description Notes: svn path=/head/; revision=314041
* - Trim Makefile headerAlexey Dokuchaev2013-03-132-13/+11
| | | | | | | | | | | - Define LICENSE (GPLv2) - Tighten COMMENT text - Wrap one overly long line - Drop shlib version, sort knobs - Improve port description Notes: svn path=/head/; revision=314039
* Fix build on i386.Roman Bogorodskiy2013-03-121-0/+29
| | | | | | | | Reported by: Tsurutani Naoki in ports/176743 Submitted by: olli Notes: svn path=/head/; revision=313983
* - Give up maintainership on this portPietro Cerutti2013-03-111-1/+1
| | | | Notes: svn path=/head/; revision=313884
* Make pulseaudio compile on the arm platform.Koop Mast2013-03-091-0/+14
| | | | | | | | PR: ports/176794 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Notes: svn path=/head/; revision=313775
* - Update to 0.7.1Guido Falsi2013-03-093-5/+33
| | | | | | | - Shorten COMMENT Notes: svn path=/head/; revision=313683
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-0817-57/+25
| | | | Notes: svn path=/head/; revision=313649
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-084-9/+5
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-0812-13/+30
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Fix plistAlex Kozlov2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313618
* - Fix all new cases of 'No newline at end of file' in the ports treeAlex Kozlov2013-03-071-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=313597
* - Fix dependency on net-im/libjreenNicola Vitale2013-03-071-1/+1
| | | | | | | Pointed out by: makc Notes: svn path=/head/; revision=313592
* - Re-enable color output during the building phaseNicola Vitale2013-03-073-6/+1
| | | | | | | Suggested by: makc Notes: svn path=/head/; revision=313589
* - Update to 3.0.7Beech Rintoul2013-03-073-5/+6
| | | | | | | | PR: ports/176664 Submitted by: Richard Hirner <hirner@bitfire.at> (maintainer) Notes: svn path=/head/; revision=313566
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-0718-21/+20
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* - Fix configure with ffmpegBeech Rintoul2013-03-061-3/+4
| | | | | | | | | | | - Fix build with clang PR: ports/176592 Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> Approved by: "Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer) Notes: svn path=/head/; revision=313556
* Tomahawk is a music player that fundamentally changes the way music isNicola Vitale2013-03-067-0/+131
| | | | | | | | | | | | | | | consumed and shared. It decouples the name of the song from the source it was shared from - and fulfills the request using all of your available sources. This creates a universal translation layer across music repositories, streaming services and geographic territories. WWW: http://www.tomahawk-player.org/ Notes: svn path=/head/; revision=313554
* libechonest is a collection of C++/Qt classes designed to make a developer'sNicola Vitale2013-03-066-0/+90
| | | | | | | | | life easy when trying to use the APIs provided by The Echo Nest. WWW: http://github.com/dschimdt/libechonest Notes: svn path=/head/; revision=313551
* - Update to 1.0.6 [1]Nicola Vitale2013-03-067-133/+81
| | | | | | | | | | | | | | | | | | - Trim header [1] - Switch to the active, and officially supported by the Lasf.fm staff, fork on GitHub as master download site - Update COMMENT - Add LICENSE (GPLv3) - Add options FINGERPRINT (default ON), TESTS (default OFF) [1] - Update WWW URL and description in pkg-descr - Remove files/* [1] PR: ports/175779 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> [1] Approved by: Matt Tosto <datahead4@gmail.com> (mantainer timeout > 1 month) Notes: svn path=/head/; revision=313548
* Basic GUI for Microsoft's Media Transfer Protocol (MTP)Guido Falsi2013-03-066-0/+155
| | | | | | | | | | | | including file transer and some playlist handling. WWW: http://gmtp.sourceforge.net/ PR: ports/176113 Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org> Notes: svn path=/head/; revision=313547
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-1/+1
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* - Update to 1.1.10Beech Rintoul2013-03-052-7/+11
| | | | | | | | PR: ports/176654 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=313468
* - Convert to OptionsNGMartin Wilke2013-03-055-53/+29
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-6/+2
| | | | Notes: svn path=/head/; revision=313402
* - Trim Makefile header per new style guidelinesAlexey Dokuchaev2013-03-042-23/+22
| | | | | | | | | - Drop indefinite article from the COMMENT line - Define LICENSE (GPLv2) and convert to OptionsNG - Reformat port description text while I am here Notes: svn path=/head/; revision=313396
* - Trim Makefile header per new style rulesAlexey Dokuchaev2013-03-042-25/+15
| | | | | | | | | - Drop indefinite article from the COMMENT - Define LICENSE (GPLv2), utilize PORTDOCS - Convert to OptionsNG and clean up Makefile Notes: svn path=/head/; revision=313395
* - Trim Makefile header per new style rulesAlexey Dokuchaev2013-03-044-33/+34
| | | | | | | | | | | - Drop indefinite article from the COMMENT - Define LICENSE (GPLv2), utilize PORTDOCS - Sort the knobs, generally clean up Makefile - Reformat pkg-message and pkg-descr for better visual appeal - Drop old-school Author: attribution from pkg-descr Notes: svn path=/head/; revision=313391
* - Fix EXPIRATION date, we are in 2013, not 2012Steve Wills2013-03-032-2/+2
| | | | | | | | Pointyhat to: swills Reported by: bapt Notes: svn path=/head/; revision=313317
* - Deprecate ports which don't work with Ruby 1.9Steve Wills2013-03-022-10/+8
| | | | | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@ Notes: svn path=/head/; revision=313298
* - Update to version 1.3.0Martin Wilke2013-03-023-42/+30
| | | | | | | | PR: 176538 Submitted by: Ports Fury Notes: svn path=/head/; revision=313257
* - Update to 0.3.0Martin Wilke2013-03-0210-182/+113
| | | | | | | | | | - Trim header PR: 176536 Submitted by: ports fury Notes: svn path=/head/; revision=313197
* - Update to 1.15.1Roman Bogorodskiy2013-03-022-4/+3
| | | | | | | | - Drop GCC dependency as it now doesn't crash when compiled with clang Notes: svn path=/head/; revision=313187
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* Update audio/soundkonverter with optional dependency audio/flake.David Naylor2013-03-012-11/+19
| | | | | | | | | While here make the port NLS aware. Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=313134
* - Fix crashMax Brazhnikov2013-02-281-8/+4
| | | | | | | | | | - Trim Makefile header and adjust COMMENT while I'm here PR: ports/169563 Submitted by: Marcel <monovox.art@gmail.com> Notes: svn path=/head/; revision=313087
* Mark BROKEN, does not build. Leave specific broken message for "powerpc" inEmanuel Haupt2013-02-281-0/+2
| | | | | | | | | place while a solution is being sought. Notified by: miwi Notes: svn path=/head/; revision=313082
* - Fix buildMartin Wilke2013-02-281-1/+1
| | | | Notes: svn path=/head/; revision=313079
* Chase audio/laudio -> audio/linux-laudio rename and unbreak INDEX build.Alexey Dokuchaev2013-02-272-2/+2
| | | | Notes: svn path=/head/; revision=313033
* - Trim Makefile header per new style guidesAlexey Dokuchaev2013-02-272-28/+16
| | | | | | | | | - Drop indefinite article from the COMMENT - Remove excessive indenting in Makefile - Clean up and reformat port description Notes: svn path=/head/; revision=313032