From 237a0032e12bdc798295574c78f7eb1b758d50fa Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 20 Apr 2021 00:06:46 -0500 Subject: [PATCH] multimedia/pitivi: Fixed dep info --- multimedia/pitivi/README | 9 ++------- multimedia/pitivi/pitivi.info | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/multimedia/pitivi/README b/multimedia/pitivi/README index e945ae8554..66f23ed5fa 100644 --- a/multimedia/pitivi/README +++ b/multimedia/pitivi/README @@ -7,15 +7,10 @@ It uses the gstreamer media framework, so it has support for most audio/video formats. It includes hundreds of animated effects, transitions and filters. -Future versions are not currently possible on 14.2 due to requiring -newer gst libraries than are included on 14.2. - -gst-libav is an optional dependency to add libav support to gstreamer - The following optional dependencies are not currently available on SBo: pycanberra - enable sound notification when rendering completes GnomeDesktop - file thumbnails provided by GNOME's thumbnailers notify - enables visual notifications when rendering is complete -NOTE: Please make sure python3-dateutil and python3-six are installed -before building python3-matplotlib! +NOTE: Please make sure python3-dateutil is installed before + building python3-matplotlib! diff --git a/multimedia/pitivi/pitivi.info b/multimedia/pitivi/pitivi.info index 91cf0945cb..113fbe284c 100644 --- a/multimedia/pitivi/pitivi.info +++ b/multimedia/pitivi/pitivi.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/pitivi/0.95/pitivi-0.95.tar.xz" MD5SUM="7bb0bca1b25ef592f0105c3ad93b8c20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gst-plugins-bad python3-matplotlib pygobject3-python3 gstreamer-editing-services gst-python3 python3-dateutil python3-six" +REQUIRES="gst-plugins-bad python3-matplotlib gstreamer-editing-services gst-python3 python3-dateutil" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com"