aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tv.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 00:12:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 00:23:32 +0100
commit059a6e9a2d35617e96c0c06c4f8a36b4d0438940 (patch)
treeb24a7fc3bf5c8891f41625d463a111e58e567fb9 /gnu/packages/tv.scm
parent0104ed80ca935d0d24c7ffda4d7c8302ee38b8a0 (diff)
downloadguix-059a6e9a2d35617e96c0c06c4f8a36b4d0438940.tar.gz
guix-059a6e9a2d35617e96c0c06c4f8a36b4d0438940.zip
gnu: libdvdnav: Update to 6.0.1.
* gnu/packages/video.scm (libdvdnav): Update to 6.0.1.
Diffstat (limited to 'gnu/packages/tv.scm')
0 files changed, 0 insertions, 0 deletions
le='2023-10-27 12:13:09 +0200'>2023-10-27teams: Add audio team....Message-ID: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch> From: Gabriel Wicki <gabriel@erlikon.ch> Date: Tue, 2 May 2023 16:38:15 +0200 Subject: [PATCH 1/2] teams: Add audio team. * etc/teams.scm.in (audio): Add team. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Gabriel Wicki 2023-10-22teams: Adjust shebang to use 'guix repl'....This ensures the correct Guix dependencies are always available for the script. * etc/teams.scm.in: Rename to... * etc/teams.scm: ... this. Adjust shebang. * .gitignore: No longer ignore it. * configure.ac: Do not process it with AC_CONFIG_FILES. Reported-by: Clément Lassieur <clement@lassieur.org> Fixes: https://issues.guix.gnu.org/66605 Change-Id: I7a01750c6c5f0696b6c36b1e6caa9389d9e6822c Maxim Cournoyer