Bug 2257179 - Review Request: qmplay2 - Qt based media player, streamer and downloader
Summary: Review Request: qmplay2 - Qt based media player, streamer and downloader
Keywords:
Status: ON_QA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dominik 'Rathann' Mierzejewski
QA Contact: Fedora Extras Quality Assurance
URL: https://github.com/zaps166/QMPlay2
Whiteboard:
Depends On:
Blocks: MultimediaSIG
TreeView+ depends on / blocked
 
Reported: 2024-01-07 19:31 UTC by Yaakov Selkowitz
Modified: 2024-05-10 01:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
dominik: fedora-review+


Attachments (Terms of Use)
The .spec file difference from Copr build 6911573 to 7427084 (3.58 KB, patch)
2024-05-08 18:06 UTC, Fedora Review Service
no flags Details | Diff

Description Yaakov Selkowitz 2024-01-07 19:31:45 UTC
Spec URL: https://yselkowitz.fedorapeople.org/qmplay2.spec
SRPM URL: https://yselkowitz.fedorapeople.org/qmplay2-23.10.22-2.fc40.src.rpm
Description: QMPlay2 is a video player, it can play and stream all formats supported by ffmpeg and libmodplug (including J2B). It has an integrated Youtube browser.
Fedora Account System Username: yselkowitz

Comment 1 Yaakov Selkowitz 2024-01-17 02:21:45 UTC
[fedora-review-service-build]

Comment 2 Fedora Review Service 2024-01-17 02:50:40 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/6911573
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2257179-qmplay2/fedora-rawhide-x86_64/06911573-qmplay2/fedora-review/review.txt

Found issues:

- No gcc, gcc-c++ or clang found in BuildRequires
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/
- Unversioned so-files directly in %_libdir.
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages

Please know that there can be false-positives.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 3 Dominik 'Rathann' Mierzejewski 2024-03-26 11:26:32 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Missing BuildRequires against gcc, gcc-c++ or clang.
  Note: No gcc, gcc-c++ or clang found in BuildRequires
  See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/

- Unversioned .so file is present in the main package (%{_libdir}/libqmplay2.so)

- The bundled vulkan headers are licensed under Apache-2.0 license:
  src/qmplay2/vulkan/headers/include/vulkan/vulkan_core.h: Apache-2.0
  src/qmplay2/vulkan/headers/include/vulkan/vulkan.hpp: Apache-2.0 and/or GPL-2
  Please unbundle and/or update License tag and license break-down.

- Please include license texts:
  * qmvk MIT license text (src/qmvk/LICENSE)
  * libmodplug license text (src/modules/Modplug/libmodplug/COPYING)
  * (if not unbundled) vulkan headers Apache license text (src/qmplay2/vulkan/headers/LICENSE.txt)

- The package seems to support Qt6. Perhaps it should be built with
  the newer Qt version?

- in the %install section, you are removing some files:

# AUTHORS & ChangeLog are required for Help->About window
rm -f %{buildroot}%{_datadir}/qmplay2/{LICENSE,README.md}

  Please use rm -v here so that you are aware when these are
  moved somewhere else by upstream. 

- There are some documentation duplicates caught by rpmlint:
  qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/AUTHORS /usr/share/doc/qmplay2/AUTHORS
  qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/ChangeLog /usr/share/doc/qmplay2/ChangeLog
  but I guess it's explained above. Perhaps asking to patch
  the code to look for these in the "correct" location is
  too much.

===== MUST items =====

C/C++:
[-]: Provides: bundled(gnulib) in place as required.
     Note: Sources not installed
[-]: Package does not contain kernel modules.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. No licenses
     found. Please check the source files for licenses manually.
[!]: License file installed when any subpackage combination is installed.
[!]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package requires other packages for directories it uses.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 80772 bytes in 3 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: The License field must be a valid SPDX expression.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package contains desktop file if it is a GUI application.
[x]: Package installs a %{name}.desktop using desktop-file-install or
     desktop-file-validate if there is such a file.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 1361920 bytes in /usr/share
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: qmplay2-23.10.22-2.fc41.x86_64.rpm
          qmplay2-devel-23.10.22-2.fc41.x86_64.rpm
          qmplay2-debuginfo-23.10.22-2.fc41.x86_64.rpm
          qmplay2-debugsource-23.10.22-2.fc41.x86_64.rpm
          qmplay2-23.10.22-2.fc41.src.rpm
========================================================== rpmlint session starts ==========================================================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmp5tjq00vw')]
checks: 32, packages: 5

qmplay2.spec:64: W: unversioned-explicit-provides bundled(libmodplug)
qmplay2.src: E: spelling-error ('downloader', 'Summary(en_US) downloader -> downloaded, down loader, down-loader')
qmplay2.src: E: spelling-error ('ffmpeg', '%description -l en_US ffmpeg -> MPEG')
qmplay2.src: E: spelling-error ('libmodplug', '%description -l en_US libmodplug ')
qmplay2.x86_64: E: spelling-error ('downloader', 'Summary(en_US) downloader -> downloaded, down loader, down-loader')
qmplay2.x86_64: E: spelling-error ('ffmpeg', '%description -l en_US ffmpeg -> MPEG')
qmplay2.x86_64: E: spelling-error ('libmodplug', '%description -l en_US libmodplug ')
qmplay2.x86_64: W: obsolete-not-provided qmplay2-kde-integration
qmplay2-devel.x86_64: W: no-documentation
qmplay2.x86_64: W: gzipped-svg-icon /usr/share/icons/hicolor/scalable/apps/QMPlay2.svgz
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/AUTHORS /usr/share/doc/qmplay2/AUTHORS
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/ChangeLog /usr/share/doc/qmplay2/ChangeLog
==================== 5 packages and 0 specfiles checked; 6 errors, 6 warnings, 77 filtered, 6 badness; has taken 3.5 s =====================




Rpmlint (debuginfo)
-------------------
Checking: qmplay2-debuginfo-23.10.22-2.fc41.x86_64.rpm
========================================================== rpmlint session starts ==========================================================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmpqqw1lx99')]
checks: 32, packages: 1

==================== 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 48 filtered, 0 badness; has taken 1.5 s =====================





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 4

qmplay2.x86_64: E: spelling-error ('downloader', 'Summary(en_US) downloader -> downloaded, down loader, down-loader')
qmplay2.x86_64: E: spelling-error ('ffmpeg', '%description -l en_US ffmpeg -> MPEG')
qmplay2.x86_64: E: spelling-error ('libmodplug', '%description -l en_US libmodplug ')
qmplay2.x86_64: W: obsolete-not-provided qmplay2-kde-integration
qmplay2-devel.x86_64: W: no-documentation
qmplay2.x86_64: W: gzipped-svg-icon /usr/share/icons/hicolor/scalable/apps/QMPlay2.svgz
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/AUTHORS /usr/share/doc/qmplay2/AUTHORS
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/ChangeLog /usr/share/doc/qmplay2/ChangeLog
 4 packages and 0 specfiles checked; 3 errors, 5 warnings, 93 filtered, 3 badness; has taken 8.5 s 



Unversioned so-files
--------------------
qmplay2: /usr/lib64/libqmplay2.so
qmplay2: /usr/lib64/qmplay2/modules/libALSA.so
qmplay2: /usr/lib64/qmplay2/modules/libAudioCD.so
qmplay2: /usr/lib64/qmplay2/modules/libAudioFilters.so
qmplay2: /usr/lib64/qmplay2/modules/libCUVID.so
qmplay2: /usr/lib64/qmplay2/modules/libChiptune.so
qmplay2: /usr/lib64/qmplay2/modules/libExtensions.so
qmplay2: /usr/lib64/qmplay2/modules/libFFmpeg.so
qmplay2: /usr/lib64/qmplay2/modules/libInputs.so
qmplay2: /usr/lib64/qmplay2/modules/libModplug.so
qmplay2: /usr/lib64/qmplay2/modules/libNotify.so
qmplay2: /usr/lib64/qmplay2/modules/libPipeWire.so
qmplay2: /usr/lib64/qmplay2/modules/libPlaylists.so
qmplay2: /usr/lib64/qmplay2/modules/libPulseAudio.so
qmplay2: /usr/lib64/qmplay2/modules/libQPainter.so
qmplay2: /usr/lib64/qmplay2/modules/libSubtitles.so
qmplay2: /usr/lib64/qmplay2/modules/libVideoFilters.so
qmplay2: /usr/lib64/qmplay2/modules/libVisualizations.so
qmplay2: /usr/lib64/qmplay2/modules/libXVideo.so

Source checksums
----------------
https://github.com/zaps166/QMPlay2/releases/download/23.10.22/QMPlay2-src-23.10.22.tar.xz :
  CHECKSUM(SHA256) this package     : d81c5a81a8839ac441eb7466eb16931aab92f71fd784a3b3e1d709272c4237cf
  CHECKSUM(SHA256) upstream package : d81c5a81a8839ac441eb7466eb16931aab92f71fd784a3b3e1d709272c4237cf


Requires
--------
qmplay2 (rpmlib, GLIBC filtered):
    hicolor-icon-theme
    kde-filesystem
    libEGL.so.1()(64bit)
    libQt5Core.so.5()(64bit)
    libQt5Core.so.5(Qt_5)(64bit)
    libQt5Core.so.5(Qt_5.15)(64bit)
    libQt5DBus.so.5()(64bit)
    libQt5DBus.so.5(Qt_5)(64bit)
    libQt5Gui.so.5()(64bit)
    libQt5Gui.so.5(Qt_5)(64bit)
    libQt5Qml.so.5()(64bit)
    libQt5Qml.so.5(Qt_5)(64bit)
    libQt5Widgets.so.5()(64bit)
    libQt5Widgets.so.5(Qt_5)(64bit)
    libX11.so.6()(64bit)
    libXv.so.1()(64bit)
    libasound.so.2()(64bit)
    libasound.so.2(ALSA_0.9)(64bit)
    libasound.so.2(ALSA_0.9.0rc4)(64bit)
    libass.so.9()(64bit)
    libavcodec.so.60()(64bit)
    libavcodec.so.60(LIBAVCODEC_60)(64bit)
    libavdevice.so.60()(64bit)
    libavdevice.so.60(LIBAVDEVICE_60)(64bit)
    libavformat.so.60()(64bit)
    libavformat.so.60(LIBAVFORMAT_60)(64bit)
    libavutil.so.58()(64bit)
    libavutil.so.58(LIBAVUTIL_58)(64bit)
    libc.so.6()(64bit)
    libcddb.so.2()(64bit)
    libcdio.so.19()(64bit)
    libcdio.so.19(CDIO_19)(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3.1)(64bit)
    libgme.so.0()(64bit)
    libm.so.6()(64bit)
    libpipewire-0.3.so.0()(64bit)
    libpulse-simple.so.0()(64bit)
    libpulse-simple.so.0(PULSE_0)(64bit)
    libpulse.so.0()(64bit)
    libpulse.so.0(PULSE_0)(64bit)
    libqmplay2.so()(64bit)
    librubberband.so.2()(64bit)
    libsidplayfp.so.6()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.15)(64bit)
    libstdc++.so.6(CXXABI_1.3.5)(64bit)
    libstdc++.so.6(CXXABI_1.3.8)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    libswresample.so.4()(64bit)
    libswresample.so.4(LIBSWRESAMPLE_4)(64bit)
    libswscale.so.7()(64bit)
    libswscale.so.7(LIBSWSCALE_7)(64bit)
    libtag.so.1()(64bit)
    libva-drm.so.2()(64bit)
    libva.so.2()(64bit)
    libva.so.2(VA_API_0.33.0)(64bit)
    rtld(GNU_HASH)
    shared-mime-info

qmplay2-devel (rpmlib, GLIBC filtered):
    qmplay2(x86-64)

qmplay2-debuginfo (rpmlib, GLIBC filtered):

qmplay2-debugsource (rpmlib, GLIBC filtered):



Provides
--------
qmplay2:
    application()
    application(QMPlay2.desktop)
    application(QMPlay2_enqueue.desktop)
    bundled(libbs2b)
    bundled(libmodplug)
    libqmplay2.so()(64bit)
    metainfo()
    metainfo(QMPlay2.appdata.xml)
    mimehandler(application/vnd.rn-realmedia)
    mimehandler(application/x-cue)
    mimehandler(application/x-matroska)
    mimehandler(application/x-shockwave-flash)
    mimehandler(application/xspf+xml)
    mimehandler(audio/AMR)
    mimehandler(audio/aac)
    mimehandler(audio/ac3)
    mimehandler(audio/flac)
    mimehandler(audio/mp2)
    mimehandler(audio/mp4)
    mimehandler(audio/mpeg)
    mimehandler(audio/ogg)
    mimehandler(audio/prs.sid)
    mimehandler(audio/webm)
    mimehandler(audio/x-aiff)
    mimehandler(audio/x-ape)
    mimehandler(audio/x-flac+ogg)
    mimehandler(audio/x-gme)
    mimehandler(audio/x-it)
    mimehandler(audio/x-j2b)
    mimehandler(audio/x-matroska)
    mimehandler(audio/x-mod)
    mimehandler(audio/x-mpegurl)
    mimehandler(audio/x-ms-asx)
    mimehandler(audio/x-ms-wma)
    mimehandler(audio/x-musepack)
    mimehandler(audio/x-s3m)
    mimehandler(audio/x-scpls)
    mimehandler(audio/x-sfx)
    mimehandler(audio/x-stm)
    mimehandler(audio/x-tta)
    mimehandler(audio/x-umx)
    mimehandler(audio/x-vorbis+ogg)
    mimehandler(audio/x-wav)
    mimehandler(audio/x-wavpack)
    mimehandler(audio/x-xi)
    mimehandler(audio/x-xm)
    mimehandler(inode/directory)
    mimehandler(video/3gpp)
    mimehandler(video/3gpp2)
    mimehandler(video/dv)
    mimehandler(video/mp2t)
    mimehandler(video/mp4)
    mimehandler(video/mpeg)
    mimehandler(video/ogg)
    mimehandler(video/quicktime)
    mimehandler(video/vnd.rn-realvideo)
    mimehandler(video/webm)
    mimehandler(video/x-bink)
    mimehandler(video/x-flv)
    mimehandler(video/x-matroska)
    mimehandler(video/x-ms-asf)
    mimehandler(video/x-ms-wmv)
    mimehandler(video/x-msvideo)
    mimehandler(video/x-ogm+ogg)
    mimehandler(video/x-theora+ogg)
    qmplay2
    qmplay2(x86-64)

qmplay2-devel:
    qmplay2-devel
    qmplay2-devel(x86-64)

qmplay2-debuginfo:
    debuginfo(build-id)
    libALSA.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libAudioCD.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libAudioFilters.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libCUVID.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libChiptune.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libExtensions.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libFFmpeg.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libInputs.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libModplug.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libNotify.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libPipeWire.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libPlaylists.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libPulseAudio.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libQPainter.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libSubtitles.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libVideoFilters.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libVisualizations.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libXVideo.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libqmplay2.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    qmplay2-debuginfo
    qmplay2-debuginfo(x86-64)

qmplay2-debugsource:
    qmplay2-debugsource
    qmplay2-debugsource(x86-64)



Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2257179
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Python, Ocaml, Haskell, Java, SugarActivity, Perl, R, PHP, fonts
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH

Comment 4 Dominik 'Rathann' Mierzejewski 2024-03-26 11:27:28 UTC
Ah, it looks like 24.03.16 was released last week, so it'd be good to update to that one.

Comment 5 Yaakov Selkowitz 2024-04-01 22:08:01 UTC
Spec URL: https://yselkowitz.fedorapeople.org/qmplay2.spec
SRPM URL: https://yselkowitz.fedorapeople.org/qmplay2-24.03.16-2.fc41.src.rpm
Description: QMPlay2 is a video player, it can play and stream all formats supported by ffmpeg and libmodplug (including J2B). It has an integrated Youtube browser.
Fedora Account System Username: yselkowitz

Comment 6 Yaakov Selkowitz 2024-04-02 21:16:46 UTC
[fedora-review-service-build]

Comment 7 Dominik 'Rathann' Mierzejewski 2024-04-05 09:40:43 UTC
Provides: bundled(qmvk) = qmvk_version

still missing.

rm -f %{buildroot}%{_datadir}/qmplay2/{LICENSE,README.md}

still not changed to rm -v. You will likely miss it when these files are (re)moved by upstream and this can be dropped.

Also, it doesn't build on rawhide:

https://koji.fedoraproject.org/koji/taskinfo?taskID=115915386

...
/builddir/build/BUILD/QMPlay2-src-24.03.16/src/modules/FFmpeg/FFDecSW.cpp:609:60: error: cannot convert ‘QStringBuilder<const char (&)[29], QByteArray&>’ to ‘const QString&’
  609 |         QMPlay2Core.logInfo("Converting to pixel format: " + desiredPixFmtName);
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
      |                                                            |
      |                                                            QStringBuilder<const char (&)[29], QByteArray&>
In file included from /builddir/build/BUILD/QMPlay2-src-24.03.16/src/qmplay2/Settings.hpp:21,
                 from /builddir/build/BUILD/QMPlay2-src-24.03.16/src/qmplay2/Module.hpp:25:

Comment 8 Dominik 'Rathann' Mierzejewski 2024-04-05 09:45:56 UTC
It looks like Qt6 6.7.0 broke it. It built successfully against Qt6 6.6.2 in RPM Fusion: https://koji.rpmfusion.org/koji/buildinfo?buildID=28343 .

Comment 9 Dominik 'Rathann' Mierzejewski 2024-04-09 11:05:35 UTC
24.04.07 was released meanwhile and it looks like it fixes building with Qt6 6.7.0: https://koji.rpmfusion.org/koji/buildinfo?buildID=28557 .

Comment 10 Dominik 'Rathann' Mierzejewski 2024-04-30 07:38:55 UTC
Ping.

Comment 11 Yaakov Selkowitz 2024-05-08 17:28:48 UTC
Spec URL: https://yselkowitz.fedorapeople.org/qmplay2.spec
SRPM URL: https://yselkowitz.fedorapeople.org/qmplay2-24.04.07-2.fc41.src.rpm
Description: QMPlay2 is a video player, it can play and stream all formats supported by ffmpeg and libmodplug (including J2B). It has an integrated Youtube browser.
Fedora Account System Username: yselkowitz

Comment 12 Fedora Review Service 2024-05-08 18:06:31 UTC
Created attachment 2032212 [details]
The .spec file difference from Copr build 6911573 to 7427084

Comment 13 Fedora Review Service 2024-05-08 18:06:34 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/7427084
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2257179-qmplay2/fedora-rawhide-x86_64/07427084-qmplay2/fedora-review/review.txt

Found issues:

- Unversioned so-files directly in %_libdir.
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages

Please know that there can be false-positives.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 14 Dominik 'Rathann' Mierzejewski 2024-05-09 10:34:25 UTC
All issues seem to have been addressed.

APPROVED.

Comment 15 Fedora Admin user for bugzilla script actions 2024-05-09 11:52:01 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/qmplay2

Comment 16 Fedora Update System 2024-05-09 15:42:13 UTC
FEDORA-2024-6cd88f6c28 (qmplay2-24.04.07-2.fc39) has been submitted as an update to Fedora 39.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-6cd88f6c28

Comment 17 Fedora Update System 2024-05-09 15:42:26 UTC
FEDORA-2024-4b221cef99 (qmplay2-24.04.07-2.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-4b221cef99

Comment 18 Fedora Update System 2024-05-09 16:14:17 UTC
FEDORA-2024-e581f1a089 (qmplay2-24.04.07-3.fc39) has been submitted as an update to Fedora 39.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-e581f1a089

Comment 19 Fedora Update System 2024-05-10 01:50:53 UTC
FEDORA-2024-e581f1a089 has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-e581f1a089 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-e581f1a089

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.


Note You need to log in before you can comment on or make changes to this bug.