Changes between Initial Version and Version 2 of Ticket #11675


Ignore:
Timestamp:
Jul 23, 2025, 6:33:05 AM (11 months ago)
Author:
Maxim Cournoyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11675 – Description

    initial v2  
    1414  (package
    1515    (name "ffmpeg")
    16     (version "7.0.2")
     16    (version "7.1.1")
    1717    (source (origin
    1818              (method url-fetch)
     
    4141            libcdio-paranoia
    4242            libdrm
     43            libgme
     44            libplacebo
    4345            libtheora
    4446            libva
     
    7274           speex
    7375           vulkan-headers
    74            yasm))
     76           nasm))
    7577    (arguments
    7678     (list
     
    8789      ;;   --enable-libflite        enable flite (voice synthesis) support via
    8890      ;;                            libflite [no]
    89       ;;   --enable-libgme          enable Game Music Emu via libgme [no]
    9091      ;;   --enable-libgsm          enable GSM de/encoding via libgsm [no]
    9192      ;;   --enable-libiec61883     enable iec61883 via libiec61883 [no]
     
    140141         "--enable-libdav1d"
    141142         "--enable-libfreetype"
     143         "--enable-libgme"
    142144         "--enable-libmp3lame"
    143145         "--enable-libopus"
     146         "--enable-libplacebo"
    144147         "--enable-libpulse"
    145148         #$@(if (this-package-input "rav1e")
     
    209212              (let ((out (assoc-ref outputs "out")))
    210213                (substitute* "configure"
    211                   (("#! /bin/sh") (string-append "#!" (which "sh"))))
     214                  (("#! */bin/sh") (string-append "#!" (which "sh"))))
    212215                (setenv "SHELL" (which "bash"))
    213216                (setenv "CONFIG_SHELL" (which "bash"))