diff options
author | Alex Kost <alezost@gmail.com> | 2015-04-28 22:21:37 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-05-10 18:30:54 +0300 |
commit | 6633f86b4941ec35bb4c328ec1e0b2bbfc41ad83 (patch) | |
tree | 09e0eda652523a63580ef0cc779b142101e4d24c /gnu-system.am | |
parent | f0b98b848384f2957a1658a73f0ff20bcec38c23 (diff) | |
download | patches-6633f86b4941ec35bb4c328ec1e0b2bbfc41ad83.tar patches-6633f86b4941ec35bb4c328ec1e0b2bbfc41ad83.tar.gz |
gnu: Add tvtime.
* gnu/packages/tv.scm,
gnu/packages/patches/tvtime-gcc41.patch,
gnu/packages/patches/tvtime-pngoutput.patch,
gnu/packages/patches/tvtime-videodev2.patch,
gnu/packages/patches/tvtime-xmltv.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add package.
(dist_patch_DATA): Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index f5649f1a0f..0932ef4ad2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -294,6 +294,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/tmux.scm \ gnu/packages/tor.scm \ gnu/packages/tre.scm \ + gnu/packages/tv.scm \ gnu/packages/unrtf.scm \ gnu/packages/upnp.scm \ gnu/packages/uucp.scm \ @@ -547,6 +548,10 @@ dist_patch_DATA = \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/texi2html-i18n.patch \ + gnu/packages/patches/tvtime-gcc41.patch \ + gnu/packages/patches/tvtime-pngoutput.patch \ + gnu/packages/patches/tvtime-videodev2.patch \ + gnu/packages/patches/tvtime-xmltv.patch \ gnu/packages/patches/unzip-CVE-2014-8139.patch \ gnu/packages/patches/unzip-CVE-2014-8140.patch \ gnu/packages/patches/unzip-CVE-2014-8141.patch \ |