Michael Rohleder
d84e0b0454
gnu: celluloid: Update to 0.24.
...
* gnu/packages/video.scm (celluloid): Update to 0.24.
[inputs]: Add libadwaita.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 14:32:32 +08:00
d521ad06e0
gnu: yt-dlp: Only build with pandoc on supported systems.
...
* gnu/packages/video.scm (yt-dlp)[arguments]: Adjust custom
'build-generated-files phase to adjust to the presence of pandoc.
[native-inputs]: Make explicit list. Only include pandoc on supported
systems.
2022-08-14 17:07:20 +03:00
raingloom
c2481b1bea
gnu: yt-dlp: Build from Git.
...
* gnu/packages/video.scm (yt-dlp)[source]: Use GIT-FETCH and
GIT-FILE-NAME. Remove the snippet.
[arguments]: Build the man page in the 'build-generated-files phase.
[native-inputs]: Add pandoc.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-08-07 02:00:07 +02:00
pinoaffe
a6fb2d2760
gnu: yt-dlp: Update to 2022.08.08.
...
* gnu/packages/video.scm (yt-dlp): Update to 2022.08.08.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-08-07 02:00:00 +02:00
Vinicius Monego
c7f3cdb78e
gnu: shotcut: Update to 22.06.23.
...
* gnu/packages/video.scm (shotcut): Update to 22.06.23.
[arguments]: Do not replace the 'configure phase as Shotcut switched to the
CMake build system in this version.
[inputs]: Add fftw.
2022-08-13 02:34:03 -03:00
Vinicius Monego
ab959f8a11
gnu: mlt: Update to 7.8.0.
...
* gnu/packages/video.scm (mlt): Update to 7.8.0.
2022-08-13 02:34:03 -03:00
Marius Bakke
6550130108
gnu: mediasdk: Build reproducibly.
...
* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases. Convert to gexp
while at it.
2022-08-11 21:58:02 +02:00
Marius Bakke
73e0c84d1f
gnu: mediasdk: Remove input labels.
...
* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
2022-08-11 21:58:02 +02:00
Marius Bakke
c851ea265a
gnu: mediasdk: Update to 22.4.4.
...
* gnu/packages/video.scm (mediasdk): Update to 22.4.4.
2022-08-11 21:58:02 +02:00
Milkey Mouse
fc5beaf96a
gnu: libplacebo: Update to 4.208.0.
...
* gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0.
[native-inputs]: Add python.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-11 16:08:15 +08:00
Marcel van der Boom
a7c14a8225
gnu: x265: Fix build on ppc64le.
...
* gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11 09:42:06 +02:00
kiasoc5
37ea0a7360
gnu: openh264: Update to 2.3.0 and use gexps.
...
* gnu/packages/video.scm (openh264): Update to 2.3.0.
[arguments]: Use gexps.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-10 16:27:48 +08:00
Marius Bakke
0a9d99bc8c
gnu: v4l-utils: Remove input labels.
...
* gnu/packages/video.scm (v4l-utils)[inputs]: Remove labels.
2022-08-10 00:29:00 +02:00
Marius Bakke
6c2412e9d1
gnu: v4l-utils: Update to 1.22.1.
...
* gnu/packages/video.scm (v4l-utils): Update to 1.22.1.
2022-08-10 00:29:00 +02:00
kiasoc5
d457a5ec09
gnu: yt-dlp: Use new package style.
...
* gnu/packages/video.scm (yt-dlp)[source](snippet): Rewrite as a G-Expression.
[arguments]: Use G-Expressions.
[inputs]: Drop labels.
[native-inputs]: Likewise.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-08-06 09:13:04 +02:00
kiasoc5
7f9b7ed0ff
gnu: yt-dlp: Update to 2022.07.18.
...
* gnu/packages/video.scm (yt-dlp): Update to 2022.07.18.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-08-06 09:13:00 +02:00
Maxim Cournoyer
eef8e2ec46
gnu: qttools: Rename to qttools-5.
...
Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
d15258d991
gnu: qtwebsockets: Rename to qtwebsockets-5.
...
Automated via:
git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
1130fc5991
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
...
Automated via:
git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
65e5e85d28
gnu: qtquickcontrols: Rename to qtquickcontrols-5.
...
Automated via:
git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
735d340ae4
gnu: qtdeclarative: Rename to qtdeclarative-5.
...
Automated via the following commands:
git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
5f22854339
gnu: qtmultimedia: Rename to qtmultimedia-5.
...
Automated via:
git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
1ef04fb228
gnu: qtsvg: Rename variable to qtsvg-5.
...
This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-31 21:55:43 -04:00
Tobias Geerinckx-Rice
313a442f7b
gnu: get-iplayer: Update to 3.30.
...
* gnu/packages/video.scm (get-iplayer): Update to 3.30.
[arguments]: Don't explicitly return #t from phases.
2022-07-24 02:00:02 +02:00
Marius Bakke
9a1cd6e7e8
gnu: FFmpeg: Update to 5.1.
...
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.
2022-07-27 11:48:03 +02:00
Nikolay Korotkiy
3f62ddc0d5
gnu: gaupol: Update to 1.11.
...
* gnu/packages/video.scm (gaupol): Update to 1.11.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 23:10:25 +02:00
84997d9506
gnu: mediasdk: Limit supported architectures.
...
* gnu/packages/video.scm (mediasdk)[supported-systems]: New field.
2022-07-18 01:08:20 +03:00
ba96d8c142
gnu: svt-hevc: Limit supported architectures.
...
* gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.
2022-07-18 01:07:47 +03:00
0f646fc79a
gnu: libmpeg3: Fix building on many architectures.
...
* gnu/packages/video.scm (libmpeg3)[arguments]: Add a custom phase to
set the CFLAGS based on the Makefile. Remove trailing #t from phases.
2022-07-17 23:33:55 +03:00
Leo Famulari
788ba04f38
gnu: FFmpeg 3: Update to 3.4.11.
...
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11.
2022-07-08 12:15:30 -04:00
Leo Famulari
df7acf25bc
gnu: FFmpeg 2: Update to 2.8.20.
...
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20.
2022-07-08 12:15:29 -04:00
Simon South
7dfb8dc4c1
gnu: vlc: Add bash-minimal as an input.
...
* gnu/packages/video.scm (vlc)[inputs]: Add bash-minimal, silencing a warning
from "guix lint vlc" as "wrap-program" is used in the package definition.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:15 +01:00
Simon South
f53e14be33
gnu: vlc: Remove input labels.
...
* gnu/packages/video.scm (vlc)[native-inputs]: Remove input labels.
[inputs]: Remove input labels and re-sort.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:14 +01:00
Simon South
6b9d373083
gnu: vlc: Use regular srt.
...
* gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported
since upstream commit 9a28929.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:14 +01:00
Maxim Cournoyer
fa4a9016be
gnu: pitivi: Update to 2022.06.0.
...
* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/video.scm (pitivi): Update to 2022.06.0.
[version]: Do not prefix with previous semver version.
[inputs]{gst-plugins/selection}: Add comment about cvtracker.
{python-librosa}: New input.
2022-07-07 12:19:13 -04:00
Maxim Cournoyer
47f0b3ad14
gnu: pitivi: Propagate librsvg.
...
Fixes <https://issues.guix.gnu.org/56288 >.
* gnu/packages/video.scm (pitivi)[native-inputs]: Use new style, relocate
before inputs.
[inputs]: Add bash-minimal, for wrap-program. Move librsvg to...
[propagated-inputs]: ... this new field.
[phases]{wrap-other-dependencies}: Use search-input-file to find output
binary.
Reported-by: Christian Miller <miller.christian@proton.me>
2022-07-07 11:51:58 -04:00
d473d8ebdb
gnu: x265: Enable assembly on for some arm build phases.
...
* gnu/packages/video.scm (x265)[arguments]: Enable assembly for
armhf-linux. Only disable assembly for aarch64-linux when building the
10-bit or 12-bit libraries.
2022-06-30 20:59:35 +03:00
6f2bdd4e6b
gnu: x265: Honor make-flags.
...
* gnu/packages/video.scm (x265)[arguments]: Adjust custom 'build-12-bit,
'build-10-bit and 'install-more-libs phases to use standard 'make and
'install phases.
2022-06-30 20:59:35 +03:00
857c9ce360
gnu: x265: Update to 3.5.
...
* gnu/packages/video.scm (x265): Update to 3.5.
[source]: Update to new upstream URI.
[arguments]: Adjust custom 'prepare-build phase due to changes in the
codebase. Remove trailing #t from phases and shorten find-files.
2022-06-30 20:59:32 +03:00
raingloom
4772c03ffe
gnu: yt-dlp: Update to 2022.06.22.1.
...
* gnu/packages/video.scm (yt-dlp): Update to 2022.06.22.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-25 18:40:18 +02:00
8d342711dd
gnu: vlc: Update to 3.0.17.4.
...
* gnu/packages/video.scm (vlc): Update to 3.0.17.4.
2022-06-20 13:57:52 +03:00
d2580a3f2e
gnu: vlc: Add release-monitoring-url property.
...
* gnu/packages/video.scm (vlc)[properties]: New field.
2022-06-20 13:35:11 +03:00
Ludovic Courtès
091eb323ba
Merge branch 'master' into staging
2022-06-08 14:53:16 +02:00
Tobias Geerinckx-Rice
7f2328b7df
gnu: guvcview: Update to 2.0.8.
...
* gnu/packages/video.scm (guvcview): Update to 2.0.8.
[inputs]: Add bdb and libjpeg-turbo.
2022-06-05 02:00:00 +02:00
64c043e63a
Merge remote-tracking branch 'origin/master' into staging
2022-06-01 12:42:04 +03:00
Maxim Cournoyer
139d78581f
gnu: Remove youtube-dl-gui.
...
* gnu/packages/video.scm (youtube-dl-gui): Delete variable.
2022-05-31 14:53:40 -04:00
1a8519dd01
gnu: yt-dlp: Remove trailing #t.
...
* gnu/packages/video.scm (yt-dlp)[source]: Remove trailing #t from
snippet.
[arguments]: Remove trailing #t from phases.
2022-05-30 10:41:28 +03:00
d56506aad5
gnu: yt-dlp: Update to 2022.05.18.
...
* gnu/packages/video.scm (yt-dlp): Update to 2022.05.18.
[inputs]: Add python-brotli and python-certifi.
2022-05-30 10:41:28 +03:00
Ludovic Courtès
7097e98586
Merge branch 'master' into staging
2022-05-26 17:11:20 +02:00
Marius Bakke
5a29cc9ade
gnu: vlc: Update to 3.0.17.3.
...
* gnu/packages/video.scm (vlc): Update to 3.0.17.3.
2022-05-26 14:22:17 +02:00