Commit 8c96c20d authored by Gangstead's avatar Gangstead Committed by GitHub

Merge pull request #1592 from uberhacker/update-rtmpdump-package

Add zlibpkg dependency to rtmpdump package
parents 8bf503cd 6a7cc32f
......@@ -3,7 +3,7 @@ require 'package'
class Rtmpdump < Package
description 'rtmpdump is a toolkit for RTMP streams.'
homepage 'https://rtmpdump.mplayerhq.hu/'
version 'fa8646da'
version 'fa8646dae'
source_url 'https://git.ffmpeg.org/gitweb/rtmpdump.git/snapshot/fa8646daeb19dfd12c181f7d19de708d623704c0.tar.gz'
source_sha256 'dba4d4d2e1c7de6884b01d98194b83cab6784669089fa3c919152087a3a38fd2'
......@@ -12,6 +12,8 @@ class Rtmpdump < Package
binary_sha256 ({
})
depends_on 'zlibpkg'
def self.build
system "sed -i 's,prefix=/usr/local,prefix=#{CREW_PREFIX},' Makefile"
system "sed -i 's,prefix=/usr/local,prefix=#{CREW_PREFIX},' librtmp/Makefile"
......
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