Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging next #77047

Merged
merged 52 commits into from Jan 14, 2020
Merged

Staging next #77047

merged 52 commits into from Jan 14, 2020

Commits on Dec 25, 2019

  1. libplist: disable python by default

    Introduced in 6449435, only Python 2 is supported and it does not seem to be used by anything.
    jtojnar committed Dec 25, 2019
    Copy the full SHA
    730c92d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Copy the full SHA
    4cb22aa View commit details
    Browse the repository at this point in the history
  2. gst_all_1.gst-editing-services: switch to python 3

    Also remove no longer needed perl.
    jtojnar committed Dec 29, 2019
    Copy the full SHA
    544ae96 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c691baf View commit details
    Browse the repository at this point in the history
  4. libnl: disable python support by default

    Nothing much seems to be using it and we do not want Python 2 in our closure.
    jtojnar committed Dec 29, 2019
    Copy the full SHA
    8b6d765 View commit details
    Browse the repository at this point in the history
  5. dtc: disable Python support by default

    It does not seem to be used by anything and we want to get rid of Python 2 from closure.
    jtojnar committed Dec 29, 2019
    Copy the full SHA
    23ec74b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e9cdcde View commit details
    Browse the repository at this point in the history
  7. gn: switch to python 3

    jtojnar committed Dec 29, 2019
    Copy the full SHA
    c72e388 View commit details
    Browse the repository at this point in the history
  8. htop: switch to python 3

    jtojnar committed Dec 29, 2019
    Copy the full SHA
    e4bd8a6 View commit details
    Browse the repository at this point in the history
  9. folks: only depend on Python 3

    For some reason we depended on both.
    jtojnar committed Dec 29, 2019
    Copy the full SHA
    b842dfd View commit details
    Browse the repository at this point in the history
  10. mda_lv2: drop python dep

    It does not appear to be actually necessary – wafHook will add it.
    jtojnar committed Dec 29, 2019
    Copy the full SHA
    1fd1737 View commit details
    Browse the repository at this point in the history
  11. gnumeric: switch to python 3

    jtojnar committed Dec 29, 2019
    Copy the full SHA
    843d147 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    c16bcf7 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    7e8293e View commit details
    Browse the repository at this point in the history
  14. libpwquality: switch to python 3

    Nothing seems to use the Python bindings anyway.
    jtojnar committed Dec 29, 2019
    Copy the full SHA
    6577ec9 View commit details
    Browse the repository at this point in the history
  15. crda: port to Python 3

    jtojnar committed Dec 29, 2019
    Copy the full SHA
    4a583c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Copy the full SHA
    d05ee9c View commit details
    Browse the repository at this point in the history
  2. fmt: remove the enableShared option

    Static libraries are to be provided by the pkgsStatic.fmt package.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    7e5b495 View commit details
    Browse the repository at this point in the history
  3. gtest: remove the "static" option

    pkgsStatic.gtest already has CMAKE_BUILD_SHARED set to OFF.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    7e2c821 View commit details
    Browse the repository at this point in the history
  4. glog: remove the "static" option

    pkgsStatic.glog already has CMAKE_BUILD_SHARED set to OFF.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    4541012 View commit details
    Browse the repository at this point in the history
  5. double-conversion: remove the "static" option

    pkgsStatic.double-conversion already has CMAKE_BUILD_SHARED set to OFF.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    bb890c4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    28c3715 View commit details
    Browse the repository at this point in the history
  7. xcode: don’t use libstdc++ on iOS

    Apple no longer ships with it, so best to avoid forcing it into use.
    matthewbauer committed Jan 3, 2020
    Copy the full SHA
    3432b1b View commit details
    Browse the repository at this point in the history
  8. ghc: always use llvm with iOS

    Even when building for the simulator.
    matthewbauer committed Jan 3, 2020
    Copy the full SHA
    036cef9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    010d2f4 View commit details
    Browse the repository at this point in the history
  10. cctools: only add libtool on native builds

    libtool is not really needed and it interferes with
    updateAutotoolsGnuConfigScriptsHook. So remove it when
    cross-compiling, but leave it in native to preserve hashes.
    matthewbauer committed Jan 3, 2020
    Copy the full SHA
    6f8b2f3 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    8b41b16 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    9c1a2ac View commit details
    Browse the repository at this point in the history
  13. Merge pull request #74284 from matthewbauer/ios-with-xcode-11

    Update iOS for XCode 11
    matthewbauer committed Jan 3, 2020
    Copy the full SHA
    0400033 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. ffmpeg: fix cross compilation

    danielfullmer authored and Mic92 committed Jan 4, 2020
    Copy the full SHA
    1b591ac View commit details
    Browse the repository at this point in the history
  2. Revert "ffmpeg: fix cross compilation"

    This reverts commit f6f8f0b.
    
    avoid mass-rebuild on master; move to staging instead.
    Mic92 committed Jan 4, 2020
    Copy the full SHA
    7d46f73 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "ffmpeg: fix cross compilation""

    This reverts commit 7d46f73.
    
    This change was accidentally commit to master. To avoid a mass-rebuild we
    actually apply this change on staging first.
    Mic92 committed Jan 4, 2020
    Copy the full SHA
    1a931f1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a3f40b5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    07ceb05 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2dc4ab3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Copy the full SHA
    981b944 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. docbook-xsl: Fix reproducibility when building docs

    When building docs generate.consistent.ids was not respected for indexes.
    
    docbook/xslt10-stylesheets#88
    https://sourceforge.net/p/docbook/bugs/1385/
    
    This lead to r13y failures in udisks2.devdoc.
    jtojnar authored and FRidh committed Jan 6, 2020
    Copy the full SHA
    d8369ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76659 from veprbl/pr/cmake_static_adapter

    pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmake
    FRidh committed Jan 6, 2020
    Copy the full SHA
    f4b4ef1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #76488 from jtojnar/more-python-cleanups

    Another batch of Python 2 clean-ups
    FRidh committed Jan 6, 2020
    Copy the full SHA
    8fff915 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4a91444 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    252c56f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7f81119 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Merge master into staging-next

    FRidh committed Jan 7, 2020
    Copy the full SHA
    a823616 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Merge branch 'master' into staging-next

    The nss rebuild isn't so small.
    vcunat committed Jan 8, 2020
    Copy the full SHA
    5c78003 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Revert "python3: now points to python38"

    This is going to require more work.
    
    This reverts commit 2dc4ab3.
    FRidh committed Jan 10, 2020
    Copy the full SHA
    eb13696 View commit details
    Browse the repository at this point in the history
  2. Merge master into staging-next

    FRidh committed Jan 10, 2020
    Copy the full SHA
    5ad16cb View commit details
    Browse the repository at this point in the history
  3. Merge master into staging-next

    FRidh committed Jan 10, 2020
    Copy the full SHA
    348eaa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Revert "python3Packages.hypothesis: 4.41.0 -> 4.56.1"

    This updated only the version, not the hash.
    
    #77372
    
    This reverts commit 046c402.
    FRidh committed Jan 11, 2020
    Copy the full SHA
    e4a75b0 View commit details
    Browse the repository at this point in the history
  2. Merge master into staging-next

    FRidh committed Jan 11, 2020
    Copy the full SHA
    1a65457 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Merge master into staging-next

    FRidh committed Jan 12, 2020
    Copy the full SHA
    960f062 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Merge master into staging-next

    FRidh committed Jan 13, 2020
    Copy the full SHA
    ed1b0d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Merge master into staging-next

    FRidh committed Jan 14, 2020
    Copy the full SHA
    05962c4 View commit details
    Browse the repository at this point in the history