diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 00:06:46 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 00:06:46 -0500 |
commit | 237a0032e12bdc798295574c78f7eb1b758d50fa (patch) | |
tree | 48001b0d94ca56e9b508b2a28a186040d1da8628 /multimedia | |
parent | e1c4282ea129f40d151302a892b8433fa43270ce (diff) | |
download | slackbuilds-237a0032e12bdc798295574c78f7eb1b758d50fa.tar.gz |
multimedia/pitivi: Fixed dep info
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/pitivi/README | 9 | ||||
-rw-r--r-- | 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" |