Mageia Bugzilla – Attachment 13973 Details for
Bug 32231
guayadeque crashes inside Mageia9 when "enable volume and fader" is activated in settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
new spec file
guayadeque.spec (text/plain), 3.01 KB, created by
Philippe Didier
on 2023-09-06 15:39:04 CEST
(
hide
)
Description:
new spec file
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2023-09-06 15:39:04 CEST
Size:
3.01 KB
patch
obsolete
>%global gdate 20230319 >%global rel 2 >%global commit 1ae725ae887e36c4c9c6aa8fbc166e82e0a204e0 >Name: guayadeque >Summary: Music Player with the aims to be intuitive, easy to use and fast >Version: 0.4.7 >Release: %mkrel 2.git%{?gdate}.%{rel} >Group: Sound/Players >License: GPLv2+ >URL: https://www.guayadeque.org/ >%if 0%{!?gdate:1} >Source0: https://github.com/anonbeat/guayadeque/archive/v%{version}/%{name}-%{version}.tar.gz >%else >Source0: %{name}-%{gdate}.tar.gz >%endif >#Patch0: guayadeque-0.4.6-desktop-shortcuts.patch >#Patch2: guayadeque-0.4.6-wxgtk3.1.patch >Patch3: guayadeque-0.4.7-wxgtk3.2.patch >#Patch10: 0001-Fix-compilation-error-with-gcc13-in-taginfo.patch >BuildRequires: cmake >BuildRequires: wxgtk3.2-devel >BuildRequires: wxgtku3.2-devel >BuildRequires: pkgconfig(sqlite3) >BuildRequires: pkgconfig(libxml-2.0) >BuildRequires: pkgconfig(taglib) >BuildRequires: pkgconfig(libcurl) >BuildRequires: libmp4v2-devel >BuildRequires: pkgconfig(flac) >BuildRequires: pkgconfig(dbus-1) >BuildRequires: gstreamer1.0-devel >BuildRequires: imagemagick >BuildRequires: pkgconfig(libgpod-1.0) >BuildRequires: desktop-file-utils >BuildRequires: pkgconfig(wxsqlite3) >BuildRequires: pkgconfig(jsoncpp) >BuildRequires: pkgconfig(json-glib-1.0) >BuildRequires: pkgconfig(appstream) >Requires: gstreamer1.0-plugins-base >Requires: gstreamer1.0-plugins-good >Requires: gstreamer1.0-plugins-ugly >Requires: gstreamer1.0-libav > > >%description >Guayadeque is a music management program designed for all music enthusiasts. >It is Full Featured Linux media player that can easily manage large collections >and uses the Gstreamer media framework. >Some of Guayadeque Features > >- Play mp3, ogg, flac, wma, wav, mpc, mp4, ape, ... >- Configurable cross fader engine >- Configurable Silence detector to avoid listening to silence between tracks >- Read and write tags in all supported formats >- Allow to catalog your music using labels > Any track, artist or album can have as many labels you want >- Smart play mode that add tracks that fit your music taste >- Ability to download covers manually or automatically >- Suggest music using last.fm service >- Allow fast access to any music file by genre, artist, album, etc >- Play and Record shoutcast radios > > >%prep >%if 0%{!?gdate:1} >%autosetup -p1 >%else >%autosetup -p1 -n %{name}-%{commit} >%endif ># remove bundled libs >rm -rf src/wx/wxsql* src/wxsqlite3 > >%build >%global _vpath_builddir build-%{_arch} >%cmake \ > -DENABLE_LIBINDICATE:BOOL=OFF \ > -DCMAKE_CXX_STANDARD:STRING=11 >%cmake_build > >%install >%cmake_install > >desktop-file-install --vendor="" \ > --remove-category="Application" \ > --remove-key="Encoding" \ > --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop > >%find_lang %{name} > > >%files -f %{name}.lang >%doc README ChangeLog LICENSE >%{_bindir}/%{name} >%{_datadir}/%{name}/ >%{_datadir}/applications/%{name}.desktop >%{_datadir}/pixmaps/%{name}.png >%{_datadir}/appdata/%{name}.appdata.xml
%global gdate 20230319 %global rel 2 %global commit 1ae725ae887e36c4c9c6aa8fbc166e82e0a204e0 Name: guayadeque Summary: Music Player with the aims to be intuitive, easy to use and fast Version: 0.4.7 Release: %mkrel 2.git%{?gdate}.%{rel} Group: Sound/Players License: GPLv2+ URL: https://www.guayadeque.org/ %if 0%{!?gdate:1} Source0: https://github.com/anonbeat/guayadeque/archive/v%{version}/%{name}-%{version}.tar.gz %else Source0: %{name}-%{gdate}.tar.gz %endif #Patch0: guayadeque-0.4.6-desktop-shortcuts.patch #Patch2: guayadeque-0.4.6-wxgtk3.1.patch Patch3: guayadeque-0.4.7-wxgtk3.2.patch #Patch10: 0001-Fix-compilation-error-with-gcc13-in-taginfo.patch BuildRequires: cmake BuildRequires: wxgtk3.2-devel BuildRequires: wxgtku3.2-devel BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(taglib) BuildRequires: pkgconfig(libcurl) BuildRequires: libmp4v2-devel BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(dbus-1) BuildRequires: gstreamer1.0-devel BuildRequires: imagemagick BuildRequires: pkgconfig(libgpod-1.0) BuildRequires: desktop-file-utils BuildRequires: pkgconfig(wxsqlite3) BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(appstream) Requires: gstreamer1.0-plugins-base Requires: gstreamer1.0-plugins-good Requires: gstreamer1.0-plugins-ugly Requires: gstreamer1.0-libav %description Guayadeque is a music management program designed for all music enthusiasts. It is Full Featured Linux media player that can easily manage large collections and uses the Gstreamer media framework. Some of Guayadeque Features - Play mp3, ogg, flac, wma, wav, mpc, mp4, ape, ... - Configurable cross fader engine - Configurable Silence detector to avoid listening to silence between tracks - Read and write tags in all supported formats - Allow to catalog your music using labels Any track, artist or album can have as many labels you want - Smart play mode that add tracks that fit your music taste - Ability to download covers manually or automatically - Suggest music using last.fm service - Allow fast access to any music file by genre, artist, album, etc - Play and Record shoutcast radios %prep %if 0%{!?gdate:1} %autosetup -p1 %else %autosetup -p1 -n %{name}-%{commit} %endif # remove bundled libs rm -rf src/wx/wxsql* src/wxsqlite3 %build %global _vpath_builddir build-%{_arch} %cmake \ -DENABLE_LIBINDICATE:BOOL=OFF \ -DCMAKE_CXX_STANDARD:STRING=11 %cmake_build %install %cmake_install desktop-file-install --vendor="" \ --remove-category="Application" \ --remove-key="Encoding" \ --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop %find_lang %{name} %files -f %{name}.lang %doc README ChangeLog LICENSE %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_datadir}/appdata/%{name}.appdata.xml
View Attachment As Raw
Actions:
View
Attachments on
bug 32231
:
13965
|
13973
|
13974
|
13988
|
13989
|
13990
|
13991
|
13992
|
13993
|
13998
|
14114
|
14148
|
14152
|
14153
|
14157
|
14158
|
14159
|
14160
|
14161
|
14162
|
14163
|
14164
|
14165
|
14166