Age | Commit message (Expand) | Author |
2018-03-11 | build-system/gnu: Add 'bootstrap' phase....This factorizes what has become a widespread idiom.
* guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable.
(bootstrap): New procedure.
(%standard-phases): Add it after 'unpack'.
* guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap.
* guix/build/asdf-build-system.scm (%standard-phases/source)
(%standard-phases): Likewise.
* guix/build/cargo-build-system.scm (%standard-phases): Likewise.
* guix/build/cmake-build-system.scm (%standard-phases): Likewise.
* guix/build/dub-build-system.scm (%standard-phases): Likewise.
* guix/build/emacs-build-system.scm (%standard-phases): Likewise.
* guix/build/font-build-system.scm (%standard-phases): Likewise.
* guix/build/go-build-system.scm (%standard-phases): Likewise.
* guix/build/haskell-build-system.scm (%standard-phases): Likewise.
* guix/build/minify-build-system.scm (%standard-phases): Likewise.
* guix/build/ocaml-build-system.scm (%standard-phases): Likewise.
* guix/build/perl-build-system.scm (%standard-phases): Likewise.
* guix/build/python-build-system.scm (%standard-phases): Likewise.
* guix/build/r-build-system.scm (%standard-phases): Likewise.
* guix/build/ruby-build-system.scm (%standard-phases): Likewise.
* guix/build/scons-build-system.scm (%standard-phases): Likewise.
* guix/build/texlive-build-system.scm (%standard-phases): Likewise.
* guix/build/waf-build-system.scm (%standard-phases): Likewise.
* gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap.
(soundtouch, cuetools, bluez-alsa): Remove 'arguments'.
(cava)[arguments]: Replace 'bootstrap.
* gnu/packages/backup.scm (rdup): Remove 'bootstrap.
* gnu/packages/bioinformatics.scm (seek)[arguments]: Replace
'bootstrap.
* gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove
'arguments'.
* gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'.
* gnu/packages/crypto.scm (libb2): Remove #:phases.
* gnu/packages/databases.scm (guile-wiredtiger): Likewise.
* gnu/packages/debug.scm (stress-make): Remove 'bootstrap'.
* gnu/packages/documentation.scm (asciidoc): Likewise.
* gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'.
* gnu/packages/ftp.scm (weex): Remove 'arguments'.
* gnu/packages/game-development.scm (ois): Remove 'arguments'.
* gnu/packages/games.scm (pioneer): Remove 'bootstrap.
* gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap.
(arc-theme): Remove 'arguments'.
(faba-icon-theme): Remove 'bootstrap.
(arc-icon-theme): Remove 'arguments'.
* gnu/packages/gnunet.scm (guile-gnunet): Likewise.
* gnu/packages/gtk.scm (guile-rsvg): Likewise.
* gnu/packages/guile.scm (mcron2): Remove 'bootstrap.
(guile-bash): Remove #:phases.
(guile-git): Remove 'bootstrap.
(guile-syntax-highlight): Remove 'arguments'.
(guile-sjson): Likewise.
* gnu/packages/java.scm (classpath-devel): Remove 'bootstrap.
* gnu/packages/kodi.scm (libdvdnav/kodi)
(libdvdread/kodi, libdvdcss/kodi): Likewise.
* gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'.
* gnu/packages/libusb.scm (hidapi): Likewise.
* gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to
'patch-stuff'; move it before 'bootstrap', without autoreconf
invocation.
(eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh'
invocation; move it before 'bootstrap.
(gpm): Replace 'bootstrap'.
(f2fs-tools): Remove 'arguments'.
(rng-tools): Remove #:phases.
* gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to
'copy-intltool-makefile'; remove "autoreconf" invocation and move before
'bootstrap'.
(libmesode): Remove 'arguments'.
(libstrophe): Likewise.
* gnu/packages/microcom.scm (microcom): Likewise.
* gnu/packages/networking.scm (libnet): Remove 'bootstrap.
* gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'.
* gnu/packages/package-management.scm (guix): Replace 'bootstrap.
* gnu/packages/sawfish.scm (librep): Remove 'arguments'.
* gnu/packages/version-control.scm (findnewest): Likewise.
* gnu/packages/video.scm (liba52, handbrake, motion): Replace
'bootstrap.
* gnu/packages/web.scm (fcgiwrap): Remove #:phases.
(tidy): Replace 'bootstrap.
(gumbo-parser): Remove #:phases.
* gnu/packages/wget.scm (wget2): Replace 'bootstrap.
* gnu/packages/wm.scm (i3lock-color): Remove #:phases.
* gnu/packages/xdisorg.scm (xclip): Likewise.
* gnu/packages/xml.scm (libxls): Replace 'bootstrap'.
* gnu/packages/xorg.scm (xf86-video-freedreno)
(xf86-video-intel): Remove #:phases.
* gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
| Ludovic Courtès |
2018-02-23 | gnu: you-get: Update to 0.4.1025....* gnu/packages/video.scm (you-get): Update to 0.4.1025.
| Rutger Helling |
2018-02-22 | gnu: mlt: Fix compilation against glibc 2.26....* gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.
| Oleg Pykhalov |
2018-02-22 | gnu: libx264: Change to stable branch....Fixes <https://bugs.gnu.org/30573>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>
* gnu/packages/video.scm (libx264)[source]: Use 'stable' snapshot.
| Marius Bakke |
2018-02-21 | gnu: libx264: Use nasm....Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e.
* gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
| Danny Milosavljevic |
2018-02-21 | gnu: libx264: Update to 20180219-2245....* gnu/packages/video.scm (libx264): Update to 20180219-2245.
| Efraim Flashner |
2018-02-19 | gnu: ffmpeg@2.8: Update to 2.8.14....* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.14.
| Marius Bakke |
2018-02-19 | gnu: youtube-dl: Update to 2018.02.11....* gnu/packages/video.scm (youtube-dl): Update to 2018.02.11.
| Rutger Helling |
2018-02-16 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-16 | gnu: mpv: Update to 0.28.2....* gnu/packages/video.scm (mpv): Update to 0.28.2.
| Rutger Helling |
2018-02-14 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-14 | gnu: mpv: Enable Vulkan support....* gnu/packages/video.scm (mpv)[inputs]: Add shaderc and vulkan-icd-loader.
| Rutger Helling |
2018-02-13 | gnu: libdvdnav@4: Remove variable....* gnu/packages/video.scm (libdvdnav@4): Remove variable.
| Efraim Flashner |
2018-02-13 | gnu: libdvdnav: Update to 6.0.0....* gnu/packages/video.scm (libdvdnav): Update to 6.0.0.
| Efraim Flashner |
2018-02-13 | gnu: libdvdread: Update to 6.0.0....* gnu/packages/video.scm (libdvdread): Update to 6.0.0.
| Efraim Flashner |
2018-02-13 | gnu: x265: Update to 2.6....* gnu/packages/video.scm (x265): Update to 2.6.
| Efraim Flashner |
2018-02-13 | gnu: ffmpeg: Update to 3.4.2....* gnu/packages/video.scm (ffmpeg): Update to 3.4.2.
| Efraim Flashner |
2018-02-13 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-13 | gnu: Update copyright line....* gnu/packages/video.scm: Update copyright line for commit 171c764.
| Rutger Helling |
2018-02-13 | gnu: mpv: Update to 0.28.1 [fixes CVE-2018-6360]....* gnu/packages/video.scm (mpv): Update to 0.28.1.
| Rutger Helling |
2018-02-11 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-11 | gnu: youtube-dl: Update to 2018.02.08....* gnu/packages/video.scm (youtube-dl): Update to 2018.02.08.
| Tobias Geerinckx-Rice |
2018-02-09 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-08 | gnu: mpv: Fix CVE-2018-6360....* gnu/packages/patches/mpv-CVE-2018-6360-1.patch,
gnu/packages/patches/mpv-CVE-2018-6360-2.patch,
gnu/packages/patches/mpv-CVE-2018-6360-3.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/video.scm (mpv)[source]: Use them.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alex Vong |
2018-02-01 | Merge branch 'master' into core-updates | Marius Bakke |
2018-02-01 | gnu: libvpx: Update to 1.7.0....* gnu/packages/video.scm (libvpx): Update to 1.7.0.
[source]: Use GIT-FETCH.
| Marius Bakke |
2018-02-01 | gnu: libvpx: Move hard-coded logic out of configure phase....* gnu/packages/video.scm (libvpx)[arguments]: Move arguments from
CONFIGURE-PHASE to #:make-flags and #:configure-flags.
| Marius Bakke |
2018-01-31 | gnu: youtube-dl: Update to 2018.01.27....* gnu/packages/video.scm (youtube-dl): Update to 2018.01.27.
| Rutger Helling |
2018-01-31 | gnu: livestreamer: Deprecate in favour of streamlink....* gnu/packages/video.scm (livestreamer): Redefine using ‘deprecated-package’.
| Oleg Pykhalov |
2018-01-30 | gnu: libdvdcss: Update to 1.4.1....* gnu/packages/video.scm (libdvdcss): Update to 1.4.1.
| Tobias Geerinckx-Rice |
2018-01-30 | gnu: libbluray: Update to 1.0.2....* gnu/packages/video.scm (libbluray): Update to 1.0.2.
[arguments]: Add `refer-to-libxml2-in-.pc-file' phase.
| Tobias Geerinckx-Rice |
2018-01-29 | gnu: simplescreenrecorder: Update to 0.3.9....* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.9.
[build-system]: Switch to cmake-build-system.
[inputs]: Replace qt-4 with qt.
[arguments]: Build WITH_QT5. Disable non-existent test suite.
| Tobias Geerinckx-Rice |
2018-01-26 | gnu: ffms2: Use canonical home page URI....* gnu/packages/video.scm (ffms2)[home-page]: Move trailing / from here...
[source]: ...to here.
| Tobias Geerinckx-Rice |
2018-01-26 | gnu: libmatroska: Update to 1.4.8....* gnu/packages/video.scm (libmatroska): Update to 1.4.8.
| Tobias Geerinckx-Rice |
2018-01-26 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-25 | gnu: Add streamlink....* gnu/packages/video.scm (streamlink): New public variable.
| Oleg Pykhalov |
2018-01-23 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-21 | gnu: youtube-dl: Return #t from phases....* gnu/packages/video.scm (youtube-dl)[arguments]: Return #t from
‘fix-the-data-directories’ phase.
| Tobias Geerinckx-Rice |
2018-01-21 | gnu: youtube-dl: Update to 2018.01.21....* gnu/packages/video.scm (youtube-dl): Update to 2018.01.21.
[description]: Update. ‘A few’ is simply no longer true.
| Tobias Geerinckx-Rice |
2018-01-20 | gnu: video, xml: Fix typo....* gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo.
[description]: Use @dfn.
* gnu/packages/xml.scm (libebml): Likewise.
| Tobias Geerinckx-Rice |
2018-01-19 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-20 | gnu: Add Motion....* gnu/packages/video.scm (motion): New variable.
| Ludovic Courtès |
2018-01-19 | gnu: libvpx: Use HTTPS for home page....* gnu/packages/video.scm (libvpx)[home-page]: Use HTTPS.
| Marius Bakke |
2018-01-18 | gnu: youtube-dl: Update to 2018.01.18....* gnu/packages/video.scm (youtube-dl): Update to 2018.01.18.
| Tobias Geerinckx-Rice |
2018-01-13 | gnu: livemedia-utils: Update to 2017.10.28....* gnu/packages/video.scm (livemedia-utils): Update to 2017.10.28.
| Ludovic Courtès |
2018-01-13 | gnu: livemedia-utils: Fix compilation against glibc 2.26....* gnu/packages/video.scm (livemedia-utils)[source](snippet, modules):
New fields.
| Ludovic Courtès |
2018-01-13 | gnu: youtube-dl: Update to 2018.01.14....* gnu/packages/video.scm (youtube-dl): Update to 2018.01.14.
| Tobias Geerinckx-Rice |
2018-01-11 | Merge branch 'master' into core-updates | Leo Famulari |
2018-01-08 | gnu: youtube-dl: Update to 2018.01.07....* gnu/packages/video.scm (youtube-dl): Update to 2018.01.07.
| Tobias Geerinckx-Rice |
2018-01-04 | Merge branch 'master' into core-updates | Mark H Weaver |