summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: mediasdk: Build reproducibly.•••* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases. Convert to gexp while at it. Marius Bakke2022-08-111-11/+20
* gnu: mediasdk: Remove input labels.•••* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels. Marius Bakke2022-08-111-7/+2
* gnu: mediasdk: Update to 22.4.4.•••* gnu/packages/video.scm (mediasdk): Update to 22.4.4. Marius Bakke2022-08-111-2/+2
* 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> Milkey Mouse2022-08-111-4/+4
* gnu: x265: Fix build on ppc64le.•••* gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Marcel van der Boom2022-08-111-0/+8
* 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> kiasoc52022-08-101-8/+11
* gnu: v4l-utils: Remove input labels.•••* gnu/packages/video.scm (v4l-utils)[inputs]: Remove labels. Marius Bakke2022-08-101-6/+6
* gnu: v4l-utils: Update to 1.22.1.•••* gnu/packages/video.scm (v4l-utils): Update to 1.22.1. Marius Bakke2022-08-101-2/+2
* 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> kiasoc52022-08-061-43/+42
* 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> kiasoc52022-08-061-2/+2
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-4/+4
* gnu: qtwebsockets: Rename to qtwebsockets-5.•••Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.•••Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.•••Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* 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 Maxim Cournoyer2022-07-311-1/+1
* gnu: qtmultimedia: Rename to qtmultimedia-5.•••Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-3/+3
* 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 Maxim Cournoyer2022-07-311-5/+5
* 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. Tobias Geerinckx-Rice2022-07-241-6/+4
* gnu: FFmpeg: Update to 5.1.•••* gnu/packages/video.scm (ffmpeg-5): Update to 5.1. Marius Bakke2022-07-271-2/+2
* gnu: gaupol: Update to 1.11.•••* gnu/packages/video.scm (gaupol): Update to 1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nikolay Korotkiy2022-07-191-2/+2
* gnu: mediasdk: Limit supported architectures.•••* gnu/packages/video.scm (mediasdk)[supported-systems]: New field. Efraim Flashner2022-07-181-0/+1
* gnu: svt-hevc: Limit supported architectures.•••* gnu/packages/video.scm (svt-hevc)[supported-systems]: New field. Efraim Flashner2022-07-181-0/+1
* 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. Efraim Flashner2022-07-171-4/+8
* gnu: FFmpeg 3: Update to 3.4.11.•••* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11. Leo Famulari2022-07-081-2/+2
* gnu: FFmpeg 2: Update to 2.8.20.•••* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20. Leo Famulari2022-07-081-2/+2
* 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> Simon South2022-07-081-0/+1
* 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> Simon South2022-07-081-78/+75
* 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> Simon South2022-07-081-2/+1
* 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. Maxim Cournoyer2022-07-071-66/+65
* 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> Maxim Cournoyer2022-07-071-17/+18
* 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. Efraim Flashner2022-06-301-3/+6
* 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. Efraim Flashner2022-06-301-7/+7
* 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. Efraim Flashner2022-06-301-16/+17
* 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> raingloom2022-06-251-2/+2
* gnu: vlc: Update to 3.0.17.4.•••* gnu/packages/video.scm (vlc): Update to 3.0.17.4. Efraim Flashner2022-06-201-2/+2
* gnu: vlc: Add release-monitoring-url property.•••* gnu/packages/video.scm (vlc)[properties]: New field. Efraim Flashner2022-06-201-0/+2
* Merge branch 'master' into stagingLudovic Courtès2022-06-081-6/+9
|\
| * gnu: guvcview: Update to 2.0.8.•••* gnu/packages/video.scm (guvcview): Update to 2.0.8. [inputs]: Add bdb and libjpeg-turbo. Tobias Geerinckx-Rice2022-06-051-6/+9
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-011-111/+13
|\|
| * gnu: Remove youtube-dl-gui.•••* gnu/packages/video.scm (youtube-dl-gui): Delete variable. Maxim Cournoyer2022-05-311-97/+0
| * gnu: yt-dlp: Remove trailing #t.•••* gnu/packages/video.scm (yt-dlp)[source]: Remove trailing #t from snippet. [arguments]: Remove trailing #t from phases. Efraim Flashner2022-05-301-6/+3
| * 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. Efraim Flashner2022-05-301-3/+5
| * gnu: obs-websocket: Update to 4.9.1.•••* gnu/packages/video.scm (obs-websocket): Update to 4.9.1. [arguments]: Update CMakeLists.txt permissions substitution. Don't explicitly return #t from phases. Tobias Geerinckx-Rice2022-05-221-5/+5
* | Merge branch 'master' into stagingLudovic Courtès2022-05-261-157/+167
|\|
| * gnu: vlc: Update to 3.0.17.3.•••* gnu/packages/video.scm (vlc): Update to 3.0.17.3. Marius Bakke2022-05-261-2/+2
| * gnu: aalib: Don't build static library.•••* gnu/packages/video.scm (aalib)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice2022-05-221-0/+1
| * gnu: ffmpeg@4: Update to 4.4.2.•••* gnu/packages/video.scm (ffmpeg-4): Update to 4.4.2. Marius Bakke2022-05-231-2/+2
| * gnu: ffmpeg@4: Inherit from ffmpeg@5.•••While at it, introduce a versioned 'ffmpeg-4' variable. * gnu/packages/video.scm (ffmpeg): Rename to ... (ffmpeg-4): ... this. Remove all fields, except... [arguments]: Preserve "--enable-avresample" in #:configure-flags. (ffmpeg-3.4): Inherit from FFMPEG-4. [arguments]: Use G-expression. (ffmpeg-2.8): Inherit from FFMPEG-3.4. [inputs]: Remove. (ffmpeg): Define as alias for FFMPEG-4. (ffmpeg-for-stepmania): Inherit from FFMPEG-4. [arguments]: Use G-expression. Marius Bakke2022-05-231-208/+28
| * gnu: Add FFmpeg 5.0.•••* gnu/packages/video.scm (ffmpeg-5): New variable Co-authored-by: Marius Bakke <marius@gnu.org> Leo Famulari2022-05-231-1/+190
* | Merge branch 'master' into stagingEfraim Flashner2022-05-161-2/+2
|\|