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

Update requirements.txt #513

Closed
wants to merge 5 commits into from

Commits on Sep 18, 2024

  1. Update requirements.txt

    Changed the version to 6.7.0 because it is marked as a fixed version for the but where it says:
    ```No QtMultimedia backends found. Only QMediaDevices, QAudioDevice, QSoundEffect, QAudioSink, and QAudioSource are available.
    Failed to create QVideoSink "Not available"
    Failed to initialize QMediaPlayer "Not available"
    ```
    Bug Report is attached below and the change log from 6.7.0 -> 6.7.1 is listed. two CVE's were listed but they are not directly used by QT and only used if the developer is using them. I did not check to see if the code contains, but since you are trying to use sqlite DB and are not networking this should be in the clear.
    
    https://bugreports.qt.io/browse/PYSIDE-2656
    https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.1/release-note.md
    https://forum.qt.io/topic/157026/no-qtmultimedia-backends-found-on-macos-with-pyside-6-7-1
    myxxmikeyxx authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4781cbd View commit details
    Browse the repository at this point in the history
  2. Update Build_MacOS_app.sh

    Added Quotes around more of the directory fields. Found this error because I have a space in the name of my external drive where I was trying to build this.
    myxxmikeyxx authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fcc1549 View commit details
    Browse the repository at this point in the history
  3. Update Build_MacOS_app.sh

    Quality of life change, added new line to the End of Transmission
    myxxmikeyxx authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ddab121 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update requirements-dev.txt

    Updated Pyinstaller to 6.11.0
    myxxmikeyxx authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ebe312f View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    Updated PySide6 (Qt) to 6.8.0.1
    When compiled FFmpeg Checker worked for Mac in both versions.
    FFmpegChecker] FFmpeg found: True, FFprobe found: True
    myxxmikeyxx authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e0f5de6 View commit details
    Browse the repository at this point in the history