From 332c20410aa02b4b65c27289d8b1071ad7bf595f Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 15 Jan 2021 18:56:52 +0100 Subject: pidgin: Update gstreamer and farstream dependencies --- chat-im/pidgin/DEPENDS | 18 ++++++++++-------- chat-im/pidgin/DETAILS | 1 + chat-im/pidgin/HISTORY | 2 ++ 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'chat-im') diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS index e3d51caa37..4ba0de0b43 100755 --- a/chat-im/pidgin/DEPENDS +++ b/chat-im/pidgin/DEPENDS @@ -90,15 +90,17 @@ optional_depends xscreensaver \ "--disable-screensaver" \ "to use X screensaver extension" && -optional_depends gstreamer \ - "" \ - "--disable-gstreamer" \ - "for GStreamer audio support" && +optional_depends gstreamer-1.0 \ + "--with-gstreamer=1.0" \ + "--disable-gstreamer --disable-farstream --disable-vv" \ + "for Audio/Video support" && +if is_depends_enabled "$SPELL" gstreamer-1.0; then + optional_depends farstream \ + "--enable-farstream --enable-vv" \ + "--disable-farstream --disable-vv" \ + "for Videoconferencing support" +fi && -optional_depends farstream \ - "--enable-farstream --enable-vv" \ - "--disable-farstream --disable-vv" \ - "for voice/video support" && optional_depends avahi \ "" \ diff --git a/chat-im/pidgin/DETAILS b/chat-im/pidgin/DETAILS index a9db8f5eb7..2260644fd8 100755 --- a/chat-im/pidgin/DETAILS +++ b/chat-im/pidgin/DETAILS @@ -1,5 +1,6 @@ SPELL=pidgin VERSION=2.14.1 + PATCHLEVEL=1 SECURITY_PATCH=19 SOURCE=$SPELL-$VERSION.tar.bz2 SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY index 843be5460a..ac19c3f466 100644 --- a/chat-im/pidgin/HISTORY +++ b/chat-im/pidgin/HISTORY @@ -1,5 +1,7 @@ 2021-01-15 Ismael Luceno * DEPENDS: made libgnt optional + updated gstreamer and farstream dependencies + * DETAILS: PATCHLEVEL++ 2020-07-04 Florian Franzmann * DETAILS, DEPENDS: version 2.14.1 -- cgit v1.2.3