Skip to content
Snippets Groups Projects
  1. Nov 05, 2022
  2. Nov 04, 2022
  3. Nov 03, 2022
  4. Nov 01, 2022
  5. Oct 30, 2022
  6. Oct 28, 2022
    • Hirokazu MORIKAWA's avatar
      node: bump to v16.18.0 · 0b68bfd6
      Hirokazu MORIKAWA authored
      
      Update to v16.18.0
      
      Signed-off-by: default avatarHirokazu MORIKAWA <morikw2@gmail.com>
      (cherry picked from commit 5851aa80)
      0b68bfd6
    • Josef Schlehofer's avatar
      ffmpeg: add conflicts and provides · f916e342
      Josef Schlehofer authored
      
      Motivation of this change is that full variants provides the mini
      variant and as well audio-dec package, thus you can not install both as
      it fails with the following output:
      
      Collected errors:
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavcodec.so.58
      	But that file is already provided by package  * libffmpeg-full
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavcodec.so.58.91.100
      	But that file is already provided by package  * libffmpeg-full
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavdevice.so.58
      	But that file is already provided by package  * libffmpeg-full
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavdevice.so.58.10.100
      	But that file is already provided by package  * libffmpeg-full
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavformat.so.58
      	But that file is already provided by package  * libffmpeg-full
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavformat.so.58.45.100
      	But that file is already provided by package  * libffmpeg-full
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavutil.so.56
      	But that file is already provided by package  * libffmpeg-full
       * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavutil.so.56.51.100
      	But that file is already provided by package  * libffmpeg-full
       * opkg_install_cmd: Cannot install package libffmpeg-audio-dec.
      
      Let's change it to:
      Installing libffmpeg-audio-dec (4.3.4-1) to root...
      Collected errors:
       * check_conflicts_for: The following packages conflict with libffmpeg-audio-dec:
       * check_conflicts_for:         libffmpeg-full *
       * opkg_install_cmd: Cannot install package libffmpeg-audio-dec.
      
      Signed-off-by: default avatarJosef Schlehofer <pepe.schlehofer@gmail.com>
      (cherry picked from commit 9693bd47)
      f916e342
  7. Oct 27, 2022
  8. Oct 25, 2022
Loading