aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when audio/portaudio is installedGanael LAPLANCHE2013-09-041-1/+1
| | | | | | | | PR: ports/181683 Submitted by: amdmi3 Notes: svn path=/head/; revision=326269
* Fix build without libstdc++Baptiste Daroussin2013-09-041-0/+1
| | | | Notes: svn path=/head/; revision=326260
* Add an explicit dependency upon pkg-config (USES+=pkgconfig)Boris Samorodov2013-09-041-1/+1
| | | | | | | | | uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=326258
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-09-031-5/+6
| | | | | | | - Move PORTDOCS upward Notes: svn path=/head/; revision=326205
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326151
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-033-3/+3
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-2/+2
| | | | Notes: svn path=/head/; revision=326133
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-4/+2
| | | | Notes: svn path=/head/; revision=326132
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-0315-21/+19
| | | | Notes: svn path=/head/; revision=326129
* Fix typoBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326123
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-0325-38/+30
| | | | Notes: svn path=/head/; revision=326122
* - revert r325819Dirk Meyer2013-09-031-0/+2
| | | | Notes: svn path=/head/; revision=326119
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-023-3/+3
| | | | Notes: svn path=/head/; revision=326111
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326109
* Fix build after removal or artsBaptiste Daroussin2013-09-021-3/+1
| | | | | | | Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=326108
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-6/+3
| | | | Notes: svn path=/head/; revision=326107
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326103
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-023-3/+3
| | | | Notes: svn path=/head/; revision=326092
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-025-9/+6
| | | | Notes: svn path=/head/; revision=326090
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326089
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326088
* - Add my LOCAL to MASTER_SITESSunpoet Po-Chuan Hsieh2013-09-023-72/+50
| | | | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to new options framework - Pet portlint: move LICENSE upward - Use DATADIR - Use PORTDOCS macro - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Simplify regex - Cosmetic change Notes: svn path=/head/; revision=326041
* Remove USE_GCC=any since the port builds with clang now.Tijl Coosemans2013-09-021-6/+3
| | | | | | | Also remove the no longer needed post-patch target. Notes: svn path=/head/; revision=326024
* - Add LICENSESunpoet Po-Chuan Hsieh2013-09-021-0/+4
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=326019
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+2
| | | | Notes: svn path=/head/; revision=325998
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325990
* Eliminate USE_GNOME=pkgconfig from audioBaptiste Daroussin2013-09-0225-88/+47
| | | | | | | | | | | While here: - trim headers - convert USE_GMAKE -> USES=gmake - convert USE_GNOME=gnomehack -> USES=pathfix - convert USE_PERL5 -> USES=perl5 Notes: svn path=/head/; revision=325966
* Update to 1.0.10.Koop Mast2013-08-312-2/+2
| | | | | | | Bug fix release. Notes: svn path=/head/; revision=325825
* - Use USES=pkgconfigSunpoet Po-Chuan Hsieh2013-08-312-7/+3
| | | | | | | | | - libdata/pkgconfig is already in mtree - Cosmetic change - Remove superfluous license information in pkg-descr if LICENSE presents Notes: svn path=/head/; revision=325819
* Fix typosBaptiste Daroussin2013-08-302-2/+2
| | | | Notes: svn path=/head/; revision=325729
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-30222-830/+349
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-308-16/+11
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325725
* - Add OPTIONS support, with options to enable MySQL and PostgreSQL backendsGuido Falsi2013-08-301-8/+18
| | | | | | | | | | | | | | | While here: - Trim makefile headers - Convert to new LIB_DEPENDS format and remove ABI version number - Use USES=gmake PR: ports/181295 Submitted by: Me Approved by: Maintainer timeout Notes: svn path=/head/; revision=325719
* - Specify portaudio so version to not mix up audio/portaudio2 and ↵Dmitry Marakasov2013-08-301-1/+1
| | | | | | | audio/portaudio Notes: svn path=/head/; revision=325703
* - Unbreak parallel builds (-jX) by making automatic dependency generationAlexey Dokuchaev2013-08-303-22/+26
| | | | | | | | | | | | | actually work (and be used) - Trim Makefile header and remove an indefinite article from COMMENT line - No need for a fancy, environment-aware "make clean" when all it does is it does is just "rm -rf nsfobj" - Define LICENSE (GPLv2), adjust WWW: line in port description while here Reported by: marino Notes: svn path=/head/; revision=325660
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-1/+1
| | | | Notes: svn path=/head/; revision=325657
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-7/+2
| | | | Notes: svn path=/head/; revision=325656
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-2/+1
| | | | Notes: svn path=/head/; revision=325655
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-0/+1
| | | | Notes: svn path=/head/; revision=325654
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-5/+3
| | | | | | | Trim header Notes: svn path=/head/; revision=325653
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-1/+1
| | | | Notes: svn path=/head/; revision=325652
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-1/+1
| | | | Notes: svn path=/head/; revision=325651
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-299-9/+0
| | | | Notes: svn path=/head/; revision=325620
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-292-2/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-5/+5
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldBryan Drewery2013-08-292-2/+1
| | | | | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr Notes: svn path=/head/; revision=325598
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr Notes: svn path=/head/; revision=325589
* - Fix build with clangGuido Falsi2013-08-292-8/+25
| | | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to USES=gmake - Add OPTIONS support for WAVPACK option PR: ports/181211 Submitted by: me Approved by: novel (maintainer, via email) Notes: svn path=/head/; revision=325586
* - Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17Pietro Cerutti2013-08-291-1/+1
| | | | | | | | Although the shlib version wasn't bumped, some ABI changes require applications linked against fox17 to be rebuilt. Notes: svn path=/head/; revision=325571
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-293-3/+3
| | | | Notes: svn path=/head/; revision=325563