Age | Commit message (Collapse) | Author |
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.09.
[native-inputs]: Move python-setuptools here.
|
|
* gnu/packages/video.scm (libass): Update to 0.13.1.
|
|
* gnu/packages/video.scm (vapoursynth): Update to 28.
|
|
* gnu/packages/video.scm (ffmpeg): Update to 2.8.3.
|
|
* gnu/packages/video.scm (libbluray): Update to 0.9.2.
|
|
* gnu/packages/video.scm (mlt): New variable.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.11.18.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.11.15.
|
|
* gnu/packages/video.scm (mpv)[arguments]: Remove obsolete code that
helped configure find lua.
|
|
* gnu/packages/video.scm (mpv): Update to 0.13.0.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.11.13.
|
|
This reverts commit fb3f69394a139fca0d60efb49843599fcc2e6e28.
|
|
* gnu/packages/video.scm (libvpx): Update to 1.5.0.
|
|
* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.11.10.
|
|
* gnu/packages/video.scm (youtube-dl)[url]: Change to http.
[description]: Fix capitalization.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.11.01.
|
|
|
|
* gnu/package/video.scm (ffmpeg)[inputs]: Add gnutls.
[arguments]: Enable it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/video.scm (ffmpeg)[arguments]: Move the configurable
configure flag literals into the configure-flags argument. Call
configure with these flags from the configure phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.10.24.
|
|
|
|
* gnu/packages/video.scm (mplayer): Update to 1.2.
[inputs]: Add previously bundled ffmpeg, libdvdcss, libdvdnav.
[arguments]: Disable bundled ffmeg.
|
|
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.10.16.
|
|
* gnu/packages/video.scm (libva): Update to 1.6.1.
|
|
* gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit"
argument to configure.
|
|
* gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea"
as native-inputs.
[arguments]: Remove environmental variable "JAVA_HOME". Add configure
flag to disable java.
|
|
* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
|
|
* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1.
[inputs]: Add "ant" and "icedtea7" to native-inputs.
[arguments]: Set environment variable "JAVA_HOME".
|
|
* gnu/packages/video.scm (mpv): Update to 0.11.0.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.09.28.
|
|
* gnu/packages/video.scm (avidemux)[inputs]: Replace qt-4 by qt.
[arguments]: Add build flag.
|
|
|
|
* gnu/packages/video.scm (ffmpeg): Update to 2.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.09.03.
|
|
* guix/packages.scm (patch-and-repack)[build],
gnu/system/install.scm (self-contained-tarball)[build],
gnu/packages/make-bootstrap.scm (tarball-package),
gnu/packages/admin.scm (isc-dhcp),
gnu/packages/video.scm (avidemux): Pass "--sort=name" to 'tar'.
|
|
* gnu/packages/video.scm (mpv)[inputs]: Replace "jack-2" with "jack-1".
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.08.16.1.
|
|
* gnu/packages/video.scm (mplayer2): Removed variable.
|
|
* gnu/packages/video.scm (avidemux): Update to 2.6.10. Disable the GTK+
build, which fails, and remove the gtk+ input.
|
|
* gnu/packages/video.scm (aalib)[arguments]: In configure phase, accept
'build' keyword argument and pass it to 'configure'.
|
|
* gnu/packages/video.scm (avidemux)[source]: Add patch to install to lib
directory instead of lib64 or lib32 depending on the architecture.
[arguments]: Use the lib instead of the lib64 directory for flags in the
build phase, so that these flags should now also work on i686.
* gnu/packages/patches/avidemux-install-to-lib.patch: New file.
* gnu-system.am (dist_patch_DATA): Register it.
|
|
* gnu/packages/video.scm (vlc)[inputs]: Switch from Qt version 4 to 5.
|
|
* gnu/packages/video.scm (vlc): Update to 2.2.1.
|
|
* gnu/packages/video.scm (ffmpeg): Update to 2.7.2.
|
|
|
|
* gnu/packages/video (livestreamer): Update to 1.12.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (mplayer)[arguments]: Remove "--disable-neon" from
arguments passed to configure.
|
|
* gnu/packages/make-bootstrap.scm (tarball-package)[arguments]: Build tarball
deterministically.
* gnu/packages/admin.scm (isc-dhcp)[arguments]: In 'post-configure' phase,
create bind.tar.gz deterministically.
* gnu/packages/video.scm (avidemux)[arguments]: In 'repack-ffmpeg' phase,
create ffmpeg-1.2.1.tar.bz2 deterministically.
|