aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-10-22 12:38:29 -0400
committerLeo Famulari <leo@famulari.name>2020-10-23 11:22:00 -0400
commitd407b087c0170860c08c8fc87580f772d00ff15d (patch)
tree3ffd386a951cfdd3ba36438e53a75e531d7d38a4
parentd24e37f36e2a89c0613bf5064e59b9236bca2ae1 (diff)
downloadguix-d407b087c0170860c08c8fc87580f772d00ff15d.tar.gz
guix-d407b087c0170860c08c8fc87580f772d00ff15d.zip
gnu: libx264: Update to 161-0.4c2aafd.
* gnu/packages/video.scm (libx264): Update to 161-0.4c2aafd.
-rw-r--r--gnu/packages/video.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bdccb6fdb7..16fb07c95f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -826,8 +826,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 "159")
- (commit "1771b556ee45207f8711744ccbd5d42a3949b14c")
+ (let ((version "161")
+ (commit "4c2aafd864dd201832ec2be0fef4484925146650")
(revision "0"))
(package
(name "libx264")
@@ -840,7 +840,7 @@ shared library and encoder and decoder command-line executables.")
(file-name (git-file-name name version))
(sha256
(base32
- "0kmi78gs5101d4df33il5bmjbns54nvdjsyn44xiw60lwsg11vwz"))))
+ "1i6v9h3xx9pi0zmlj3anwwjxqa63sbhy9crrif8dphipwfn9hyg5"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
span>Ludovic Courtès 2018-06-20services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès 2018-06-20services: boot: Reverse the order of boot expressions....Ludovic Courtès 2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès 2018-03-29gnu: Refactor boot-service-type and activation-service-type....Chris Marusich 2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès 2017-12-17services: cleanup: Remove "/run/udev/watch.old" directory....Danny Milosavljevic 2017-11-08services: Add 'lookup-service-types'....Ludovic Courtès 2017-11-08services: 'fold-service-types' includes (gnu services)....Ludovic Courtès 2017-11-08services: 'fold-service-types' honors its seed....Ludovic Courtès 2017-10-22gexp: Add 'directory-union'....Ludovic Courtès 2017-10-22gexp: Add 'file-union'....Ludovic Courtès 2017-10-12services: cleanup: Remove Shadow lock files from /etc....Ludovic Courtès 2017-09-22services: network-manager: Add support for VPN plug-ins....Ludovic Courtès 2017-09-16services: Add 'fold-service-types'....Ludovic Courtès 2017-09-16services: Add a description and location for each service type....Ludovic Courtès