;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2016, 2017 Alex Kost ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages tv) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) #:use-module (gnu packages compression) #:use-module (gnu packages fontutils) #:use-module (gnu packages image) #:use-module (gnu packages linux) #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) (define-public tvtime (package (name "tvtime") (version "1.0.11") (source (origin (method url-fetch) (uri (string-append "https://linuxtv.org/downloads/tvtime/tvtime-" version ".tar.gz")) (sha256 (base32 "1367rl3n6qxwf30lqyz234zpb43s9xjhig3hrvbg7cbqcl8g4fs0")))) (build-system gnu-build-system) (inputs `(("alsa-lib" ,alsa-lib) ("libx11" ,libx11) ("libxext" ,libxext) ("libxt" ,libxt) ("libxtst" ,libxtst) ("libxinerama" ,libxinerama) ("libxv" ,libxv) ("libxxf86vm" ,libxxf86vm) ("libpng" ,libpng) ("libxml2" ,libxml2) ("freetype" ,freetype) ("zlib" ,zlib))) (home-page "http://tvtime.sourceforge.net") (synopsis "Television viewer") (description "Tvtime processes the input from your video capture card and displays it on a monitor. It focuses on a high visual quality.") (license license:gpl2+))) guix/tree/po/packages?id=9f1ef201142e0b3369d55cd486e2d7d7da3a4ed7'>packages/POTFILES.in
blob: 4775986c57079e3e1f042c358fae082cc98f7358 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# List of source files which contain translatable strings.  These should be
# only package modules (currently it's only a subset of them, but eventually
# all of them should be listed here.)  Strings of the tools are in 'po/guix'.
gnu/packages/abiword.scm
gnu/packages/aspell.scm
gnu/packages/audio.scm
gnu/packages/backup.scm
gnu/packages/base.scm
gnu/packages/bittorrent.scm
gnu/packages/certs.scm
gnu/packages/compression.scm
gnu/packages/databases.scm
gnu/packages/debug.scm
gnu/packages/dejagnu.scm
gnu/packages/games.scm
gnu/packages/gcc.scm
gnu/packages/gettext.scm
gnu/packages/gimp.scm
gnu/packages/gnome.scm
gnu/packages/gnuzilla.scm
gnu/packages/gtk.scm
gnu/packages/guile.scm
gnu/packages/imagemagick.scm
gnu/packages/image.scm
gnu/packages/image-viewers.scm
gnu/packages/inkscape.scm
gnu/packages/jemalloc.scm
gnu/packages/less.scm
gnu/packages/lesstif.scm
gnu/packages/libreoffice.scm
gnu/packages/linux.scm
gnu/packages/lout.scm
gnu/packages/messaging.scm
gnu/packages/mpd.scm
gnu/packages/netpbm.scm
gnu/packages/nettle.scm
gnu/packages/networking.scm
gnu/packages/pdf.scm
gnu/packages/pem.scm
gnu/packages/perl.scm
gnu/packages/photo.scm
gnu/packages/ratpoison.scm
gnu/packages/readline.scm
gnu/packages/scanner.scm
gnu/packages/scheme.scm
gnu/packages/search.scm
gnu/packages/serveez.scm
gnu/packages/shells.scm
gnu/packages/telephony.scm
gnu/packages/tex.scm
gnu/packages/texinfo.scm
gnu/packages/textutils.scm
gnu/packages/version-control.scm
gnu/packages/virtualization.scm
gnu/packages/webkit.scm
gnu/packages/web.scm
gnu/packages/wordnet.scm
gnu/packages/xiph.scm