Package: tvtime / 1.0.11-7

Metadata

Package Version Patches format
tvtime 1.0.11-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
saveconfig.diff | (download)

src/tvtimeconf.c | 68 50 + 18 - 0 !
1 file changed, 50 insertions(+), 18 deletions(-)

---
home.diff | (download)

src/tvtime-command.c | 3 3 + 0 - 0 !
src/tvtime-configure.c | 5 5 + 0 - 0 !
src/tvtime-scanner.c | 4 4 + 0 - 0 !
src/tvtime.c | 3 3 + 0 - 0 !
4 files changed, 15 insertions(+)

---
freetype.patch | (download)

configure.ac | 5 1 + 4 - 0 !
src/Makefile.am | 3 0 + 3 - 0 !
2 files changed, 1 insertion(+), 7 deletions(-)

 use pkg-config for finding freetype
0001 Fix warning implicit declaration of function minor m.patch | (download)

src/get_media_devices.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix: "warning: implicit declaration of function 'minor' / 'major'"
 errors

Fix the "warning: implicit declaration of function 'minor' / 'major'"
compiler warnings which ultimately lead to the following build error:

src/get_media_devices.c:522: undefined reference to `major'

Signed-off-by: Hans de Goede <hdegoede@redhat.com>

0002 disable insecure temp file.patch | (download)

src/utils.c | 16 5 + 11 - 0 !
1 file changed, 5 insertions(+), 11 deletions(-)

---
libxml2.patch | (download)

configure.ac | 11 1 + 10 - 0 !
src/Makefile.am | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 14 deletions(-)

 use pkg-config instead of xml2-config