Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x264 r3018 #63286

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1ff2e8f
x264 r3018
chenrui333 Oct 22, 2020
a75a93c
caffe: revision for x264
chenrui333 Oct 23, 2020
c79ebb4
chromaprint: revision for x264
chenrui333 Oct 23, 2020
12acc2c
cmus: revision for x264
chenrui333 Oct 23, 2020
5a3073a
ffmpeg: revision for x264
chenrui333 Oct 23, 2020
d64c612
ffmpeg2theora: revision for x264
chenrui333 Oct 23, 2020
e00c3a6
[email protected]: revision for x264
chenrui333 Oct 23, 2020
fa8e741
ffmpegthumbnailer: revision for x264
chenrui333 Oct 23, 2020
2f91f13
ffms2: revision for x264
chenrui333 Oct 23, 2020
37874ba
gifski: revision for x264
chenrui333 Oct 23, 2020
d270991
gst-libav: revision for x264
chenrui333 Oct 23, 2020
726dad7
gst-plugins-ugly: revision for x264
chenrui333 Oct 23, 2020
36738c5
komposition: revision for x264
chenrui333 Oct 23, 2020
81f754b
libav: revision for x264
chenrui333 Oct 23, 2020
3d89cad
mgba: revision for x264
chenrui333 Oct 23, 2020
7f4a308
minidlna: revision for x264
chenrui333 Oct 23, 2020
841eaf9
mpd: revision for x264
chenrui333 Oct 23, 2020
f17faec
pdfsandwich: revision for x264
chenrui333 Oct 23, 2020
e43352c
pianobar: revision for x264
chenrui333 Oct 23, 2020
4fea948
qcli: revision for x264
chenrui333 Oct 23, 2020
75ba7fa
scrcpy: revision for x264
chenrui333 Oct 23, 2020
7e19b3e
siril: revision for x264
chenrui333 Oct 23, 2020
ec7a089
unpaper: revision for x264
chenrui333 Oct 23, 2020
c4e5b2d
vcs: revision for x264
chenrui333 Oct 23, 2020
151a3f2
vgmstream: revision for x264
chenrui333 Oct 23, 2020
7a3b798
mpv: revision for x264
jonchang Oct 26, 2020
c977fcb
opencv: revision for x264
jonchang Oct 26, 2020
edad1b8
opencv@3: revision for x264
jonchang Oct 26, 2020
85ee073
openimageio: revision for x264
jonchang Oct 26, 2020
262e8de
vapoursynth-sub: revision for x264
jonchang Oct 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/caffe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Caffe < Formula
url "https://github.com/BVLC/caffe/archive/1.0.tar.gz"
sha256 "71d3c9eb8a183150f965a465824d01fe82826c22505f7aa314f700ace03fa77f"
license "BSD-2-Clause"
revision 26
revision 27

livecheck do
url "https://github.com/BVLC/caffe/releases/latest"
Expand Down
2 changes: 1 addition & 1 deletion Formula/chromaprint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Chromaprint < Formula
url "https://github.com/acoustid/chromaprint/releases/download/v1.5.0/chromaprint-1.5.0.tar.gz"
sha256 "573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a"
license "LGPL-2.1"
revision 3
revision 4

bottle do
cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/cmus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Cmus < Formula
url "https://github.com/cmus/cmus/archive/v2.8.0.tar.gz"
sha256 "756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2"
license "GPL-2.0"
revision 1
revision 2
head "https://github.com/cmus/cmus.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Ffmpeg < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 1
revision 2
head "https://github.com/FFmpeg/FFmpeg.git"

livecheck do
Expand Down
2 changes: 1 addition & 1 deletion Formula/ffmpeg2theora.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Ffmpeg2theora < Formula
homepage "https://v2v.cc/~j/ffmpeg2theora/"
url "https://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.30.tar.bz2"
sha256 "4f6464b444acab5d778e0a3359d836e0867a3dcec4ad8f1cdcf87cb711ccc6df"
revision 6
revision 7
head "https://gitlab.xiph.org/xiph/ffmpeg2theora.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class FfmpegAT28 < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0"
revision 1

livecheck do
url "https://ffmpeg.org/download.html"
Expand Down
2 changes: 1 addition & 1 deletion Formula/ffmpegthumbnailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Ffmpegthumbnailer < Formula
url "https://github.com/dirkvdb/ffmpegthumbnailer/archive/2.2.2.tar.gz"
sha256 "8c4c42ab68144a9e2349710d42c0248407a87e7dc0ba4366891905322b331f92"
license "GPL-2.0"
revision 2
revision 3
head "https://github.com/dirkvdb/ffmpegthumbnailer.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/ffms2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Ffms2 < Formula
# The FFMS2 source is licensed under the MIT license, but its binaries
# are licensed under the GPL because GPL components of FFmpeg are used.
license "GPL-2.0"
revision 4
revision 5

bottle do
cellar :any
Expand Down
1 change: 1 addition & 0 deletions Formula/gifski.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Gifski < Formula
url "https://github.com/ImageOptim/gifski/archive/1.2.2.tar.gz"
sha256 "e5830f18b38fb333f1d89af99d651c173c816d71f764e703460a38d241ce8df4"
license "AGPL-3.0-only"
revision 1

bottle do
cellar :any
Expand Down
1 change: 1 addition & 0 deletions Formula/gst-libav.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class GstLibav < Formula
url "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.18.0.tar.xz"
sha256 "42f93f5ce9a3fc22051e5f783a4574b56ebf213f331f75dcbc3552459bd3a06a"
license "LGPL-2.1-or-later"
revision 1
head "https://anongit.freedesktop.org/git/gstreamer/gst-libav.git"

livecheck do
Expand Down
1 change: 1 addition & 0 deletions Formula/gst-plugins-ugly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class GstPluginsUgly < Formula
url "https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.18.0.tar.xz"
sha256 "686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082"
license "LGPL-2.0-or-later"
revision 1
head "https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly.git"

livecheck do
Expand Down
2 changes: 1 addition & 1 deletion Formula/komposition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Komposition < Formula
url "https://github.com/owickstrom/komposition/archive/v0.2.0.tar.gz"
sha256 "cedb41c68866f8d6a87579f566909fcd32697b03f66c0e2a700a94b6a9263b88"
license "MPL-2.0"
revision 3
revision 4
head "https://github.com/owickstrom/komposition.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/libav.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Libav < Formula
url "https://libav.org/releases/libav-12.3.tar.xz"
sha256 "6893cdbd7bc4b62f5d8fd6593c8e0a62babb53e323fbc7124db3658d04ab443b"
license "GPL-2.0"
revision 4
revision 5
head "https://git.libav.org/libav.git"

livecheck do
Expand Down
1 change: 1 addition & 0 deletions Formula/mgba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Mgba < Formula
url "https://github.com/mgba-emu/mgba/archive/0.8.3.tar.gz"
sha256 "63045d0815e15e963d90b15d5a10edf31a5d72d0ddb5e028e42ba38b0d4368c9"
license "MPL-2.0"
revision 1
head "https://github.com/mgba-emu/mgba.git"

livecheck do
Expand Down
2 changes: 1 addition & 1 deletion Formula/minidlna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Minidlna < Formula
url "https://downloads.sourceforge.net/project/minidlna/minidlna/1.2.1/minidlna-1.2.1.tar.gz"
sha256 "67388ba23ab0c7033557a32084804f796aa2a796db7bb2b770fb76ac2a742eec"
license "GPL-2.0-only"
revision 3
revision 4

livecheck do
url :stable
Expand Down
1 change: 1 addition & 0 deletions Formula/mpd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Mpd < Formula
url "https://www.musicpd.org/download/mpd/0.22/mpd-0.22.1.tar.xz"
sha256 "408464093d09c73ceecafc201defcbaba2193cb30ad0aaf1241459a410fecaf3"
license "GPL-2.0-or-later"
revision 1
head "https://github.com/MusicPlayerDaemon/MPD.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/mpv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Mpv < Formula
url "https://github.com/mpv-player/mpv/archive/v0.32.0.tar.gz"
sha256 "9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592"
license "GPL-2.0"
revision 6
revision 7
head "https://github.com/mpv-player/mpv.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/opencv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Opencv < Formula
url "https://github.com/opencv/opencv/archive/4.5.0.tar.gz"
sha256 "dde4bf8d6639a5d3fe34d5515eab4a15669ded609a1d622350c7ff20dace1907"
license "Apache-2.0"
revision 1
revision 2

livecheck do
url :stable
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class OpencvAT3 < Formula
url "https://github.com/opencv/opencv/archive/3.4.12.tar.gz"
sha256 "c8919dfb5ead6be67534bf794cb0925534311f1cd5c6680f8164ad1813c88d13"
license "BSD-3-Clause"
revision 1
revision 2

bottle do
sha256 "79b76d3ea5bb101253891a96309c2e7b44263979fbf443c8bee0962f7e8cb40e" => :catalina
Expand Down
2 changes: 1 addition & 1 deletion Formula/openimageio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Openimageio < Formula
version "2.1.18"
sha256 "e2cf54f5b28e18fc88e76e1703f2e39bf144c88378334527e4a1246974659a85"
license "BSD-3-Clause"
revision 3
revision 4
head "https://github.com/OpenImageIO/oiio.git"

livecheck do
Expand Down
2 changes: 1 addition & 1 deletion Formula/pdfsandwich.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Pdfsandwich < Formula
homepage "http://www.tobias-elze.de/pdfsandwich/"
url "https://downloads.sourceforge.net/project/pdfsandwich/pdfsandwich%200.1.7/pdfsandwich-0.1.7.tar.bz2"
sha256 "9795ffea84b9b6b501f38d49a4620cf0469ddf15aac31bac6dbdc9ec1716fa39"
revision 1
revision 2
head "https://svn.code.sf.net/p/pdfsandwich/code/trunk/src"

livecheck do
Expand Down
2 changes: 1 addition & 1 deletion Formula/pianobar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Pianobar < Formula
url "https://6xq.net/pianobar/pianobar-2020.04.05.tar.bz2"
sha256 "6c173b6b29ccc1f432e0013fb425e8f9cb4261539b58d344e0b2274963726480"
license "MIT"
revision 3
revision 4
head "https://github.com/PromyLOPh/pianobar.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/qcli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Qcli < Formula
url "https://github.com/bavc/qctools/archive/v1.1.tar.gz"
sha256 "e11eb93b02f9c75f88182a57b8ab44248ac10ca931cf066e7f02bd1835f2900c"
license "GPL-3.0"
revision 2
revision 3
head "https://github.com/bavc/qctools.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/scrcpy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Scrcpy < Formula
url "https://github.com/Genymobile/scrcpy/archive/v1.16.tar.gz"
sha256 "94cbd59e26faa08ca25d5126d6c8d45e831b6a9e716ce05cd57bc4bcc751f742"
license "Apache-2.0"
revision 1

bottle do
rebuild 1
Expand Down
2 changes: 1 addition & 1 deletion Formula/siril.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Siril < Formula
url "https://free-astro.org/download/siril-0.99.6.tar.bz2"
sha256 "255dbffb72bb39b1d9d56ab948b4cad32d1458161b1d997cd84ada21f9a8499f"
license "GPL-3.0-or-later"
revision 1
revision 2
head "https://gitlab.com/free-astro/siril.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/unpaper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Unpaper < Formula
homepage "https://www.flameeyes.com/projects/unpaper"
url "https://www.flameeyes.com/files/unpaper-6.1.tar.xz"
sha256 "237c84f5da544b3f7709827f9f12c37c346cdf029b1128fb4633f9bafa5cb930"
revision 4
revision 5

bottle do
cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/vapoursynth-sub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class VapoursynthSub < Formula
url "https://github.com/vapoursynth/vapoursynth/archive/R50.tar.gz"
sha256 "b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97"
license "LGPL-2.1"
revision 2
revision 3
head "https://github.com/vapoursynth/vapoursynth.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/vcs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Vcs < Formula
homepage "https://p.outlyer.net/vcs/"
url "https://p.outlyer.net/files/vcs/vcs-1.13.4.tar.gz"
sha256 "dc1d6145e10eeed61d16c3591cfe3496a6ac392c9c2f7c2393cbdb0cf248544b"
revision 1

livecheck do
url "https://p.outlyer.net/files/vcs/?C=M&O=D"
Expand Down
1 change: 1 addition & 0 deletions Formula/vgmstream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Vgmstream < Formula
revision: "70d20924341e1df3e4f76b4c4a6e414981950f8e"
version "r1050-3312-g70d20924"
license "ISC"
revision 1
version_scheme 1
head "https://github.com/losnoco/vgmstream.git"

Expand Down
4 changes: 2 additions & 2 deletions Formula/x264.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class X264 < Formula
stable do
# the latest commit on the stable branch
url "https://code.videolan.org/videolan/x264.git",
revision: "cde9a93319bea766a92e306d69059c76de970190"
version "r3011"
revision: "db0d417728460c647ed4a847222a535b00d3dbcb"
version "r3018"
end

# There's no guarantee that the versions we find on the `release-macos` index
Expand Down