| Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
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)
|
|
Update to upstream version 0.20.10 (bugfix release)
Approved by: ports-secteam (delphij)
|
|
* 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)
|
|
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)
|
|
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
|
|
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)
|
|
Mark BROKEN: unfetchable
Reported by: pkg-fallout
|
|
- Apply upstream patch to net/asterisk-g72x diue to API changes in
bcg729
|
|
|
|
|
|
- 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
|
|
Approved by: portmgr (tier-2 blanket)
|
|
Approved by: portmgr (tier-2 blanket)
|
|
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
|
|
Approved by: portmgr (blanket)
|
|
Approved by: portmgr (blanket)
|
|
Approved by: portmgr (blanket)
|
|
Approved by: portmgr (blanket)
|
|
Approved by: portmgr (blanket)
|
|
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
|
|
- 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
|
|
this correctly, but it is not.
Approved by: portmgr (tier-2 blanket)
|
|
- 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
|
|
Approved by: portmgr blanket
|
|
- Pet portlint
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
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
|
|
|
|
|
|
|
|
|
|
Approved by: portmgr (blanket)
|
|
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
|
|
Spotted by: danfe@
|
|
PR: 194153
Submitted by: swills@
Approved by: maintainer(timeout, > 2 years)
|
|
- 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)
|
|
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
|
|
It's effectively 4.0.0beta1. Many bugfixes and improvements; transition from
old exaile is removed.
|
|
MFH: 2017Q2
|
|
PR: 219204
|
|
Add various dependency declarations detected by poudriere
Change to relative symlinks
PR: 219304
|
|
|
|
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
|
|
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
|
|
While there, fix small style issues.
Sponsored by: Absolight
|
|
- 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
|
|
Approved by: portmgr (blanket)
|
|
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
|