multimedia/pitivi: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-20 00:06:46 -05:00
parent e1c4282ea1
commit 237a0032e1
2 changed files with 3 additions and 8 deletions

View File

@ -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!

View File

@ -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"