mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
update gstreamer, neon (#8181)
This commit is contained in:
committed by
GitHub
parent
77aa1998e9
commit
88d8c86d3a
@@ -3,31 +3,37 @@ require 'package'
|
||||
class Neon < Package
|
||||
description 'neon is an HTTP and WebDAV client library, with a C interface.'
|
||||
homepage 'http://www.webdav.org/neon/'
|
||||
version '0.31.2'
|
||||
version '0.32.5'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/notroj/neon.git'
|
||||
git_hashtag version
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.31.2_armv7l/neon-0.31.2-chromeos-armv7l.tpxz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.31.2_armv7l/neon-0.31.2-chromeos-armv7l.tpxz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.31.2_i686/neon-0.31.2-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.31.2_x86_64/neon-0.31.2-chromeos-x86_64.tpxz'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.32.5_armv7l/neon-0.32.5-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.32.5_armv7l/neon-0.32.5-chromeos-armv7l.tar.zst',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.32.5_i686/neon-0.32.5-chromeos-i686.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/neon/0.32.5_x86_64/neon-0.32.5-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: '8da405951069b5143951dc15799a5367d8e5b752e85c31bc39b22ec32a40dcb7',
|
||||
armv7l: '8da405951069b5143951dc15799a5367d8e5b752e85c31bc39b22ec32a40dcb7',
|
||||
i686: '867d746b9bc058663a53258b6326199f4c6868c11f96cf03d8d9b4538d1b2b5a',
|
||||
x86_64: 'cee9c8e0ace8b92c29bfb0f9e4592b93ba31f9fcfc5f0ad52910bb0b71d2f44b'
|
||||
aarch64: '0444e7c0c3b6ae6b97b355a802491cae583bfd534af2024f64470e87a348cc47',
|
||||
armv7l: '0444e7c0c3b6ae6b97b355a802491cae583bfd534af2024f64470e87a348cc47',
|
||||
i686: '45fa4c37e2a64bfbd332a924cacbf5772520b58fd751601aaf984a9ff4e31bfb',
|
||||
x86_64: '16f0fdbfd3768f2860a252853731d125cffc0051aa64a5e108b9b758059eeeb6'
|
||||
})
|
||||
|
||||
depends_on 'xmlto' => :build
|
||||
depends_on 'expat' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'krb5' # R
|
||||
depends_on 'libproxy' # R
|
||||
depends_on 'openssl' # R
|
||||
depends_on 'zlibpkg' # R
|
||||
|
||||
def self.build
|
||||
system './autogen.sh'
|
||||
system 'filefix'
|
||||
system "#{CREW_ENV_OPTIONS} ./configure \
|
||||
system "./configure \
|
||||
#{CREW_OPTIONS} \
|
||||
--enable-shared=yes \
|
||||
--with-ssl=openssl"
|
||||
|
||||
Reference in New Issue
Block a user