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 511011 - gst-ffmpeg autogen.sh not checking for subversion presence
gst-ffmpeg autogen.sh not checking for subversion presence
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal minor
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-21 11:58 UTC by Dejan Sakelšak
Modified: 2008-04-21 12:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Fixes autogen.sh svn check (1.23 KB, patch)
2008-01-21 11:59 UTC, Dejan Sakelšak
committed Details | Review

Description Dejan Sakelšak 2008-01-21 11:58:34 UTC
Please describe the problem:
gst-ffmpeg's autogen.sh presumes that svn is installed

Steps to reproduce:
1. apt-get remove subversion
2. checkout gst-ffmp
3. cd gst-ffmpeg
4. ./autogen.sh


Actual results:
./autogen.sh reports missing gst-ffmpeg/gst-libs/ext/ffmpeg directory

Expected results:
report missing subversion binary

Does this happen every time?
yes

Other information:
Comment 1 Dejan Sakelšak 2008-01-21 11:59:28 UTC
Created attachment 103326 [details] [review]
Fixes autogen.sh svn check
Comment 2 Edward Hervey 2008-04-21 12:18:08 UTC
2008-04-21  Edward Hervey  <edward@collabora.co.uk>

        Patch by: Dejan Sakelšak <sakdean at gmail dot com>
        * autogen.sh:
        Check for Subversion presence.