diff options
| author | rain1 <rain1@openmailbox.org> | 2016-03-24 16:24:03 +0000 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-03 19:39:40 +0300 |
| commit | c5e1fcd0aea87e841a8484ce28679d11d602f137 (patch) | |
| tree | 13120b48be733427b7ed0540f98f284d9422f8a0 /gnu | |
| parent | 3cf0dbda97497be4f058c269b0f49132d15fbea1 (diff) | |
gnu: ffmpeg: Update to 3.0.0.
* gnu/packages/video.scm (ffmpeg): Update to 3.0.0.
[inputs]: Remove libquvi.
[arguments]: Remove '--enable-libquvi" configure flag, rename mipsdspri1
flag to mipsdsp.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index a870dd8ee17..494889a14bd 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).") | |||
| 372 | (define-public ffmpeg | 372 | (define-public ffmpeg |
| 373 | (package | 373 | (package |
| 374 | (name "ffmpeg") | 374 | (name "ffmpeg") |
| 375 | (version "2.8.6") | 375 | (version "3.0") |
| 376 | (source (origin | 376 | (source (origin |
| 377 | (method url-fetch) | 377 | (method url-fetch) |
| 378 | (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" | 378 | (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" |
| 379 | version ".tar.xz")) | 379 | version ".tar.xz")) |
| 380 | (sha256 | 380 | (sha256 |
| 381 | (base32 | 381 | (base32 |
| 382 | "1yh7dvm7zwdlsspdaq524s5qaggma5md9h95qc4kvb5dmyyyvg15")))) | 382 | "0w74b165l4ry4y72f4xmgd357pvbc7yr61y313v3ai6787p2rwqj")))) |
| 383 | (build-system gnu-build-system) | 383 | (build-system gnu-build-system) |
| 384 | (inputs | 384 | (inputs |
| 385 | `(("fontconfig" ,fontconfig) | 385 | `(("fontconfig" ,fontconfig) |
| @@ -392,7 +392,6 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).") | |||
| 392 | ("libbluray" ,libbluray) | 392 | ("libbluray" ,libbluray) |
| 393 | ("libcaca" ,libcaca) | 393 | ("libcaca" ,libcaca) |
| 394 | ("libcdio-paranoia" ,libcdio-paranoia) | 394 | ("libcdio-paranoia" ,libcdio-paranoia) |
| 395 | ("libquvi" ,libquvi) | ||
| 396 | ("libtheora" ,libtheora) | 395 | ("libtheora" ,libtheora) |
| 397 | ("libvdpau" ,libvdpau) | 396 | ("libvdpau" ,libvdpau) |
| 398 | ("libvorbis" ,libvorbis) | 397 | ("libvorbis" ,libvorbis) |
| @@ -480,7 +479,6 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).") | |||
| 480 | "--enable-libmp3lame" | 479 | "--enable-libmp3lame" |
| 481 | "--enable-libopus" | 480 | "--enable-libopus" |
| 482 | "--enable-libpulse" | 481 | "--enable-libpulse" |
| 483 | "--enable-libquvi" | ||
| 484 | "--enable-libsoxr" | 482 | "--enable-libsoxr" |
| 485 | "--enable-libspeex" | 483 | "--enable-libspeex" |
| 486 | "--enable-libtheora" | 484 | "--enable-libtheora" |
| @@ -498,7 +496,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).") | |||
| 498 | ;; Runtime cpu detection is not implemented on | 496 | ;; Runtime cpu detection is not implemented on |
| 499 | ;; MIPS, so we disable some features. | 497 | ;; MIPS, so we disable some features. |
| 500 | "--disable-mips32r2" | 498 | "--disable-mips32r2" |
| 501 | "--disable-mipsdspr1" | 499 | "--disable-mipsdsp" |
| 502 | "--disable-mipsdspr2" | 500 | "--disable-mipsdspr2" |
| 503 | "--disable-mipsfpu") | 501 | "--disable-mipsfpu") |
| 504 | #:phases | 502 | #:phases |
