Package: libgroove / 4.3.0-5

Metadata

Package Version Patches format
libgroove 4.3.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gnu install dirs.patch | (download)

CMakeLists.txt | 25 13 + 12 - 0 !
1 file changed, 13 insertions(+), 12 deletions(-)

 use gnuinstalldirs to determine install locations gnuinstalldirs is
 available as of cmake 2.8.5.


no Werror.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 cmake: remove werror

It is harmful in distributions as it causes unnecessary build failures.

dummyplayer do not unlock the play head mutex when an und.patch | (download)

grooveplayer/player.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 dummyplayer: do not unlock the play head mutex when an underrun
 occurs

The lock needs to be held to be usable in pthread_cond_timedwait after
exiting the read loop, after which the lock is released.

ffmpeg 4.0.patch | (download)

groove/encoder.c | 2 1 + 1 - 0 !
groove/file.c | 2 1 + 1 - 0 !
groove/playlist.c | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 fix ftbfs with ffmpeg 4.0