rem: update to 1.0.0.
This commit is contained in:
parent
8a349a21f5
commit
e8c505f89e
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rem'
|
||||
pkgname=rem
|
||||
version=0.6.0
|
||||
revision=2
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
|
||||
LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk \
|
||||
|
@ -13,9 +13,9 @@ makedepends="re-devel"
|
|||
short_desc="Library for real-time audio and video processing"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/creytiv/rem"
|
||||
distfiles="https://github.com/creytiv/rem/archive/v${version}.tar.gz"
|
||||
checksum=fb04e691161eea23c238362b210351d7a19a23691cf31db7d64e364320f18a33
|
||||
homepage="https://github.com/baresip/rem"
|
||||
distfiles="https://github.com/baresip/rem/archive/v${version}.tar.gz"
|
||||
checksum=bcc91bb521fae183357fb422b00a3981477a22e99d3afe165c4ec50a6bbed9da
|
||||
shlib_provides="librem.so"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
|
|
Loading…
Reference in a new issue