Age | Commit message (Expand) | Author |
2019-01-10 | gnu: Add missing copyright line....* gnu/packages/video.scm: Add missing copyright line for commit 20b4aa6.
| Rutger Helling |
2019-01-10 | gnu: wlstream: Fix indentation....* gnu/packages/video.scm (wlstream): Fix indentation.
| Rutger Helling |
2019-01-10 | gnu: Add wlstream....* gnu/packages/video.scm (wlstream): New variable.
| Rutger Helling |
2019-01-10 | gnu: ffmpeg: Add libdrm support....* gnu/packages/video.scm (ffmpeg): Add libdrm support.
| Rutger Helling |
2019-01-05 | gnu: streamlink: Fix build....* gnu/packages/video.scm (streamlink)[source]: Add patch.
* gnu/packages/patches/streamlink-update-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2019-01-05 | gnu: youtube-viewer: Install desktop file....* gnu/packages/video.scm (youtube-viewer)[arguments]: Add 'install-desktop
phase.
| Eric Bavier |
2019-01-04 | gnu: video: Add missing copyright....* gnu/packages/video.scm: Add copyright.
| Mathieu Othacehe |
2019-01-04 | gnu: vlc: Fix typo in synopsis....* gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
| Mathieu Othacehe |
2019-01-03 | gnu: vlc: Add protobuf to inputs....* gnu/packages/video.scm (vlc)[inputs]: Add protobuf.
| Mathieu Othacehe |
2019-01-03 | gnu: vlc: Add libmicrodns to inputs....* gnu/packages/video.scm (vlc)[inputs]: Add libmicrodns.
| Mathieu Othacehe |
2018-12-30 | gnu: ffmpeg@2.8: Remove variable....* gnu/packages/video.scm (ffmpeg@2.8): Remove variable.
| Efraim Flashner |
2018-12-30 | gnu: vlc: Update to 3.0.5....* gnu/packages/video.scm (vlc): Update to 3.0.5.
[source]: Remove patch.
(%vlc-libx264-compat.patch): Remove variable.
| Efraim Flashner |
2018-12-29 | gnu: youtube-dl: Update to 2018.12.17....* gnu/packages/video.scm (youtube-dl): Update to 2018.12.17.
| Björn Höfling |
2018-12-13 | gnu: Fix misplaced commas (unquotes)....* gnu/packages/java.scm (ant-bootstrap),
gnu/packages/kde.scm (kdenlive),
gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner),
gnu/packages/mpd.scm (ncmpc),
gnu/packages/opencl.scm (beignet),
gnu/packages/pdf.scm (zathura-pdf-mupdf),
gnu/packages/video.scm (streamlink),
gnu/packages/web-browsers.scm (luakit),
gnu/packages/web.scm (perl-libwww),
gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes).
| Mark H Weaver |
2018-12-12 | gnu: Add dav1d....* gnu/packages/video.scm (dav1d): New variable.
| Efraim Flashner |
2018-12-12 | gnu: youtube-viewer: Update to 3.5.0....* gnu/packages/video.scm (youtube-viewer): Update to 3.5.0.
| Eric Bavier |
2018-12-03 | Merge branch 'core-updates' | Ludovic Courtès |
2018-12-01 | handbrake: Update to 1.1.2....* 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.
| Eric Bavier |
2018-11-29 | gnu: ffms2: Fetch sources from git....* gnu/packages/video.scm (ffms2)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: mps-youtube: Fetch sources from git....* gnu/packages/video.scm (mps-youtube)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: mpv: Fetch sources from git....* gnu/packages/video.scm (mpv)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: ffmpegthumbnailer: Fetch sources from git....* gnu/packages/video.scm (ffmpegthumbnailer)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: simplescreenrecorder: Fetch sources from git....* gnu/packages/video.scm (simplescreenrecorder)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: obs: Fetch sources from git....* gnu/packages/video.scm (obs)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: mlt: Fetch sources from git....* gnu/packages/video.scm (mlt)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: vapoursynth: Fetch sources from git....* gnu/packages/video.scm (vapoursynth)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: you-get: Fetch sources from git....* gnu/packages/video.scm (you-get)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: l-smash: Fetch sources from git....* gnu/packages/video.scm (l-smash)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: vidstab: Fetch sources from git....* gnu/packages/video.scm (vidstab)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | gnu: gst-transcoder: Fetch sources from git....* gnu/packages/video.scm (gst-transcoder)[source]: Fetch from git.
| Ricardo Wurmus |
2018-11-29 | Merge branch 'master' into core-updates | Marius Bakke |
2018-11-27 | gnu: x265: Fix building on armhf-linux....* 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.
| Efraim Flashner |
2018-11-27 | gnu: x265: Install static libraries in a separate output....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.
| Efraim Flashner |
2018-11-27 | gnu: x265: Build 10-bit and 12-bit libraries....* 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.
| Efraim Flashner |
2018-11-26 | gnu: Add OpenShot....* gnu/packages/video.scm (openshot-qt): New variable.
| Eric Bavier |
2018-11-26 | gnu: Add libopenshot....* 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.
| Eric Bavier |
2018-11-25 | gnu: aegisub: Fix build....* gnu/packages/patches/aegisub-boost68.patch: New file
* gnu/local.mk: Add it.
* gnu/packages/video.scm (aegisub)[source]: Use patch.
| Björn Höfling |
2018-11-21 | gnu: python-waf: Use a proper directory structure....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.
| Efraim Flashner |
2018-11-21 | gnu: python-waf: Use a proper directory structure....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.
| Efraim Flashner |
2018-11-14 | gnu: video: Return #t from all phases....* gnu/packages/video.scm (youtube-dl-gui, avidemux, xvid, twitchy, aegisub):
Return #t from all phases, use invoke where appropriate, and remove vestigial
plumbing.
| Mark H Weaver |
2018-11-12 | gnu: youtube-dl: Update to 2018.11.07....* gnu/packages/video.scm (youtube-dl): Update to 2018.11.07.
| Arun Isaac |
2018-11-06 | gnu: youtube-dl: Update to 2018.11.03....* gnu/packages/video.scm (youtube-dl): Update to 2018.11.03.
| Tobias Geerinckx-Rice |
2018-11-06 | gnu: ffmpeg: Update to 4.1....* gnu/packages/video.scm (ffmpeg): Update to 4.1.
| Rutger Helling |
2018-11-05 | gnu: ffmpeg: Update to 4.0.3....* gnu/packages/video.scm (ffmpeg): Update to 4.0.3.
| Marius Bakke |
2018-11-05 | gnu: ffmpeg@3.4: Update to 3.4.5....* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
| Marius Bakke |
2018-11-01 | gnu: motion: Install translations....* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
| Tobias Geerinckx-Rice |
2018-11-01 | gnu: motion: Don't use unstable tarball....* gnu/packages/video.scm (motion)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2018-11-01 | Keep (gnu packages video) module imports in order....* gnu/packages/video.scm (define-module): Re-order module imports
alphabetically.
| Tobias Geerinckx-Rice |
2018-11-01 | gnu: motion: Update to 4.2....* gnu/packages/video.scm (motion): Update to 4.2.
| Tobias Geerinckx-Rice |
2018-10-22 | gnu: livemedia-utils: Update to 2018.10.17 [fixes CVE-2018-4013]....* gnu/packages/video.scm (livemedia-utils): Update to 2018.10.17.
| Leo Famulari |