# If the current branch does not yet exist in Brazil, you can create and push
# it simultaneously using the following command:
# 'git push -u origin BRANCH_NAME_HERE'

package.Gstreamer-plugins-base = {
  # Please read http://tiny/inaap63w/3PMajorVersionScheme before changing the
  # suggested major version.
  interfaces = (1.14_amzn);
  scope = third-party;

  third-party-configuration = {
    # This is important, please do not remove it.
    thirdPartyName       = "Gstreamer-plugins-base";
    thirdPartyVersion    = "1.14";
    licenseType          = ("GNU Lesser General Public License v2.1 only");
    licenseFile          = (COPYING);
    approvedTicketNumber = "0035799266";
    repository           = "raw";
    downloadType         = "unknown";
  };

  build-system = custom-build;

  build-tools = {
    1.14_amzn = {
      BrazilPath = 1.1;
      CFlags = 1.0;
      Chrpath = 1.0;
      Ninja = 1.x;
      Python-meson = 0.45.x;
      Pkg-config = 0.29;
      Orc-compiler = 0.4.x;
      CRuntime = 1.0;
    };
  };

  dependencies = {
    1.14_amzn = {
      Gstreamer = 1.14_amzn;
      Orc-runtime = 0.4.x;
      # Any extra dependency is specified in the following
      # separate package. This enables version sets to
      # customise their Gstreamer packages if required.
      Gstreamer-plugins-base-config = 1.14_amzn;
    };
  };

  targets = {
  };
};
# vim: set ft=perl ts=2 sw=2 tw=79 :
