summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
* gnu: youtube-dl: Update to 2017.09.24.Tobias Geerinckx-Rice2017-09-23
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.09.24.
* gnu: you-get: Update to 0.4.915.Feng Shu2017-09-22
| | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.915. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: youtube-dl: Update to 2017.09.15.Tobias Geerinckx-Rice2017-09-18
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.09.15.
* gnu: mpv: Update to 0.27.0.R H2017-09-14
| | | | * gnu/packages/video.scm (mpv): Update to 0.27.0.
* gnu: youtube-dl: Update to 2017.09.11.Tobias Geerinckx-Rice2017-09-12
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.09.11.
* gnu: ffmpeg: Update to 3.3.4.Marius Bakke2017-09-12
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.3.4.
* gnu: youtube-dl: Update to 2017.09.10.Tobias Geerinckx-Rice2017-09-11
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.09.10.
* gnu: libmediainfo: Adjust build phases.Efraim Flashner2017-09-05
| | | | | * gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build directory before running autogen.
* gnu: Put autoconf-related phases immediately after the 'unpack phase.Kei Kebreau2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases accordingly. * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss, htslib-for-sambamba)[arguments]: Likewise. * gnu/packages/ci.scm (cuirass)[arguments]: Likewise. * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise. * gnu/packages/cpp.scm (libzen)[arguments]: Likewise. * gnu/packages/crypto.scm (opendht)[arguments]: Likewise. * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise. * gnu/packages/debug.scm (stress-make)[arguments]: Likewise. * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]: Likewise. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise. * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise. * gnu/packages/erlang.scm (erlang)[arguments]: Likewise. * gnu/packages/ftp.scm (weex)[arguments]: Likewise. * gnu/packages/gnome.scm (dia)[arguments]: Likewise. * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
* gnu: ffmpeg@2.8: Update to 2.8.13.Marius Bakke2017-09-02
| | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.13.
* gnu: youtube-dl: Update to 2017.09.02.Tobias Geerinckx-Rice2017-09-01
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.09.02.
* gnu: vlc: Fix build and clean up expression.Marius Bakke2017-08-31
| | | | | | | | | | | Commit 3e0c54bf4de0b5e9d77271613287457dbcd64103 touches 'configure.ac' which in turn regenerates 'po/Makefile.in.in' with the wrong SHELL and breaks install. While at it, consolidate the other patching phases and remove unneeded inputs. * gnu/packages/video.scm (vlc)[arguments]: Consolidate patching phases into a 'patch-source' phase and run it immediately after unpack. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
* gnu: vlc: Recover lost phase.Marius Bakke2017-08-31
| | | | | | | This is a followup to eb1f2420d5d72bb5d178a744cffb4978c7446286. * gnu/packages/video.scm (vlc)[arguments]: Run the fix-livemedia-utils-prefix phase before configure.
* gnu: vlc: Remove obsolete test workaround.Marius Bakke2017-08-30
| | | | | * gnu/packages/video.scm (vlc)[arguments]: Drop ac_cv_c_fast_math from #:configure-flags. Remove related 'bootstrap' phase.
* gnu: vlc: Build with modular qt.Marius Bakke2017-08-30
| | | | | | * gnu/packages/video.scm (vlc)[inputs]: Remove QT. Add QTBASE and QTX11EXTRAS. [arguments]: Add CXXFLAGS=-std=gnu++11 to #:configure-flags. Add 'fix-qt-include' phase.
* Update e-mail for Kei Kebreau.Kei Kebreau2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: Map kei@openmailbox.org to current address. * gnu/local.mk: Replace kei@openmailbox.org to current address. * gnu/packages/backup.scm: Likewise. * gnu/packages/calendar.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/emacs.scm: Likewise. * gnu/packages/fltk.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gnustep.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/hexedit.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/xfce.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/textutils.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/web-browsers.scm: Likewise. * gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch: Likewise.
* gnu: srt2vtt: Update source URL.Tobias Geerinckx-Rice2017-08-28
| | | | * gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
* gnu: youtube-dl: Update to 2017.08.27.1.Tobias Geerinckx-Rice2017-08-27
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
* gnu: youtube-dl: Update to 2017.08.23.Oleg Pykhalov2017-08-26
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.08.23. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: youtube-dl: Update to 2017.08.18.Tobias Geerinckx-Rice2017-08-18
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.08.18.
* gnu: youtube-dl: Update to 2017.08.13.Tobias Geerinckx-Rice2017-08-15
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.08.13.
* gnu: vapoursynth: Don't build on aarch64-linux.Efraim Flashner2017-08-07
| | | | | * gnu/packages/video.scm (vapoursynth)[supported-systems]: Remove aarch64-linux from the supported-systems.
* gnu: youtube-dl: Update to 2017.08.06.Tobias Geerinckx-Rice2017-08-07
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.08.06.
* gnu: youtube-dl: Update to 2017.07.30.1.Tobias Geerinckx-Rice2017-08-03
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.07.30.1.
* gnu: ffmpeg: Update to 3.3.3.Marius Bakke2017-07-30
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.3.3.
* gnu: you-get: Update to 0.4.803.Feng Shu2017-07-25
| | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.803. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: youtube-dl: Update to 2017.07.23.Tobias Geerinckx-Rice2017-07-23
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.07.23.
* gnu: openh264: Update to 1.7.0.Tobias Geerinckx-Rice2017-07-20
| | | | * gnu/packages/video.scm (openh264): Update to 1.7.0.
* gnu: gnome-mpv: Update to 0.12.Tobias Geerinckx-Rice2017-07-20
| | | | * gnu/packages/video.scm (gnome-mpv): Update to 0.12.
* gnu: mpv: Update to 0.26.0.Leo Famulari2017-07-19
| | | | * gnu/packages/video.scm (mpv): Update to 0.26.0.
* gnu: youtube-dl: Update to 2017.07.15.Tobias Geerinckx-Rice2017-07-16
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.07.15.
* gnu: libaacs: Use HTTPS URL.Leo Famulari2017-07-12
| | | | * gnu/packages/video.scm (libaacs)[source]: Use HTTPS URL.
* gnu: libbdplus: Use HTTPS URL.Leo Famulari2017-07-12
| | | | * gnu/packages/video.scm (libbdplus)[source]: Use HTTPS URL.
* gnu: Add simplescreenrecorder.Alex Vong2017-07-13
| | | | | | * gnu/packages/video.scm (simplescreenrecorder): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: youtube-dl: Update to 2017.07.09.Tobias Geerinckx-Rice2017-07-09
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.07.09.
* gnu: you-get: Update to 0.4.775.Feng Shu2017-07-09
| | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.775. Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
* gnu: youtube-dl: Update to 2017.07.02.Alex Vong2017-07-07
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.07.02. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add mkvtoolnix.Gregor Giesen2017-06-30
| | | | | | * gnu/packages/video.scm (mkvtoolnix): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libmatroska.Gregor Giesen2017-06-30
| | | | | | * gnu/packages/video.scm (libmatroska): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: openh264: Fix building on armhf and aarch64.Efraim Flashner2017-06-29
| | | | | * gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to the #:make-flags.
* gnu: youtube-dl: Update to 2017.06.23.Tobias Geerinckx-Rice2017-06-23
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.06.23.
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: libbluray: Update to 1.0.1.Marius Bakke2017-06-18
| | | | | * gnu/packages/video.scm (libbluray): Update to 1.0.1. [arguments]<#:configure-flags>: Adjust deprecated flag.
* gnu: ffmpeg: Add vaapi hardware acceleration.Efraim Flashner2017-06-14
| | | | * gnu/packages/video.scm (ffmpeg)[inputs]: Add libva.
* gnu: youtube-dl: Update to 2017.06.12.Tobias Geerinckx-Rice2017-06-12
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.06.12.
* gnu: avidemux: Limit supported architectures.Efraim Flashner2017-06-10
| | | | | * gnu/packages/video.scm (avidemux)[supported-systems]: New field, limit to x86_64, i686 and armhf.
* gnu: ffmpeg: Update to 3.3.2.Marius Bakke2017-06-09
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.3.2.
* gnu: livemedia-utils: Change source URL to one that is archived.Clément Lassieur2017-06-08
| | | | * gnu/packages/video.scm (livemedia-utils)[source]: Change it.
* gnu: livemedia-utils: Update to 2017.06.04.Clément Lassieur2017-06-07
| | | | * gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
* gnu: ffmpeg@2.8: Update to 2.8.12.Marius Bakke2017-06-07
| | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.