emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30554: closed ([PATCH] gnu: mlt: Fix compilation a


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30554: closed ([PATCH] gnu: mlt: Fix compilation against glibc 2.26.)
Date: Thu, 22 Feb 2018 18:48:02 +0000

Your message dated Thu, 22 Feb 2018 21:46:42 +0300
with message-id <address@hidden>
and subject line Re: [bug#30554] [PATCH] gnu: mlt: Fix compilation against 
glibc 2.26.
has caused the debbugs.gnu.org bug report #30554,
regarding [PATCH] gnu: mlt: Fix compilation against glibc 2.26.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30554: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30554
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: mlt: Fix compilation against glibc 2.26. Date: Tue, 20 Feb 2018 21:45:41 +0300
* gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.
---
 gnu/packages/video.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1f6a5ea33..38b762469 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1737,7 +1737,12 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "10m3ry0b2pvqx3bk34qh5dq337nn8pkc2gzfyhsj4nv9abskln47"))))
+                "10m3ry0b2pvqx3bk34qh5dq337nn8pkc2gzfyhsj4nv9abskln47"))
+              (modules '((guix build utils)))
+              (snippet
+               ;; As of glibc 2.26, <xlocale.h> no longer is.
+               '(substitute* "src/framework/mlt_property.h"
+                  (("xlocale\\.h") "locale.h")))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no tests
-- 
2.16.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30554] [PATCH] gnu: mlt: Fix compilation against glibc 2.26. Date: Thu, 22 Feb 2018 21:46:42 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Marius Bakke <address@hidden> writes:

> Oleg Pykhalov <address@hidden> writes:
>
>> * gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.
>> ---
>>  gnu/packages/video.scm | 7 ++++++-
>>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> LGTM.

Pushed as fd7da5b9e383405d2f4655396550dd23f9ed7262

I'll close the bug report.

Thanks,
Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]