After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 738378 - pitivi-git-environment.sh checks for gstreamer 1.4 but pitivi now requires 1.4.3
pitivi-git-environment.sh checks for gstreamer 1.4 but pitivi now requires 1.4.3
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Build and packaging
Git
Other Linux
: Normal normal
: 0.94
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-12 04:38 UTC by Brion Vibber
Modified: 2014-10-12 07:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brion Vibber 2014-10-12 04:38:14 UTC
Following the build instructions from http://wiki.pitivi.org/wiki/Building_with_GES on Fedora 21 Alpha; after build of pitivi received an error about wanting GStreamer 1.4.3, but 1.4.2.0 was installed.


Need to update:

  DEFAULT_GST_VERSION="1.4"

to:

  DEFAULT_GST_VERSION="1.4.3"

to get it to build its own gstreamer.
Comment 1 Thibault Saunier 2014-10-12 07:22:49 UTC
commit be38f158e522c01a0676f2f3e16fb89a202c95ca
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Sun Oct 12 09:20:08 2014 +0200

    Set our Gst dependency to 1.4.0
    
    We actually depend on 1.4.0, not 1.4.3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738378