diff options
author | Alex Kost <alezost@gmail.com> | 2016-05-02 13:42:33 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-05-04 23:08:39 +0300 |
commit | af5640d1dd18328dbfec5cb11f73224efd47f1aa (patch) | |
tree | 53c3a48955fd690feae84808ef9be78e5f2aa04c /gnu/packages/patches/tvtime-pngoutput.patch | |
parent | 41447b3199a1455c26639d535c6397d991611274 (diff) | |
download | gnu-guix-af5640d1dd18328dbfec5cb11f73224efd47f1aa.tar gnu-guix-af5640d1dd18328dbfec5cb11f73224efd47f1aa.tar.gz |
gnu: tvtime: Update to 1.0.10.
* gnu/packages/tv.scm (tvtime): Update to 1.0.10.
[source]: Remove patches.
[inputs]: Add 'alsa-lib'.
* gnu/packages/patches/tvtime-gcc41.patch,
gnu/packages/patches/tvtime-pngoutput.patch,
gnu/packages/patches/tvtime-videodev2.patch,
gnu/packages/patches/tvtime-xmltv.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/packages/patches/tvtime-pngoutput.patch')
-rw-r--r-- | gnu/packages/patches/tvtime-pngoutput.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/tvtime-pngoutput.patch b/gnu/packages/patches/tvtime-pngoutput.patch deleted file mode 100644 index 0d14f77ca1..0000000000 --- a/gnu/packages/patches/tvtime-pngoutput.patch +++ /dev/null @@ -1,15 +0,0 @@ -Source: https://sources.debian.net/src/tvtime/1.0.2-14/debian/patches/libpng.diff - -From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> -Date: Mon, 14 May 2012 19:01:31 +0900 -Prepares the package for libpng 1.5. Closes: #650582. - ---- tvtime-1.0.2.orig/src/pngoutput.c -+++ tvtime-1.0.2/src/pngoutput.c -@@ -18,5 +18,6 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <zlib.h> - #include <png.h> - #include "pngoutput.h" |