Age | Commit message (Collapse) | Author |
|
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
|
|
* gnu/packages/video.scm (libaom): Update to 3.0.0.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.25.
|
|
* gnu/packages/video.scm (celluloid): Update to 0.21.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.14.
|
|
* gnu/packages/video.scm (srt2vtt): Update to 0.2. Wrap executable.
|
|
This should reduce confusion on when to use the "autoconf"
package and when to use "autoconf-wrapper" instead in
package definitions.
Fixes <https://bugs.gnu.org/46564>.
* gnu/packages/autotools.scm (autoconf-wrapper):
advise to use the "autoconf" package instead where
possible.
* gnu/packages/game-development.scm (tsukundere)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gimp.scm
(glimpse)[native-inputs]: likewise.
(gimp-resynthesizer)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
* gnu/packages/gnunet.scm (gnunet)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gnupg.scm (signing-party)[native-inputs]:
add comment on why "autoconf-wrapper" is used.
* gnu/packages/guile-xyz.scm
(guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/libevent.scm (libuv)[native-inputs]: indicates
"autoconf-wrapper" needs to be replaced with "autoconf"
on core-updates.
* gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf"
instead of "autoconf-wrapper".
* gnu/packages/mail.scm (libetpan)[native-inputs]: likewise.
* gnu/packages/mate.scm
(mate-icon-theme-faenza)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
(mate-screensaver)[native-inputs]: use "autoconf" instead of
"autoconf-wrapper".
* gnu/packages/package-management.scm (guix)[native-inputs]: likewise.
* gnu/packages/sawfish.scm (librep)[native-inputs]: likewise.
* gnu/packages/video.scm (motion)[native-inputs]: likewise.
* gnu/packages/zile.scm (zile)[native-inputs]: likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (vlc)[inputs]: Add dav1d.
|
|
* gnu/packages/video.scm (ffmpeg-4.2): Remove variable.
|
|
* gnu/packages/video.scm (svt-vp9): Fix typo in comment.
|
|
* gnu/packages/video.scm (dav1d): Update to 0.8.2.
|
|
* gnu/packages/video.scm (libaom): Update to 2.0.2.
|
|
* gnu/packages/video.scm (libcaca)[source]: Add patches.
* gnu/packages/patches/libcaca-CVE-2021-3410-pt1.patch,
gnu/packages/patches/libcaca-CVE-2021-3410-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
|
|
* gnu/packages/video.scm (straw-viewer): Update to 0.1.3.
|
|
* gnu/packages/video.scm (get-iplayer): Update to 3.27.
|
|
gnu/packages/video.scm (youtube-dl): Update to 2021-03-03.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/video.scm (libmatroska): Update to 1.6.3.
|
|
* gnu/packages/video.scm (pitivi): Update to 2021.01.0.
|
|
* gnu/packages/video.scm (pitivi)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/video.scm (obs-websocket): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.02.22.
|
|
* gnu/packages/video.scm (ffmpeg): Update to 4.3.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/video.scm (streamlink): Update to 2.0.0.
|
|
* gnu/packages/crates-io.scm (rust-vergen-3): Drop minor version from name.
* gnu/packages/video.scm (rav1e): Apply renaming.
|
|
* gnu/packages/video.scm (obs-wlrobs): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and
'modules'.
|
|
* gnu/packages/video.scm (obs-spectralizer): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (obs): Use it.
* gnu/packages/patches/obs-modules-location.patch: Patch it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This reverts commits 9085260fccd17955be6922c215f89be3e424dda3,
4ecc2a24936a1fbfe3ff5654090d41e91c2fe8f2,
094b6ac00939ef5e3f291a477fedd26621078ca8,
104151f4f45f4bc3a816e3ad42256452932e0d8d.
|
|
Unify (guix qt-build-system wrap-all-programs) and
(guix qt-utils wrap-qt-program), so both behave the same.
The functions now reside in qt-utils to make them easily available for
packages not using the qt-build-system.
* guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs):
Move from here ...
* guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs):
... to here. Base the later on
(wrap-qt-program*): New function, carved out from old wrap-all-programs.
(wrap-qt-program): Base on wrap-qt-program*, change arguments in an
incompatible way.
* gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}:
Adjust to new interface of wrap-qt-program.
* gnu/packages/finance.scm (electron-cash): Likewise.
* gnu/packages/geo.scm (qgis): Likewise.
* gnu/packages/password-utils.scm (qtpass): Likewise.
* gnu/packages/video.scm (openshot): Likewise.
* gnu/packages/web-browsers.scm (kristall): Likewise.
|
|
* gnu/packages/patches/vlc-qt-5.15.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/video.scm (vlc)[source]: Remove patch.
|
|
|
|
* gnu/packages/video.scm (vlc): Update to 3.0.12.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/video.scm (motion): Update to 4.3.2.
[arguments]: In 'bootstrap' phase, adjust 'version.sh' file name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.16.
|
|
* gnu/packages/video.scm (mkvtoolnix): Update to 52.0.0.
[inputs]: Add libdvdread to support dvd chapter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (obs): Update to 26.1.2.
|
|
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.08.
|
|
* gnu/packages/video.scm (obs): Update to 26.1.1.
|
|
* gnu/packages/video.scm (youtube-viewer): Update to 3.8.1.
|
|
* gnu/packages/video.scm (dav1d): Update to 0.8.1.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.03.
|
|
* gnu/packages/video.scm (rav1e): Update to 0.3.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/video.scm (gaupol): Update to 1.9.
|
|
* gnu/packages/video.scm (you-get): Update to 0.4.1500.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.31.
|
|
|
|
* gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
|
|
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
|