| Age | Commit message (Collapse) | Author |
|
Update to latest stable release, remove incorporated patch, change
single quotes to double, use HTTPS on homepage.
|
|
Closes #32031.
|
|
Add a patch to comment out the incorrect dicdir path. The correct one
will be added when mecab-ko-dic is installed.
Closes #32008.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes #29820.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
This introduces a new GoResource category of resource. GoResources
have a specialized stage method which allows a resource to stage
itself into a gopath.
The new Go language module provides a one-liner to stage all
GoResources present in the formula.
|
|
This is useful to be able to write go resources using their package
name as the resource name
|
|
Closes #32030.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #32029.
|
|
Closes #31997.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #32022.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #32021.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #32018.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #32020.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #32017.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #32015.
|
|
|
|
Closes #31985.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #32010.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Bug-release fix with the following changes:
* protocol
- don't change song on "seekcur" in random mode
* decoder
- dsdiff, dsf: fix endless loop on malformed file
- ffmpeg: support ffmpeg/libav version 11
- gme: fix song duration
* output
- alsa: fix endless loop at end of file in dsd_usb mode
* fix state file saver
* fix build failure on Darwin
Closes #32013.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #31998.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30630.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
Closes #31914.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Okay, this is part 1 of what will likely become a host of wider changes
I propose on Node to tackle the issues discussed in
[#31777](https://github.com/Homebrew/homebrew/issues/31777).
Part 1: I’ve killed the devel build. It hasn’t been updated since May,
and Node haven’t expressed any sort of haste in issuing even a new
minor bump to the devel build that fixes the rather large [OpenSSL
vulnerabilities](https://github.com/joyent/node/tree/v0.11.13-release/de
ps/openssl/openssl) in 0.11.13. At this point, my feeling is that it’s
dangerously irresponsible to leave the devel build present given those
vulnerabilities, and I’d like to see us scrap it until we see some
movement on patching those issues. This issue is open with Node
[here](https://github.com/joyent/node/issues/8000) but remains largely
ignored and dormant.
Second change: Bumps the npm version that we ship back to the latest
stable release. A minor thing, but an early step towards fixing some of
the bigger npm problems.
Third change: Changes the way we handle npm updates post-install to
specifically target the latest stable release. Our current ``` npm
update npm -g ``` has been habitually dumping people onto the alpha &
beta builds for npm, and this solution (according to the npm team)
should solve that problem permanently. Having done local testing with
this, It does indeed seem to do the job.
These are largely minor fixes to patch things over in a stable, solid
fashion till I can work out ways to avoid the Node issues we’ve been
encountering so rampantly lately.
|
|
Closes #32005.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
database browser 3.3.1 for sqlite
New version to reflect the project being renamed upstream. ;)
|
|
Closes #32002.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #32004.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #31999.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #32000.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Fixes #31957.
|