Mageia Bugzilla – Attachment 14114 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
spec file to build Guayadeque for Mageia8 with the last git clone
guayadeque.spec (text/plain), 2.88 KB, created by
Philippe Didier
on 2023-10-29 17:21:59 CET
(
hide
)
Description:
spec file to build Guayadeque for Mageia8 with the last git clone
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2023-10-29 17:21:59 CET
Size:
2.88 KB
patch
obsolete
>%global gdate 20230928 >%global commit0 8f21414475504d820d027b1d20268d7b39547188 >%define subrel 1 >%global rel 2 > >Name: guayadeque >Version: 0.4.7 >Release: %mkrel 3.git%{?gdate}.%{rel} >Summary: Music Player with the aims to be intuitive, easy to use and fast >Group: Sound/Players >License: GPLv3 >URL: https://www.guayadeque.org/ >%if 0%{!?gdate:1} >Source0: https://github.com/anonbeat/guayadeque/archive/v%{version}/%{name}-%{version}.tar.gz >%else >Source0: https://github.com/anonbeat/guayadeque/archive/%{commit0}/%{name}-%{commit0}.tar.gz >%endif >#Patch0: guayadeque-0.4.6-desktop-shortcuts.patch >#Patch3: guayadeque-0.4.6-wxgtk3.1.6.patch >Patch4: guayadeque-0.4.6-wxgtk3.1.patch >BuildRequires: cmake >BuildRequires: desktop-file-utils >BuildRequires: imagemagick >BuildRequires: wxgtk-devel >BuildRequires: libmp4v2-devel >BuildRequires: pkgconfig(sqlite3) >BuildRequires: pkgconfig(libxml-2.0) >BuildRequires: pkgconfig(taglib) >BuildRequires: pkgconfig(libcurl) >BuildRequires: pkgconfig(flac) >BuildRequires: pkgconfig(dbus-1) >BuildRequires: pkgconfig(gstreamer-1.0) >BuildRequires: pkgconfig(libgpod-1.0) >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}-%{?commit0}%{!?commit0:%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 > >%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.md ChangeLog >%license LICENSE >%{_bindir}/%{name} >%{_datadir}/%{name}/ >%{_datadir}/applications/%{name}.desktop >%{_datadir}/pixmaps/%{name}.png >%{_datadir}/appdata/%{name}.appdata.xml
%global gdate 20230928 %global commit0 8f21414475504d820d027b1d20268d7b39547188 %define subrel 1 %global rel 2 Name: guayadeque Version: 0.4.7 Release: %mkrel 3.git%{?gdate}.%{rel} Summary: Music Player with the aims to be intuitive, easy to use and fast Group: Sound/Players License: GPLv3 URL: https://www.guayadeque.org/ %if 0%{!?gdate:1} Source0: https://github.com/anonbeat/guayadeque/archive/v%{version}/%{name}-%{version}.tar.gz %else Source0: https://github.com/anonbeat/guayadeque/archive/%{commit0}/%{name}-%{commit0}.tar.gz %endif #Patch0: guayadeque-0.4.6-desktop-shortcuts.patch #Patch3: guayadeque-0.4.6-wxgtk3.1.6.patch Patch4: guayadeque-0.4.6-wxgtk3.1.patch BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: imagemagick BuildRequires: wxgtk-devel BuildRequires: libmp4v2-devel BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(taglib) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(libgpod-1.0) 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}-%{?commit0}%{!?commit0:%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 %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.md ChangeLog %license 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