Add package dependencies as suggested by @jam7

This commit is contained in:
Ed Reel
2017-05-29 10:11:32 -05:00
parent 666776a04b
commit 1a98aaa84d
3 changed files with 5 additions and 0 deletions

View File

@@ -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'

View File

@@ -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"

View File

@@ -6,6 +6,7 @@ class Libfrei0r < Package
source_sha1 'a8214add5828e20ff49239ed3a462acaa8c1ebb2'
depends_on 'cmake'
def self.build
system "cmake ."
system "make"