all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Efraim Flashner <efraim@flashner.co.il>, guix-devel@gnu.org
Subject: Re: [PATCH 1/4] gnu: Add x265.
Date: Wed, 26 Oct 2016 04:31:55 +0100	[thread overview]
Message-ID: <874m3zeqfo.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20161025053932.10328-2-efraim@flashner.co.il>

[-- Attachment #1: Type: text/plain, Size: 1764 bytes --]

Efraim Flashner <efraim@flashner.co.il> writes:

> * gnu/packages/video.scm (x265): New variable.
> ---
>  gnu/packages/video.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index bd82eb8..6000c5b 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -250,6 +250,34 @@ H.264 (MPEG-4 AVC) video streams.")
>                      "file://extras/cl.h"
>                      "See extras/cl.h in the distribution.")))))
>  
> +(define-public x265
> +  (package
> +    (name "x265")
> +    (version "2.1")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append "https://download.videolan.org/videolan/x265/"
> +                            "x265_" version ".tar.gz"))
> +        (sha256
> +         (base32
> +          "0hx6sr9l7586gs4qds2sj0i1m5brxkaqq3cwmibhfb559fpvkz48"))))
> +    (build-system cmake-build-system)
> +    (arguments
> +     `(#:tests? #f ; tests are skipped if cpu-optimized code isn't built
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-before 'configure 'prepare-build
> +           (lambda _
> +             (delete-file-recursively "build")
> +             (chdir "source")
> +             #t)))))
> +    (home-page "http://x265.org/")
> +    (synopsis "Library for encoding h.265/HEVC video streams")
> +    (description "x265 is a H.265 / HEVC video encoder application library,
> +designed to encode video or images into an H.265 / HEVC encoded bitstream.")
> +    (license license:gpl2+)))

The files in compat/getopt/ are lgpl2.1+. Unbundling it would be even
better, if possible.

Other than that this LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

  reply	other threads:[~2016-10-26  3:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25  5:39 [PATCH 0/4] Add x265 Efraim Flashner
2016-10-25  5:39 ` [PATCH 1/4] gnu: " Efraim Flashner
2016-10-26  3:31   ` Marius Bakke [this message]
2016-10-25  5:39 ` [PATCH 2/4] gnu: ffmpeg: Add x265 support Efraim Flashner
2016-10-25  5:39 ` [PATCH 3/4] gnu: gst-plugins-bad: " Efraim Flashner
2016-10-25  5:39 ` [PATCH 4/4] gnu: vlc: " Efraim Flashner
2016-10-26  4:04   ` Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874m3zeqfo.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me \
    --to=mbakke@fastmail.com \
    --cc=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.