Package: gmpc / 11.8.16-10

Metadata

Package Version Patches format
gmpc 11.8.16-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Set minimal bound for libmpd dep to 0.20.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set minimal bound for libmpd dep to 0.20


0002 Change volume slider sensitivity.patch | (download)

src/Widgets/gmpc-progress.vala | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change volume slider sensitivity

In previous versions, GMPC used a GtkVolumeButton which had a sensitivity of 2%.
Since 11.8.16, a homemade widget is used instead with a sensitivity of 5%.
This patch reverts to the previous behaviour.

Relevant Debian bug : #646822.

0003 Fix images on buttons.patch | (download)

glade/playlist3.ui | 22 12 + 10 - 0 !
src/playlist3.c | 11 6 + 5 - 0 !
2 files changed, 18 insertions(+), 15 deletions(-)

 fix images on buttons

Cherry-picked from upstream commits :

19e74c56f9ee88c240ef58379667efe4b31bfebc
ced4f26e053bff5bb04205f623a179fc97fdfe52

0004 Small fixes to glyros and vapi.patch | (download)

src/vapi/gmpc.vapi | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 small fixes to glyros and vapi


0005 Correct vapi binding for MPD.Song.patch | (download)

src/Providers/ChartLyrics.vala | 4 2 + 2 - 0 !
src/Providers/HTBackdrops.vala | 2 1 + 1 - 0 !
src/Providers/LyrDB.vala | 4 2 + 2 - 0 !
src/Providers/RenderCover.vala | 2 1 + 1 - 0 !
src/Providers/music-tree.vala | 21 12 + 9 - 0 !
src/Tools/gmpc-metadata-prefetcher.vala | 2 1 + 1 - 0 !
src/Widgets/gmpc-metadata-backdrop.vala | 2 1 + 1 - 0 !
src/Widgets/gmpc-metadata-similarartists.vala | 6 3 + 3 - 0 !
src/Widgets/gmpc-metadata-similarsongs.vala | 12 6 + 6 - 0 !
src/Widgets/gmpc-metadata-text-label.vala | 6 3 + 3 - 0 !
src/Widgets/gmpc-song-links.vala | 4 2 + 2 - 0 !
src/Widgets/gmpc-song-list.vala | 6 3 + 3 - 0 !
src/browsers/gmpc-metadata-browser2.vala | 39 20 + 19 - 0 !
src/browsers/gmpc-nowplaying2.vala | 4 2 + 2 - 0 !
src/vala/gmpc-favorites.vala | 2 1 + 1 - 0 !
src/vala/gmpc-plugin.vala | 2 1 + 1 - 0 !
src/vala/gmpc-test-plugin.vala | 8 4 + 4 - 0 !
src/vapi/gmpc.vapi | 4 2 + 2 - 0 !
src/vapi/libmpd.vapi | 34 17 + 17 - 0 !
19 files changed, 84 insertions(+), 80 deletions(-)

 correct vapi binding for mpd.song


0006 Fix MetaData object vala binding. fix vala 13.3 buil.patch | (download)

src/vala/gmpc-test-plugin.vala | 6 3 + 3 - 0 !
src/vapi/gmpc.vapi | 11 7 + 4 - 0 !
2 files changed, 10 insertions(+), 7 deletions(-)

 fix metadata object vala binding. (fix vala 13.3 build)


0007 Fix timeout when connecting to a slow mpd.patch | (download)

src/Tools/mpdinteraction.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix timeout when connecting to a slow mpd

0008 Fix build with valac 0.16.patch | (download)

src/vala/gmpc-test-plugin.vala | 6 3 + 3 - 0 !
src/vapi/gmpc.vapi | 5 2 + 3 - 0 !
2 files changed, 5 insertions(+), 6 deletions(-)

 fix build with valac 0.16

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673592

0009 Disable LyrDB lyrics provider.patch | (download)

src/Tools/plugin-man.c | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 disable lyrdb lyrics provider

LyrDB.com makes gmpc segfault, and there are other lyrics providers so disabling
it is a net profit.

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650359

0010 Update translations.patch | (download)

configure.ac | 2 1 + 1 - 0 !
po/ca.po | 2478 2478 + 0 - 0 !
po/fr.po | 241 138 + 103 - 0 !
po/oc.po | 18 9 + 9 - 0 !
po/ru.po | 2 1 + 1 - 0 !
5 files changed, 2627 insertions(+), 114 deletions(-)

 update translations

Sources:
  - [fr] https://translations.launchpad.net/gmpc/l10n/+lang/fr
  - [oc] https://translations.launchpad.net/gmpc/l10n/+lang/oc
  - [ca] https://translations.launchpad.net/gmpc/l10n/+lang/ca
  - [ru] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687999

0011 Disable discogs plugin.patch | (download)

src/Tools/plugin-man.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 disable discogs plugin

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705164

0012 Disable htbackdrops plugin.patch | (download)

src/Tools/plugin-man.c | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 disable htbackdrops plugin

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720918

0013 Link with math.patch | (download)

src/Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 link with math library
0014 Updates for vala 0.18.patch | (download)

src/vala/gmpc-mpddata-treeview-tooltip.vala | 4 4 + 0 - 0 !
src/vapi/gmpc.vapi | 3 2 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 [patch] updates for vala 0.18.