[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/416: gnu: libx264: Update to 164-0.b093bbe.
From: |
guix-commits |
Subject: |
19/416: gnu: libx264: Update to 164-0.b093bbe. |
Date: |
Fri, 14 Apr 2023 15:25:12 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e7334321a53c21e11ee91b074916503c5798950c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 18 10:34:21 2022 +0100
gnu: libx264: Update to 164-0.b093bbe.
* gnu/packages/video.scm (libx264): Update to 164-0.b093bbe.
(libx264-next): Remove variable.
* gnu/packages/jami.scm (ffmpeg-jami)[inputs]: Don't use LIBX264-NEXT.
---
gnu/packages/jami.scm | 3 +--
gnu/packages/video.scm | 27 +++------------------------
2 files changed, 4 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index acf57c2772..b350f1a74d 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -393,8 +393,7 @@
"mov ismv")
(("fate-lavf-mov_rtphint:.*") ""))))))))
(inputs (modify-inputs (package-inputs ffmpeg-5)
- (replace "libvpx" libvpx-next)
- (replace "libx264" libx264-next)))))
+ (replace "libvpx" libvpx-next)))))
(define-public libjami
(package
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c3e0c28216..3d621bb603 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -915,8 +915,8 @@ shared library and encoder and decoder command-line
executables.")
(define-public libx264
;; There are no tags in the repository, so we take the version number from
;; the X264_BUILD variable defined in x264.h.
- (let ((version "161")
- (commit "4c2aafd864dd201832ec2be0fef4484925146650")
+ (let ((version "164")
+ (commit "b093bbe7d9bc642c8f24067cbdcc73bb43562eab")
(revision "0"))
(package
(name "libx264")
@@ -929,7 +929,7 @@ shared library and encoder and decoder command-line
executables.")
(file-name (git-file-name name version))
(sha256
(base32
- "1i6v9h3xx9pi0zmlj3anwwjxqa63sbhy9crrif8dphipwfn9hyg5"))))
+ "095pv8y6fqjg8mdvsfk12d0jqgyhip536a6vxhzm7qz8hfp96qhq"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config nasm))
@@ -979,27 +979,6 @@ H.264 (MPEG-4 AVC) video streams.")
"file://extras/cl.h"
"See extras/cl.h in the distribution."))))))
-;;; TODO: Merge into libx264 on staging.
-(define-public libx264-next
- ;; There are no tags in the repository, so we take the version number from
- ;; the X264_BUILD variable defined in x264.h.
- (let ((version "164")
- (commit "b093bbe7d9bc642c8f24067cbdcc73bb43562eab")
- (revision "0"))
- (package
- (inherit libx264)
- (name "libx264")
- (version (git-version version revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://code.videolan.org/videolan/x264.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "095pv8y6fqjg8mdvsfk12d0jqgyhip536a6vxhzm7qz8hfp96qhq")))))))
-
(define-public mkvtoolnix
(package
(name "mkvtoolnix")
- 29/416: gnu: vulkan-tools: Update to sdk-1.3.231.1., (continued)
- 29/416: gnu: vulkan-tools: Update to sdk-1.3.231.1., guix-commits, 2023/04/14
- 15/416: gnu: python-pytest-mock: Update to 3.10.0., guix-commits, 2023/04/14
- 24/416: gnu: glslang: Update to sdk-1.3.231.1., guix-commits, 2023/04/14
- 26/416: gnu: shaderc: Update to 2022.3., guix-commits, 2023/04/14
- 31/416: gnu: Add volk., guix-commits, 2023/04/14
- 50/416: gnu: MariaDB: Remove input labels., guix-commits, 2023/04/14
- 52/416: gnu: NSS: Update to 3.85., guix-commits, 2023/04/14
- 63/416: gnu: sdl2-net: Update to 2.2.0., guix-commits, 2023/04/14
- 64/416: gnu: sdl2-ttf: Update to 2.20.1., guix-commits, 2023/04/14
- 65/416: gnu: sdl2-ttf: Fix source snippet., guix-commits, 2023/04/14
- 19/416: gnu: libx264: Update to 164-0.b093bbe.,
guix-commits <=
- 34/416: gnu: libwebp: Update to 1.2.4., guix-commits, 2023/04/14
- 35/416: gnu: bluez: Update to 5.66., guix-commits, 2023/04/14
- 37/416: gnu: glew: Update to 2.2.0., guix-commits, 2023/04/14
- 46/416: gnu: Add vulkan-memory-allocator., guix-commits, 2023/04/14
- 47/416: gnu: vulkan-loader: Update to 1.3.232., guix-commits, 2023/04/14
- 53/416: gnu: modem-manager: Update to 1.18.12., guix-commits, 2023/04/14
- 39/416: gnu: perl-http-message: Update to 6.37., guix-commits, 2023/04/14
- 54/416: gnu: libcdio: Fix test failure with glibc 2.36., guix-commits, 2023/04/14
- 58/416: gnu: sdl2-mixer: Add upstream-name property., guix-commits, 2023/04/14
- 69/416: gnu: rust-xcb: Add 1.2.0., guix-commits, 2023/04/14