From: Efraim Flashner <efraim@flashner.co.il>
To: rain1@openmailbox.org
Cc: guix-devel@gnu.org
Subject: Re: ffmpeg package update
Date: Sun, 3 Apr 2016 19:55:36 +0300 [thread overview]
Message-ID: <20160403165536.GB3620@debian-netbook> (raw)
In-Reply-To: <77beba44ab232a32670c6c1dce4ef56c@openmailbox.org>
[-- Attachment #1: Type: text/plain, Size: 3343 bytes --]
On Thu, Mar 24, 2016 at 04:58:43PM +0000, rain1@openmailbox.org wrote:
> Hello,
>
> Our ffmpeg package is old (version 2.8.6 but 3.0 is available now).
>
> I noticed this because I found a segfault in a program that uses mpv: mkdir
> -p a ; mpv a. Updating ffmpeg fixes this.
>
> Removed libquvi from it as that has been removed from mpv and is not being
> updated.
>
> Changed a configure flag --disable-mipsdspr1 to --disable-mipsdsp - this is
> just a rename. You can read about this here
> <https://ffmpeg.org/pipermail/ffmpeg-devel/2015-November/183375.html> since
> it's just a rename I do not think this will break ffmpeg on MIPS.
> From d554b2aef830b6aaf53774f48b7fb7330ea03ee6 Mon Sep 17 00:00:00 2001
> From: rain1 <rain1@openmailbox.org>
> Date: Thu, 24 Mar 2016 16:24:03 +0000
> Subject: [PATCH] * gnu/packages/video.scm: Upgraded version, supplied new hash
> and removed deprecated libquvi support. Renamed mipsdspr1 to mipsdsp.
>
> ---
> gnu/packages/video.scm | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index a870dd8..494889a 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -372,14 +372,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
> (define-public ffmpeg
> (package
> (name "ffmpeg")
> - (version "2.8.6")
> + (version "3.0")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
> version ".tar.xz"))
> (sha256
> (base32
> - "1yh7dvm7zwdlsspdaq524s5qaggma5md9h95qc4kvb5dmyyyvg15"))))
> + "0w74b165l4ry4y72f4xmgd357pvbc7yr61y313v3ai6787p2rwqj"))))
> (build-system gnu-build-system)
> (inputs
> `(("fontconfig" ,fontconfig)
> @@ -392,7 +392,6 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
> ("libbluray" ,libbluray)
> ("libcaca" ,libcaca)
> ("libcdio-paranoia" ,libcdio-paranoia)
> - ("libquvi" ,libquvi)
> ("libtheora" ,libtheora)
> ("libvdpau" ,libvdpau)
> ("libvorbis" ,libvorbis)
> @@ -480,7 +479,6 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
> "--enable-libmp3lame"
> "--enable-libopus"
> "--enable-libpulse"
> - "--enable-libquvi"
> "--enable-libsoxr"
> "--enable-libspeex"
> "--enable-libtheora"
> @@ -498,7 +496,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
> ;; Runtime cpu detection is not implemented on
> ;; MIPS, so we disable some features.
> "--disable-mips32r2"
> - "--disable-mipsdspr1"
> + "--disable-mipsdsp"
> "--disable-mipsdspr2"
> "--disable-mipsfpu")
> #:phases
> --
> 2.6.3
>
pushed in c5e1fcd0aea87e841a8484ce28679d11d602f137 with changes to the
commit message
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-04-03 16:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 16:58 ffmpeg package update rain1
2016-03-24 17:42 ` Leo Famulari
2016-03-27 23:20 ` Leo Famulari
2016-03-28 6:18 ` Efraim Flashner
2016-03-28 6:34 ` Efraim Flashner
2016-04-03 16:55 ` Efraim Flashner [this message]
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160403165536.GB3620@debian-netbook \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
--cc=rain1@openmailbox.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).