Commit Graph

658 Commits (52fb5b3aee026dadd4bd79ca6a81035ca34575eb)

Author SHA1 Message Date
Tobias Geerinckx-Rice 52fb5b3aee
gnu: vapoursynth: Return #t from all phases.
* gnu/packages/video.scm (vapoursynth)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice e626984639
gnu: libsmpeg: Return #t from all phases.
* gnu/packages/video.scm (libsmpeg)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice da6f345c71
gnu: handbrake: Return #t from all phases.
* gnu/packages/video.scm (handbrake)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice bf6edb9596
gnu: libmediainfo: Return #t from all phases.
* gnu/packages/video.scm (libmediainfo)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice d793d9a601
gnu: mediainfo: Return #t from all phases.
* gnu/packages/video.scm (mediainfo)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 00:20:09 +02:00
Tobias Geerinckx-Rice 6b677bb004
gnu: livemedia-utils: Return #t from all phases.
* gnu/packages/video.scm (livemedia-utils)[arguments]: Substitute
INVOKE for SYSTEM*.
2018-06-22 00:20:09 +02:00
Tobias Geerinckx-Rice 63181c8599
gnu: frei0r-plugins: Return #t from all phases.
* gnu/packages/video.scm (frei0r-plugins)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:09 +02:00
Rutger Helling a34801ca68
gnu: youtube-dl: Update to 2018.06.19.
* gnu/packages/video.scm (youtube-dl): Update to 2018.06.19.
2018-06-21 14:32:33 +02:00
Efraim Flashner 2b94c14c9e
gnu: x265: Fix building on armhf-linux and aarch64-linux.
* gnu/packages/video.scm (x265)[source]: Add patch.
[arguments]: Enable PIC on armhf-linux.
* gnu/packages/patches/x265-fix-ppc64le-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-06-19 21:49:12 +03:00
Marius Bakke 30e26b6af3
gnu: ffmpeg: Update to 4.0.1.
* gnu/packages/video.scm (ffmpeg): Update to 4.0.1.
2018-06-16 21:35:25 +02:00
Oleg Pykhalov ca82bdfdfb
gnu: twitchy: Install 'rofi-twitchy'.
* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
2018-06-08 20:30:29 +03:00
Ricardo Wurmus 116ca65b58
Merge branch 'master' into core-updates 2018-06-06 22:43:37 +02:00
Rutger Helling e6fcf903ec
gnu: vulkan-loader: Update URL and change name.
* gnu/packages/emulators.scm: Change references from 'vulkan-icd-loader' to
'vulkan-loader'.
* gnu/packages/games.scm: Change references from 'vulkan-icd-loader' to
'vulkan-loader'.
* gnu/packages/video.scm: Change references from 'vulkan-icd-loader' to
'vulkan-loader'.
* gnu/packages/vulkan.scm (vulkan-loader): Rename from 'vulkan-icd-loader' to
'vulkan-loader'. Update URL and hash.
* gnu/packages/wine.scm: Change references from 'vulkan-icd-loader' to
'vulkan-loader'.
2018-06-06 16:48:47 +02:00
Rutger Helling 7ea56cdec0
gnu: you-get: Update to 0.4.1077.
* gnu/packages/video.scm (you-get): Update to 0.4.1077.
2018-06-06 14:39:24 +02:00
Mark H Weaver 0d6f84aab1
Merge branch 'master' into core-updates 2018-05-31 00:27:03 -04:00
Tobias Geerinckx-Rice 6c4d1413f2
gnu: mkvtoolnix: Use INVOKE.
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-05-31 04:54:57 +02:00
Tobias Geerinckx-Rice 8d5960d1b1
gnu: liba52: Use INVOKE.
* gnu/packages/video.scm (liba52)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-05-31 04:54:57 +02:00
Tobias Geerinckx-Rice 3103101ec9
gnu: aalib: Use INVOKE.
* gnu/packages/video.scm (aalib)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-05-31 04:54:56 +02:00
Tobias Geerinckx-Rice e80c05ac3e
gnu: ffmpeg: Use INVOKE.
* gnu/packages/video.scm (ffmpeg)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-05-31 04:54:50 +02:00
Mark H Weaver d0e23e3940
gnu: vlc: Update to 3.0.3, and add more inputs.
Co-authored-by: Roel Janssen <roel@gnu.org>

* gnu/packages/video.scm (vlc): Update to 3.0.3.
[native-inputs]: Add flex, bison, and gettext-minimal.
[inputs]: Replace ffmpeg-2.8 with the latest ffmpeg.  Replace lua-5.1 with
lua-5.2.  Add eudev, fribidi, libarchive, libass, libavc1394, libbluray,
libcaca, libdca, libdvdnav, libdvdread, libebml, libidn, libmatroska,
libmodplug, libmpeg2, libraw1394, librsvg, libsecret, libupnp, libva,
libvdpau, libvpx, libx264, qtsvg, samba, speexdsp, taglib, twolame, unzip,
wayland, and wayland-protocols.
[arguments]: Add BUILDCC=gcc to configure-flags.  In the 'patch-source' phase,
remove a vestigial substitution fix, enable the use of fribidi deprecated
interfaces, and adjust the file names in substitutions from "gui/qt4" to
"gui/qt".  Move the 'regenerate-plugin-cache' phase after 'strip', and in it,
set the timestamps to 1 second after the epoch, and use 'invoke'.  Add new
'wrap-executable' phase.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
2018-05-30 11:02:57 +02:00
Mark H Weaver 7627705293
gnu: vlc: Update to 3.0.3, and add more inputs.
Co-authored-by: Roel Janssen <roel@gnu.org>

* gnu/packages/video.scm (vlc): Update to 3.0.3.
[native-inputs]: Add flex, bison, and gettext-minimal.
[inputs]: Replace ffmpeg-2.8 with the latest ffmpeg.  Replace lua-5.1 with
lua-5.2.  Add eudev, fribidi, libarchive, libass, libavc1394, libbluray,
libcaca, libdca, libdvdnav, libdvdread, libebml, libidn, libmatroska,
libmodplug, libmpeg2, libraw1394, librsvg, libsecret, libupnp, libva,
libvdpau, libvpx, libx264, qtsvg, samba, speexdsp, taglib, twolame, unzip,
wayland, and wayland-protocols.
[arguments]: Add BUILDCC=gcc to configure-flags.  In the 'patch-source' phase,
remove a vestigial substitution fix, enable the use of fribidi deprecated
interfaces, and adjust the file names in substitutions from "gui/qt4" to
"gui/qt".  Move the 'regenerate-plugin-cache' phase after 'strip', and in it,
set the timestamps to 1 second after the epoch, and use 'invoke'.  Add new
'wrap-executable' phase.
2018-05-30 00:17:35 -04:00
Mark H Weaver 82b695b834
Merge branch 'master' into core-updates 2018-05-28 20:45:37 -04:00
Clément Lassieur c7d901c130
gnu: vlc: Fix build against Qt 5.11.
* gnu/packages/video.scm (vlc)[arguments]: Add missing headers.
2018-05-28 22:40:53 +02:00
Mark H Weaver 1640f16e78
Merge branch 'master' into core-updates 2018-05-27 01:26:09 -04:00
Marius Bakke b9d562284c
gnu: x265: Update to 2.8.
* gnu/packages/video.scm (x265): Update to 2.8.
2018-05-26 17:13:20 +02:00
Jelle Licht c53fa8c83a
gnu: mps-youtube: Update to 0.2.8.
* gnu/packages/video.scm (mps-youtube): Update to 0.2.8.
2018-05-25 14:01:57 +02:00
Mark H Weaver 9d10a63402
Merge branch 'master' into core-updates 2018-05-24 02:34:08 -04:00
Tobias Geerinckx-Rice 8332ac031c
gnu: simplescreenrecorder: Update to 0.3.11.
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.11.
[inputs]: Use defaut FFMPEG version.
2018-05-23 15:29:34 +02:00
Tobias Geerinckx-Rice b284877c31
gnu: x265: Return a boolean from the snippet.
* gnu/packages/video.scm (x265)[source]: End snippet with #t.
2018-05-23 15:29:33 +02:00
Tobias Geerinckx-Rice afe0c03a4e
gnu: x265: Update to 2.7.
* gnu/packages/video.scm (x265): Update to 2.7.
2018-05-23 15:29:32 +02:00
Mark H Weaver 0661758e13
Merge branch 'master' into core-updates 2018-05-21 13:22:32 -04:00
Tobias Geerinckx-Rice 23e24ff6cc
gnu: libmatroska: Update to 1.4.9.
* gnu/packages/video.scm (libmatroska): Update to 1.4.9.
[build-system]: Switch to the CMake build system.
[native-inputs]: Remove PKG-CONFIG.
[arguments]: Build shared libaries and don't try to run non-existent
tests.
2018-05-18 17:40:59 +02:00
Mark H Weaver 539bf8f2c0
Merge branch 'master' into core-updates 2018-05-17 01:00:50 -04:00
Tobias Geerinckx-Rice 649b334b58
gnu: libdca: Update to 0.0.6.
* gnu/packages/video.scm (libdca): Update to 0.0.6.
2018-05-17 01:17:17 +02:00
Tobias Geerinckx-Rice 2112a9921b
gnu: youtube-dl: Update to 2018.05.09.
* gnu/packages/video.scm (youtube-dl): Update to 2018.05.09.
2018-05-17 01:01:56 +02:00
Marius Bakke 12bd588346
Merge branch 'master' into core-updates 2018-05-06 15:56:24 +02:00
Efraim Flashner 3ee7b4cc9b
gnu: libva: Build with wayland support.
* gnu/packages/video.scm (libva)[inputs]: Add wayland.
* gnu/packages/gl.scm (libva-without-mesa)[inputs]: Remove wayland.
2018-05-01 19:06:39 +03:00
Mark H Weaver 3d5ad159b3
Merge branch 'master' into core-updates 2018-04-30 04:03:54 -04:00
Tobias Geerinckx-Rice 3b8064734e
gnu: youtube-viewer: Update to 3.3.4.
* gnu/packages/video.scm (youtube-viewer): Update to 3.3.4.
2018-04-26 21:08:57 +02:00
Clément Lassieur eb88e2c11c
gnu: Add l-smash.
* gnu/packages/video.scm (l-smash): New variable.
2018-04-26 00:45:43 +02:00
Rutger Helling fe355a1f8d
gnu: youtube-dl: Update to 2018.04.25.
* gnu/packages/video.scm (youtube-dl): Update to 2018.04.25.
2018-04-25 11:42:20 +02:00
Marius Bakke bb5c508c12
gnu: Use ffmpeg@3.4 in packages not ready for 4.0.
* gnu/packages/cdrom.scm (dvdstyler)[inputs]: Change FFMPEG with FFMPEG-3.4.
* gnu/packages/video.scm (mlt, motion, simplescreenrecorder)[inputs]: Likewise.
* gnu/packages/music.scm (moc, pianobar)[inputs]: Likewise.
2018-04-23 20:03:25 +02:00
Rutger Helling 06079c196c
gnu: ffmpeg: Update to 4.0.
* gnu/packages/video.scm (ffmpeg): Update to 4.0.
* gnu/packages/video.scm (ffmpeg@3.4): New variable.
* gnu/packages/video.scm (ffmpeg-git): Remove variable.
* gnu/packages/video.scm (mpv)[inputs]: Build with ffmpeg instead of ffmpeg-git.
* gnu/packages/gstreamer.scm (gst-libav)[inputs]: Build with ffmpeg@3.4 instead
of ffmpeg.
* gnu/packages/messaging.scm (qtox)[inputs]: Build with ffmpeg@3.4 instead of
ffmpeg.
* gnu/packages/emulators.scm (dolphin-emu)[inputs]: Build with ffmpeg@3.4
instead of ffmpeg.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Build with ffmpeg@3.4 instead
of ffmpeg.
2018-04-23 15:44:39 +02:00
Mark H Weaver c52872bfc4
Merge branch 'master' into core-updates 2018-04-21 05:02:52 -04:00
Tobias Geerinckx-Rice 3e34ba43cb
gnu: you-get: Update to 0.4.1060.
* gnu/packages/video.scm (you-get): Update to 0.4.1060.
2018-04-17 04:34:42 +02:00
Tobias Geerinckx-Rice 70020ebe2b
gnu: youtube-dl: Update to 2018.04.16.
* gnu/packages/video.scm (youtube-dl): Update to 2018.04.16.
2018-04-17 04:34:40 +02:00
Mark H Weaver d39260dc11
gnu: mpv: Return #t from all phases.
* gnu/packages/video.scm (mpv)[arguments]: Return #t from the 'setup-waf'
phase.
2018-04-12 04:02:25 -04:00
Mark H Weaver f89aa1521a
Merge branch 'master' into core-updates 2018-04-10 00:42:22 -04:00
Pierre Neidhardt f27f264e51
gnu: Add subdl.
* gnu/packages/video.scm (subdl): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-04-05 02:29:28 -04:00
Marius Bakke 5576cfabf3
Merge branch 'master' into core-updates 2018-03-29 17:34:41 +02:00