Commit 1a98aaa8 authored by Ed Reel's avatar Ed Reel

Add package dependencies as suggested by @jam7

parent 666776a0
......@@ -5,6 +5,8 @@ class Libass < Package
source_url 'https://github.com/libass/libass/archive/0.13.6.tar.gz'
source_sha1 '10fc35f8aba2a4a37aaed482a4184d144defb3d8'
depends_on 'automake'
depends_on 'autoconf'
depends_on 'freetype'
depends_on 'fribidi'
depends_on 'fontconfig'
......
......@@ -5,6 +5,8 @@ class Libfdkaac < Package
source_url 'https://github.com/mstorsjo/fdk-aac/archive/v0.1.5.tar.gz'
source_sha1 '2894bd6d21066bfdf65a2f8cb6d2ca2dde597194'
depends_on 'automake'
def self.build
system "./autogen.sh"
system "./configure"
......
......@@ -6,6 +6,7 @@ class Libfrei0r < Package
source_sha1 'a8214add5828e20ff49239ed3a462acaa8c1ebb2'
depends_on 'cmake'
def self.build
system "cmake ."
system "make"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment