Commit 365ed744 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #5377 from supechicken666/libxvmc

libxvmc => 1.0.12
parents 185a1585 8417bf84
...@@ -3,29 +3,18 @@ require 'package' ...@@ -3,29 +3,18 @@ require 'package'
class Libxvmc < Package class Libxvmc < Package
description 'X.org X-Video Motion Compensation Library' description 'X.org X-Video Motion Compensation Library'
homepage 'http://www.x.org' homepage 'http://www.x.org'
version '1.0.10' version '1.0.12'
compatibility 'all' compatibility 'all'
source_url 'https://www.x.org/archive/individual/lib/libXvMC-1.0.10.tar.gz' source_url 'https://www.x.org/archive/individual/lib/libXvMC-1.0.12.tar.gz'
source_sha256 'd8306f71c798d10409bb181b747c2644e1d60c05773c742c12304ab5aa5c8436' source_sha256 '024c9ec4f001f037eeca501ee724c7e51cf287eb69ced8c6126e16e7fa9864b5'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libxvmc-1.0.10-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libxvmc-1.0.10-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libxvmc-1.0.10-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libxvmc-1.0.10-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'ac5519046391db14195055a0b9c48805b1cdc1120127a4e2c432efa6577165b9',
armv7l: 'ac5519046391db14195055a0b9c48805b1cdc1120127a4e2c432efa6577165b9',
i686: 'ae47a4220ce08f0e85c0e6ad8a207b857f335be8f1f8e5bc4547f287ec5ebfbd',
x86_64: '2194a2e6fd9da51ba1f77f10940c1013a355b50995cc34ca882cb0cf41515734',
})
depends_on 'libxv' depends_on 'libxv'
depends_on 'libx11' depends_on 'libx11'
def self.build def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}" system "env CFLAGS='-flto=auto' CXXFLAGS='-flto=auto' \
LDFLAGS='-flto=auto' \
./configure #{CREW_OPTIONS}"
system "make" system "make"
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