From 0f48cdc2b554f874c980f7a958affa5edaab9dd2 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 27 Jul 2017 15:28:27 -0500 Subject: ring-20170720.2.5bf0a65-1: updating version --- pcr/ring/PKGBUILD | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'pcr') diff --git a/pcr/ring/PKGBUILD b/pcr/ring/PKGBUILD index 137cf0f6e..b2ce1ad72 100644 --- a/pcr/ring/PKGBUILD +++ b/pcr/ring/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer: Luke Shumaker +# Contributor: Omar Vega Ramos pkgbase=ring pkgname=(ring-daemon ring-lrc ring-client-gnome) pkgdesc="The GNU Ring / ring.cx (formerly SFLphone) VoIP system" -_pkgver=20170202.1.23df36f +pkgver=20170720.2.5bf0a65 _SOURCE_DATE_EPOCH=1486011607 # To figure out what the above value of _SOURCE_DATE_EPOCH should be, @@ -15,18 +16,16 @@ _SOURCE_DATE_EPOCH=1486011607 # # git clone https://gerrit-ring.savoirfairelinux.com/ring-project -pkgver=beta2.$_pkgver pkgrel=1 arch=("i686" "x86_64") url="https://ring.cx/" license=('GPL3') -source=("http://dl.ring.cx/ring-release/tarballs/${pkgbase}_${_pkgver}.tar.gz") -sha256sums=('1ff3b581cb099ae1bda83a68e99d23d87b50a497a70e760901364e7102d803eb') +source=("http://dl.ring.cx/ring-release/tarballs/${pkgbase}_${pkgver}.tar.gz") +sha256sums=('92c0f614975544867372c5071ee4c6f63b42d76fa7c81c07c054fff8144bacfa') # Get this list by looking at `daemon/contrib/src/*/rules.mak`; look # for packages that add themselves to both PKGS and FOUND_PKGS. _daemon_contrib=( - #asio # CONTRIB: TODO: IDK: no PKGS_FOUND logic, specific git commit #boost # CONTRIB: TODO: IDK: no PKGS_FOUND logic crypto++ ffmpeg @@ -41,7 +40,7 @@ _daemon_contrib=( #opus # DUP: ffmpeg->opus #pcre # DUP: {base,base-devel}->grep->pcre #pjproject # CONTRIB: Added patches for gnutls - #restbed # CONTRIB: Want at least commit 3418750 (not yet in a release) + restbed #libsamplerate # DUP: ffmpeg->jack->libsamplerate #libsndfile # DUP: ffmpeg->libsamplerate->libsndfile #speex # DUP: ffmpeg->speex @@ -58,9 +57,6 @@ _daemon_contrib=( # because the detection logic uses pkg-config, but the libnatpmp # package doesn't include pkg-config files; so the build system thinks # we don't have it. -# -# TODO: Once we use system restbed, disable contrib 'asio' because it -# is only needed as a build-dependency for restbed. _makedepends_daemon=() _depends_daemon=("${_daemon_contrib[@]}" dbus-c++) @@ -91,7 +87,7 @@ build() { cd "$srcdir/ring-project/daemon/contrib" mkdir native cd native - ../bootstrap --disable-downloads --disable-natpmp + ../bootstrap --disable-downloads --disable-natpmp --disable-asio make BATCH_MODE=1 cd "$srcdir/ring-project/daemon" -- cgit v1.2.3