summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMark H Weaver2018-01-19
|\
| * gnu: Add Motion.Ludovic Courtès2018-01-20
| | | | | | | | * gnu/packages/video.scm (motion): New variable.
| * gnu: libvpx: Use HTTPS for home page.Marius Bakke2018-01-19
| | | | | | | | * gnu/packages/video.scm (libvpx)[home-page]: Use HTTPS.
| * gnu: youtube-dl: Update to 2018.01.18.Tobias Geerinckx-Rice2018-01-18
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.01.18.
| * gnu: youtube-dl: Update to 2018.01.14.Tobias Geerinckx-Rice2018-01-13
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.01.14.
* | gnu: livemedia-utils: Update to 2017.10.28.Ludovic Courtès2018-01-13
| | | | | | | | * gnu/packages/video.scm (livemedia-utils): Update to 2017.10.28.
* | gnu: livemedia-utils: Fix compilation against glibc 2.26.Ludovic Courtès2018-01-13
| | | | | | | | | | * gnu/packages/video.scm (livemedia-utils)[source](snippet, modules): New fields.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-11
|\|
| * gnu: youtube-dl: Update to 2018.01.07.Tobias Geerinckx-Rice2018-01-08
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.01.07.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-04
|\|
| * gnu: vlc: Enable libdvdread and libdvdcss support.Roel Janssen2018-01-04
| | | | | | | | | | * gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input.
| * Revert "gnu: vlc: Enable libdvdread and libdvdcss support."Mark H Weaver2018-01-04
| | | | | | | | | | This reverts commit d5456444f7032e7bc9168db2b59e548672795b72. It broke 'gnome', via 'gnome-disk-utility'.
| * gnu: vlc: Enable libdvdread and libdvdcss support.Roel Janssen2018-01-04
| | | | | | | | | | * gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-03
|\|
| * gnu: OBS Studio: Update to 20.1.3Adriano Peluso2018-01-02
| | | | | | | | | | | | * gnu/packages/video.scm (obs): Update to 20.1.3 Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-12-31
|\|
| * gnu: youtube-dl: Update to 2017.12.31.Tobias Geerinckx-Rice2017-12-30
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.12.31.
| * gnu: youtube-dl: Update to 2017.12.28.Tobias Geerinckx-Rice2017-12-30
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.12.28.
| * gnu: mlt: Fix license.Efraim Flashner2017-12-28
| | | | | | | | | | | | mlt is built with '--enable-gpl3', so the license is gpl3. * gnu/packages/video.scm (mlt)[license]: Change license to gpl3.
| * gnu: mlt: Add ffmpeg support.Efraim Flashner2017-12-28
| | | | | | | | * gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
| * gnu: mpv: Update to 0.28.0.Rutger Helling2017-12-27
| | | | | | | | | | * gnu/packages/video.scm (mpv): Update to 0.28.0. [inputs]: Change ffmpeg to ffmpeg-git, add wayland-protocols.
| * gnu: Add ffmpeg-git.Rutger Helling2017-12-27
| | | | | | | | * gnu/packages/video.scm (ffmpeg-git): New variable.
| * gnu: you-get: Explicitly invoke input ffmpeg.Tobias Geerinckx-Rice2017-12-23
| | | | | | | | | | | | | | The ‘ffmpeg’ input was never actually used. * gnu/packages/video.scm (you-get)[arguments]: Add ‘qualify-input-references’ phase.
| * gnu: you-get: Fix typo in synopsis.Tobias Geerinckx-Rice2017-12-23
| | | | | | | | * gnu/packages/video.scm (you-get)[synopsis]: Fix typo.
| * gnu: you-get: Update to 0.4.1011.Tobias Geerinckx-Rice2017-12-23
| | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.1011.
| * gnu: youtube-dl: Update to 2017.12.23.Tobias Geerinckx-Rice2017-12-23
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.12.23.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-19
|\|
| * gnu: Add libvdpau-va-gl.Efraim Flashner2017-12-16
| | | | | | | | | | | | * gnu/packages/video.scm (libvdpau-va-gl): New variable. * gnu/packages/patches/libvdpau-va-gl-unbundle.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: youtube-dl: Update to 2017.12.14.Tobias Geerinckx-Rice2017-12-14
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.12.14.
| * gnu: Remove ffmpeg@3.3.Marius Bakke2017-12-12
| | | | | | | | | | | | | | | | The reason this was required was because of a regression in ffmpeg 3.4; see <https://trac.ffmpeg.org/ticket/6775>. * gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change FFMPEG-3.3 to FFMPEG. * gnu/packages/video.scm (ffmpeg-3.3): Remove variable.
| * gnu: ffmpeg: Update to 3.4.1.Marius Bakke2017-12-12
| | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 3.4.1.
| * gnu: youtube-dl: Update to 2017.12.10.Tobias Geerinckx-Rice2017-12-10
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.12.10.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-05
|\|
| * gnu: you-get: Update to 0.4.995.Tobias Geerinckx-Rice2017-12-04
| | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.995.
| * gnu: you-get: Update to 0.4.990.Rutger Helling2017-12-03
| | | | | | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.990. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: youtube-dl: Update to 2017.12.02.Tobias Geerinckx-Rice2017-12-02
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.12.02.
| * gnu: you-get: Update to 0.4.985.Rutger Helling2017-11-28
| | | | | | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.985. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: youtube-dl: Update to 2017.11.26.Tobias Geerinckx-Rice2017-11-27
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.11.26.
| * gnu: vlc: Update to 2.2.8 [fixes CVE-2017-9300, CVE-2017-10699].Marius Bakke2017-11-22
| | | | | | | | * gnu/packages/video.scm (vlc): Update to 2.2.8.
| * gnu: you-get: Update to 0.4.964.Rutger Helling2017-11-21
| | | | | | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.964. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-19
|\|
| * gnu: Move more packages from python to python-web.Ludovic Courtès2017-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-requests, python2-requests) (python-requests-2.7, python-oauthlib, python2-oauthlib) (python-furl, python2-furl, python-wsgi-intercept) (python-publicsuffix, python2-publicsuffix) (python-publicsuffix2, python2-publicsuffix2): Move to... * gnu/packages/python-web.scm: ... here. * gnu/packages/bioinformatics.scm, gnu/packages/finance.scm: gnu/packages/maths.scm, gnu/packages/terminals.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm: Adjust accordingly.
| * gnu: youtube-dl: Update to 2017.11.15.Tobias Geerinckx-Rice2017-11-15
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.11.15.
| * gnu: ffmpeg: Reduce the size of the closure.Efraim Flashner2017-11-12
| | | | | | | | | | * gnu/packages/video.scm (ffmpeg)[arguments]: Add new configure flags to disable the html man pages and the static libraries.
| * gnu: mediainfo: Change order of custom phases.Efraim Flashner2017-11-07
| | | | | | | | | | * gnu/packages/video.scm (mediainfo)[arguments]: Change to the build directory before executing the autogen script.
| * gnu: youtube-dl: Update to 2017.11.06.Tobias Geerinckx-Rice2017-11-06
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.11.06.
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-02
|\|
| * gnu: mpv: enable Wayland support.Rutger Helling2017-11-02
| | | | | | | | * gnu/packages/video.scm (mpv)[inputs]: Add wayland and libxkbcommon.
| * gnu: libass: Update to 0.14.0.Marius Bakke2017-11-01
| | | | | | | | | | * gnu/packages/video.scm (libass): Update to 0.14.0. [native-inputs]: Change from YASM to NASM.
* | gnu: libva: Update to 2.0.0.Marius Bakke2017-11-01
|/ | | | * gnu/packages/video.scm (libva): Update to 2.0.0.