| Age | Commit message (Collapse) | Author |
|
test.m4a contains an AAC LC stream inside an M4A (MPEG-4 Part 14)
container. It is generated by FFmpeg 3.1.3 from test.wav:
ffmpeg -y -i test.wav -c:a aac -profile:a aac_low -b:a 32k test.m4a
test.m4a facilitates testing utilities or libraries that work with the
AAC codec or the M4A container, e.g., alac.
|
|
Fixes #930
|
|
|
|
|
|
Part of #567
|
|
|
|
|
|
Fix the `brew tests` problem caused by core/formula separation.
|
|
Closes Homebrew/homebrew#48546.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Fixes Homebrew/homebrew#42147.
Closes Homebrew/homebrew#42205.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
test.pdf wasn't a valid PDF file:
>$ mutool info test.pdf
>test.pdf:
>error: cannot recognize xref format
>error: cannot read xref (ofs=406)
>error: cannot read xref at offset 406
>warning: trying to repair broken xref
Process it with `mutool clean` to fix errors, collapse newlines to reduce size
Closes Homebrew/homebrew#38194.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Update to latest stable release, install example AAC encoder, add test
with new WAV fixture, modernize.
Closes Homebrew/homebrew#37654.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#37001
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Losslessly compress with jpegoptim and optipng.
Closes Homebrew/homebrew#36606.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes Homebrew/homebrew#35456.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#35427.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#35417.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#33307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The existing `test.pcap` consists of just one Ethernet frame, so it's missing TCP/IP headers.
This updated file is a full HTTP GET request and reply.
Relates to Homebrew/homebrew#32852
Closes Homebrew/homebrew#32869.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
images
|
|
|
|
|
|
Right now this code only produces false positives. When we have real
support for renames, we can implement it more carefully.
Closes Homebrew/homebrew#31126.
|
|
|
|
|
|
This commit supports "-" and "_" in names of user and repository.
Closes Homebrew/homebrew#28203.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
A tapped formula is a ruby file present:
- in the root of the tap
- in directory of the tap called Formula
- in a directory of the tap called HomebrewFormula
And nowhere else. This corrects an overzealous definition of tapped
formula in the updater. (the correct definition has been in Pathname
since e613cbe5783cea2abb8100b56c22126a1ab6b9f2)
Refs Homebrew/homebrew#19743.
Closes Homebrew/homebrew#21087.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This fixes reporting of which formulae changed in git versions where `pull`
output is not compatible.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The update_git_pull_output_with_formulae_changes fixture (which consists
of mocked-up `git pull` output) listed a few files as both updated and
deleted. This caused the test_update_homebrew_with_formulae_changes test to
fail. My guess is that this fixture was mocked-up before formula deletion
handling was introduced, and became broken when it was. This revision just
makes this fixture internally consistent, and allows the associated test to
pass.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* Break single test case class into several test cases.
* Fix broken arch test.
* Make update tests optional (seem to only work for mxcl).
* Add more tests.
* Move fixtures to separate folder.
|