summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
* gnu: Remove youtube-dl-gui.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/video.scm (youtube-dl-gui): Delete variable.
* gnu: yt-dlp: Remove trailing #t.Efraim Flashner2022-05-30
| | | | | | * gnu/packages/video.scm (yt-dlp)[source]: Remove trailing #t from snippet. [arguments]: Remove trailing #t from phases.
* gnu: yt-dlp: Update to 2022.05.18.Efraim Flashner2022-05-30
| | | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.05.18. [inputs]: Add python-brotli and python-certifi.
* gnu: obs-websocket: Update to 4.9.1.Tobias Geerinckx-Rice2022-05-22
| | | | | | * gnu/packages/video.scm (obs-websocket): Update to 4.9.1. [arguments]: Update CMakeLists.txt permissions substitution. Don't explicitly return #t from phases.
* gnu: vlc: Update to 3.0.17.3.Marius Bakke2022-05-26
| | | | * gnu/packages/video.scm (vlc): Update to 3.0.17.3.
* gnu: aalib: Don't build static library.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/video.scm (aalib)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: ffmpeg@4: Update to 4.4.2.Marius Bakke2022-05-23
| | | | * gnu/packages/video.scm (ffmpeg-4): Update to 4.4.2.
* gnu: ffmpeg@4: Inherit from ffmpeg@5.Marius Bakke2022-05-23
| | | | | | | | | | | | | | | 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.
* gnu: Add FFmpeg 5.0.Leo Famulari2022-05-23
| | | | | | * gnu/packages/video.scm (ffmpeg-5): New variable Co-authored-by: Marius Bakke <marius@gnu.org>
* gnu: pipe-viewer: Update to 0.2.0ykonai2022-05-13
| | | | | | * gnu/packages/video.scm (pipe-viewer): Update to 0.2.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: shotcut: Update to 22.04.25.Vinicius Monego2022-04-27
| | | | * gnu/packages/video.scm (shotcut): Update to 22.04.25.
* gnu: shotcut: Update to 22.03.30.Vinicius Monego2022-04-20
| | | | * gnu/packages/video.scm (shotcut): Update to 22.03.30.
* gnu: mlt: Update to 7.6.0.Vinicius Monego2022-04-20
| | | | * gnu/packages/video.scm (mlt): Update to 7.6.0.
* gnu: streamlink: Update to 3.2.0.Chadwain Holness2022-04-15
| | | | | | | | * gnu/packages/video.scm (streamlink): Update to 3.2.0. [inputs]: Add python-lxml and python-pycountry, remove python-iso3166 and python-iso639. [arguments]<#:phases>{check}: Use pytest. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: celluloid: Update to 0.23.Michael Rohleder2022-04-05
| | | | | | * gnu/packages/video.scm (celluloid): Update to 0.23. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mediainfo: Update to 22.03.kiasoc52022-04-04
| | | | | | * gnu/packages/video.scm (mediainfo): Update to 22.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmediainfo: Update to 22.03.kiasoc52022-04-04
| | | | | | * gnu/packages/video.scm (libmediainfo): Update to 22.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: svt-av1: Update to 0.9.1.Leo Famulari2022-04-03
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.9.1.
* gnu: libaom: Update to 3.3.0.Leo Famulari2022-04-03
| | | | * gnu/packages/video.scm (libaom): Update to 3.3.0.
* gnu: mlt: Update to 7.4.0.Vinicius Monego2022-03-03
| | | | * gnu/packages/video.scm (mlt): Update to 7.4.0.
* gnu: mlt: Wrap FREI0R_PATH and LADSPA_PATH.Vinicius Monego2022-03-03
| | | | | | * gnu/packages/video.scm (mlt)[arguments]: Use gexps. Add 'wrap-executable phase. [inputs]: Add bash-minimal.
* gnu: gallery-dl: Fix typo in description.Leo Famulari2022-02-16
| | | | * gnu/packages/video.scm (gallery-dl)[description]: Fix typo.
* gnu: gallery-dl: Update to 1.20.5.Jai Vetrivelan2022-02-16
| | | | | | * gnu/packages/video.scm (gallery-dl): Update to 1.20.5. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: yt-dlp: Update to 2022.02.04.Leo Famulari2022-02-15
| | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.02.04.
* gnu: transcode: Simplify inputs.Marius Bakke2022-02-15
| | | | * gnu/packages/video.scm (transcode): Simplify inputs.
* gnu: Remove unneeded uses of 'libiconv'.Marius Bakke2022-02-15
| | | | | | | | | | | | | | | | | iconv is part of glibc, there is no need to add it as input. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV. * gnu/packages/compression.scm (innoextract)[inputs]: Likewise. * gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise. * gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise. * gnu/packages/mail.scm (mailutils)[inputs]: Likewise. * gnu/packages/maths.scm (libqalculate)[inputs]: Likewise. * gnu/packages/pep.scm (pep-engine)[inputs]: Likewise. * gnu/packages/vim.scm (neovim)[inputs]: Likewise. * gnu/packages/wget.scm (wget2)[inputs]: Likewise. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise. * gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
* gnu: rav1e: Remove input labels.Marius Bakke2022-02-11
| | | | * gnu/packages/video.scm (rav1e)[native-inputs]: Remove labels.
* gnu: rav1e: Omit static library.Marius Bakke2022-02-11
| | | | * gnu/packages/video.scm (rav1e)[arguments]: Add phase.
* gnu: gallery-dl: Update to 1.20.3.Jai Vetrivelan2022-02-08
| | | | | | * gnu/packages/video.scm (gallery-dl): Update to 1.20.3. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: libx264: Fix building on riscv64-linux.Efraim Flashner2022-02-07
| | | | | | * gnu/packages/video.scm (libx264)[inputs]: Add config. [arguments]: Adjust configure-flags to always build PIC code. Add custom phase to replace config.guess, config.sub scripts.
* gnu: OBS: Use new package style.base-for-series-11204base-for-series-11203base-for-series-11202base-for-series-11201Andrew Tropin2022-01-31
| | | | | | * gnu/packages/video.scm (obs): Use new package style. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: shotcut: Update to 22.01.30.Vinicius Monego2022-01-31
| | | | * gnu/packages/video.scm (shotcut): Update to 22.01.30.
* gnu: obs: Update to 27.1.3.base-for-series-11173base-for-series-11169Andrew Tropin2022-01-28
| | | | | | * gnu/packages/video.scm (obs): Update to 27.1.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* Add copyright notice for 'Bird'.Leo Famulari2022-01-25
| | | | | | This is a followup to commit cc74d19d663b78a9ec8207d7e3a41cabfbe1a100. * gnu/packages/video.scm: Add copyright attribution.
* gnu: Add gallery-dl.Bird2022-01-25
| | | | | | * gnu/packages/video.scm (gallery-dl): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: youtube-dl: Add release-monitoring-url.Efraim Flashner2022-01-25
| | | | * gnu/packages/video.scm (youtube-dl)[properties]: New field.
* gnu: yt-dlp: Add release-monitoring-url.Efraim Flashner2022-01-25
| | | | * gnu/packages/video.scm (yt-dlp)[properties]: New field.
* gnu: vlc: Build with correct librsvg.Denis 'GNUtoo' Carikli2022-01-23
| | | | | | | * gnu/packages/video.scm (vlc)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: svt-av1: Update to 0.9.0.Leo Famulari2022-01-22
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.9.0.
* gnu: transcode: Fix typo in description.base-for-series-11032base-for-series-11031Leo Famulari2022-01-19
| | | | * gnu/packages/video.scm (transcode)[description]: Fix typo.
* gnu: pitivi: Make Python a regular input.Leo Famulari2022-01-18
| | | | | | | | | The built package does keep a reference to Python. This is a followup to commit 10be314cd8ac76d7a58f5ad4fcf3365cdd161234. * gnu/packages/video.scm (pitivi)[native-inputs]: Move PYTHON ... [inputs]: ... to here.
* gnu: pitivi: Add python to native-inputs.Leo Famulari2022-01-17
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/video.scm (pitivi)[native-inputs]: Add python.
* gnu: libvpx: Update to 1.11.0.Marius Bakke2022-01-17
| | | | * gnu/packages/video.scm (libvpx): Update to 1.11.0.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: rav1e: Update to 0.5.1; also update rust-aom-sys to 0.3.0.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/crates-graphics.scm (rust-aom-sys-0.2): Rename to... (rust-aom-sys-0.3): ... this, updating to 0.3.0. (rust-aom-sys-0.1): Delete unused variable. * gnu/packages/video.scm (rav1e): Update to 0.5.1. [cargo-test-flags]: New argument. [cargo-inputs]: Add rust-aom-sys-0.3. Update rust-arrayvec and rust-av-metrics to 0.7. Update rust-rustc-version to 0.4. Update rust-dav1d-sys to 0.3.4. [cargo-development-inputs]: Update rust-assert-cmd to 2. Update rust-pretty-assertions to 0.7. Update rust-semver to 1. [phases]{relax-versions}: New phase.
| * gnu: Remove meson-0.59 workarounds.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly automated with the following command: $ grep --include='*.scm' '#:meson ,meson-0.59' -rl \ | xargs sed -z 's/#:meson[^\n]*\s*//' -i * gnu/packages/freedesktop.scm (malcontent) (accountsservice): Delete #:meson argument. * gnu/packages/games.scm (gnome-2048): Likewise. * gnu/packages/geo.scm (gnome-maps): Likewise. * gnu/packages/gnome.scm (gnome-photos, gnome-music) (gnome-initial-setup, gnome-user-share, gnome-characters) (gnome-disk-utility, gnome-font-viewer, evince, glade3) (gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp) (totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit) (network-manager-applet, gnome-control-center, gnome-shell, nautilus) (gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb) (gitg, polari, gnome-boxes, gtranslator): Likewise. * gnu/packages/gtk.scm: (gtkmm-3): Likewise. * gnu/packages/pdf.scm (zathura): Likewise. * gnu/packages/photo.scm (entangle): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (libvirt-glib): Likewise.
* | gnu: handbrake: Update to 1.5.1.Vinicius Monego2022-01-11
|/ | | | | | * gnu/packages/video.scm (handbrake): Update to 1.5.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: youtube-dl: Update to 2021.12.17.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.12.17. [source, arguments]: Don't explicitly return #t from snippet or phases.
* gnu: mpv: Update to 0.34.1.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/video.scm (mpv): Update to 0.34.1.
* gnu: Import missing module in (gnu packages video).Leo Famulari2021-12-28
| | | | | | This is a followup to commit b1548937e9622271ed407200ad2cd2118729588e. * gnu/packages/video.scm: Import (gnu packages llvm).