[Bug 784364] New: Version of used packages (of released Gstreamer 1.12.1) not fixed?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 29 20:35:33 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=784364

            Bug ID: 784364
           Summary: Version of used packages (of released Gstreamer
                    1.12.1) not fixed?
    Classification: Platform
           Product: GStreamer
           Version: 1.12.1
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: meinemailingliste2 at online.de
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Can you please clarify if the following packages are fixed or not,
when building GStreamer 1.12.1 with cerbero:

*** gas-preprocessor.recipe ***
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
import shutil
from cerbero.utils import shell

class Recipe(recipe.Recipe):
    name = 'gas-preprocessor'
    version = '0.0.0'
    licenses = [License.GPLv2]
    btype = BuildType.CUSTOM
    remotes = {'origin': 'git://git.libav.org/gas-preprocessor.git'}
    commit = 'origin/master'
...

What is used to fetch the package via GIT? "remotes" and "commit"?
Or also "version"? Version 0.0.0?

Perhaps same here

mingw-regex.recipe
commit = 'origin/master'

orc.recipe -> two times available (?), 
once in \recipes, once in \recipes\build-tools…
commit = 'origin/master'

gst-transcoder.recipe
commit = 'origin/master'

tinyalsa.recipe
commit = 'origin/master'

Or is there a mechanism which I have overseen/not yet understood
which fixes the downloaded package versions?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list