diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-01 11:46:22 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-01 11:46:22 +0800 |
commit | e6aacd42407ca31da98b2be49842462b52c94733 (patch) | |
tree | 517189c2cd0f8feb3b3cd43c55c53aedfca12bda /net-im/qTox | |
parent | 922248849eb3cd4e0479d9d6c0400d6fb3eb7a81 (diff) | |
download | freebsd-ports-gnome-e6aacd42407ca31da98b2be49842462b52c94733.tar.gz freebsd-ports-gnome-e6aacd42407ca31da98b2be49842462b52c94733.tar.zst freebsd-ports-gnome-e6aacd42407ca31da98b2be49842462b52c94733.zip |
net-im/qTox: unbreak with ffmpeg 4.0
src/video/camerasource.cpp:112:5: error: 'av_register_all' is deprecated [-Werror,-Wdeprecated-declarations]
av_register_all();
^
/usr/local/include/libavformat/avformat.h:2025:6: note: 'av_register_all' declared here
void av_register_all(void);
^
PR: 227726
Reported by: antoine (via exp-run)
Obtained from: upstream
Diffstat (limited to 'net-im/qTox')
-rw-r--r-- | net-im/qTox/Makefile | 3 | ||||
-rw-r--r-- | net-im/qTox/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 845b7152429a..9f497aed5a9a 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -6,6 +6,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.14.1 CATEGORIES= net-im net-p2p +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 441931765ffe.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Qt 5 based Tox client diff --git a/net-im/qTox/distinfo b/net-im/qTox/distinfo index a166ae1f9be4..8d144845ba88 100644 --- a/net-im/qTox/distinfo +++ b/net-im/qTox/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1521709594 SHA256 (qTox-qTox-v1.14.1_GH0.tar.gz) = baa7b86cf54371e1d0fae4e56d12f15c75b6f43d113057e740ba98772def149d SIZE (qTox-qTox-v1.14.1_GH0.tar.gz) = 4106709 +SHA256 (441931765ffe.patch) = 576690867f6fcbe0e20a299c51e1e9ec9673ef7d576b13d8e08fb103673a6bb7 +SIZE (441931765ffe.patch) = 760 |