summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesDanny Milosavljevic2021-02-11
|\
| * gnu: streamlink: Update to 2.0.0.Oleg Pykhalov2021-02-09
| | | | | | | | * gnu/packages/video.scm (streamlink): Update to 2.0.0.
| * gnu: rust-vergen-3: Drop minor version from name.Nicolas Goaziou2021-02-05
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-vergen-3): Drop minor version from name. * gnu/packages/video.scm (rav1e): Apply renaming.
* | Merge branch 'master' into core-updatesChristopher Baines2021-02-03
|\|
| * gnu: Add obs-wlrobs.Andrew Tropin2021-02-02
| | | | | | | | | | | | * gnu/packages/video.scm (obs-wlrobs): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: obs-spectralizer: Remove bundled Windows DLLs.Ludovic Courtès2021-02-02
| | | | | | | | | | * gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and 'modules'.
| * gnu: Add obs-spectralizer.Andrew Tropin2021-02-02
| | | | | | | | | | | | * gnu/packages/video.scm (obs-spectralizer): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: obs: Use an environment variable for plugins location.Alexey Abramov2021-02-02
| | | | | | | | | | | | | | | | * 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>
| * Revert qt-build-system changes that were pushed to a frozen "staging" branch.Leo Famulari2021-01-30
| | | | | | | | | | | | | | This reverts commits 9085260fccd17955be6922c215f89be3e424dda3, 4ecc2a24936a1fbfe3ff5654090d41e91c2fe8f2, 094b6ac00939ef5e3f291a477fedd26621078ca8, 104151f4f45f4bc3a816e3ad42256452932e0d8d.
| * guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * gnu: VLC: Remove obsolete patch.Leo Famulari2021-01-27
| | | | | | | | | | | | * 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.
| * Merge branch 'master' into stagingLeo Famulari2021-01-25
| |\
| | * gnu: vlc: Update to 3.0.12.Michael Rohleder2021-01-19
| | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (vlc): Update to 3.0.12. Signed-off-by: Leo Famulari <leo@famulari.name>
| | * gnu: motion: Update to 4.3.2.Vincent Legoll2021-01-19
| | | | | | | | | | | | | | | | | | | | | * 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>
| | * gnu: youtube-dl: Update to 2021.01.16.Oleg Pykhalov2021-01-17
| | | | | | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.01.16.
| | * gnu: mkvtoolnix: Update to 52.0.0.Michael Rohleder2021-01-16
| | | | | | | | | | | | | | | | | | | | | * 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>
| | * gnu: obs: Update to 26.1.2.Tobias Geerinckx-Rice2021-01-10
| | | | | | | | | | | | * gnu/packages/video.scm (obs): Update to 26.1.2.
* | | gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into stagingEfraim Flashner2021-01-10
|\|
| * gnu: youtube-dl: Update to 2021.01.08.Tobias Geerinckx-Rice2021-01-09
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.01.08.
| * gnu: obs: Update to 26.1.1.Tobias Geerinckx-Rice2021-01-07
| | | | | | | | * gnu/packages/video.scm (obs): Update to 26.1.1.
| * gnu: youtube-viewer: Update to 3.8.1.Tobias Geerinckx-Rice2021-01-07
| | | | | | | | * gnu/packages/video.scm (youtube-viewer): Update to 3.8.1.
| * gnu: dav1d: Update to 0.8.1.Tobias Geerinckx-Rice2021-01-03
| | | | | | | | * gnu/packages/video.scm (dav1d): Update to 0.8.1.
| * gnu: youtube-dl: Update to 2021.01.03.Tobias Geerinckx-Rice2021-01-03
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.01.03.
| * gnu: rav1e: Update to 0.3.5.Antoine Côté2021-01-03
| | | | | | | | | | | | * gnu/packages/video.scm (rav1e): Update to 0.3.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: gaupol: Update to 1.9.Tobias Geerinckx-Rice2021-01-03
| | | | | | | | * gnu/packages/video.scm (gaupol): Update to 1.9.
| * gnu: you-get: Update to 0.4.1500.Tobias Geerinckx-Rice2021-01-02
| | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.1500.
| * gnu: youtube-dl: Update to 2020.12.31.Tobias Geerinckx-Rice2021-01-02
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.12.31.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2020-12-30
|\|
| * gnu: SVT-AV1: It only supports 64-bit Intel-compatible systems.Leo Famulari2020-12-29
| | | | | | | | * gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
| * gnu: SVT-AV1: Update URLs.Leo Famulari2020-12-29
| | | | | | | | * gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
| * gnu: Add SVT-VP9.Leo Famulari2020-12-29
| | | | | | | | * gnu/packages/video.scm (svt-vp9): New variable.
| * gnu: Add pitivi.Leo Prikler2020-12-29
| | | | | | | | | | | | * gnu/packages/video.scm (pitivi): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| * gnu: Update and deprecate gst-transcoder.Leo Prikler2020-12-29
| | | | | | | | | | | | | | | | 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.
* | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-29
|\|
| * gnu: v4l-utils: Update to 1.20.0.Vincent Legoll2020-12-29
| | | | | | | | | | | | * gnu/packages/video.scm (v4l-utils): Update to 1.20.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: VLC: Fix build with Qt 5.15.Leo Famulari2020-12-23
| | | | | | | | | | | | * 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.
* | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-21
|\|
| * gnu: libaom: Update to 2.0.1.Leo Famulari2020-12-20
| | | | | | | | * gnu/packages/video.scm (libaom): Update to 2.0.1.
| * gnu: straw-viewer: Move youtube-dl to propagated inputs.Brett Gilio2020-12-20
| | | | | | | | * gnu/packages/video.scm (straw-viewer)[propagated-inputs]: Add youtube-dl.
| * gnu: straw-viewer: Update to 0.1.2.Tobias Geerinckx-Rice2020-12-20
| | | | | | | | * gnu/packages/video.scm (straw-viewer): Update to 0.1.2.
| * gnu: youtube-viewer: Update to 3.8.0.Tobias Geerinckx-Rice2020-12-20
| | | | | | | | * gnu/packages/video.scm (youtube-viewer): Update to 3.8.0.
| * gnu: youtube-dl: Update to 2020.12.14.Tobias Geerinckx-Rice2020-12-20
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.12.14.
| * gnu: obs: Update to 26.1.0.Michael Rohleder2020-12-16
| | | | | | | | | | | | * gnu/packages/video.scm (obs): Update to 26.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add libcaption.Leo Famulari2020-12-15
| | | | | | | | * gnu/packages/video.scm (libcaption): New variable.
| * gnu: youtube-dl: Avoid using pre-generated code.Mark H Weaver2020-12-15
| | | | | | | | | | | | | | * 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'.
| * gnu: ffmpeg-2.8: Remove extraneous inputs.Leo Famulari2020-12-15
| | | | | | | | | | | | | | These inputs are not used by FFmpeg 2. * gnu/packages/video.scm (ffmpeg-2.8)[inputs]: Remove dav1d, libaom, rav1e, and srt.
| * gnu: ffmpeg-4.2: Remove extraneous input rav1e.Leo Prikler2020-12-15
| | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg-4.2)[inputs]: Remove rav1e. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: ImageMagick: Update to 6.9.11-48.Marius Bakke2020-12-13
| | | | | | | | | | | | | | * 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.
* | gnu: libva: Update to 2.10.0.Marius Bakke2020-12-13
|/ | | | | * gnu/packages/video.scm (libva): Update to 2.10.0. [source](uri): Change to new URL. Remove old mirror.