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
nexedi
chromebrew
Commits
2b40f3de
Commit
2b40f3de
authored
May 28, 2017
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libopus and libx264 and remove zimg library
parent
d5de459b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
25 deletions
+9
-25
packages/libopus.rb
packages/libopus.rb
+3
-1
packages/libx264.rb
packages/libx264.rb
+6
-4
packages/zimg.rb
packages/zimg.rb
+0
-20
No files found.
packages/libopus.rb
View file @
2b40f3de
...
...
@@ -6,7 +6,9 @@ class Libopus < Package
source_sha1
'fb6d55cf73059bd916790960c2eeffe83edabafe'
def
self
.
build
system
"./configure --host=
#{
ARCH
}
"
system
"./configure --prefix=/usr/local \
--enable-shared \
--enable-static"
system
"make"
end
...
...
packages/libx264.rb
View file @
2b40f3de
require
'package'
class
Libx264
<
Package
version
'2017052
4
-2245-stable'
source_url
'http://ftp.videolan.org/pub/videolan/x264/snapshots/
x264-snapshot-20170524-2245-stable
.tar.bz2'
source_sha1
'
e2e34a6bb7724ebf7b06b8607eb173966b5e0e25
'
version
'2017052
8
-2245-stable'
source_url
'http://ftp.videolan.org/pub/videolan/x264/snapshots/
last_stable_x264
.tar.bz2'
source_sha1
'
5ce46323b25cba7b5c7c960be327eeecc8b8395b
'
depends_on
'yasm'
def
self
.
build
system
"./configure"
system
"./configure \
--enable-shared \
--enable-static"
system
"make"
end
...
...
packages/zimg.rb
deleted
100644 → 0
View file @
d5de459b
require
'package'
class
Zimg
<
Package
version
'5.0.0'
source_url
'https://downloads.sourceforge.net/project/zimg/zimg/zimg-5.0.0/zimg-5.0.0.tar.gz'
source_sha1
'f263e6629a7eadd0e32ac13e3380afd7238f944e'
depends_on
'libgd'
def
self
.
build
#system "sed -i '/^ zimg_t z;/d' zimg.c"
#system "sed -i 's/if (z\.fontspec/if (z.fontspec != null/g' zimg.c"
system
"./configure"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
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