Efraim Flashner
cbbdf047d4
gnu: obs: Enable building on all architectures.
...
* gnu/packages/video.scm (obs)[supported-systems]: Remove field.
2020-09-29 13:03:18 +03:00
Efraim Flashner
676c866b45
gnu: obs: Build with speexdsp.
...
* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
2020-09-29 13:03:18 +03:00
Michael Rohleder
1c8a63b18b
gnu: obs: Update to 26.0.0.
...
* gnu/packages/video.scm (obs): Update to 26.0.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 13:03:18 +03:00
Tobias Geerinckx-Rice
26746c6719
gnu: celluloid: Update to 0.20.
...
* gnu/packages/video.scm (celluloid): Update to 0.20.
2020-09-24 09:16:50 +02:00
Tobias Geerinckx-Rice
5f4a1c6af3
gnu: youtube-dl: Update to 2020.09.20.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.20.
2020-09-23 12:39:58 +02:00
Michael Rohleder
69a5738796
gnu: mkvtoolnix: Update to 50.0.0.
...
* gnu/packages/video.scm (mkvtoolnix): Update to 50.0.0.
[inputs]: Add pcre2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-22 10:57:08 +02:00
Tobias Geerinckx-Rice
7194b63833
gnu: youtube-dl: Refer to ffmpeg.
...
Addresses <https://issues.guix.gnu.org/43418 >.
* gnu/packages/video.scm (youtube-dl)[inputs]: Add ffmpeg.
[arguments]: Fall back to input ffmpeg instead of searching $PATH.
2020-09-16 13:50:21 +02:00
Tobias Geerinckx-Rice
2cae49f9c9
gnu: youtube-dl: Update to 2020.09.14.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.14.
2020-09-14 00:55:34 +02:00
Tobias Geerinckx-Rice
c15a8fbf60
gnu: svt-av1: Update to 0.8.5.
...
* gnu/packages/video.scm (svt-av1): Update to 0.8.5.
2020-09-11 16:28:01 +02:00
Efraim Flashner
22c25787cd
gnu: youtube-dl: Update to 2020.09.06.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.06.
2020-09-06 11:28:23 +03:00
Tobias Geerinckx-Rice
056175769f
gnu: youtube-viewer: Update to 3.7.8.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.8.
2020-09-01 04:44:35 +02:00
Tobias Geerinckx-Rice
73a3085e34
gnu: libde265: Update to 1.0.6.
...
* gnu/packages/video.scm (libde265): Update to 1.0.6.
2020-08-30 04:52:10 +02:00
Tobias Geerinckx-Rice
4b05e1a204
gnu: straw-viewer: Update to 0.0.7.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.0.7.
2020-08-30 04:52:10 +02:00
Tobias Geerinckx-Rice
de864032bf
gnu: vapoursynth: Update to 52.
...
* gnu/packages/video.scm (vapoursynth): Update to 52.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
0fa01ccd34
gnu: tslib: Update to 1.22.
...
* gnu/packages/video.scm (tslib): Update to 1.22.
2020-08-19 20:03:56 +02:00
Raghav Gururajan
ce49fdc62b
gnu: Add transcode.
...
* gnu/packages/video.scm (transcode): New variable.
* gnu/packages/patches/transcode-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 02:29:13 +02:00
Tobias Geerinckx-Rice
cb9fd8de86
gnu: libde265: Omit static library.
...
* gnu/packages/video.scm (libde265)[arguments]: Pass ‘--disable-static’.
2020-08-19 01:10:43 +02:00
Tobias Geerinckx-Rice
186b7d536f
gnu: Remove duplicate libde265.
...
The CMake-built output differs greatly from the autotools one, and not
in a good way. Keep the more recent gnu-build-system variant.
This reverts commit fad176c4e2
. Sorry
Vinicius.
* gnu/packages/video.scm: Remove duplicate libde265 variable definition.
2020-08-19 01:10:42 +02:00
Tobias Geerinckx-Rice
5f524bdd04
Revert "Revert "gnu: Add libde265.""
...
This reverts commit 0d792f37cd
.
2020-08-19 01:10:42 +02:00
Danny Milosavljevic
0d792f37cd
Revert "gnu: Add libde265."
...
This reverts commit 7f3c9116bd
, which
would have introduced a duplicate definition.
2020-08-19 00:53:31 +02:00
Raghav Gururajan
a56e1a84ae
gnu: Add svt-hevc.
...
* gnu/packages/video.scm (svt-hevc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:37 +02:00
Raghav Gururajan
71a77016c0
gnu: Add mediasdk.
...
* gnu/packages/video.scm (mediasdk): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:36 +02:00
Raghav Gururajan
502114de11
gnu: Add mjpegtools.
...
* gnu/packages/video.scm (mjpegtools): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:31 +02:00
Raghav Gururajan
0444187de4
gnu: Add libquicktime.
...
* gnu/packages/video.scm (libquicktime): New variable.
* gnu/packages/patches/libquicktime-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:30 +02:00
Raghav Gururajan
d6a413a7ed
gnu: Add schroedinger.
...
* gnu/packages/video.scm (schroedinger): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:29 +02:00
Raghav Gururajan
97f3fe7c04
gnu: Add libmms.
...
* gnu/packages/video.scm (libmms): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:29 +02:00
Raghav Gururajan
7f3c9116bd
gnu: Add libde265.
...
* gnu/packages/video.scm (libde265): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:28 +02:00
Raghav Gururajan
02c05485fd
gnu: Add libvideogfx.
...
* gnu/packages/video.scm (libvideogfx): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:27 +02:00
Raghav Gururajan
1178ae47d1
gnu: Add ffmpeg-2.8.
...
* gnu/packages/video.scm (ffmpeg-2.8): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:26 +02:00
Raghav Gururajan
1a6bc33d3f
gnu: Add tslib.
...
* gnu/packages/video.scm (tslib): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:21 +02:00
Raghav Gururajan
09fd9898c7
gnu: Add libmpeg3.
...
* gnu/packages/video.scm (libmpeg3): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:19 +02:00
Vinicius Monego
fad176c4e2
gnu: Add libde265.
...
* gnu/packages/video.scm (libde265): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 09:43:28 +02:00
Tobias Geerinckx-Rice
967fa5d072
gnu: libmatroska: Update to 1.6.2.
...
* gnu/packages/video.scm (libmatroska): Update to 1.6.2.
2020-08-13 16:09:42 +02:00
Tobias Geerinckx-Rice
87de620e6d
gnu: mediainfo: Update to 20.08.
...
* gnu/packages/video.scm (mediainfo): Update to 20.08.
2020-08-13 16:09:42 +02:00
Tobias Geerinckx-Rice
398389758a
gnu: libmediainfo: Update to 20.08.
...
* gnu/packages/video.scm (libmediainfo): Update to 20.08.
2020-08-13 16:09:41 +02:00
Michael Rohleder
5389e030bd
gnu: mlt: Update to 6.22.1.
...
* gnu/packages/video.scm (mlt): Update to 6.22.1,
[inputs]: add libexif, libvorbis, rubberband.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-10 11:35:47 +02:00
Pierre Neidhardt
68c858de75
gnu: Add ogmtools.
...
* gnu/packages/video.scm (ogmtools): New variable.
2020-08-06 12:04:58 +02:00
Jakub Kądziołka
1209cc470b
gnu: rust-cc: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-cc-1.0): Rename to...
(rust-cc-1): ...this.
* gnu/packages/video.scm (rav1e): Adjust dependency list.
2020-08-04 15:57:32 +02:00
Tobias Geerinckx-Rice
6ec120b1c7
gnu: vlc: Update to 3.0.11.1.
...
* gnu/packages/video.scm (vlc): Update to 3.0.11.1.
2020-07-31 00:18:43 +02:00
Marius Bakke
9b047548d9
gnu: vlc: Remove needless input.
...
* gnu/packages/video.scm (vlc)[native-inputs]: Remove GIT.
2020-07-30 18:18:11 +02:00
Tobias Geerinckx-Rice
0f7db2a150
gnu: youtube-dl: Update to 2020.07.28.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.07.28.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
511bfafa14
gnu: straw-viewer: Comment out .desktop installation.
...
This will only make sense when the GTK version is built.
* gnu/packages/video.scm (straw-viewer)[arguments]: Comment out
‘install-desktop’ phase.
2020-07-28 21:24:12 +02:00
Tobias Geerinckx-Rice
a4feaef44a
gnu: you-get: Update to 0.4.1456.
...
* gnu/packages/video.scm (you-get): Update to 0.4.1456.
2020-07-27 04:25:28 +02:00
Tobias Geerinckx-Rice
90881528b3
gnu: youtube-viewer: Update to 3.7.7.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.7.
2020-07-27 04:25:27 +02:00
Alexandru-Sergiu Marton
271161db25
gnu: rust-serde-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-1.0): Rename to rust-serde-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-07-26 15:08:27 +02:00
Marius Bakke
24128818d0
gnu: libaacs: Update to 0.11.0.
...
* gnu/packages/video.scm (libaacs): Update to 0.11.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
edfd70dbe4
gnu: ffmpeg: Update to 4.3.1.
...
* gnu/packages/video.scm (ffmpeg): Update to 4.3.1.
2020-07-24 21:08:35 +02:00
Marius Bakke
457a9a1343
gnu: libmatroska: Update to 1.6.0.
...
* gnu/packages/video.scm (libmatroska): Update to 1.6.0.
2020-07-24 21:08:35 +02:00
Brett Gilio
667903d143
gnu: straw-viewer: Update to 0.0.6.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.0.6.
2020-07-18 23:51:32 -05:00
Efraim Flashner
1825729f8b
gnu: simplescreenrecorder: Update to 0.4.2.
...
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.4.2.
[inputs]: Add libxinerama.
2020-07-19 00:14:56 +03:00