[gstreamer-bugs] [Bug 563903] New: as-python should check for newer ptyhons too

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Dec 9 12:03:11 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=563903

  GStreamer | gstreamer (core) | Ver: HEAD CVS
           Summary: as-python should check for newer ptyhons too
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tester at tester.ca
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


It should check for newer pythons too.. and I guess we need something to be
smart about python 3 too in the near future

--- common/m4/as-python.m4      (revision 22734)
+++ common/m4/as-python.m4      (working copy)
@@ -40,7 +40,8 @@
   dnl in 1.5, and I don't want to maintain that logic.

   dnl should we do the version check?
-  PYTHON_CANDIDATES="python python2.2 python2.1 python2.0 python2 \
+  PYTHON_CANDIDATES="python python2.6 python2.5 python 2.4 python 2.3 \
+                     python2.2 python2.1 python2.0 python2 \
                      python1.6 python1.5"
   ifelse([$1],[],
          [AC_PATH_PROG(PYTHON, $PYTHON_CANDIDATES)],


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=563903.




More information about the gstreamer-bugs mailing list