summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
* gnu: Move sqlite to separate module.Ricardo Wurmus2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5, sqlite-with-column-metadata): Move variables from here... * gnu/packages/sqlite.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/apl.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/code.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/dc.scm, gnu/packages/disk.scm, gnu/packages/ebook.scm, gnu/packages/education.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/file-systems.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gps.scm, gnu/packages/guile.scm, gnu/packages/ibus.scm, gnu/packages/kerberos.scm, gnu/packages/kodi.scm, gnu/packages/lisp.scm, gnu/packages/mail.scm, gnu/packages/messaging.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/ocaml.scm, gnu/packages/package-management.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/php.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/scheme.scm, gnu/packages/sync.scm, gnu/packages/syndication.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/web-browsers.scm, gnu/packages/webkit.scm: Adjust module references.
* gnu: obs: Update to 22.0.3.Pkill -92019-01-16
| | | | | | * gnu/packages/video.scm (obs): Update to 22.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Separate Python core packages from the rest.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references.
* gnu: youtube-dl: Update to 2019.01.10.Efraim Flashner2019-01-15
| | | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.01.10. [source]: Update uri.
* gnu: Add missing copyright line.Rutger Helling2019-01-10
| | | | * gnu/packages/video.scm: Add missing copyright line for commit 20b4aa6.
* gnu: wlstream: Fix indentation.Rutger Helling2019-01-10
| | | | * gnu/packages/video.scm (wlstream): Fix indentation.
* gnu: Add wlstream.Rutger Helling2019-01-10
| | | | * gnu/packages/video.scm (wlstream): New variable.
* gnu: ffmpeg: Add libdrm support.Rutger Helling2019-01-10
| | | | * gnu/packages/video.scm (ffmpeg): Add libdrm support.
* gnu: streamlink: Fix build.Efraim Flashner2019-01-05
| | | | | | * 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.
* gnu: youtube-viewer: Install desktop file.Eric Bavier2019-01-05
| | | | | * gnu/packages/video.scm (youtube-viewer)[arguments]: Add 'install-desktop phase.
* gnu: video: Add missing copyright.Mathieu Othacehe2019-01-04
| | | | * gnu/packages/video.scm: Add copyright.
* gnu: vlc: Fix typo in synopsis.Mathieu Othacehe2019-01-04
| | | | * gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
* gnu: vlc: Add protobuf to inputs.Mathieu Othacehe2019-01-03
| | | | * gnu/packages/video.scm (vlc)[inputs]: Add protobuf.
* gnu: vlc: Add libmicrodns to inputs.Mathieu Othacehe2019-01-03
| | | | * gnu/packages/video.scm (vlc)[inputs]: Add libmicrodns.
* gnu: ffmpeg@2.8: Remove variable.Efraim Flashner2018-12-30
| | | | * gnu/packages/video.scm (ffmpeg@2.8): Remove variable.
* gnu: vlc: Update to 3.0.5.Efraim Flashner2018-12-30
| | | | | | * gnu/packages/video.scm (vlc): Update to 3.0.5. [source]: Remove patch. (%vlc-libx264-compat.patch): Remove variable.
* gnu: youtube-dl: Update to 2018.12.17.Björn Höfling2018-12-29
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.12.17.
* gnu: Fix misplaced commas (unquotes).Mark H Weaver2018-12-13
| | | | | | | | | | | | | * 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).
* gnu: Add dav1d.Efraim Flashner2018-12-12
| | | | * gnu/packages/video.scm (dav1d): New variable.
* gnu: youtube-viewer: Update to 3.5.0.Eric Bavier2018-12-12
| | | | * gnu/packages/video.scm (youtube-viewer): Update to 3.5.0.
* Merge branch 'core-updates'Ludovic Courtès2018-12-03
|\
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-29
| |\
| * | gnu: aegisub: Fix build.Björn Höfling2018-11-25
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/aegisub-boost68.patch: New file * gnu/local.mk: Add it. * gnu/packages/video.scm (aegisub)[source]: Use patch.
| * | gnu: python-waf: Use a proper directory structure.Efraim Flashner2018-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | gnu: video: Return #t from all phases.Mark H Weaver2018-11-14
| | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (youtube-dl-gui, avidemux, xvid, twitchy, aegisub): Return #t from all phases, use invoke where appropriate, and remove vestigial plumbing.
* | | handbrake: Update to 1.1.2.Eric Bavier2018-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | gnu: ffms2: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (ffms2)[source]: Fetch from git.
* | | gnu: mps-youtube: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (mps-youtube)[source]: Fetch from git.
* | | gnu: mpv: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (mpv)[source]: Fetch from git.
* | | gnu: ffmpegthumbnailer: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (ffmpegthumbnailer)[source]: Fetch from git.
* | | gnu: simplescreenrecorder: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (simplescreenrecorder)[source]: Fetch from git.
* | | gnu: obs: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (obs)[source]: Fetch from git.
* | | gnu: mlt: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (mlt)[source]: Fetch from git.
* | | gnu: vapoursynth: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (vapoursynth)[source]: Fetch from git.
* | | gnu: you-get: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (you-get)[source]: Fetch from git.
* | | gnu: l-smash: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (l-smash)[source]: Fetch from git.
* | | gnu: vidstab: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | | | | | | | | | * gnu/packages/video.scm (vidstab)[source]: Fetch from git.
* | | gnu: gst-transcoder: Fetch sources from git.Ricardo Wurmus2018-11-29
| |/ |/| | | | | * gnu/packages/video.scm (gst-transcoder)[source]: Fetch from git.
* | gnu: x265: Fix building on armhf-linux.Efraim Flashner2018-11-27
| | | | | | | | | | | | * 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.
* | gnu: x265: Install static libraries in a separate output.Efraim Flashner2018-11-27
| | | | | | | | | | | | | | | | 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.
* | gnu: x265: Build 10-bit and 12-bit libraries.Efraim Flashner2018-11-27
| | | | | | | | | | | | | | * 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.
* | gnu: Add OpenShot.Eric Bavier2018-11-26
| | | | | | | | * gnu/packages/video.scm (openshot-qt): New variable.
* | gnu: Add libopenshot.Eric Bavier2018-11-26
| | | | | | | | | | | | * 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.
* | gnu: python-waf: Use a proper directory structure.Efraim Flashner2018-11-21
|/ | | | | | | | | 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.
* gnu: youtube-dl: Update to 2018.11.07.Arun Isaac2018-11-12
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.11.07.
* gnu: youtube-dl: Update to 2018.11.03.Tobias Geerinckx-Rice2018-11-06
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.11.03.
* gnu: ffmpeg: Update to 4.1.Rutger Helling2018-11-06
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.1.
* gnu: ffmpeg: Update to 4.0.3.Marius Bakke2018-11-05
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.0.3.
* gnu: ffmpeg@3.4: Update to 3.4.5.Marius Bakke2018-11-05
| | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
* gnu: motion: Install translations.Tobias Geerinckx-Rice2018-11-01
| | | | * gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.