summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorIsmael Luceno2022-11-09 18:29:02 +0100
committerIsmael Luceno2022-11-09 21:51:07 +0100
commitfc57aa7e386913703e97137eb8c85bc6e087f045 (patch)
tree7a060299fadae25925c87acdf8662258e33f9a57 /chat-im
parent74bbe9d0675d224fa2bd429c0f0243b9d0ae5d9b (diff)
utox 0.18.1
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/utox/DEPENDS32
-rwxr-xr-xchat-im/utox/DETAILS11
-rw-r--r--chat-im/utox/HISTORY5
3 files changed, 34 insertions, 14 deletions
diff --git a/chat-im/utox/DEPENDS b/chat-im/utox/DEPENDS
index dc217305be..b4472bc078 100755
--- a/chat-im/utox/DEPENDS
+++ b/chat-im/utox/DEPENDS
@@ -1,9 +1,23 @@
-depends c-toxcore &&
-depends filter_audio &&
-depends fontconfig &&
-depends freetype2 &&
-depends libv4l &&
-depends libvpx &&
-depends libx11 &&
-depends libxext &&
-depends libxrender
+. "$GRIMOIRE"/VDEPENDS &&
+vdepends <<-EOF &&
+ OPENAL
+ c-toxcore >= 0.2.0
+ filter_audio
+ fontconfig
+ freetype2
+ libsodium
+ libv4l
+ libvpx
+ libx11
+ libxext
+ libxrender
+ opus
+EOF
+
+optional_depends check \
+ -DENABLE_TESTS={ON,OFF} \
+ 'to build test binaries' &&
+
+optional_depends dbus \
+ -DENABLE_DBUS={ON,OFF} \
+ 'for DBUS support'
diff --git a/chat-im/utox/DETAILS b/chat-im/utox/DETAILS
index 7675751444..1839385f7d 100755
--- a/chat-im/utox/DETAILS
+++ b/chat-im/utox/DETAILS
@@ -6,13 +6,14 @@ if [[ "$UTOX_BRANCH" = scm ]]; then
SOURCE_URL[0]=git://github.com/uTox/uTox.git::develop
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/uTox-scm"
else
- VERSION=0.15.0
- SOURCE="uTox-$VERSION.tar.gz"
- SOURCE_URL[0]=https://github.com/uTox/uTox/archive/v$VERSION.tar.gz
- SOURCE_HASH=sha512:af813f67b1b813c23f6be0cbd9f986d3553122eb1322511735f2931e2e1a65d8125c36f5839d7109c378c58aaec2830ea51c71db57cd952290338bfd72670bf0
+ VERSION=0.18.1
+ SOURCE="uTox-$VERSION-full.tar.gz"
+ SOURCE_URL[0]=https://github.com/uTox/uTox/releases/download/v$VERSION/$SOURCE
+ SOURCE_HASH=sha512:8c3c7016b73dd59d154e781eee2e9d7a05b889460900703e1850cace7796c4f89cd5b1be0421b6becd8d908e46839c87786c782d07be38efb5bbdbdecb8afe2a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/uTox"
fi
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/uTox-$VERSION"
WEB_SITE="http://utox.org/"
LICENSE[0]="GPLv2"
ENTERED=20161123
diff --git a/chat-im/utox/HISTORY b/chat-im/utox/HISTORY
index 7ff5b79295..098456e91d 100644
--- a/chat-im/utox/HISTORY
+++ b/chat-im/utox/HISTORY
@@ -1,3 +1,8 @@
+2022-11-09 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 0.18.1
+ * DEPENDS: added dep on check, dbus, libsodium, opus & openal
+ request c-toxcore >= 0.2.0
+
2017-06-17 Ismael Luceno <ismael@sourcemage.org>
* DETAILS, PREPARE: added stable branch, version 0.15.0