Mageia Bugzilla – Attachment 13036 Details for
Bug 29755
guayadeque crashes immediately inside Cauldron (NB it's different from bug #29742)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file for guayadeque 0.4.6-7.git20211201.1.mga9
guayadeque.spec (text/x-matlab), 5.20 KB, created by
Philippe Didier
on 2021-12-11 02:32:46 CET
(
hide
)
Description:
spec file for guayadeque 0.4.6-7.git20211201.1.mga9
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-12-11 02:32:46 CET
Size:
5.20 KB
patch
obsolete
>%global gdate 20211201 >%global rel 1 > >Summary: Music Player with the aims to be intuitive, easy to use and fast >Name: guayadeque >Version: 0.4.6 >Release: %mkrel 8.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.xz >%endif >Patch0: guayadeque-0.4.6-desktop-shortcuts.patch >Patch2: guayadeque-0.4.6-wxgtk3.1.patch >BuildRequires: cmake >BuildRequires: wxgtk-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) >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 >%autosetup -p1 -n %{name}-%{?gdate}%{!?gdate:%version} > >#remove build script conflicting with build/ folder used by cmake >rm -f ./build* > ># remove bundled libs >rm -rf src/wx/wxsql* src/wxsqlite3 > >%build >%cmake -DENABLE_LIBINDICATE:BOOL=OFF >%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 > > >%changelog >* Thu Dec 02 2021 philippedidier 0.4.6-8.git20211201.1.mga8 >- update to latest git snapshot > >* Fri Jan 01 2021 wally <wally> 0.4.6-7.git20201222.2.mga8 >+ Revision: 1667703 >- rebuild for wxgtk pre 3.1.5 snapshot > >* Thu Dec 24 2020 wally <wally> 0.4.6-7.git20201222.1.mga8 >+ Revision: 1663514 >- update to latest git snapshot > >* Thu Dec 24 2020 wally <wally> 0.4.6-6.mga8 >+ Revision: 1663310 >- add more wxWidgets 3.1.4 patches from upstream > >* Mon Dec 21 2020 wally <wally> 0.4.6-5.mga8 >+ Revision: 1662576 >- rebuild for new wxgtk 3.1.4 > >* Tue Aug 11 2020 wally <wally> 0.4.6-4.mga8 >+ Revision: 1613392 >- add upstream patch to fix build with gcc10 >- disable libindicate support > >* Tue Feb 18 2020 daviddavid <daviddavid> 0.4.6-3.mga8 >+ Revision: 1538676 >- use new cmake macros >+ umeabot <umeabot> >- Mageia 8 Mass Rebuild > >* Tue Nov 12 2019 wally <wally> 0.4.6-2.mga8 >+ Revision: 1459468 >- rebuild for wxgtk 3.1.3 > >* Wed Jul 17 2019 wally <wally> 0.4.6-1.mga8 >+ Revision: 1422178 >- new version 0.4.6 >- add patch to fix build with gtk3 enabled wxgtk 3.1.2 > >* Sat Apr 20 2019 daviddavid <daviddavid> 0.4.5-3.mga7 >+ Revision: 1394039 >- rebuild for new wxsqlite3 4.4.2 >- add patch to explicitly set wxwidgets components required >- enable indicate support > >* Sun Sep 23 2018 umeabot <umeabot> 0.4.5-2.mga7 >+ Revision: 1298138 >- Mageia 7 Mass Rebuild >+ daviddavid <daviddavid> >- use new rpm macros > >* Mon Feb 13 2017 cjw <cjw> 0.4.5-1.mga6 >+ Revision: 1085947 >- 0.4.5 >- fix url >- add dependency on gstreamer1.0-libav because it's needed for wma playback advertised in description > >* Fri Feb 05 2016 umeabot <umeabot> 0.3.5-7.mga6 >+ Revision: 938667 >- Mageia 6 Mass Rebuild > >* Wed Oct 15 2014 umeabot <umeabot> 0.3.5-6.mga5 >+ Revision: 741900 >- Second Mageia 5 Mass Rebuild > >* Tue Sep 16 2014 umeabot <umeabot> 0.3.5-5.mga5 >+ Revision: 680040 >- Mageia 5 Mass Rebuild > >* Fri Oct 18 2013 umeabot <umeabot> 0.3.5-4.mga4 >+ Revision: 505386 >- Mageia 4 Mass Rebuild > >* Sat Jan 12 2013 umeabot <umeabot> 0.3.5-3.mga3 >+ Revision: 352944 >- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild > >* Thu Dec 20 2012 barjac <barjac> 0.3.5-2.mga3 >+ Revision: 333510 >- change group to new policy > >* Wed Mar 07 2012 anssi <anssi> 0.3.5-1.mga2 >+ Revision: 221343 >- new version 0.3.5 >- drop now unneeded fix-string-literal.patch, fixed upstream > >* Mon Sep 05 2011 doktor5000 <doktor5000> 0.3.1-1.mga2 >+ Revision: 138901 >- add BuildRequires on desktop-file-utils >- remove unused Require >- imported package guayadeque >+ anssi <anssi> >- fix -Wformat-security patch >
%global gdate 20211201 %global rel 1 Summary: Music Player with the aims to be intuitive, easy to use and fast Name: guayadeque Version: 0.4.6 Release: %mkrel 8.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.xz %endif Patch0: guayadeque-0.4.6-desktop-shortcuts.patch Patch2: guayadeque-0.4.6-wxgtk3.1.patch BuildRequires: cmake BuildRequires: wxgtk-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) 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 %autosetup -p1 -n %{name}-%{?gdate}%{!?gdate:%version} #remove build script conflicting with build/ folder used by cmake rm -f ./build* # remove bundled libs rm -rf src/wx/wxsql* src/wxsqlite3 %build %cmake -DENABLE_LIBINDICATE:BOOL=OFF %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 %changelog * Thu Dec 02 2021 philippedidier 0.4.6-8.git20211201.1.mga8 - update to latest git snapshot * Fri Jan 01 2021 wally <wally> 0.4.6-7.git20201222.2.mga8 + Revision: 1667703 - rebuild for wxgtk pre 3.1.5 snapshot * Thu Dec 24 2020 wally <wally> 0.4.6-7.git20201222.1.mga8 + Revision: 1663514 - update to latest git snapshot * Thu Dec 24 2020 wally <wally> 0.4.6-6.mga8 + Revision: 1663310 - add more wxWidgets 3.1.4 patches from upstream * Mon Dec 21 2020 wally <wally> 0.4.6-5.mga8 + Revision: 1662576 - rebuild for new wxgtk 3.1.4 * Tue Aug 11 2020 wally <wally> 0.4.6-4.mga8 + Revision: 1613392 - add upstream patch to fix build with gcc10 - disable libindicate support * Tue Feb 18 2020 daviddavid <daviddavid> 0.4.6-3.mga8 + Revision: 1538676 - use new cmake macros + umeabot <umeabot> - Mageia 8 Mass Rebuild * Tue Nov 12 2019 wally <wally> 0.4.6-2.mga8 + Revision: 1459468 - rebuild for wxgtk 3.1.3 * Wed Jul 17 2019 wally <wally> 0.4.6-1.mga8 + Revision: 1422178 - new version 0.4.6 - add patch to fix build with gtk3 enabled wxgtk 3.1.2 * Sat Apr 20 2019 daviddavid <daviddavid> 0.4.5-3.mga7 + Revision: 1394039 - rebuild for new wxsqlite3 4.4.2 - add patch to explicitly set wxwidgets components required - enable indicate support * Sun Sep 23 2018 umeabot <umeabot> 0.4.5-2.mga7 + Revision: 1298138 - Mageia 7 Mass Rebuild + daviddavid <daviddavid> - use new rpm macros * Mon Feb 13 2017 cjw <cjw> 0.4.5-1.mga6 + Revision: 1085947 - 0.4.5 - fix url - add dependency on gstreamer1.0-libav because it's needed for wma playback advertised in description * Fri Feb 05 2016 umeabot <umeabot> 0.3.5-7.mga6 + Revision: 938667 - Mageia 6 Mass Rebuild * Wed Oct 15 2014 umeabot <umeabot> 0.3.5-6.mga5 + Revision: 741900 - Second Mageia 5 Mass Rebuild * Tue Sep 16 2014 umeabot <umeabot> 0.3.5-5.mga5 + Revision: 680040 - Mageia 5 Mass Rebuild * Fri Oct 18 2013 umeabot <umeabot> 0.3.5-4.mga4 + Revision: 505386 - Mageia 4 Mass Rebuild * Sat Jan 12 2013 umeabot <umeabot> 0.3.5-3.mga3 + Revision: 352944 - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild * Thu Dec 20 2012 barjac <barjac> 0.3.5-2.mga3 + Revision: 333510 - change group to new policy * Wed Mar 07 2012 anssi <anssi> 0.3.5-1.mga2 + Revision: 221343 - new version 0.3.5 - drop now unneeded fix-string-literal.patch, fixed upstream * Mon Sep 05 2011 doktor5000 <doktor5000> 0.3.1-1.mga2 + Revision: 138901 - add BuildRequires on desktop-file-utils - remove unused Require - imported package guayadeque + anssi <anssi> - fix -Wformat-security patch
View Attachment As Raw
Actions:
View
Attachments on
bug 29755
:
13035
| 13036 |
13037
|
13038