summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: mpv: Update to 0.13.0.•••* gnu/packages/video.scm (mpv): Update to 0.13.0. Efraim Flashner2015-11-161-4/+4
* gnu: youtube-dl: Update to 2015.11.13.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.11.13. Efraim Flashner2015-11-151-2/+2
* Revert "gnu: libvpx: Update to 1.5.0."•••This reverts commit fb3f69394a139fca0d60efb49843599fcc2e6e28. Efraim Flashner2015-11-121-3/+3
* gnu: libvpx: Update to 1.5.0.•••* gnu/packages/video.scm (libvpx): Update to 1.5.0. Efraim Flashner2015-11-121-3/+3
* gnu: youtube-dl: Upgrade to 2015.11.10.•••* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.11.10. Efraim Flashner2015-11-111-2/+2
* gnu: youtube-dl: Minor fixes.•••* gnu/packages/video.scm (youtube-dl)[url]: Change to http. [description]: Fix capitalization. Efraim Flashner2015-11-011-2/+2
* gnu: youtube-dl: Update to 2015.11.01.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.11.01. Efraim Flashner2015-11-011-2/+2
* Merge branch 'dbus-update'Ludovic Courtès2015-10-311-2/+2
|\
| * Merge branch 'master' into dbus-update宋文武2015-10-301-79/+93
| |\
| * \ Merge branch 'master' into dbus-updateMark H Weaver2015-10-231-3/+7
| |\ \
| * \ \ Merge branch 'master' into dbus-updateMark H Weaver2015-10-171-2/+2
| |\ \ \
| * | | | gnu: libva: Update to 1.6.1.•••* gnu/packages/video.scm (libva): Update to 1.6.1. 宋文武2015-10-171-2/+2
* | | | | gnu: ffmpeg: Enable gnutls support.•••* gnu/package/video.scm (ffmpeg)[inputs]: Add gnutls. [arguments]: Enable it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson2015-10-301-1/+2
| |_|_|/ |/| | |
* | | | gnu: ffmpeg: Move flags into their own argument.•••* 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> Andy Patterson2015-10-291-77/+91
* | | | gnu: youtube-dl: Upgrade to 2015.10.24.•••* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.10.24. Efraim Flashner2015-10-251-2/+2
| |_|/ |/| |
* | | gnu: mplayer: Update to 1.2.•••* gnu/packages/video.scm (mplayer): Update to 1.2. [inputs]: Add previously bundled ffmpeg, libdvdcss, libdvdnav. [arguments]: Disable bundled ffmeg. Efraim Flashner2015-10-231-3/+7
| |/ |/|
* | gnu: youtube-dl: Update to 2015.10.16.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.10.16. Efraim Flashner2015-10-181-2/+2
|/
* gnu: libvpx: Set size limit to avoid CVE-2015-1258.•••* gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit" argument to configure. Mark H Weaver2015-10-071-0/+2
* gnu: libbluray: Remove java as native-input.•••* 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. Efraim Flashner2015-10-061-11/+2
* gnu: libdvdcss: Update to 1.3.99.•••* gnu/packages/video.scm (libdvdcss): Update to 1.3.99. Efraim Flashner2015-10-061-2/+2
* gnu: libbluray: Upgrade to 0.9.1.•••* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1. [inputs]: Add "ant" and "icedtea7" to native-inputs. [arguments]: Set environment variable "JAVA_HOME". Efraim Flashner2015-10-061-3/+13
* gnu: mpv: Update to 0.11.0.•••* gnu/packages/video.scm (mpv): Update to 0.11.0. Efraim Flashner2015-10-011-2/+2
* gnu: youtube-dl: Update to 2015.09.28.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.09.28. Efraim Flashner2015-10-011-2/+2
* gnu: avidemux: Build with Qt 5 instead of Qt 4.•••* gnu/packages/video.scm (avidemux)[inputs]: Replace qt-4 by qt. [arguments]: Add build flag. Andreas Enge2015-09-271-1/+2
* Merge branch 'master' into core-updatesLudovic Courtès2015-09-131-9/+8
|\
| * gnu: ffmpeg: Update to 2.8.•••* gnu/packages/video.scm (ffmpeg): Update to 2.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Efraim Flashner2015-09-101-5/+4
| * gnu: youtube-dl: Update to 2015.09.03.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.09.03. Efraim Flashner2015-09-061-3/+3
| * gnu: mpv: Replace "jack-2" with "jack-1".•••* gnu/packages/video.scm (mpv)[inputs]: Replace "jack-2" with "jack-1". Ricardo Wurmus2015-08-291-1/+1
* | Build tarballs with deterministic file ordering.•••* 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'. Mark H Weaver2015-09-031-1/+2
|/
* gnu: youtube-dl: Update to 2015.08.16.1.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.08.16.1. Efraim Flashner2015-08-211-2/+2
* gnu: Remove mplayer2.•••* gnu/packages/video.scm (mplayer2): Removed variable. Taylan Ulrich Bayırlı/Kammer2015-08-151-120/+0
* gnu: avidemux: Update to 2.6.10. Disable GTK+ build.•••* gnu/packages/video.scm (avidemux): Update to 2.6.10. Disable the GTK+ build, which fails, and remove the gtk+ input. Andreas Enge2015-08-121-11/+7
* gnu: aalib: Pass --build to configure.•••* gnu/packages/video.scm (aalib)[arguments]: In configure phase, accept 'build' keyword argument and pass it to 'configure'. Mark H Weaver2015-08-081-1/+2
* gnu: avidemux: Install libraries to lib.•••* 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. Andreas Enge2015-07-261-2/+3
* gnu: vlc: Update input Qt to version 5.•••* gnu/packages/video.scm (vlc)[inputs]: Switch from Qt version 4 to 5. Andreas Enge2015-07-251-1/+1
* gnu: vlc: Update to 2.2.1.•••* gnu/packages/video.scm (vlc): Update to 2.2.1. Andreas Enge2015-07-251-2/+2
* gnu: ffmpeg: Update to 2.7.2.•••* gnu/packages/video.scm (ffmpeg): Update to 2.7.2. Andreas Enge2015-07-231-2/+2
* Merge branch 'master' into core-updatesMark H Weaver2015-07-191-2/+2
|\
| * gnu: Update livestreamer to 1.12.2.•••* gnu/packages/video (livestreamer): Update to 1.12.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Efraim Flashner2015-07-151-2/+2
* | gnu: mplayer: Enable use of NEON on armhf.•••* gnu/packages/video.scm (mplayer)[arguments]: Remove "--disable-neon" from arguments passed to configure. Mark H Weaver2015-07-151-18/+0
* | gnu: Build tarballs deterministically.•••* 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. Mark H Weaver2015-07-141-1/+3
* | gnu: liba52: Remove --build from configure flags.•••This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/video.scm (liba52)[arguments]: Remove --build from configure flags. Mark H Weaver2015-07-131-8/+1
|/
* gnu: ffmpeg: Add libx264 support.•••* gnu/packages/video.scm (ffmpeg)[inputs]: Add libx264. [arguments]: Add "--enable-libx264" to configure-flags. Mark H Weaver2015-07-091-1/+2
* gnu: Add libx264.•••* gnu/packages/video.scm (libx264): New variable. Mark H Weaver2015-07-091-0/+37
* gnu: libdvdnav: Update to 5.0.3.•••* gnu/packages/video.scm (libdvdnav): Update to 5.0.3. Mark H Weaver2015-07-071-2/+2
* gnu: libdvdread: Update to 5.0.3.•••* gnu/packages/video.scm (libdvdread): Update to 5.0.3. Mark H Weaver2015-07-071-2/+2
* gnu: Add libmpeg2.•••* gnu/packages/video.scm (libmpeg2): New variable. Mark H Weaver2015-07-071-0/+27
* gnu: liba52: Build shared library.•••* gnu/packages/patches/liba52-enable-pic.patch, gnu/packages/patches/liba52-link-with-libm.patch, gnu/packages/patches/liba52-set-soname.patch, gnu/packages/patches/liba52-use-mtune-not-mcpu.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/video.scm (liba52)[source]: Add patches. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add "--enable-shared" to configure-flags. Add 'bootstrap' phase. Mark H Weaver2015-07-071-3/+20
* gnu: libvpx: Update to 1.4.0.•••* gnu/packages/patches/libvpx-fix-armhf-link.patch, gnu/packages/patches/libvpx-fix-ssse3-quantize.patch, gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/video.scm (libvpx): Update to 1.4.0. Remove patches. Update source URI. Mark H Weaver2015-07-061-8/+5
* gnu: Move content of openssl module into tls module.•••* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to... * gnu/packages/tls.scm: ...here. * gnu/packages/openssl.scm: Delete file. * gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file. * gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm, cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm, gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm, networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm, python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm, synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm, w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import. Andreas Enge2015-07-051-1/+0