mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
Update MEGAcmd and MEGAsdk (#635)
* MEGAsdk: update to 3.3.9. * MEGAcmd: update to 0.9.9. * MEGAsync: rebuild against MEGAsdk-3.3.9
This commit is contained in:
parent
03319a61c3
commit
70e969d409
3 changed files with 8 additions and 12 deletions
|
@ -1,23 +1,19 @@
|
||||||
# Template file for 'MEGAcmd'
|
# Template file for 'MEGAcmd'
|
||||||
pkgname=MEGAcmd
|
pkgname=MEGAcmd
|
||||||
version=0.9.7
|
version=0.9.9
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args='LIBTOOLFLAGS="--tag=CXX"'
|
make_build_args='LIBTOOLFLAGS="--tag=CXX"'
|
||||||
hostmakedepends="autoconf-archive autogen gettext automake libtool pkg-config"
|
hostmakedepends="autoconf-archive autogen gettext automake libtool pkg-config"
|
||||||
makedepends="MEGAsdk-devel readline-devel pcre-devel"
|
makedepends="MEGAsdk-devel readline-devel pcre-devel"
|
||||||
short_desc="Command Line Interactive and Scriptable Application to access MEGA"
|
short_desc="Command Line Interactive and Scriptable Application to access MEGA"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="BSD-2"
|
license="BSD-2-Clause, GPL-3.0-or-later"
|
||||||
homepage="https://github.com/meganz/MEGAcmd"
|
homepage="https://github.com/meganz/MEGAcmd"
|
||||||
distfiles="https://github.com/meganz/MEGAcmd/archive/${version}.tar.gz"
|
distfiles="https://github.com/meganz/MEGAcmd/archive/${version}.tar.gz"
|
||||||
checksum=791fe292b077d0fe11635a8a24bd3d5f3846ed5a0ea675bd05d5ae10d86a675b
|
checksum=5ace7c85fa817a357bdb968f32e3839439d3ff4e3066d7db470b4648def11105
|
||||||
replaces="megacmd>=0"
|
replaces="megacmd>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/7450/steps/shell_3/logs/stdio" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}"
|
configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'MEGAsdk'
|
# Template file for 'MEGAsdk'
|
||||||
pkgname=MEGAsdk
|
pkgname=MEGAsdk
|
||||||
version=3.3.8
|
version=3.3.9
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=sdk-${version}
|
wrksrc=sdk-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,10 +13,10 @@ makedepends="libcurl-devel c-ares-devel libressl-devel crypto++-devel
|
||||||
checkdepends="gtest-devel"
|
checkdepends="gtest-devel"
|
||||||
short_desc="The official client for cloud service mega.nz"
|
short_desc="The official client for cloud service mega.nz"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://mega.nz"
|
homepage="https://mega.nz"
|
||||||
distfiles="https://github.com/meganz/sdk/archive/v${version}.tar.gz"
|
distfiles="https://github.com/meganz/sdk/archive/v${version}.tar.gz"
|
||||||
checksum=a64bf54b335ebbfc0138f4d81f3106bc4f02e9c1c8f840cd90515a7b34c01cd4
|
checksum=522b63bf2f2d1eeff0644ef106fff94fcd4f6a844e01539cc6cfb30d16463dba
|
||||||
replaces="libmega>=0"
|
replaces="libmega>=0"
|
||||||
|
|
||||||
build_options="libuv mediainfo"
|
build_options="libuv mediainfo"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'MEGAsync'
|
# Template file for 'MEGAsync'
|
||||||
pkgname=MEGAsync
|
pkgname=MEGAsync
|
||||||
version=3.6.6.0
|
version=3.6.6.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${version}_Linux"
|
wrksrc="${pkgname}-${version}_Linux"
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue