summaryrefslogtreecommitdiff
path: root/audio (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-28MFH: r450862 r450866Jan Beich1-6/+1
audio/festival: unbreak on most non-x86 archs gmake[1]: Entering directory '/wrkdirs/usr/ports/audio/festival/work/speech_tools' Check system type ../config/config:197: ../config/systems/mips_unknown.mak: No such file or directory gmake[1]: *** No rule to make target '../config/systems/mips_unknown.mak'. Stop. Approved by: ports-secteam blanket
2017-09-28MFH: r450863Jan Beich1-4/+3
audio/liba52: build PIC objects on all architectures PR: 215974 Reported by: mmel Inspired by: ArchLinux, Gentoo, Debian Reviewed by: tijl (implicit) Approved by: ports-secteam blanket
2017-09-19MFH: r448257 r448269 r450103Jan Beich6-23/+82
audio/openal-soft: update to 1.18.1 - Add EXAMPLES and OSS options - Add a patch to fix the Jack backend for Jack 1 Changes: http://kcat.strangesoft.net/openal.html#release ABI: https://abi-laboratory.pro/tracker/timeline/openal/ PR: 220931 222437 Submitted by: Yuri Victorovich <yuri@rawbw.com> Submitted by: kdrakehp@zoho.com Approved by: ports-secteam (delphij)
2017-08-27MFH: r448823Thomas Zander2-4/+4
Update to upstream version 0.20.10 (bugfix release) Approved by: ports-secteam (delphij)
2017-08-17MFH: r447920Richard Gallamore1-25/+12
* Add license file * Cleanup Makefile * Bump PORTREVISION for added USE_XORG depend PR: 221239 Submitted by: Yuri Victorovich Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11992 Approved by: ports-secteam (feld)
2017-08-17MFH: r447818Thomas Zander9-50/+197
Enable COOKEDMODE for more versatile soundcard support; use GitHub Detailed log: * Add COOKEDMODE option that turns on SNDCTL_DSP_COOKEDMODE. Without the cooked mode Jack's OSS driver currently fails for some soundcards (it chooses wrong sample rate). It's better to have COOKEDMODE=on by default since it often appears broken otherwise. Professionals probably want COOKEDMODE=off, after they make sure their soundcard works with jack. * Switch to github for fetching the sources. * Include the merged upstream pull request #60 to enable the realtime mode (-R). * Add USES=autoreconf (github source doesn't include a configure script) * Install more manpages. PR: 220785 Submitted by: yuri@rawbw.com Approved by: portmgr (feld)
2017-08-03MFH: r447274Richard Gallamore2-0/+15
This change will fix BROKEN status on several latest FreeBSD branches that will be upcoming releases. PR: 220843 Submitted by: SimaMoto,RyōTa <liangtai.s16@gmail.com> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11829 Approved by: ports-secteam
2017-07-15MFH: r445652Roman Bogorodskiy2-1/+12
audio/id3lib: fix stack corruption bug Add a patch to fix stack corruption bug when reading IDv3 tags and VBR header information. PR: 220374 Submitted by: bob@eager.cx Obtained from: https://sourceforge.net/p/id3lib/bugs/189/ Approved by: maintainer timeout Approved by: ports-secteam (junovitch)
2017-07-01MFH: r444839Antoine Brodin1-0/+2
Mark BROKEN: unfetchable Reported by: pkg-fallout
2017-06-30- Update audio/bcg729 to 1.0.2Guido Falsi2-3/+4
- Apply upstream patch to net/asterisk-g72x diue to API changes in bcg729
2017-06-29audio/exaile-devel: update to latest revisionRuslan Makhmatkhanov4-24/+8
2017-06-28Use USES=gnomeSunpoet Po-Chuan Hsieh1-1/+1
2017-06-27Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh11-6/+11
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
2017-06-26Sort ARCHs.Mark Linimon1-1/+1
Approved by: portmgr (tier-2 blanket)
2017-06-26Scrub pc98 from ARCH definitions. While here, sort ARCHs and clean up.Mark Linimon1-1/+1
Approved by: portmgr (tier-2 blanket)
2017-06-25Make ninja opt-out in cmake.mkTobias C. Berner3-3/+3
Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748
2017-06-25Fix WWWSunpoet Po-Chuan Hsieh1-1/+1
Approved by: portmgr (blanket)
2017-06-25Fix WWWSunpoet Po-Chuan Hsieh1-1/+1
Approved by: portmgr (blanket)
2017-06-25Fix WWWSunpoet Po-Chuan Hsieh1-1/+1
Approved by: portmgr (blanket)
2017-06-25Fix WWWSunpoet Po-Chuan Hsieh1-1/+1
Approved by: portmgr (blanket)
2017-06-25Fix WWWSunpoet Po-Chuan Hsieh1-1/+1
Approved by: portmgr (blanket)
2017-06-25Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon5-10/+4
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
2017-06-22- Update Flacon to version 3.0.0 (http://flacon.github.io/changelog/)Alexey Dokuchaev3-5/+6
- Add QT5_CMAKE_OFF knob to ensure that right version is picked up if user has both of them installed - It no longer uses Shntool (not updated since 2009), so do not reference it in pkg-message; instead, add `audio/opus-tools' which Flacon supports since version 1.2.0 Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1497981519 which corresponds to commit 0029b70 tagged as this release. Reported by: portscout
2017-06-21Mark as broken on aarch64. ISTM that the options code ought to be handlingMark Linimon1-1/+2
this correctly, but it is not. Approved by: portmgr (tier-2 blanket)
2017-06-20- audio/ardour5: Update from 5.9.0 to 5.10.0Jochen Neumeister3-4/+5
- Changelog: https://community.ardour.org/releases PR: 220044 Submitted by: Michael Beer (beerml at sigma6audio.de) (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11265
2017-06-19- Update WWWDmitry Marakasov1-1/+1
Approved by: portmgr blanket
2017-06-17Remove Perl core modulesSunpoet Po-Chuan Hsieh1-6/+6
- Pet portlint - Add NO_ARCH - Bump PORTREVISION for dependency change
2017-06-17Remove Perl core modulesSunpoet Po-Chuan Hsieh1-3/+2
- Add NO_ARCH - Bump PORTREVISION for dependency change
2017-06-16- Add SNDIO option and make enabling the sndio backend explicit. It'sTobias Kortkamp1-7/+13
currently automatically enabled when sndio is available in the build environment. - Add a OSS default option, so that the OSS backend can be turned off if desired. - Since there are a lot of audio backend options, group them to make the config dialog more readable. - USES=localbase:ldflags PR: 219998 Approved by: mat (mentor), Dan Nelson <dnelson@allantgroup.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D11227
2017-06-14Update to 3.2.8Emanuel Haupt2-3/+4
2017-06-13Use DISTVERSIONSUFFIX instead of DISTNAMESunpoet Po-Chuan Hsieh1-1/+1
2017-06-13Update WWWSunpoet Po-Chuan Hsieh1-1/+1
2017-06-13Use USES=tar:tgzSunpoet Po-Chuan Hsieh1-1/+1
2017-06-12Use USES=readline:portSunpoet Po-Chuan Hsieh1-3/+2
Approved by: portmgr (blanket)
2017-06-12Allow building of more than one output plugin. Output plugins can beTobias Kortkamp2-5/+13
selected at run time with e.g. ':set output-plugin pulse'. - Add SNDIO option - Add LICENSE_FILE (yes, the filename is really LICENCE ;)) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11120
2017-06-11- Minor cleanup of MakefileWen Heping1-3/+0
Spotted by: danfe@
2017-06-11- Update to 1.1.1Wen Heping6-47/+71
PR: 194153 Submitted by: swills@ Approved by: maintainer(timeout, > 2 years)
2017-06-11Update distinfo and unbreak this portSunpoet Po-Chuan Hsieh2-3/+4
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Text_Spell_Audio-0.1.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Text_Spell_Audio-0.1.0.tgz fetch: http://pear.php.net/get/Text_Spell_Audio-0.1.0.tgz: size mismatch: expected 135864, actual 137302 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Text_Spell_Audio-0.1.0.tgz [1] Approved by: portmgr (blanket)
2017-06-10Update maintainer email addressDanilo G. Baio1-1/+1
Ownership of the former email address confirmed by email PR: 219791 Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11088
2017-06-10audio/exaile-devel: update to latest revisionRuslan Makhmatkhanov3-14/+9
It's effectively 4.0.0beta1. Many bugfixes and improvements; transition from old exaile is removed.
2017-06-10Update to upstream version 0.20.9Thomas Zander4-34/+4
MFH: 2017Q2
2017-06-09audio/mumble: Update to 1.2.19Mark Felder2-5/+5
PR: 219204
2017-06-09audio/mumble: Add new PORTAUDIO optionMark Felder1-21/+17
Add various dependency declarations detected by poudriere Change to relative symlinks PR: 219304
2017-06-08Update to 3.1.d16 which comes with optional PulseAudio support.Emanuel Haupt2-5/+8
2017-06-06Update to 3.2.6Tobias Kortkamp5-25/+26
While here: - Add license - Add the missing SDL option to OPTIONS_DEFINE - Fix ESOUND option - Fix build of NAS option with Clang < 4.0 - The configure script says this configure: WARNING: unrecognized options: --with-cxxflags so remove it from CONFIGURE_ARGS - Regenerate patches Changes: http://www.mp3blaster.org/2017/05/its-only-been-8-years.html PR: 219808 Approved by: lme (mentor), novel (maintainer) Differential Revision: https://reviews.freebsd.org/D11076
2017-06-06Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig intoMathieu Arnold7-11/+2
libdata/pkgconfig. Fix ports that where installing the file in the wrong place. PR: 218067 Submitted by: mat Exp-run by: antoine Reviewed by: rene, antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10129
2017-06-06Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2-7/+5
While there, fix small style issues. Sponsored by: Absolight
2017-06-05- Add LICENSE_FILEPawel Pekala2-39/+18
- Remove deprecated WANT_GNOME - Add GNOME option to OPTIONS_DEFINE, remove PROFILES which has the same outcome - Use options helpers - Don't bother to install omf file, it's only placeholder and don't contain any useful information - Port is architecture neutral
2017-06-05Fix build with SQLite 3.19.2Sunpoet Po-Chuan Hsieh2-1/+11
Approved by: portmgr (blanket)
2017-06-05Add new port audio/py-soundscrapeCarlos J. Puga Medina4-0/+41
SoundScrape makes it super easy to download artists from SoundCloud, Bandcamp and MixCloud. It automatically creates ID3 tags as well (including album art), which is handy. WWW: https://github.com/Miserlou/SoundScrape Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D11049