guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add mplayer2.


From: Taylan Ulrich Bayırlı/Kammer
Subject: Re: [PATCH] gnu: Add mplayer2.
Date: Thu, 19 Mar 2015 22:07:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

address@hidden (Taylan Ulrich "Bayırlı/Kammer") writes:

> (source (origin
>           (method git-fetch)
>           (uri (git-reference
>                 ;; XXX Change this if mplayer2.org goes up again.
>                 (url "http://repo.or.cz/mplayer2.git";)
>                 (commit "2c378c71a4d9b1df382db9aa787b646628b4e3f9")))
>           (sha256
>            (base32
>             "0s8554sanj6cvnf0h148nsmjgy5v0568nmcza7grpv6fnmddpfam"))
>           (file-name (string-append name "-" version))
>           ;; Warning: after using this patch, one must pass the -ltheora
>           ;; linker flag manually to configure; see below.
>           (patches (list (search-patch "mplayer2-theora-fix.patch")))))

FYI I now also appended "-checkout" to the file-name so the source
directory is easily distinguishable from the directory of the built
package.

Taylan



reply via email to

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