Commit 10b29aaa authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #1699 from uberhacker/add-mediainfo-package

Add mediainfo package
parents 39c2082e cc038e4a
require 'package'
class Mediainfo < Package
description 'MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.'
homepage 'http://mediaarea.net/en/MediaInfo'
version '17.12'
source_url 'http://mediaarea.net/download/binary/mediainfo/17.12/MediaInfo_CLI_17.12_GNU_FromSource.tar.bz2'
source_sha256 '0f23ccc9a78b24104dc387691e1df484ed75350ee77277982cd170cca59750b0'
binary_url ({
})
binary_sha256 ({
})
def self.build
system "./CLI_Compile.sh --prefix=#{CREW_PREFIX}"
end
def self.install
Dir.chdir 'MediaInfo/Project/GNU/CLI' do
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
end
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