Package: gmpc / 11.8.16-23
Metadata
| Package | Version | Patches format |
|---|---|---|
| gmpc | 11.8.16-23 | 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 ! |
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 ! |
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 ! |
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 ! |
small fixes to glyros and vapi |
| 0005 Correct vapi binding for MPD.Song.patch | (download) |
src/Providers/ChartLyrics.vala |
4 2 + 2 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
link with math library As gmpc uses floor(), it should link with -lm. |
| 0014 Updates for vala 0.18.patch | (download) |
src/vala/gmpc-mpddata-treeview-tooltip.vala |
4 4 + 0 - 0 ! |
updates for vala 0.18 |
| 0015 Fix build with vala 0.36.patch | (download) |
src/browsers/gmpc-metadata-browser2.vala |
4 4 + 0 - 0 ! |
fix build with vala 0.36 |
| 0016 Add generated files to POTFILES.skip.patch | (download) |
po/POTFILES.skip |
5 5 + 0 - 0 ! |
add generated files to potfiles.skip |
| Fix build failure with Vala 0.38.patch | (download) |
src/vala/gmpc-easy-command.vala |
2 1 + 1 - 0 ! |
fix build failure with vala >= 0.38 Signed-off-by: Simon McVittie <smcv@debian.org> Bug-Debian: https://bugs.debian.org/921782 |
| Fix build with Vala 0.44.patch | (download) |
src/browsers/gmpc-metadata-browser2.vala |
6 3 + 3 - 0 ! |
fix build with vala 0.44 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> |
| Move out parameters to last position.patch | (download) |
src/Providers/music-tree.vala |
22 11 + 11 - 0 ! |
move 'out' parameters to last position Newer versions of Vala require this. Signed-off-by: Simon McVittie <smcv@debian.org> |
| Port from obsolete gnome doc utils to yelp tools.patch | (download) |
configure.ac |
10 8 + 2 - 0 ! |
port from obsolete gnome-doc-utils to yelp-tools Signed-off-by: Simon McVittie <smcv@debian.org> Bug-Debian: https://bugs.debian.org/947528 |
| Don t install remote man pages if remote is disabled.patch | (download) |
doc/Makefile.am |
7 6 + 1 - 0 ! |
don't install remote man pages if remote is disabled Signed-off-by: Simon McVittie <smcv@debian.org> |
| Fix missing declaration for main_window_add_status_icon.patch | (download) |
src/vapi/gmpc.vapi |
2 1 + 1 - 0 ! |
fix missing declaration for main_window_add_status_icon() Bug-Debian: https://bugs.debian.org/1066611 |
| Squash some compiler warnings.patch | (download) |
src/GUI/title_header.c |
6 3 + 3 - 0 ! |
squash some compiler warnings This avoids FTBFS with gcc 14, which is more strict about casting between pointer types. Bug-Debian: https://bugs.debian.org/1075017 |
| download Remove proxy settings.patch | (download) |
src/Tools/gmpc_easy_download.c |
197 0 + 197 - 0 ! |
download: remove proxy settings libsoup3 uses desktop-wide proxy settings, via the default GProxyResolver. Signed-off-by: Simon McVittie <smcv@debian.org> |
| download port from libsoup2.4 to libsoup3.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
download: port from libsoup2.4 to libsoup3 libsoup3 implements proxies and (de)compresion internally by default, so this is much simpler than it was with libsoup2.4. Signed-off-by: Simon McVittie <smcv@debian.org> |
