telepathy-haze: update to 0.8.1.
This commit is contained in:
parent
9828953048
commit
2140a26efd
2 changed files with 6 additions and 31 deletions
|
@ -1,25 +0,0 @@
|
|||
From: Koop Mast <kwm freebsd org>
|
||||
Date: Mon, 11 Jan 2016 11:53:23 +0100
|
||||
Subject: Fix the build with libpurple 2.0.12
|
||||
|
||||
http://pidgin.im/pipermail/devel/2015-March/023639.html
|
||||
Replaces the old emu with the _PASSIVE.
|
||||
|
||||
Origin: vendor, FreeBSD, https://lists.freebsd.org/pipermail/svn-ports-head/2016-January/111612.html
|
||||
---
|
||||
src/media-stream.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/media-stream.c b/src/media-stream.c
|
||||
index 7b4f29f..da088d1 100644
|
||||
--- a/src/media-stream.c
|
||||
+++ b/src/media-stream.c
|
||||
@@ -1076,7 +1076,7 @@ haze_media_stream_new_native_candidate (TpSvcMediaStreamHandler *iface,
|
||||
if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP)
|
||||
protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP;
|
||||
else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP)
|
||||
- protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP;
|
||||
+ protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE;
|
||||
else
|
||||
DEBUG ("Unknown network protocol");
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'telepathy-haze'
|
||||
pkgname=telepathy-haze
|
||||
version=0.8.0
|
||||
revision=2
|
||||
version=0.8.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python libxslt glib-devel"
|
||||
hostmakedepends="pkg-config python3 libxslt glib-devel"
|
||||
makedepends="glib-devel libpurple-devel telepathy-glib-devel"
|
||||
short_desc="Backend for telepathy to use libpurple (Pidgin) protocols"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://telepathy.freedesktop.org"
|
||||
distfiles="${homepage}/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=3e76049c05f2cd5900c5c0c1cfebdf7ae79eec987a599f1090946673c5b8f9c9
|
||||
homepage="https://telepathy.freedesktop.org"
|
||||
distfiles="https://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-$version.tar.gz"
|
||||
checksum=704befa42eec2173eca4bac01ffd004014665f2bad46dc8948e5423364cde30a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue