Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124852 | Differences between
and this patch

Collapse All | Expand All

(-)check.py.orig (-9 / +9 lines)
Lines 26-40 Link Here
26
    else: print "found"
26
    else: print "found"
27
27
28
    print "Checking for PyGSt >= 0.8.2:",
28
    print "Checking for PyGSt >= 0.8.2:",
29
    try:
29
#    try:
30
        import gst
30
#        import gst
31
        if gst.pygst_version < (0, 8, 1):
31
#        if gst.pygst_version < (0, 8, 1):
32
            raise ImportError
32
#            raise ImportError
33
    except ImportError:
33
#    except ImportError:
34
        raise SystemExit("not found\n%s requires PyGSt 0.8.1. "
34
#        raise SystemExit("not found\n%s requires PyGSt 0.8.1. "
35
                         "(http://gstreamer.freedesktop.org)" % NAME)
35
#                         "(http://gstreamer.freedesktop.org)" % NAME)
36
    else: print "found"
36
#    else: print "found"
37
37
    print "found"
38
38
39
    print "Checking for ogg.vorbis:",
39
    print "Checking for ogg.vorbis:",
40
    try: import ogg.vorbis
40
    try: import ogg.vorbis

Return to bug 124852