aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Add a new port: audio/linux-f10-mikmod.Boris Samorodov2009-06-072-21/+19
| | | | Notes: svn path=/head/; revision=235382
* Mark deprecated -- need hacks to build, project is abandoned, and likelyDavid Thiel2009-06-072-2/+4
| | | | | | | unused. GAI itself will probably be removed later. Notes: svn path=/head/; revision=235380
* Fix build with custom LOCALBASE.Ion-Mihai Tetcu2009-06-063-7/+7
| | | | | | | | Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=235317
* Fix plist to packages build.Brooks Davis2009-06-052-6/+0
| | | | | | | Reported by: QAT, pointyhat Notes: svn path=/head/; revision=235251
* - fix buildwith custom LOCALBASEDirk Meyer2009-06-051-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235188
* - fix buildwith custom LOCALBASEDirk Meyer2009-06-041-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235171
* - Update to 0.10.1Dennis Herrmann2009-06-034-24/+30
| | | | | | | | PR: ports/135223 Submitted by: Sascha Klauder <sklauder@trimind.de> (maintainer) Notes: svn path=/head/; revision=235137
* The recently updated p5-Digest-SHA1 port conflicts with the versionBrooks Davis2009-06-032-2/+4
| | | | | | | | | includes with squeezecenter. Remove the squeezecenter verison. Reported by: many :) Sorry for the delay Notes: svn path=/head/; revision=235135
* Chase the vte shared lib version bump.Joe Marcus Clarke2009-06-031-1/+1
| | | | Notes: svn path=/head/; revision=235093
* Update to 0.12.2.Joe Marcus Clarke2009-06-035-71/+46
| | | | Notes: svn path=/head/; revision=235077
* . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;Boris Samorodov2009-06-0210-20/+20
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235056
* . add CONFLICTS to linux-f8 infrastructure ports;Boris Samorodov2009-06-0211-0/+33
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235052
* - fix build for custom LOCALBASEDirk Meyer2009-06-021-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235004
* - Respect LOCALBASEDmitry Marakasov2009-06-021-1/+5
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=235002
* "Julius" is an open-source high-performance large vocabularyDmitry Marakasov2009-06-015-0/+142
| | | | | | | | | | | | | | | continuous speech recognition (LVCSR) decoder software for speech-related researchers and developers. Based on word N-gram and triphone context-dependent HMM, it can perform almost real-time decoding on most current PCs with small amount of memory. WWW: http://julius.sourceforge.jp/en_index.php PR: 135153 Submitted by: Simun Mikecin <numisemis@yahoo.com> Notes: svn path=/head/; revision=234998
* Here are new Linux Fedora 10 infrastructure ports.Boris Samorodov2009-06-0120-193/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML. Notes: svn path=/head/; revision=234983
* - Update to 0.17.1Pav Lucistnik2009-06-012-6/+5
| | | | | | | - Respect PREFIX Notes: svn path=/head/; revision=234971
* - fix build for custom LOCALBASEDirk Meyer2009-06-011-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=234968
* - Update to 0.6.12Philip M. Gollucci2009-06-012-4/+4
| | | | | | | | | PR: ports/134665 Approved by: maintainer timeout (2 weeks) Submitted by: me Notes: svn path=/head/; revision=234953
* - fix build with custom LOCALBASE/PREFIXIon-Mihai Tetcu2009-05-312-7/+11
| | | | | | | | | | | - install man pages under PREFIX, not LOCALBASE - bump PORTREVISION Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=234921
* Fix PREFIXSoeren Straarup2009-05-311-0/+4
| | | | | | | Obtained from: QAT Notes: svn path=/head/; revision=234918
* Fix build, install and (hopefuly) run with custom PREFIX/LOCALBASE.Ion-Mihai Tetcu2009-05-312-3/+7
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=234906
* - The CMake scripts were supposed to use pkg-config to find the libraries, butIon-Mihai Tetcu2009-05-319-9/+243
| | | | | | | | | | | | | | they use an obsolete module that doesn't seem to work anymore. As a result, the scripts fall back on the hard-coded paths. I have reworked the scripts so they don't use pkg-config or hard-coded paths and fixed build with custom PREFIX/LOCALBASE [1] - mark MAKE_JOB_SAFE Submitted by: maintainer Reported by: QATty [1] Notes: svn path=/head/; revision=234898
* Don't use hardcoded LOCALBASE=/usr/local path in cmake find macros --> fixIon-Mihai Tetcu2009-05-311-0/+2
| | | | | | | | | | build with custom LOCALBASE. Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=234890
* Hint stupid confgiure script about boost libraries in order to fix build withIon-Mihai Tetcu2009-05-311-0/+2
| | | | | | | | | custom PREFIX/LOCABASE. Reported by: QATty Notes: svn path=/head/; revision=234889
* Fix install with custom PREFIX. It failed because wrongly used LIBDIR in theIon-Mihai Tetcu2009-05-301-1/+1
| | | | | | | | | | | | distributed Makefile having its value set from MAKE_ENV. Change pushed upstream. Submitted by: itetcu@ Reported by: QATty Approved by: maintainer Notes: svn path=/head/; revision=234886
* - Update to 1.6.2Nicola Vitale2009-05-304-37/+112
| | | | Notes: svn path=/head/; revision=234874
* - Update to 1.0.20Martin Wilke2009-05-303-6/+5
| | | | | | | | | PR: 134751 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Security: http://www.freebsd.org/ports/portaudit/6355efdb-4d4d-11de-8811-0030843d3802.html Notes: svn path=/head/; revision=234859
* Mark broken on 7.x and above.Ion-Mihai Tetcu2009-05-301-1/+7
| | | | | | | | | | http://qat.tecnik93.com//errors/7-STABLE-FPT-NPD/emu10kx-20051021.log Reported by: QAT Tested by: miwi@ on i386 Notes: svn path=/head/; revision=234826
* Fix build with custom PREFIX.Ion-Mihai Tetcu2009-05-302-10/+17
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=234825
* Mark as broken on sparc64: does not compile.Mark Linimon2009-05-291-1/+7
| | | | Notes: svn path=/head/; revision=234754
* Reset maintainer: email address bounces.Mark Linimon2009-05-292-4/+1
| | | | Notes: svn path=/head/; revision=234749
* - Update to 10.6Dennis Herrmann2009-05-283-5/+5
| | | | Notes: svn path=/head/; revision=234714
* Remove qt4 build tools from run dependencies.Max Brazhnikov2009-05-271-1/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=234681
* - Add lyrics screen supportDennis Herrmann2009-05-261-5/+21
| | | | | | | | PR: ports/134936 Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) Notes: svn path=/head/; revision=234582
* - Mark MAKE_JOBS_SAFE for SMP compilingMartin Matuska2009-05-241-0/+1
| | | | | | | | PR: ports/133013 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=234496
* Update to 0.4.0 and unbreak.Max Brazhnikov2009-05-244-15/+69
| | | | | | | | | Remove qt4 build tools from run dependencies. Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=234479
* - Update to 0.4.4Martin Wilke2009-05-2316-998/+3033
| | | | | | | | PR: 134622 Submitted by: Ports Fury Notes: svn path=/head/; revision=234446
* - Update to 0.42.5Martin Wilke2009-05-233-5/+6
| | | | | | | | PR: 134623 Submitted by: Ports Fury Notes: svn path=/head/; revision=234444
* fix LATEST_LINK cantus and cantus_3 portsPhilip M. Gollucci2009-05-211-0/+3
| | | | Notes: svn path=/head/; revision=234340
* mark as IGNORE:Oliver Lehmann2009-05-211-1/+3
| | | | | | | does not work with audacious 2 and audacious-plugins already deliveres a demac plugin Notes: svn path=/head/; revision=234320
* update audacious to 2.0.1Oliver Lehmann2009-05-214-9/+10
| | | | | | | bump portrevision on dependant ports Notes: svn path=/head/; revision=234318
* - Update to 0.3.4Dennis Herrmann2009-05-202-4/+5
| | | | | | | - Mark MAKE_JOBS_SAFE for parallel building. Notes: svn path=/head/; revision=234290
* - Port cleanupDennis Herrmann2009-05-183-229/+279
| | | | | | | | | | | - Bump PORTREVISION PR: ports/134150 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=234164
* - Chase fftw3 updatePav Lucistnik2009-05-1815-25/+30
| | | | Notes: svn path=/head/; revision=234143
* Remove qt4 build tools from run dependencies.Max Brazhnikov2009-05-171-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=234108
* - Update to 0.3.2Martin Wilke2009-05-172-7/+5
| | | | | | | | | PR: 134588 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=234077
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Fix plist after recent doxygen updatePav Lucistnik2009-05-152-19/+19
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=233957
* - Update to 0.11Pav Lucistnik2009-05-153-9/+27
| | | | | | | | | PR: ports/131170 Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> Approved by: maintainer timeout (alexbl; 3 months) Notes: svn path=/head/; revision=233939