Commit graph

53654 commits

Author SHA1 Message Date
BrewTestBot
5c54662a6d ffmpeg2theora: update 0.30_1 bottle. 2016-02-22 01:11:22 +00:00
BrewTestBot
85a266f025 ffmpeg: update 3.0 bottle. 2016-02-22 01:11:22 +00:00
BrewTestBot
4d0e577e90 echoprint-codegen: update 4.12_2 bottle. 2016-02-22 01:11:22 +00:00
BrewTestBot
769bb7793c cmus: update 2.7.1_1 bottle. 2016-02-22 01:11:22 +00:00
BrewTestBot
a84f01ac20 chromaprint: update 1.3_1 bottle. 2016-02-22 01:11:22 +00:00
BrewTestBot
104b7a0311 caudec: update 1.7.5_2 bottle. 2016-02-22 01:11:22 +00:00
Zhiming Wang
7340429239 unpaper: revision for ffmpeg update
Closes Homebrew/homebrew#49178.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-22 01:11:15 +00:00
Zhiming Wang
d7234b3c2b synfig: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
220c5e83b4 puddletag: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
1540915787 pianobar: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
c61a1f84d9 open-scene-graph: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
3922651e0c nuxeo: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
3878e580c9 mpv: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
1bb5853e68 mpd: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
468a87eba3 moc: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
ab3796e37a mlt: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
5e1326bfe7 mkvtomp4: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
530579dbe6 mkvdts2ac3: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
ac5c6b660d mjpegtools: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
857922ef5d minidlna: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
52c4c8ccda mediatomb: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
05afe930f4 libquicktime: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
199891e376 libgroove: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
7b37853ce8 gpac: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
84eb43dd97 gifify: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
b8b2a7c5ce ffms2: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
ef9bd3621a ffmpegthumbnailer: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
ca03e9930e ffmpeg2theora: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
733e0e36cd echoprint-codegen: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
888a5c93df cmus: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
9c7afe29aa chromaprint: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
63c758abb3 caudec: revision for ffmpeg update 2016-02-22 01:11:15 +00:00
Zhiming Wang
e6419c2503 ffmpeg 3.0
https://github.com/FFmpeg/FFmpeg/releases/tag/n3.0.

FFmpeg 3.0 dropped support for several external libraries; relevant to
this formula are libvo-aacenv and libquvi. See
Changelog (https://github.com/FFmpeg/FFmpeg/blob/n3.0/Changelog#L4-L71)
for details.

Developments on the AAC encoding front are especially notable. To quote
two official announcements:

(TL;DR: 1. The native FFmpeg AAC encoder has gone stable, and it has
           the advantage of being un-license-encumbered;
        2. If you are currently using libvo-aacenc or libaacplus,
           consider switching to aac or libfdk_aac. aac is almost a
           drop-in replacement for libvo-aacenc; fdk-aac is better than
           aacplus but you need to learn profiles and options.)

  December 5th, 2015, The native FFmpeg AAC encoder is now
  stable! (https://ffmpeg.org/index.html#aac_encoder_stable):

    After seven years the native FFmpeg AAC encoder has had its
    experimental flag removed and declared as ready for general use. The
    encoder is transparent at 128kbps for most samples tested with
    artifacts only appearing in extreme cases. Subjective quality tests
    put the encoder to be of equal or greater quality than most of the
    other encoders available to the public.

    Licensing has always been an issue with encoding AAC audio as most
    of the encoders have had a license making FFmpeg unredistributable
    if compiled with support for them. The fact that there now exists a
    fully open and truly free AAC encoder integrated directly within the
    project means a lot to those who wish to use accepted and widespread
    standards.

    ...

  January 30, 2016, Removing support for two external AAC
  encoders (https://ffmpeg.org/index.html#removing_external_aac_encoders):

    ...

    The circumstances for both have changed. After the work
    spearheaded by Rostislav Pehlivanov and Claudio Freire, the
    now-stable FFmpeg native AAC encoder is ready to compete with much
    more mature encoders. The Fraunhofer FDK AAC Codec Library for
    Android was added in 2012 as the fourth supported external AAC
    encoder, and the one with the best quality and the most features
    supported, including HE-AAC and HE-AACv2.

    Therefore, we have decided that it is time to remove libvo-aacenc
    and libaacplus. If you are currently using libvo-aacenc, prepare to
    transition to the native encoder (aac) when updating to the next
    version of FFmpeg. In most cases it is as simple as merely swapping
    the encoder name. If you are currently using libaacplus, start using
    FDK AAC (libfdk_aac) with an appropriate profile option to select
    the exact AAC profile that fits your needs. In both cases, you will
    enjoy an audible quality improvement and as well as fewer licensing
    headaches.
2016-02-22 01:11:15 +00:00
BrewTestBot
b5926eda74 gource: update 0.43_2 bottle. 2016-02-21 23:05:41 +01:00
Baptiste Fontaine
f989385a6a gource: style fix
Closes Homebrew/homebrew#49399.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-02-21 23:05:41 +01:00
BrewTestBot
1f4793a4ee elixir: update 1.2.3 bottle. 2016-02-21 23:03:33 +01:00
Erik Nilsen
5f88abe20a elixir 1.2.3
Closes Homebrew/homebrew#49403.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-02-21 23:03:31 +01:00
BrewTestBot
43fb1c46f9 zurl: update 1.5.1 bottle. 2016-02-21 22:41:33 +01:00
Justin Karneges
04b7ee8289 zurl 1.5.1
Closes Homebrew/homebrew#49402.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-02-21 22:41:30 +01:00
Andrew Janke
04f25d33f5 open-scene-graph: add note explaining max OS requirement 2016-02-21 16:35:36 -05:00
Tomasz Pajor
3a6d0a00f4 percona-server: audit fixes 2016-02-21 22:32:47 +01:00
BrewTestBot
b6f35bb23b open-scene-graph: update 3.4.0 bottle. 2016-02-21 16:31:03 -05:00
Andrew Janke
fe34a23ac9 open-scene-graph: max OS = 10.9
Closes Homebrew/homebrew#49401.

OSG no longer builds on 10.10+, probably due to Xcode 7 issue. See
#46776 for details and ongoing work. This change prevents attempts to
build on known-failing versions to prevent spurious failures to  PRs for
dependent formulae, like Homebrew/homebrew#49178.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-02-21 16:31:03 -05:00
Tomasz Pajor
a42f924787 pg_top: audit fixes 2016-02-21 22:28:21 +01:00
BrewTestBot
411c3279ee rtv: add 1.8.0 bottle. 2016-02-21 21:05:13 +00:00
Brett Michael
301ba6d188 rtv 1.8.0 (new formula)
Created formula for rtv A command line reddit client located here: https://github.com/michael-lazar/rtv

Closes Homebrew/homebrew#49368.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-21 21:05:13 +00:00
BrewTestBot
d9aca4eb94 assimp: update 3.2 bottle. 2016-02-21 21:30:55 +01:00
Yotam Gingold
27a0ad467e assimp 3.2
Closes Homebrew/homebrew#49363.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-02-21 21:30:52 +01:00
BrewTestBot
37085e55c4 snag: update 1.2.0 bottle. 2016-02-21 20:13:25 +00:00
Steven Berlanga
6719490e2b snag 1.2.0
snag-1.2.0

Closes Homebrew/homebrew#49381.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-21 20:13:22 +00:00