Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
chromebrew
Commits
cd12f575
Commit
cd12f575
authored
Nov 18, 2017
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libx264 from 20170604-2245-stable to 20171118-2245-stable
parent
e1c5a74d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
packages/libx264.rb
packages/libx264.rb
+6
-12
No files found.
packages/libx264.rb
View file @
cd12f575
...
...
@@ -3,27 +3,21 @@ require 'package'
class
Libx264
<
Package
description
'x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format.'
homepage
'http://www.videolan.org/developers/x264.html'
version
'2017
0604
-2245-stable'
source_url
'http://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-2017
0604
-2245-stable.tar.bz2'
source_sha256
'
42fa7cc6af0af36e4a8286ce724e6d20de0967d9017640883e955b4b6d3690ac
'
version
'2017
1118
-2245-stable'
source_url
'http://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-2017
1118
-2245-stable.tar.bz2'
source_sha256
'
22f29bbeba7087d9a92e0a50837e22c5729ba46b6c03392f149cae6ca3fa01ad
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libx264-20170604-2245-stable-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libx264-20170604-2245-stable-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libx264-20170604-2245-stable-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libx264-20170604-2245-stable-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'4aa17ddc683247df0a313a3731fa50c9695fe92f755d024368c79991a2b832ae'
,
armv7l:
'4aa17ddc683247df0a313a3731fa50c9695fe92f755d024368c79991a2b832ae'
,
i686:
'68fa4d06c473ce45499b4ce9d57e4adf85a53ba3d42464a9449d7feea4682c05'
,
x86_64:
'74c95e2d82fd09cdab5fe9688285a76018563ade0dafca83900858fe14b5430d'
,
})
depends_on
'yasm'
depends_on
'yasm'
=>
:build
def
self
.
build
system
"./configure \
--prefix=
#{
CREW_PREFIX
}
\
--libdir=
#{
CREW_LIB_PREFIX
}
\
--enable-shared \
--enable-static"
system
"make"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment