| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into core-updates•••Conflicts:
gnu/packages/cups.scm
gnu/packages/python-web.scm
gnu/packages/web.scm
guix/build/maven/pom.scm
| Tobias Geerinckx-Rice | 2021-06-23 | 1 | -7/+90 |
|\ |
|
| * | gnu: mlt: Don't hardcode gcc value.•••* gnu/packages/video.scm (mlt)[arguments]: Adjust make-flags to use
cc-for-target, cxx-for-target.
| Efraim Flashner | 2021-06-21 | 1 | -1/+2 |
| * | gnu: Add shotcut.•••* gnu/packages/video.scm (shotcut): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego | 2021-06-21 | 1 | -0/+77 |
| * | gnu: mlt: Add optional dependencies.•••* gnu/packages/video.scm (mlt)[inputs]: Add alsa-plugins:pulseaudio,
libebur128, rtaudio, sdl2, sdl2-image, sox, vidstab. Remove sdl.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego | 2021-06-21 | 1 | -2/+7 |
| * | gnu: mlt: Update to 6.26.1.•••* gnu/packages/video.scm (mlt): Update to 6.26.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego | 2021-06-21 | 1 | -2/+2 |
| * | gnu: mlt: Update license.•••* gnu/packages/video.scm (mlt)[license]: Change from gpl3 to lgpl2.1+.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego | 2021-06-21 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates•••Note: this merge actually changes the 'curl' and 'python-attrs' derivations,
as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and
12964df69a99de6190422c752fef65ef813f3b6b respectively.
4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it
cannot currently be tested.
Conflicts:
gnu/local.mk
gnu/packages/aidc.scm
gnu/packages/boost.scm
gnu/packages/curl.scm
gnu/packages/nettle.scm
gnu/packages/networking.scm
gnu/packages/python-xyz.scm
gnu/packages/tls.scm
| Marius Bakke | 2021-06-19 | 1 | -30/+38 |
|\| |
|
| * | gnu: libaom: Omit static library.•••* gnu/packages/video.scm (libaom)[arguments]: Add a
'delete-static-libraries phase to do so.
| Tobias Geerinckx-Rice | 2021-06-19 | 1 | -3/+10 |
| * | gnu: libaom: Update to 3.1.1.•••* gnu/packages/video.scm (libaom): Update to 3.1.1.
| Tobias Geerinckx-Rice | 2021-06-19 | 1 | -2/+2 |
| * | gnu: liba52: Note the type of stream.•••* gnu/packages/video.scm (liba52)[synopsis, description]: A is for audio.
| Tobias Geerinckx-Rice | 2021-06-17 | 1 | -3/+3 |
| * | gnu: ffmpeg: Build with the latest SRT.•••* gnu/packages/video.scm (ffmpeg)[inputs]: Change from SRT-1.4.1 to SRT.
| Marius Bakke | 2021-06-16 | 1 | -2/+1 |
| * | gnu: Rename qtbase to qtbase-5.•••This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
| Maxim Cournoyer | 2021-06-14 | 1 | -10/+10 |
| * | gnu: svt-hevc: Update upstream hash.•••The v1.5.1 was moved in place (meditate on that) but the change is harmless.
See <http://issues.guix.gnu.org/48966>.
* gnu/packages/video.scm (svt-hevc)[source]: Adjust hash accordingly.
| Tobias Geerinckx-Rice | 2021-06-12 | 1 | -1/+1 |
| * | gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.•••* gnu/packages/video.scm (libmediainfo): Fix usage of libcurl and libtinyxml2.
[arguments]: Add configure-flags.
[native-inputs]: Move zlib, tinyxml2, curl, libzen to ...
[propagated-inputs]: ... Here.
(mediainfo):
[native-inputs]: Remove zlib, libzen. Move libmediainfo to ...
[inputs]: ... Here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder | 2021-06-12 | 1 | -7/+9 |
| * | gnu: youtube-dl: Update to 2021.06.06.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.06.06.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Xinglu Chen | 2021-06-07 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates••• Conflicts:
gnu/local.mk
gnu/packages/algebra.scm
gnu/packages/bioinformatics.scm
gnu/packages/curl.scm
gnu/packages/docbook.scm
gnu/packages/emacs-xyz.scm
gnu/packages/maths.scm
gnu/packages/plotutils.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/readline.scm
gnu/packages/tls.scm
gnu/packages/xml.scm
gnu/packages/xorg.scm
| Marius Bakke | 2021-06-06 | 1 | -46/+79 |
|\| |
|
| * | gnu: vlc: Update to 3.0.14.•••* gnu/packages/video.scm (vlc): Update to 3.0.14.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Solene Rapenne via Guix-patches via | 2021-06-06 | 1 | -2/+2 |
| * | gnu: libvpx: Update to 1.10.0.•••* gnu/packages/video.scm (libvpx): Update to 1.10.0.
| Maxim Cournoyer | 2021-06-06 | 1 | -2/+2 |
| * | gnu: libopenshot: Use ffmpeg-4.3.•••* gnu/packages/video.scm (libopenshot)
[propagated-inputs]{ffmpeg}: Downgrade to ffmpeg 4.3 to fix build.
| Maxim Cournoyer | 2021-06-06 | 1 | -1/+3 |
| * | gnu: Add ffmpeg-4.3.•••* gnu/packages/video.scm (ffmpeg-4.3): New variable.
| Maxim Cournoyer | 2021-06-06 | 1 | -0/+11 |
| * | gnu: ffmpeg: Update to 4.4.•••* gnu/packages/video.scm (ffmpeg): Update to 4.4.
| Maxim Cournoyer | 2021-06-06 | 1 | -2/+2 |
| * | gnu: rav1e: Update to 0.4.1.•••* gnu/packages/video.scm (rav1e): Update to 0.4.1.
[source]: Fix indentation.
[cargo-inputs]{rust-arbitrary}: Update to 0.4.
{rust-av-metrics}: New input.
{rust-bitstream-io}: Update to 1.
{rust-cfg-if}: Update to 1.
{rust-console}: Update to 0.14.
{rust-crossbeam}: New input.
{rust-itertools}: Update to 0.10.
{rust-libfuzzer-sys}: New input.
{rust-noop-proc-macro}: Update to 0.3.
{rust-paste}: Update to 1.
{rust-rand}: Update to 0.8.
{rust-rand-chacha}: Update to 0.3.
{rust-regex}: New input.
{rust-rustc-version}: Update to 0.3.
{rust-signal-hook}: Update to 0.3.
{rust-v-frame, rust-wasm-bindgen}: New inputs.
{rust-cc: Move to...
[cargo-development-inputs]: ... here.
{rust-rand}: Update to 0.8.
{rust-rand-chacha}: Update to 0.3.
{rust-semver}: Update to 0.11.
[inputs]{nasm}: Move to...
[native-inputs]: ... here. This was spotted by 'guix lint'.
[synopsis]: Focus on facts, toning down marketing.
[description]: Expound.
| Maxim Cournoyer | 2021-06-06 | 1 | -31/+38 |
| * | gnu: openshot: Use free font.•••* gnu/packages/video.scm (openshot)[inputs]: Use font-dejavu.
[patch-font-location]: Adjust accordingly.
| Leo Prikler | 2021-06-03 | 1 | -3/+4 |
| * | gnu: vapoursynth: Update to 53.•••* gnu/packages/video.scm (vapoursynth): Update to 53.
| Tobias Geerinckx-Rice | 2021-05-30 | 1 | -2/+2 |
| * | gnu: vapoursynth: Make python a regular input.•••This follows up on c00b1760f605255719a525e52c268b222a1f5184, although
meson-build-system's lack of cross-compilation makes it theoretical.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Move python from
here…
[inputs]: …to here.
| Tobias Geerinckx-Rice | 2021-05-30 | 1 | -1/+1 |
| * | gnu: vapoursynth: Wrap with own PYTHONPATH.•••This fixes, e.g., ‘vspipe -v’ in a pure environment.
* gnu/packages/video.scm (vapoursynth)[arguments]: Add a 'wrap phase.
Reported by maddo of #guix.
| Tobias Geerinckx-Rice | 2021-05-30 | 1 | -0/+12 |
| * | gnu: svt-hevc: Update to 1.5.1.•••* gnu/packages/video.scm (svt-hevc): Update to 1.5.1.
| Tobias Geerinckx-Rice | 2021-05-29 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2021-05-22 | 1 | -6/+6 |
|\| |
|
| * | gnu: dav1d: Update to 0.9.0.•••* gnu/packages/video.scm (dav1d): Update to 0.9.0.
| Leo Famulari | 2021-05-20 | 1 | -2/+2 |
| * | gnu: libaom: Update to 3.1.0.•••* gnu/packages/video.scm (libaom): Update to 3.1.0.
| Leo Famulari | 2021-05-20 | 1 | -2/+2 |
| * | gnu: youtube-dl: Update to 2021.05.16.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.05.16.
| Tobias Geerinckx-Rice | 2021-05-18 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates | Ludovic Courtès | 2021-05-15 | 1 | -6/+6 |
|\| |
|
| * | gnu: mediainfo: Update to 21.03.•••* gnu/packages/video.scm (mediainfo): Update to 21.03.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder | 2021-05-14 | 1 | -2/+2 |
| * | gnu: libmediainfo: Update to 21.03.•••* gnu/packages/video.scm (libmediainfo): Update to 21.03.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder | 2021-05-14 | 1 | -2/+2 |
| * | gnu: svt-av1: Update to 0.8.7.•••* gnu/packages/video.scm (svt-av1): Update to 0.8.7.
| Tobias Geerinckx-Rice | 2021-05-13 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates••• Conflicts:
gnu/local.mk
gnu/packages/bioinformatics.scm
gnu/packages/django.scm
gnu/packages/gtk.scm
gnu/packages/llvm.scm
gnu/packages/python-web.scm
gnu/packages/python.scm
gnu/packages/tex.scm
guix/build-system/asdf.scm
guix/build/emacs-build-system.scm
guix/profiles.scm
| Marius Bakke | 2021-05-09 | 1 | -4/+4 |
|\| |
|
| * | gnu: youtube-dl: Update to 2021.04.26.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.04.26.
| Tobias Geerinckx-Rice | 2021-04-27 | 1 | -2/+2 |
| * | gnu: libdvdcss: Update to 1.4.3.•••* gnu/packages/video.scm (libdvdcss): Update to 1.4.3.
| Tobias Geerinckx-Rice | 2021-04-21 | 1 | -2/+2 |
| * | gnu: youtube-dl: Update to 2021.04.17.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.04.17.
| Tobias Geerinckx-Rice | 2021-04-19 | 1 | -2/+2 |
* | | gnu: transcode: Disable v4l support due to broken API.•••* gnu/packages/video.scm (transcode)[inputs]: Remove v4l-utils.
[configure-flags](enable-libv4l2,enable-v4l): Remove flags.
| Raghav Gururajan | 2021-04-19 | 1 | -3/+7 |
* | | Merge remote-tracking branch 'origin/master' into core-updates••• Conflicts:
gnu/local.mk
gnu/packages/boost.scm
gnu/packages/chez.scm
gnu/packages/compression.scm
gnu/packages/crates-io.scm
gnu/packages/docbook.scm
gnu/packages/engineering.scm
gnu/packages/gcc.scm
gnu/packages/gl.scm
gnu/packages/gtk.scm
gnu/packages/nettle.scm
gnu/packages/python-check.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/rust.scm
gnu/packages/sqlite.scm
guix/build-system/node.scm
| Efraim Flashner | 2021-04-16 | 1 | -15/+15 |
|\| |
|
| * | gnu: youtube-dl: Update to 2021.04.07.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.04.07.
| Tobias Geerinckx-Rice | 2021-04-07 | 1 | -2/+2 |
| * | gnu: mpv: Update to 0.33.1.•••* gnu/packages/video.scm (mpv): Update to 0.33.1.
| Tobias Geerinckx-Rice | 2021-04-07 | 1 | -3/+3 |
| * | gnu: youtube-dl: Update to 2021.04.01.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
| Tobias Geerinckx-Rice | 2021-04-01 | 1 | -2/+2 |
| * | gnu: youtube-dl: Update to 2021.03.31.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.03.31.
| Tobias Geerinckx-Rice | 2021-03-31 | 1 | -2/+2 |
| * | gnu: avidemux: Update to 2.7.8.•••* gnu/packages/video.scm (avidemux): Update to 2.7.8.
[arguments]: Adjust to updated bundled ffmpeg-4.2.4.
| Tobias Geerinckx-Rice | 2021-03-30 | 1 | -3/+3 |
| * | gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.•••* gnu/packages/calendar.scm (libical),
gnu/packages/check.scm (umockdev),
gnu/packages/fontutils.scm (libraqm),
gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing)
(udisks, libfprint, libportal),
gnu/packages/geo.scm (memphis, osm-gps-map),
gnu/packages/glib.scm (template-glib),
gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed)
(gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel)
(libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord)
(geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager)
(network-manager-applet, gfbgraph, libunique, cheese, libhandy)
(gnome-latex, libgda),
gnu/packages/gstreamer.scm (orc),
gnu/packages/gtk.scm (at-spi2-core, goocanvas),
gnu/packages/language.scm (nimf),
gnu/packages/networking.scm (libnice),
gnu/packages/video.scm (schroedinger),
gnu/packages/virtualization.scm (libosinfo),
gnu/packages/webkit.scm (wpewebkit, webkitgtk),
gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with
'gtk-doc/stable'.
| Mark H Weaver | 2021-03-27 | 1 | -1/+1 |
| * | gnu: SVT-HEVC: Update to 1.5.0.•••* gnu/packages/video.scm (svt-hevc): Update to 1.5.0.
[license]: Specify the license.
| Leo Famulari | 2021-03-26 | 1 | -2/+2 |
| * | gnu: SVT-AV1: Update URLs.•••* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
| Leo Famulari | 2021-03-26 | 1 | -2/+2 |
| * | gnu: libaom: Update to 3.0.0.•••* gnu/packages/video.scm (libaom): Update to 3.0.0.
| Leo Famulari | 2021-03-26 | 1 | -2/+2 |