Skip to content

Commit 913a04a

Browse files
committed
Freshly build all VLC contribs
The prebuilts for VLC are currently for the old 2.1.x release series and thus far behind the ones that are used for 2.2.x and 3.0.x which we are using for the nightlies. Also VLC (probably) links to its own static contribs, so some of the brew dependencies are invalid as they are freshly build inside VLC's contrib system.
1 parent b3e5c59 commit 913a04a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

vlc.rb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ class Vlc < Formula
99
depends_on 'automake'
1010
depends_on 'pcre'
1111
depends_on 'gettext'
12-
depends_on 'libgcrypt'
13-
depends_on 'libshout'
14-
depends_on 'libmad'
1512
depends_on 'libtool'
1613
depends_on 'pkg-config'
17-
depends_on 'flac'
1814
depends_on 'yasm'
1915

2016
def install
@@ -62,12 +58,7 @@ def install
6258
# Additional Libs
6359
# KLN 20/08/2012 Added 'make .ogg' and 'make .vorbis' in order to get this recipe to work on OSX 10.6
6460
system "#{exp}; cd contrib; mkdir -p osx; cd osx; ../bootstrap --host=#{darwinVer} --build=#{darwinVer} --disable-sout"
65-
system "#{exp}; cd contrib/osx; make prebuilt"
66-
if MacOS.xcode_version.to_f <= 4.2
67-
system "cd contrib/osx; make .ogg; make .vorbis"
68-
end
69-
# libav/ffmpeg in current prebuilts is too old, build a fresh one from source
70-
system "cd contrib/osx; make .ffmpeg"
61+
system "#{exp}; cd contrib/osx; make"
7162

7263
# HACK: This file is normally created by the build query git log, but homebrew appears
7364
# to remove the .git folder just create a blank file so that this step passes

0 commit comments

Comments
 (0)