Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
...
This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Tobias Geerinckx-Rice
00727470b9
gnu: svt-hevc: Update upstream hash.
...
The v1.5.1 was moved in place (meditate on that) but the change is harmless.
See <http://issues.guix.gnu.org/48966 >.
* gnu/packages/video.scm (svt-hevc)[source]: Adjust hash accordingly.
2021-06-12 10:48:26 +02:00
Michael Rohleder
a1d841433e
gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.
...
* gnu/packages/video.scm (libmediainfo): Fix usage of libcurl and libtinyxml2.
[arguments]: Add configure-flags.
[native-inputs]: Move zlib, tinyxml2, curl, libzen to ...
[propagated-inputs]: ... Here.
(mediainfo):
[native-inputs]: Remove zlib, libzen. Move libmediainfo to ...
[inputs]: ... Here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-12 00:49:32 +02:00
Xinglu Chen
920dd34a34
gnu: youtube-dl: Update to 2021.06.06.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.06.06.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-07 21:52:37 +02:00
Marius Bakke
8d59c262ad
Merge branch 'master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/algebra.scm
gnu/packages/bioinformatics.scm
gnu/packages/curl.scm
gnu/packages/docbook.scm
gnu/packages/emacs-xyz.scm
gnu/packages/maths.scm
gnu/packages/plotutils.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/readline.scm
gnu/packages/tls.scm
gnu/packages/xml.scm
gnu/packages/xorg.scm
2021-06-06 21:16:32 +02:00
Solene Rapenne via Guix-patches via
e2ad110f4c
gnu: vlc: Update to 3.0.14.
...
* gnu/packages/video.scm (vlc): Update to 3.0.14.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-06 18:34:12 +02:00
Maxim Cournoyer
876f4071ab
gnu: libvpx: Update to 1.10.0.
...
* gnu/packages/video.scm (libvpx): Update to 1.10.0.
2021-06-06 02:38:29 -04:00
Maxim Cournoyer
6a0d0c3c47
gnu: libopenshot: Use ffmpeg-4.3.
...
* gnu/packages/video.scm (libopenshot)
[propagated-inputs]{ffmpeg}: Downgrade to ffmpeg 4.3 to fix build.
2021-06-06 02:38:29 -04:00
Maxim Cournoyer
30eccefa39
gnu: Add ffmpeg-4.3.
...
* gnu/packages/video.scm (ffmpeg-4.3): New variable.
2021-06-06 02:38:28 -04:00
Maxim Cournoyer
f02b9d6d2c
gnu: ffmpeg: Update to 4.4.
...
* gnu/packages/video.scm (ffmpeg): Update to 4.4.
2021-06-06 02:38:28 -04:00
Maxim Cournoyer
636e478bac
gnu: rav1e: Update to 0.4.1.
...
* gnu/packages/video.scm (rav1e): Update to 0.4.1.
[source]: Fix indentation.
[cargo-inputs]{rust-arbitrary}: Update to 0.4.
{rust-av-metrics}: New input.
{rust-bitstream-io}: Update to 1.
{rust-cfg-if}: Update to 1.
{rust-console}: Update to 0.14.
{rust-crossbeam}: New input.
{rust-itertools}: Update to 0.10.
{rust-libfuzzer-sys}: New input.
{rust-noop-proc-macro}: Update to 0.3.
{rust-paste}: Update to 1.
{rust-rand}: Update to 0.8.
{rust-rand-chacha}: Update to 0.3.
{rust-regex}: New input.
{rust-rustc-version}: Update to 0.3.
{rust-signal-hook}: Update to 0.3.
{rust-v-frame, rust-wasm-bindgen}: New inputs.
{rust-cc: Move to...
[cargo-development-inputs]: ... here.
{rust-rand}: Update to 0.8.
{rust-rand-chacha}: Update to 0.3.
{rust-semver}: Update to 0.11.
[inputs]{nasm}: Move to...
[native-inputs]: ... here. This was spotted by 'guix lint'.
[synopsis]: Focus on facts, toning down marketing.
[description]: Expound.
2021-06-06 02:38:27 -04:00
Leo Prikler
f6a979860c
gnu: openshot: Use free font.
...
* gnu/packages/video.scm (openshot)[inputs]: Use font-dejavu.
[patch-font-location]: Adjust accordingly.
2021-06-03 08:49:18 +02:00
Tobias Geerinckx-Rice
32a44fb581
gnu: vapoursynth: Update to 53.
...
* gnu/packages/video.scm (vapoursynth): Update to 53.
2021-05-30 15:13:40 +02:00
Tobias Geerinckx-Rice
296fe37aaa
gnu: vapoursynth: Make python a regular input.
...
This follows up on c00b1760f6
, although
meson-build-system's lack of cross-compilation makes it theoretical.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Move python from
here…
[inputs]: …to here.
2021-05-30 12:01:50 +02:00
Tobias Geerinckx-Rice
c00b1760f6
gnu: vapoursynth: Wrap with own PYTHONPATH.
...
This fixes, e.g., ‘vspipe -v’ in a pure environment.
* gnu/packages/video.scm (vapoursynth)[arguments]: Add a 'wrap phase.
Reported by maddo of #guix.
2021-05-30 11:53:00 +02:00
Tobias Geerinckx-Rice
65161ebb1b
gnu: svt-hevc: Update to 1.5.1.
...
* gnu/packages/video.scm (svt-hevc): Update to 1.5.1.
2021-05-29 17:29:36 +02:00
Marius Bakke
4ea6852c5f
Merge branch 'master' into core-updates
2021-05-22 17:21:57 +02:00
Leo Famulari
a74de6c41d
gnu: dav1d: Update to 0.9.0.
...
* gnu/packages/video.scm (dav1d): Update to 0.9.0.
2021-05-20 12:42:59 -04:00
Leo Famulari
bead7dd736
gnu: libaom: Update to 3.1.0.
...
* gnu/packages/video.scm (libaom): Update to 3.1.0.
2021-05-20 12:42:49 -04:00
Tobias Geerinckx-Rice
592d36ffcb
gnu: youtube-dl: Update to 2021.05.16.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.05.16.
2021-05-18 16:37:20 +02:00
Ludovic Courtès
25487c3fe6
Merge branch 'master' into core-updates
2021-05-15 22:55:24 +02:00
Michael Rohleder
559d42d652
gnu: mediainfo: Update to 21.03.
...
* gnu/packages/video.scm (mediainfo): Update to 21.03.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Michael Rohleder
5c2fe9164c
gnu: libmediainfo: Update to 21.03.
...
* gnu/packages/video.scm (libmediainfo): Update to 21.03.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:15 +02:00
Tobias Geerinckx-Rice
79b9131234
gnu: svt-av1: Update to 0.8.7.
...
* gnu/packages/video.scm (svt-av1): Update to 0.8.7.
2021-05-13 00:32:21 +02:00
Marius Bakke
f034264204
Merge branch 'master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/bioinformatics.scm
gnu/packages/django.scm
gnu/packages/gtk.scm
gnu/packages/llvm.scm
gnu/packages/python-web.scm
gnu/packages/python.scm
gnu/packages/tex.scm
guix/build-system/asdf.scm
guix/build/emacs-build-system.scm
guix/profiles.scm
2021-05-09 21:29:46 +02:00
Tobias Geerinckx-Rice
e11246dc58
gnu: youtube-dl: Update to 2021.04.26.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.26.
2021-04-27 12:26:17 +02:00
Tobias Geerinckx-Rice
03c3fd62df
gnu: libdvdcss: Update to 1.4.3.
...
* gnu/packages/video.scm (libdvdcss): Update to 1.4.3.
2021-04-21 00:58:58 +02:00
Tobias Geerinckx-Rice
164800b2a3
gnu: youtube-dl: Update to 2021.04.17.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.17.
2021-04-19 19:22:58 +02:00
Raghav Gururajan
e598032710
gnu: transcode: Disable v4l support due to broken API.
...
* gnu/packages/video.scm (transcode)[inputs]: Remove v4l-utils.
[configure-flags](enable-libv4l2,enable-v4l): Remove flags.
2021-04-19 12:09:54 -04:00
Efraim Flashner
fcc39864db
Merge remote-tracking branch 'origin/master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/boost.scm
gnu/packages/chez.scm
gnu/packages/compression.scm
gnu/packages/crates-io.scm
gnu/packages/docbook.scm
gnu/packages/engineering.scm
gnu/packages/gcc.scm
gnu/packages/gl.scm
gnu/packages/gtk.scm
gnu/packages/nettle.scm
gnu/packages/python-check.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/rust.scm
gnu/packages/sqlite.scm
guix/build-system/node.scm
2021-04-16 14:39:48 +03:00
Tobias Geerinckx-Rice
43110e8d4e
gnu: youtube-dl: Update to 2021.04.07.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.07.
2021-04-07 21:38:21 +02:00
Tobias Geerinckx-Rice
b0a53c5268
gnu: mpv: Update to 0.33.1.
...
* gnu/packages/video.scm (mpv): Update to 0.33.1.
2021-04-07 00:55:46 +02:00
Tobias Geerinckx-Rice
36934d5060
gnu: youtube-dl: Update to 2021.04.01.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
2021-04-01 14:36:00 +02:00
Tobias Geerinckx-Rice
e3dc5819f9
gnu: youtube-dl: Update to 2021.03.31.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.31.
2021-03-31 00:49:07 +02:00
Tobias Geerinckx-Rice
a8b59a032d
gnu: avidemux: Update to 2.7.8.
...
* gnu/packages/video.scm (avidemux): Update to 2.7.8.
[arguments]: Adjust to updated bundled ffmpeg-4.2.4.
2021-03-30 22:54:44 +02:00
Mark H Weaver
9dea161875
gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.
...
* gnu/packages/calendar.scm (libical),
gnu/packages/check.scm (umockdev),
gnu/packages/fontutils.scm (libraqm),
gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing)
(udisks, libfprint, libportal),
gnu/packages/geo.scm (memphis, osm-gps-map),
gnu/packages/glib.scm (template-glib),
gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed)
(gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel)
(libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord)
(geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager)
(network-manager-applet, gfbgraph, libunique, cheese, libhandy)
(gnome-latex, libgda),
gnu/packages/gstreamer.scm (orc),
gnu/packages/gtk.scm (at-spi2-core, goocanvas),
gnu/packages/language.scm (nimf),
gnu/packages/networking.scm (libnice),
gnu/packages/video.scm (schroedinger),
gnu/packages/virtualization.scm (libosinfo),
gnu/packages/webkit.scm (wpewebkit, webkitgtk),
gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with
'gtk-doc/stable'.
2021-03-27 19:48:50 -04:00
Leo Famulari
6665f0fa58
gnu: SVT-HEVC: Update to 1.5.0.
...
* gnu/packages/video.scm (svt-hevc): Update to 1.5.0.
[license]: Specify the license.
2021-03-26 04:05:05 -04:00
Leo Famulari
f0357df8c5
gnu: SVT-AV1: Update URLs.
...
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
2021-03-26 04:05:05 -04:00
Leo Famulari
4c56620555
gnu: libaom: Update to 3.0.0.
...
* gnu/packages/video.scm (libaom): Update to 3.0.0.
2021-03-26 04:05:05 -04:00
Tobias Geerinckx-Rice
a4739f3742
gnu: youtube-dl: Update to 2021.03.25.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.25.
2021-03-25 21:04:40 +01:00
Efraim Flashner
2aab587f84
Merge remote-tracking branch 'origin/master' into core-updates
2021-03-24 20:50:44 +02:00
Tobias Geerinckx-Rice
897177c98e
gnu: celluloid: Update to 0.21.
...
* gnu/packages/video.scm (celluloid): Update to 0.21.
2021-03-23 00:09:51 +01:00
Tobias Geerinckx-Rice
d31db5cff3
gnu: youtube-dl: Update to 2021.03.14.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.14.
2021-03-21 15:36:04 +01:00
David Thompson
1ab03fb745
gnu: srt2vtt: Update to 0.2.
...
* gnu/packages/video.scm (srt2vtt): Update to 0.2. Wrap executable.
2021-03-19 11:57:46 -04:00
Maxime Devos
ce10e2b3e9
gnu: Use autoconf instead of autoconf-wrapper when possible.
...
This should reduce confusion on when to use the "autoconf"
package and when to use "autoconf-wrapper" instead in
package definitions.
Fixes <https://bugs.gnu.org/46564 >.
* gnu/packages/autotools.scm (autoconf-wrapper):
advise to use the "autoconf" package instead where
possible.
* gnu/packages/game-development.scm (tsukundere)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gimp.scm
(glimpse)[native-inputs]: likewise.
(gimp-resynthesizer)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
* gnu/packages/gnunet.scm (gnunet)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gnupg.scm (signing-party)[native-inputs]:
add comment on why "autoconf-wrapper" is used.
* gnu/packages/guile-xyz.scm
(guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/libevent.scm (libuv)[native-inputs]: indicates
"autoconf-wrapper" needs to be replaced with "autoconf"
on core-updates.
* gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf"
instead of "autoconf-wrapper".
* gnu/packages/mail.scm (libetpan)[native-inputs]: likewise.
* gnu/packages/mate.scm
(mate-icon-theme-faenza)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
(mate-screensaver)[native-inputs]: use "autoconf" instead of
"autoconf-wrapper".
* gnu/packages/package-management.scm (guix)[native-inputs]: likewise.
* gnu/packages/sawfish.scm (librep)[native-inputs]: likewise.
* gnu/packages/video.scm (motion)[native-inputs]: likewise.
* gnu/packages/zile.scm (zile)[native-inputs]: likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-17 23:10:19 +01:00
Leo Famulari
d099c9c09b
gnu: VLC: Ensure AV1 files are played with dav1d by default.
...
* gnu/packages/video.scm (vlc)[inputs]: Add dav1d.
2021-03-09 03:42:18 -05:00
Leo Famulari
a7da527d59
gnu: Remove FFmpeg 4.2.
...
* gnu/packages/video.scm (ffmpeg-4.2): Remove variable.
2021-03-09 03:42:18 -05:00
Leo Famulari
0cac5f75ed
gnu: svt-vp9: Fix typo.
...
* gnu/packages/video.scm (svt-vp9): Fix typo in comment.
2021-03-09 03:42:18 -05:00
Leo Famulari
84c7099688
gnu: dav1d: Update to 0.8.2.
...
* gnu/packages/video.scm (dav1d): Update to 0.8.2.
2021-03-09 03:42:18 -05:00
Leo Famulari
0d9b7fd0c1
gnu: libaom: Update to 2.0.2.
...
* gnu/packages/video.scm (libaom): Update to 2.0.2.
2021-03-09 03:42:18 -05:00
Efraim Flashner
fe830ffd8d
gnu: libcaca: Patch for CVE-2021-3410.
...
* gnu/packages/video.scm (libcaca)[source]: Add patches.
* gnu/packages/patches/libcaca-CVE-2021-3410-pt1.patch,
gnu/packages/patches/libcaca-CVE-2021-3410-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2021-03-08 15:48:08 +02:00
Tobias Geerinckx-Rice
f5f41b4261
gnu: straw-viewer: Update to 0.1.3.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.1.3.
2021-03-07 14:36:37 +01:00
Tobias Geerinckx-Rice
a04b285cf5
gnu: get-iplayer: Update to 3.27.
...
* gnu/packages/video.scm (get-iplayer): Update to 3.27.
2021-03-07 14:36:36 +01:00
Christopher Baines
a8448da0f4
Merge branch 'master' into core-updates
2021-03-06 00:18:30 +00:00
Daniel Brooks
3aa65ce266
gnu: youtube-dl: Update to 2021-03-03.
...
gnu/packages/video.scm (youtube-dl): Update to 2021-03-03.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-05 17:27:24 +01:00
Léo Le Bouter
fcb4c112e1
gnu: libmatroska: Update to 1.6.3.
...
* gnu/packages/video.scm (libmatroska): Update to 1.6.3.
2021-03-03 21:37:14 +01:00
Tobias Geerinckx-Rice
8c5cafab49
gnu: pitivi: Update to 2021.01.0.
...
* gnu/packages/video.scm (pitivi): Update to 2021.01.0.
2021-03-02 18:31:42 +01:00
Tobias Geerinckx-Rice
e98c67b873
gnu: pitivi: Build from git source.
...
* gnu/packages/video.scm (pitivi)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2021-03-02 18:31:42 +01:00
David Wilson
2c9a4c9a49
gnu: Add obs-websocket.
...
* gnu/packages/video.scm (obs-websocket): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:50:37 +01:00
Tobias Geerinckx-Rice
a239237b2f
gnu: youtube-dl: Update to 2021.02.22.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.02.22.
2021-02-23 08:02:52 +01:00
Vincent Legoll
e89c1dd4fb
gnu: ffmpeg: Update to 4.3.2.
...
* gnu/packages/video.scm (ffmpeg): Update to 4.3.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-21 16:02:40 -05:00
Danny Milosavljevic
abd318ff4b
Merge branch 'master' into core-updates
2021-02-11 19:12:36 +01:00
Oleg Pykhalov
3f95ac9188
gnu: streamlink: Update to 2.0.0.
...
* gnu/packages/video.scm (streamlink): Update to 2.0.0.
2021-02-09 19:45:05 +03:00
Nicolas Goaziou
ca64fc4d26
gnu: rust-vergen-3: Drop minor version from name.
...
* gnu/packages/crates-io.scm (rust-vergen-3): Drop minor version from name.
* gnu/packages/video.scm (rav1e): Apply renaming.
2021-02-05 23:40:43 +01:00
Christopher Baines
e740cc6140
Merge branch 'master' into core-updates
2021-02-03 09:57:35 +00:00
Andrew Tropin
aee9f696b1
gnu: Add obs-wlrobs.
...
* gnu/packages/video.scm (obs-wlrobs): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Ludovic Courtès
84929062e3
gnu: obs-spectralizer: Remove bundled Windows DLLs.
...
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and
'modules'.
2021-02-02 11:05:43 +01:00
Andrew Tropin
deadd97897
gnu: Add obs-spectralizer.
...
* gnu/packages/video.scm (obs-spectralizer): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Alexey Abramov
5be01dcdc1
gnu: obs: Use an environment variable for plugins location.
...
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (obs): Use it.
* gnu/packages/patches/obs-modules-location.patch: Patch it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Maxim Cournoyer
d42245d401
gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH.
...
This change was automated using:
$ git ls-files | grep .scm | \
xargs sed 's/(getenv "PYTHONPATH")/(getenv "GUIX_PYTHONPATH")/' -i
$ git ls-files | grep .scm | \
xargs sed 's/`("PYTHONPATH"/`("GUIX_PYTHONPATH"/' -i
* gnu/packages/admin.scm (nmap):
(dstat): Wrap using GUIX_PYTHONPATH.
* gnu/packages/audio.scm (jack-2):
(carla): Likewise.
* gnu/packages/benchmark.scm (fio): Likewise.
* gnu/packages/bioinformatics.scm (couger): Likewise.
(gess, find-circ, filtlong, nanopolish): Likewise.
* gnu/packages/cdrom.scm (cdemu-client): Likewise.
* gnu/packages/chemistry.scm (avogadro): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/display-managers.scm (lightdm): Likewise.
* gnu/packages/ebook.scm (cozy): Likewise.
* gnu/packages/education.scm (anki): Likewise.
* gnu/packages/engineering.scm (kicad, volk, freecad): Likewise.
* gnu/packages/game-development.scm (renpy): Likewise.
* gnu/packages/games.scm (roguebox-adventures)
(seahorse-adventures, kajongg): Likewise.
* gnu/packages/gimp.scm (gimp, glimpse): Likewise.
* gnu/packages/glib.scm (itstool): Likewise.
* gnu/packages/gnome.scm (gnome-music, gtg, rhythmbox): Likewise.
(eolie, d-feet, gedit, caribou, gnome-shell, authenticator)
(gnome-todo, orca, passwordsafe, terminator, setzer)
(libratbag, komikku): Likewise.
* gnu/packages/gps.scm (gpsd): Likewise.
* gnu/packages/gtk.scm (gtk-doc): Likewise.
* gnu/packages/ibus.scm (ibus, ibus-libpinyin, ibus-anthy)
(ibus-libhangul): Likewise.
* gnu/packages/inkscape.scm (inkscape-1.0): Likewise.
* gnu/packages/linux.scm (bcc): Likewise.
* gnu/packages/mail.scm (notifymuch): Likewise.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/music.scm (solfege): Likewise.
* gnu/packages/networking.scm (blueman): Likewise.
* gnu/packages/patchutils.scm (patchwork): Likewise.
* gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/presentation.scm (presentty): Likewise.
* gnu/packages/screen.scm (byobu): Likewise.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/syndication.scm (liferea): Likewise.
* gnu/packages/task-management.scm (blanket): Likewise.
* gnu/packages/text-editors.scm (manuskript): Likewise.
* gnu/packages/version-control.scm (gitless, cgit, git-when-merged)
(git-imerge): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (criu): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
2021-02-01 11:54:01 -05:00
Leo Famulari
918a099e74
Revert qt-build-system changes that were pushed to a frozen "staging" branch.
...
This reverts commits 9085260fcc
,
4ecc2a2493
,
094b6ac009
,
104151f4f4
.
2021-01-30 18:05:42 -05:00
Hartmut Goebel
9085260fcc
guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.
...
Unify (guix qt-build-system wrap-all-programs) and
(guix qt-utils wrap-qt-program), so both behave the same.
The functions now reside in qt-utils to make them easily available for
packages not using the qt-build-system.
* guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs):
Move from here ...
* guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs):
... to here. Base the later on
(wrap-qt-program*): New function, carved out from old wrap-all-programs.
(wrap-qt-program): Base on wrap-qt-program*, change arguments in an
incompatible way.
* gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}:
Adjust to new interface of wrap-qt-program.
* gnu/packages/finance.scm (electron-cash): Likewise.
* gnu/packages/geo.scm (qgis): Likewise.
* gnu/packages/password-utils.scm (qtpass): Likewise.
* gnu/packages/video.scm (openshot): Likewise.
* gnu/packages/web-browsers.scm (kristall): Likewise.
2021-01-29 23:04:02 +01:00
Leo Famulari
5aeee07cc9
gnu: VLC: Remove obsolete patch.
...
* gnu/packages/patches/vlc-qt-5.15.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/video.scm (vlc)[source]: Remove patch.
2021-01-27 16:03:16 -05:00
Leo Famulari
68dd78e2e4
Merge branch 'master' into staging
2021-01-25 15:40:55 -05:00
Michael Rohleder
def314d810
gnu: vlc: Update to 3.0.12.
...
* gnu/packages/video.scm (vlc): Update to 3.0.12.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-19 21:47:06 -05:00
Vincent Legoll
dc5d514362
gnu: motion: Update to 4.3.2.
...
* gnu/packages/video.scm (motion): Update to 4.3.2.
[arguments]: In 'bootstrap' phase, adjust 'version.sh' file name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-19 17:45:38 +01:00
Oleg Pykhalov
c35d230c8f
gnu: youtube-dl: Update to 2021.01.16.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.16.
2021-01-17 02:16:18 +03:00
Michael Rohleder
d8fd1c177f
gnu: mkvtoolnix: Update to 52.0.0.
...
* gnu/packages/video.scm (mkvtoolnix): Update to 52.0.0.
[inputs]: Add libdvdread to support dvd chapter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-16 22:56:32 +01:00
Tobias Geerinckx-Rice
8aa66ccb55
gnu: obs: Update to 26.1.2.
...
* gnu/packages/video.scm (obs): Update to 26.1.2.
2021-01-10 23:38:48 +01:00
Efraim Flashner
6985a1acb3
Merge branch 'master' into staging
2021-01-10 14:30:36 +02:00
Tobias Geerinckx-Rice
64baf7fd61
gnu: youtube-dl: Update to 2021.01.08.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.08.
2021-01-09 23:14:27 +01:00
Tobias Geerinckx-Rice
df0447be61
gnu: obs: Update to 26.1.1.
...
* gnu/packages/video.scm (obs): Update to 26.1.1.
2021-01-07 21:45:47 +01:00
Tobias Geerinckx-Rice
d17e6f2b6b
gnu: youtube-viewer: Update to 3.8.1.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.8.1.
2021-01-07 21:45:46 +01:00
Tobias Geerinckx-Rice
aa2e420e81
gnu: dav1d: Update to 0.8.1.
...
* gnu/packages/video.scm (dav1d): Update to 0.8.1.
2021-01-03 19:39:11 +01:00
Tobias Geerinckx-Rice
d9e4ccd1ec
gnu: youtube-dl: Update to 2021.01.03.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.03.
2021-01-03 19:39:10 +01:00
Antoine Côté
e7ff878f75
gnu: rav1e: Update to 0.3.5.
...
* gnu/packages/video.scm (rav1e): Update to 0.3.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03 17:24:26 +02:00
Tobias Geerinckx-Rice
418de55836
gnu: gaupol: Update to 1.9.
...
* gnu/packages/video.scm (gaupol): Update to 1.9.
2021-01-03 06:55:32 +01:00
Tobias Geerinckx-Rice
434f378dff
gnu: you-get: Update to 0.4.1500.
...
* gnu/packages/video.scm (you-get): Update to 0.4.1500.
2021-01-02 18:54:29 +01:00
Tobias Geerinckx-Rice
a0ad182f4c
gnu: youtube-dl: Update to 2020.12.31.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.31.
2021-01-02 18:54:25 +01:00
Efraim Flashner
ccb402d9db
Merge remote-tracking branch 'origin/master' into staging
2020-12-30 10:53:39 +02:00
Leo Famulari
da2877237e
gnu: SVT-AV1: It only supports 64-bit Intel-compatible systems.
...
* gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
2020-12-29 16:03:04 -05:00
Leo Famulari
fad9b4bb5f
gnu: SVT-AV1: Update URLs.
...
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
2020-12-29 16:03:04 -05:00
Leo Famulari
5ea79e16f0
gnu: Add SVT-VP9.
...
* gnu/packages/video.scm (svt-vp9): New variable.
2020-12-29 16:03:00 -05:00
Leo Prikler
c412900d3e
gnu: Add pitivi.
...
* gnu/packages/video.scm (pitivi): New variable.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29 20:24:10 +01:00
Leo Prikler
95787bf4ed
gnu: Update and deprecate gst-transcoder.
...
As of 1.18, gst-transcoder is part of gst-plugins-bad.
* gnu/packages/video.scm (gst-transcoder): Move from here...
* gnu/packages/gstreamer.scm (gst-transcoder): ... to here.
Redefine in terms of gst-plugins-bad and deprecate in favor of it.
2020-12-29 20:24:10 +01:00
Marius Bakke
78cf7a4571
Merge branch 'ungrafting' into staging
2020-12-29 17:39:24 +01:00
Vincent Legoll
c702f5dd70
gnu: v4l-utils: Update to 1.20.0.
...
* gnu/packages/video.scm (v4l-utils): Update to 1.20.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-29 09:25:44 +02:00
Leo Famulari
e8d4c6deaa
gnu: VLC: Fix build with Qt 5.15.
...
* gnu/packages/patches/vlc-qt-5.15.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (vlc)[source]: Use it.
2020-12-23 17:55:16 -05:00
Marius Bakke
119fd58922
Merge branch 'ungrafting' into staging
2020-12-21 23:44:54 +01:00
Leo Famulari
cfee8608cc
gnu: libaom: Update to 2.0.1.
...
* gnu/packages/video.scm (libaom): Update to 2.0.1.
2020-12-20 17:35:39 -05:00
Brett Gilio
0717ab7615
gnu: straw-viewer: Move youtube-dl to propagated inputs.
...
* gnu/packages/video.scm (straw-viewer)[propagated-inputs]: Add youtube-dl.
2020-12-20 15:10:58 -06:00
Tobias Geerinckx-Rice
fee91b8703
gnu: straw-viewer: Update to 0.1.2.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.1.2.
2020-12-20 15:12:33 +01:00
Tobias Geerinckx-Rice
63728e67fd
gnu: youtube-viewer: Update to 3.8.0.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.8.0.
2020-12-20 15:12:33 +01:00
Tobias Geerinckx-Rice
096606d9ca
gnu: youtube-dl: Update to 2020.12.14.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.14.
2020-12-20 15:12:32 +01:00
Michael Rohleder
18f372bb57
gnu: obs: Update to 26.1.0.
...
* gnu/packages/video.scm (obs): Update to 26.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-16 01:30:31 -05:00
Leo Famulari
c7ed031d0c
gnu: Add libcaption.
...
* gnu/packages/video.scm (libcaption): New variable.
2020-12-15 22:07:09 -05:00
Mark H Weaver
740c0f37f9
gnu: youtube-dl: Avoid using pre-generated code.
...
* gnu/packages/video.scm (youtube-dl)[source]: Add 'snippet' to delete
pre-generated files.
[arguments]: Add 'build-generated-files' phase.
[native-inputs]: New field, to add 'zip'.
2020-12-15 13:12:35 -05:00
Leo Famulari
c33df8ab95
gnu: ffmpeg-2.8: Remove extraneous inputs.
...
These inputs are not used by FFmpeg 2.
* gnu/packages/video.scm (ffmpeg-2.8)[inputs]: Remove dav1d, libaom,
rav1e, and srt.
2020-12-15 03:01:28 -05:00
Leo Prikler
54d8326806
gnu: ffmpeg-4.2: Remove extraneous input rav1e.
...
* gnu/packages/video.scm (ffmpeg-4.2)[inputs]: Remove rav1e.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-15 03:01:25 -05:00
Marius Bakke
cb89b36cbc
gnu: ImageMagick: Update to 6.9.11-48.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.11-48.
(imagemagick-next): Remove variable.
* gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK-NEXT to
IMAGEMAGICK.
2020-12-13 21:44:10 +01:00
Marius Bakke
575f83504b
gnu: libva: Update to 2.10.0.
...
* gnu/packages/video.scm (libva): Update to 2.10.0.
[source](uri): Change to new URL. Remove old mirror.
2020-12-13 21:44:10 +01:00
Tobias Geerinckx-Rice
593b3a9da6
gnu: youtube-dl: Update to 2020.12.12.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.12.
2020-12-13 00:35:50 +01:00
Antoine Côté
928bedcab7
gnu: rav1e: Update to 0.3.4.
...
* gnu/packages/video.scm (rav1e): Update to 0.3.4.
[arguments]: In cargo-inputs replace rust-aom-sys-0.1 with 0.2,
rust-nasm-rs-0.1 with 0.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-07 09:27:27 +01:00
Tobias Geerinckx-Rice
c73b1257fc
gnu: youtube-dl: Update to 2020.12.07.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.07.
2020-12-07 00:38:42 +01:00
Tobias Geerinckx-Rice
975ffa3d50
gnu: svt-av1: Update to 0.8.6.
...
* gnu/packages/video.scm (svt-av1): Update to 0.8.6.
2020-12-01 20:55:42 +01:00
Oleg Pykhalov
c039751bc5
gnu: streamlink: Update to 1.7.0.
...
* gnu/packages/video.scm (streamlink): Update to 1.7.0.
2020-11-29 23:49:23 +03:00
Tobias Geerinckx-Rice
c1d6814b22
gnu: vdpauinfo: Update to 1.4.
...
* gnu/packages/video.scm (vdpauinfo): Update to 1.4.
2020-11-29 17:28:40 +01:00
Tobias Geerinckx-Rice
f637483afc
gnu: vdpauinfo: Fetch from git repository.
...
* gnu/packages/video.scm (vdpauinfo)[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Replace the default 'bootstrap phase.
[native-inputs]: Add autoconf & automake.
2020-11-29 17:28:40 +01:00
Tobias Geerinckx-Rice
e8d561a4ec
gnu: gaupol: Update to 1.8.
...
* gnu/packages/video.scm (gaupol): Update to 1.8.
2020-11-29 17:28:40 +01:00
Tobias Geerinckx-Rice
90b89aeb77
gnu: youtube-dl: Update to 2020.11.29.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.29.
2020-11-29 17:28:39 +01:00
Efraim Flashner
4bf33b0274
gnu: mpv: Update to 0.33.0.
...
* gnu/packages/video.scm (mpv): Update to 0.33.0.
2020-11-29 00:32:30 +02:00
Marius Bakke
4dadb49779
Merge branch 'staging'
2020-11-28 22:39:12 +01:00
Tobias Geerinckx-Rice
eaf4875fc2
gnu: you-get: Update to 0.4.1488.
...
* gnu/packages/video.scm (you-get): Update to 0.4.1488.
2020-11-28 22:27:11 +01:00
Marius Bakke
24c86ad0c0
Merge branch 'master' into staging
2020-11-26 23:59:28 +01:00
Marius Bakke
845ba68d21
gnu: libass: Omit the static library.
...
* gnu/packages/video.scm (libass)[arguments]: New field.
2020-11-26 23:23:26 +01:00
Marius Bakke
79d7f35a29
gnu: libass: Remove unused input.
...
* gnu/packages/video.scm (libass)[propagated-inputs]: Remove ENCA.
2020-11-26 23:23:26 +01:00
Marius Bakke
9e586b1627
gnu: libass: Update to 0.15.0. [fixes CVE-2020-26682]
...
* gnu/packages/video.scm (libass): Update to 0.15.0.
2020-11-26 23:23:26 +01:00
Marius Bakke
bff94a5a53
Merge branch 'master' into staging
2020-11-26 01:08:35 +01:00
Marius Bakke
f36bee1416
gnu: dav1d: Add a source file name.
...
* gnu/packages/video.scm (dav1d)[source](file-name): New field.
2020-11-26 01:06:56 +01:00
Tobias Geerinckx-Rice
264335acd1
gnu: youtube-dl: Update to 2020.11.26.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.26.
2020-11-25 23:56:30 +01:00
Leo Famulari
b6404ffe00
gnu: dav1d: Update to 0.8.0.
...
* gnu/packages/video.scm (dav1d): Update to 0.8.0.
[source]: Use GIT-FETCH, because there is no tarball for 0.8.0.
2020-11-25 15:11:01 -05:00
Tobias Geerinckx-Rice
9f2f60d336
gnu: libde265: Update to 1.0.8.
...
* gnu/packages/video.scm (libde265): Update to 1.0.8.
2020-11-24 23:49:02 +01:00
Tobias Geerinckx-Rice
b629bfab19
gnu: youtube-dl: Update to 2020.11.24.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.24.
2020-11-24 12:15:31 +01:00
Marius Bakke
a485a98ca8
Merge branch 'master' into staging
2020-11-22 23:36:09 +01:00
Tobias Geerinckx-Rice
157173bf1d
gnu: youtube-dl: Update to 2020.11.21.1.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.21.1.
2020-11-22 00:44:59 +01:00
Tobias Geerinckx-Rice
23ef1676e2
gnu: youtube-dl: Update to 2020.11.19.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.19.
2020-11-20 13:37:04 +01:00
Tobias Geerinckx-Rice
0fbf2b86a6
gnu: livemedia-utils: Update to 2020.11.19.
...
* gnu/packages/video.scm (livemedia-utils): Update to 2020.11.19.
2020-11-20 13:36:23 +01:00
Efraim Flashner
8ed4c468ab
gnu: Don't append '.git' to GitHub uris.
...
* gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI.
* gnu/packages/aidc.scm (zxing-cpp),
* gnu/packages/assembly.scm (mbuild),
* gnu/packages/audio.scm (opensles, wildmidi, tinyalsa),
* gnu/packages/browser-extensions.scm (ublock-origin-chromium),
* gnu/packages/check.scm (mutest),
* gnu/packages/compression.scm (unshield),
* gnu/packages/coq.scm (subset),
* gnu/packages/dictionaries.scm (translate-shell),
* gnu/packages/disk.scm (memkind),
* gnu/packages/documentation.scm (latex2html),
* gnu/packages/emacs-xyz.scm (emacs-chronometrist,
emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline,
emacs-org-generate),
* gnu/packages/embedded.scm (ebusd, ebusd-configuration),
* gnu/packages/enchant.scm (nuspell),
* gnu/packages/fontutils.scm (woff2),
* gnu/packages/geo.scm (memphis),
* gnu/packages/gimp.scm (mrg),
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator),
* gnu/packages/gnome.scm (parlatype),
* gnu/packages/golang.scm (go-github-com-tv42-httpunix,
go-github-com-ayufan-golang-kardianos-service),
* gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm,
directfb, flux),
* gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual,
graphene),
* gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent),
* gnu/packages/image.scm (openjpeg-data),
* gnu/packages/java.scm (javacc),
* gnu/packages/language.scm (liblouis, liblouisutdml),
* gnu/packages/linux.scm (pamela, ttyebus),
* gnu/packages/lxqt.scm (lxqt-connman-applet),
* gnu/packages/mail.scm (libetpan),
* gnu/packages/man.scm (ronn),
* gnu/packages/music.scm (tascam-gtk, artyfx),
* gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg),
* gnu/packages/python-crypto.scm (pure-python-otr),
* gnu/packages/qt.scm (qtspell),
* gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware),
* gnu/packages/rdp.scm (freerdp),
* gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme,
ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor,
ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop,
ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn),
* gnu/packages/syncthing.scm (syncthing-gtk),
* gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265,
tslib),
* gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same.
2020-11-19 20:48:26 +02:00
Marius Bakke
35ed83beae
Merge branch 'master' into staging
2020-11-19 00:04:32 +01:00
Tobias Geerinckx-Rice
71bb7332d8
gnu: livemedia-utils: Cross-compile.
...
* gnu/packages/video.scm (livemedia-utils)[arguments]: Use CC-FOR-TARGET
and CXX-FOR-TARGET.
2020-11-17 04:45:30 +01:00
Tobias Geerinckx-Rice
0ac2e11b4b
gnu: livemedia-utils: Update to 2020.11.05.
...
* gnu/packages/video.scm (livemedia-utils): Update to 2020.11.05.
[inputs]: Add openssl.
2020-11-17 04:45:30 +01:00
Tobias Geerinckx-Rice
71456036de
gnu: youtube-dl: Update to 2020.11.17.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.17.
2020-11-17 04:45:29 +01:00
Leo Famulari
66a087d5d3
gnu: avidemux: Update to 2.7.6.
...
* gnu/packages/video.scm (avidemux): Update to 2.7.6.
[arguments]: Adjust to update of bundled FFmpeg.
[inputs]: Add libaom.
2020-11-15 17:50:54 -05:00
Marius Bakke
4e5e05d409
Merge branch 'master' into staging
2020-11-15 23:45:34 +01:00
Tobias Geerinckx-Rice
67d905ee79
gnu: straw-viewer: Update to 0.1.1.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.1.1.
2020-11-15 23:05:34 +01:00
Tobias Geerinckx-Rice
c645d44f01
gnu: youtube-dl: Update to 2020.11.12.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.12.
2020-11-13 01:43:56 +01:00
Marius Bakke
4688dc9bb8
gnu: transcode: Build with a newer ImageMagick.
...
* gnu/packages/imagemagick.scm (imagemagick-next): New public variable.
* gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK to
IMAGEMAGICK-NEXT.
2020-11-11 21:35:32 +01:00
Efraim Flashner
12c40ca919
gnu: libcaca: Don't build static library.
...
* gnu/packages/video.scm (libcaca)[arguments]: Add configure-flag to
skip static library.
2020-11-11 14:16:21 +02:00
Efraim Flashner
a58adb8911
gnu: libbluray: Don't build static library.
...
* gnu/packages/video.scm (libbluray)[arguments]: Add configure flag to
skip static library.
2020-11-11 14:10:37 +02:00
Marius Bakke
a9a0d34874
Merge branch 'master' into staging
2020-11-11 00:02:32 +01:00