#3 Enable mms transport plugin
Closed 8 months ago by yselkowitz. Opened 9 months ago by yselkowitz.
rpms/ yselkowitz/qmmp rawhide  into  rawhide

file modified
+7 -2
@@ -1,6 +1,6 @@ 

  Name:		qmmp

  Version:	2.1.4

- Release:	2%{?dist}

+ Release:	3%{?dist}

  Summary:	Qt-based multimedia player

  

  License:	GPLv2+ and CC-BY-SAv4+
@@ -21,6 +21,7 @@ 

  BuildRequires:	libcdio-paranoia-devel

  BuildRequires:	libcurl-devel

  BuildRequires:	libmad-devel

+ BuildRequires:	libmms-devel

  BuildRequires:	libmpcdec-devel

  BuildRequires:	libogg-devel

  BuildRequires:	libprojectM-devel
@@ -41,8 +42,10 @@ 

  BuildRequires:	wavpack-devel

  BuildRequires:	wildmidi-devel

  

+ %if %{undefined flatpak}

  # /usr/share/solid/actions owner

  Requires:	kf5-filesystem

+ %endif

  

  Recommends:	qmmp-plugin-pack

  # some external tools listed in
@@ -101,7 +104,6 @@ 

  %build

  %cmake \

  	-D USE_AAC:BOOL=FALSE \

- 	-D USE_MMS:BOOL=FALSE \

  	-D USE_MPLAYER:BOOL=FALSE \

  	-D USE_LIBRCD:BOOL=TRUE \

  	-D QMMP_DEFAULT_OUTPUT=pipewire \
@@ -147,6 +149,9 @@ 

  %{_libdir}/libqmmp*.so

  

  %changelog

+ * Tue Aug 29 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 2.1.4-3

+ - Enable mms transport plugin

+ 

  * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.4-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

  

libmms is now available in F37+ (F39 is still in testing due to beta freeze). Please note that rpmfusion's qmmp-plugins-freeworld will need updating to avoid conflicting with this.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2235608

1 new commit added

  • Fix flatpak build
9 months ago

Pull-Request has been closed by yselkowitz

8 months ago
Metadata