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
137d3001
Commit
137d3001
authored
Mar 06, 2021
by
satmandu
Committed by
GitHub
Mar 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add photo package updates (#5331)
parent
f0fe372e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
97 additions
and
83 deletions
+97
-83
packages/gexiv2.rb
packages/gexiv2.rb
+20
-25
packages/libexif.rb
packages/libexif.rb
+21
-18
packages/libexiv2.rb
packages/libexiv2.rb
+36
-23
packages/libgphoto.rb
packages/libgphoto.rb
+20
-17
No files found.
packages/gexiv2.rb
View file @
137d3001
...
...
@@ -3,42 +3,37 @@ require 'package'
class
Gexiv2
<
Package
description
'gexiv2 is a GObject wrapper around the Exiv2 photo metadata library.'
homepage
'https://wiki.gnome.org/Projects/gexiv2/'
version
'0.10.8'
@_ver
=
'0.12.2'
@_ver_prelastdot
=
@_ver
.
rpartition
(
'.'
)[
0
]
version
@_ver
compatibility
'all'
source_url
'https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.8.tar.xz'
source_sha256
'
81c528fd1e5e03577acd80fb77798223945f043fd1d4e06920c71202eea90801
'
source_url
"https://download.gnome.org/sources/gexiv2/
#{
@_ver_prelastdot
}
/gexiv2-
#{
@_ver
}
.tar.xz"
source_sha256
'
2322b552aca330eef79724a699c51a302345d5e074738578b398b7f2ff97944c
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
0.8
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
0.8
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
0.8
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
0.8-chromeos-x86_64.tar.xz'
,
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
2.2
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
2.2
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
2.2
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gexiv2-0.1
2.2-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'
237da7c428e80aabb82fe529cc54d51912656c43356096b43e24e44a5a8784d2
'
,
armv7l:
'
237da7c428e80aabb82fe529cc54d51912656c43356096b43e24e44a5a8784d2
'
,
i686:
'
4f74a753cfc4286e93d65f96e046661957f5b0bfef54732b20a8793f514d1fb8
'
,
x86_64:
'
bda3197ee000806a1151f44587eb422b0afedc3b8b6b28c9def8ca490ff8db6a'
,
binary_sha256
({
aarch64:
'
305a56146c461035262b294710aacb8e5401d2bcee8e1828661e35e78b5bf47e
'
,
armv7l:
'
305a56146c461035262b294710aacb8e5401d2bcee8e1828661e35e78b5bf47e
'
,
i686:
'
278e97c62e7dbc3e8f68fffd8c7ac0802ddf07db1dd9f623ce309f598173db12
'
,
x86_64:
'
81500e05e77186cad22c4e000af94395e760b502913920245015417fae5ba94c'
})
depends_on
'libexiv2'
depends_on
'gobject_introspection'
def
self
.
build
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'--disable-maintainer-mode'
,
'--with-python2-girdir'
,
'--with-python3-girdir'
system
'make'
end
def
self
.
check
# system "make check"
system
"meson
#{
CREW_MESON_LTO_OPTIONS
}
\
builddir"
system
'meson configure builddir'
system
'ninja -C builddir'
end
def
self
.
install
system
"
make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"
install"
system
"
DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C builddir
install"
end
end
packages/libexif.rb
View file @
137d3001
...
...
@@ -3,35 +3,38 @@ require 'package'
class
Libexif
<
Package
description
'A library for parsing, editing, and saving EXIF data'
homepage
'https://libexif.github.io/'
version
'0.6.21'
@_ver
=
'0.6.22'
@_ver_
=
@_ver
.
gsub
(
/[.]/
,
'_'
)
version
@_ver
compatibility
'all'
source_url
'https://github.com/libexif/libexif/archive/libexif-0_6_21-release.tar.gz'
source_sha256
'
8cb37aa1745ca9050403c501ad4da2924e98ec5460bbd5c9d09bd57f0c74663
6'
source_url
"https://github.com/libexif/libexif/releases/download/libexif-
#{
@_ver_
}
-release/libexif-
#{
@_ver
}
.tar.xz"
source_sha256
'
5048f1c8fc509cc636c2f97f4b40c293338b6041a5652082d5ee2cf54b530c5
6'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
1-chromeos-x86_64.tar.xz'
,
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
2
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
2
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
2
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libexif-0.6.2
2-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'
c4d28a7a1a806559be725e264daf15759921281cd53d584fc66a2de955c4b48a
'
,
armv7l:
'
c4d28a7a1a806559be725e264daf15759921281cd53d584fc66a2de955c4b48a
'
,
i686:
'
7b03b0d97715f99eebdeac70afe4d3562309eda01523d648a6680b02107eb5cf
'
,
x86_64:
'
ffe068550dd1f366252762ee529a8bd10984f1036d11984bfefabb468893da21'
,
binary_sha256
({
aarch64:
'
4294ea1bb5c87281c0033466c28213309c29888b7b38dc31ca7952399eb05bf1
'
,
armv7l:
'
4294ea1bb5c87281c0033466c28213309c29888b7b38dc31ca7952399eb05bf1
'
,
i686:
'
0065d20692bdf287574972b3e4f3b03d18c63e4cfdc53196565d75d977132afd
'
,
x86_64:
'
d8d0f76f087122ac63d088ec1233e45f6b88880f80ab08bea72f2461bd4e2aa4'
})
def
self
.
build
system
'autoreconf -i -f'
system
"sed -i '69,70d' po/Makefile.in.in"
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'--disable-maintainer-mode'
system
"env CFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
CXXFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
LDFLAGS='-fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
./configure
#{
CREW_OPTIONS
}
\
--disable-maintainer-mode"
system
'make'
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
end
end
packages/libexiv2.rb
View file @
137d3001
...
...
@@ -3,39 +3,52 @@ require 'package'
class
Libexiv2
<
Package
description
'Exiv2 is a Cross-platform C++ library and a command line utility to manage image metadata.'
homepage
'http://exiv2.org/'
version
'0.26'
@_ver
=
'0.27.3-d8dd'
version
@_ver
compatibility
'all'
source_url
'http
://www.exiv2.org/builds/exiv2-0.26-trunk.tar.gz
'
source_sha256
'
c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb
'
source_url
'http
s://github.com/Exiv2/exiv2/archive/d8dd632ad511db37245e4fe644a3cd399d770399.zip
'
source_sha256
'
4cf76787b665186c7a484f16aaf92b306be3fa34feb1edbda79442811dd4287e
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
6
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
6
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
6
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
6-chromeos-x86_64.tar.xz'
,
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
7.3-d8dd
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
7.3-d8dd
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
7.3-d8dd
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libexiv2-0.2
7.3-d8dd-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'
0b53cffbe725a525c6d76d9fb1ab331c362ad3dd5efb927f99dcb5f9a886060e
'
,
armv7l:
'
0b53cffbe725a525c6d76d9fb1ab331c362ad3dd5efb927f99dcb5f9a886060e
'
,
i686:
'
3134164696ecd93e2547198bd578a502e0a9ae648397a945bdbb3479362b1a96
'
,
x86_64:
'
69e5df22bbc44b8adc08b8260a49087f787e517472e1472be9783d5e424a4713'
,
binary_sha256
({
aarch64:
'
d5e464080d02bd02f92cc8faab43eae4ed3f65a86dd931302e9d3400df65ece1
'
,
armv7l:
'
d5e464080d02bd02f92cc8faab43eae4ed3f65a86dd931302e9d3400df65ece1
'
,
i686:
'
182b35e673f39fc2288839ce36df148ecf646ed3aa239992001abf224c5e91e1
'
,
x86_64:
'
f538547a42943c62fbdc847a17ffb38304ffda35648116477885e661fcefd2f4'
})
depends_on
'curl'
depends_on
'libssh'
depends_on
'ccache'
=>
:build
def
self
.
patch
system
"sed -i 's/MINGW OR CYGWIN OR CMAKE_HOST_SOLARIS/UNIX/g' cmake/compilerFlags.cmake"
end
def
self
.
build
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
"--with-curl=
#{
CREW_PREFIX
}
/include/curl"
,
"--with-ssh=
#{
CREW_PREFIX
}
/include/libssh"
,
'--enable-webready'
,
'--enable-video'
system
'make'
Dir
.
mkdir
'builddir'
Dir
.
chdir
'builddir'
do
system
"env CFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
CXXFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
LDFLAGS='-fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
cmake \
-G Ninja \
#{
CREW_CMAKE_OPTIONS
}
\
-DEXIV2_ENABLE_CURL=ON \
-DEXIV2_ENABLE_SSH=ON \
-DEXIV2_ENABLE_WEBREADY=ON \
-DEXIV2_ENABLE_VIDEO=ON \
-DBUILD_WITH_CCACHE=ON \
.."
end
system
'ninja -C builddir'
end
def
self
.
install
system
"
make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"
install"
system
"
DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C builddir
install"
end
end
packages/libgphoto.rb
View file @
137d3001
...
...
@@ -3,22 +3,24 @@ require 'package'
class
Libgphoto
<
Package
description
'The libgphoto2 camera access and control library.'
homepage
'http://www.gphoto.org/'
version
'2.5.23'
@_ver
=
'2.5.27'
@_ver_
=
@_ver
.
gsub
(
/[.]/
,
'_'
)
version
@_ver
compatibility
'all'
source_url
'https://github.com/gphoto/libgphoto2/archive/libgphoto2-2_5_23-release.tar.gz'
source_sha256
'
8de52fd997aceda895abad5d8d95a888bce24a1c739079cff64dae1da7039dde
'
source_url
"https://github.com/gphoto/libgphoto2/archive/libgphoto2-
#{
@_ver_
}
-release.tar.gz"
source_sha256
'
9ac1ab84fc5070d40194181efd0775044220c8d5cdee830386d528710e864ec9
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
3
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
3
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
3
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
3-chromeos-x86_64.tar.xz'
,
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
7
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
7
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
7
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libgphoto-2.5.2
7-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'
dfb2080fbbd42cfffdc05a6bb6d52775b807825d1b3b7ca18934c70d88beb1be
'
,
armv7l:
'
dfb2080fbbd42cfffdc05a6bb6d52775b807825d1b3b7ca18934c70d88beb1be
'
,
i686:
'9f
33a1541717bf823171eef395dd8fe32aacf3804c120591e771c08034ea374
a'
,
x86_64:
'5
993b9961a3b8dd1129186aa05370b72c3fd24cd6eaef0b33377a288be713609'
,
binary_sha256
({
aarch64:
'
f3111fd01e63280e864e24c38ac199bff329766a305b8c2b7009c600078bf66b
'
,
armv7l:
'
f3111fd01e63280e864e24c38ac199bff329766a305b8c2b7009c600078bf66b
'
,
i686:
'9f
732d1e5202630f789a45645eadf4a7ea012c9acda7db31d1ad92627cf9578
a'
,
x86_64:
'5
edaedd9d40c26c2c8462794288b499e72f64b2ce89b42fdc571a64187991110'
})
depends_on
'gtk_doc'
...
...
@@ -27,10 +29,11 @@ class Libgphoto < Package
def
self
.
build
system
'autoreconf --install --symlink'
system
'./configure'
,
'--with-camlibs=all,outdated'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"env CFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
CXXFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
LDFLAGS='-fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
./configure
#{
CREW_OPTIONS
}
\
--with-camlibs=all,outdated"
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