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
cd3d80eb
Commit
cd3d80eb
authored
Dec 18, 2018
by
Chris Thurber
Committed by
GitHub
Dec 18, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2954 from uberhacker/update-libcaca-package
Enable x11 support for libcaca
parents
4b21cdcb
4ca07aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
packages/libcaca.rb
packages/libcaca.rb
+13
-13
No files found.
packages/libcaca.rb
View file @
cd3d80eb
...
...
@@ -3,36 +3,36 @@ require 'package'
class
Libcaca
<
Package
description
'libcaca is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals.'
homepage
'http://caca.zoy.org/wiki/libcaca'
version
'0.99.beta19'
version
'0.99.beta19
-1
'
source_url
'http://caca.zoy.org/files/libcaca/libcaca-0.99.beta19.tar.gz'
source_sha256
'128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-
1-
chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-
1-
chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-
1-
chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libcaca-0.99.beta19-
1-
chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'
43d441fc33c3193911555bcc802944e18c00c7a94bb5d2d55daf993bba2343fc
'
,
armv7l:
'
43d441fc33c3193911555bcc802944e18c00c7a94bb5d2d55daf993bba2343fc
'
,
i686:
'
8a2aee2e085788984c0cd99ec4142ad330e593458a86ad9d976b6b6c46c143fa
'
,
x86_64:
'
7683ba9192da59df87cf73573221d40de361ea2698fafdfb22713d1ccc11ecd9
'
,
aarch64:
'
72232772de316927a7222e5adca9809165f6aae02dcd2d82347bbb750eff0b62
'
,
armv7l:
'
72232772de316927a7222e5adca9809165f6aae02dcd2d82347bbb750eff0b62
'
,
i686:
'
dbd6341f7dc376baf948c3e25c323bf923796c9bb79a846a4c8ddf0ff0be5f12
'
,
x86_64:
'
fc4454b4934dc0d5ac1b08402b3a73a53d8bfe0cb0da23a72ef46166465f5124
'
,
})
depends_on
'imlib2'
depends_on
'libx11'
depends_on
'ncurses'
depends_on
'slang'
def
self
.
build
system
"sed -i 's,caca.h,../caca/caca.h,' java/org_zoy_caca_Attribute.c"
system
"sed -i 's,caca_types.h,../caca/caca_types.h,' caca/caca.h"
system
"./configure \
--prefix=
#{
CREW_PREFIX
}
\
--libdir=
#{
CREW_LIB_PREFIX
}
\
--enable-ncurses \
--enable-slang \
--
dis
able-x11 \
--with
out
-x"
--
en
able-x11 \
--with-x"
system
'make'
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