summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
AgeCommit message (Collapse)Author
2018-12-03Merge branch 'core-updates'Ludovic Courtès
2018-12-01handbrake: Update to 1.1.2.Eric Bavier
* gnu/packages/video.scm (handbrake): Update to 1.1.2. [source]: Use direct download url. Remove upstreamed patch. Patch make fragments in snippet. [inputs]: Use latest ffmpeg. Add jansson and opus. [arguments]: Remove 'disable-contrib phase, which is now in source snippet. Move 'fix-x265-linking phase fix to #:configure-flags. [license]: Use 'gpl2' as clarified in LICENSE. * gnu/packages/patches/handbrake-pkg-config-path.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-11-29gnu: ffms2: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (ffms2)[source]: Fetch from git.
2018-11-29gnu: mps-youtube: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (mps-youtube)[source]: Fetch from git.
2018-11-29gnu: mpv: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (mpv)[source]: Fetch from git.
2018-11-29gnu: ffmpegthumbnailer: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (ffmpegthumbnailer)[source]: Fetch from git.
2018-11-29gnu: simplescreenrecorder: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (simplescreenrecorder)[source]: Fetch from git.
2018-11-29gnu: obs: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (obs)[source]: Fetch from git.
2018-11-29gnu: mlt: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (mlt)[source]: Fetch from git.
2018-11-29gnu: vapoursynth: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (vapoursynth)[source]: Fetch from git.
2018-11-29gnu: you-get: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (you-get)[source]: Fetch from git.
2018-11-29gnu: l-smash: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (l-smash)[source]: Fetch from git.
2018-11-29gnu: vidstab: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (vidstab)[source]: Fetch from git.
2018-11-29gnu: gst-transcoder: Fetch sources from git.Ricardo Wurmus
* gnu/packages/video.scm (gst-transcoder)[source]: Fetch from git.
2018-11-29Merge branch 'master' into core-updatesMarius Bakke
2018-11-27gnu: x265: Fix building on armhf-linux.Efraim Flashner
* gnu/packages/video.scm (x265)[patches]: Add patch. [arguments]: Add a configure-flag to disable assembly. Adjust a custom phase to recognize armv8 as 32-bit arm when masquerading as armhf-linux.
2018-11-27gnu: x265: Install static libraries in a separate output.Efraim Flashner
This saves more than 50% of the closure size. * gnu/packages/video.scm (x265)[outputs]: New field. [arguments]: Add custom phase to move the static libraries to a new output.
2018-11-27gnu: x265: Build 10-bit and 12-bit libraries.Efraim Flashner
* gnu/packages/video.scm (x265)[arguments]: Add configure-flag to set %output for the other builds. Add custom 'build-12-bit and 'build-10-bit phases to build their respective versions. Add a custom phase to install the 10-bit and 12-bit libraries.
2018-11-26gnu: Add OpenShot.Eric Bavier
* gnu/packages/video.scm (openshot-qt): New variable.
2018-11-26gnu: Add libopenshot.Eric Bavier
* gnu/packages/video.scm (libopenshot): New variable. * gnu/packages/patches/libopenshot-tests-with-system-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-11-25gnu: aegisub: Fix build.Björn Höfling
* gnu/packages/patches/aegisub-boost68.patch: New file * gnu/local.mk: Add it. * gnu/packages/video.scm (aegisub)[source]: Use patch.
2018-11-21gnu: python-waf: Use a proper directory structure.Efraim Flashner
Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
2018-11-21gnu: python-waf: Use a proper directory structure.Efraim Flashner
Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
2018-11-14gnu: video: Return #t from all phases.Mark H Weaver
* gnu/packages/video.scm (youtube-dl-gui, avidemux, xvid, twitchy, aegisub): Return #t from all phases, use invoke where appropriate, and remove vestigial plumbing.
2018-11-12gnu: youtube-dl: Update to 2018.11.07.Arun Isaac
* gnu/packages/video.scm (youtube-dl): Update to 2018.11.07.
2018-11-06gnu: youtube-dl: Update to 2018.11.03.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.11.03.
2018-11-06gnu: ffmpeg: Update to 4.1.Rutger Helling
* gnu/packages/video.scm (ffmpeg): Update to 4.1.
2018-11-05gnu: ffmpeg: Update to 4.0.3.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 4.0.3.
2018-11-05gnu: ffmpeg@3.4: Update to 3.4.5.Marius Bakke
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
2018-11-01gnu: motion: Install translations.Tobias Geerinckx-Rice
* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
2018-11-01gnu: motion: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/video.scm (motion)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2018-11-01Keep (gnu packages video) module imports in order.Tobias Geerinckx-Rice
* gnu/packages/video.scm (define-module): Re-order module imports alphabetically.
2018-11-01gnu: motion: Update to 4.2.Tobias Geerinckx-Rice
* gnu/packages/video.scm (motion): Update to 4.2.
2018-10-22gnu: livemedia-utils: Update to 2018.10.17 [fixes CVE-2018-4013].Leo Famulari
* gnu/packages/video.scm (livemedia-utils): Update to 2018.10.17.
2018-10-19gnu: youtube-dl: Update to 2018.10.05.Rutger Helling
* gnu/packages/video.scm (youtube-dl): Update to 2018.10.05.
2018-10-17gnu: streamlink: Update to 0.14.2.Efraim Flashner
* gnu/packages/video.scm (streamlink): Update to 0.14.2. [source]: Download from pypi.
2018-10-15gnu: x265: Fix building on armhf-linux and aarch64-linux.Efraim Flashner
* gnu/packages/video.scm (x265)[source]: Update list of patches. [arguments]: Change configure flag to ensure PIC for all architectures. * gnu/packages/patches/x265-arm-asm-primitives.patch: Remove file. * gnu/packages/patches/x265-detect512-all-arches.patch: New file. * gnu/local.mk (dist_patch_DATA): Update patch registry.
2018-10-15gnu: x265: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/video.scm (x265): Update to 2.9. [source]: Remove x265-fix-ppc64le-build.patch. * gnu/packages/patches/x265-fix-ppc64le-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-10-10gnu: mlt: Prepare for kdenlive.Mark Meyer
* gnu/packages/video.scm (mlt): Update to 6.10.0. [inputs]: Add frei0r-plugins, gdk-pixbuf, gtk+-2, qtbase,qtsvg. [make-flags]: Add "CXX=g++ -std=gnu++11". Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
2018-10-04gnu: mpv: Update to 0.29.1.Rutger Helling
* gnu/packages/video.scm (mpv): Update to 0.29.1.
2018-09-27gnu: youtube-dl: Update to 2018.09.18.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.09.18.
2018-09-21gnu: libvpx: Add upstream security fix.Mark H Weaver
* gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (libvpx)[source]: Add patch.
2018-09-13gnu: youtube-viewer: Update to 3.4.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-viewer): Update to 3.4.1.
2018-09-13gnu: youtube-viewer: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-viewer)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2018-09-10gnu: VLC: Update to 3.0.4.Leo Famulari
* gnu/packages/video.scm (vlc): Update to 3.0.4.
2018-09-10gnu: gnome-mpv: Update to 0.15.Tobias Geerinckx-Rice
* gnu/packages/video.scm (gnome-mpv): Update to 0.15.
2018-09-10gnu: youtube-dl: Update to 2018.08.04.Alex Vong
* gnu/packages/video.scm (youtube-dl): Update to 2018.08.04.
2018-09-03gnu: simplescreenrecorder: Build against modular Qt.Marius Bakke
* gnu/packages/video.scm (simplescreenrecorder)[inputs]: Remove QT. Add QTBASE and QTX11EXTRAS.
2018-08-27Update email for Pierre Neidhardt.Pierre Neidhardt
* .mailmap: Add name and email for Pierre Neidhardt. * gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm, gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/password-utils.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm: Update email for Pierre Neidhardt.
2018-08-16Merge branch 'master' into stagingMarius Bakke