Loading pkgs/development/libraries/ffmpeg/generic.nix +5 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ , withBs2b ? withFullDeps # bs2b DSP library , withBzlib ? withHeadlessDeps , withCaca ? withFullDeps # Textual display (ASCII art) , withCdio ? withFullDeps && withGPL # Audio CD grabbing , withCelt ? withHeadlessDeps # CELT decoder , withChromaprint ? withFullDeps # Audio fingerprinting , withCodec2 ? withFullDeps # codec2 en/decoding Loading Loading @@ -252,6 +253,8 @@ , libbluray , libbs2b , libcaca , libcdio , libcdio-paranoia , libdc1394 , libdrm , libdvdnav Loading Loading @@ -565,6 +568,7 @@ stdenv.mkDerivation (finalAttrs: { (enableFeature withBs2b "libbs2b") (enableFeature withBzlib "bzlib") (enableFeature withCaca "libcaca") (enableFeature withCdio "libcdio") (enableFeature withCelt "libcelt") (enableFeature withChromaprint "chromaprint") (enableFeature withCodec2 "libcodec2") Loading Loading @@ -735,6 +739,7 @@ stdenv.mkDerivation (finalAttrs: { ++ optionals withBs2b [ libbs2b ] ++ optionals withBzlib [ bzip2 ] ++ optionals withCaca [ libcaca ] ++ optionals withCdio [ libcdio libcdio-paranoia ] ++ optionals withCelt [ celt ] ++ optionals withChromaprint [ chromaprint ] ++ optionals withCodec2 [ codec2 ] Loading Loading
pkgs/development/libraries/ffmpeg/generic.nix +5 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ , withBs2b ? withFullDeps # bs2b DSP library , withBzlib ? withHeadlessDeps , withCaca ? withFullDeps # Textual display (ASCII art) , withCdio ? withFullDeps && withGPL # Audio CD grabbing , withCelt ? withHeadlessDeps # CELT decoder , withChromaprint ? withFullDeps # Audio fingerprinting , withCodec2 ? withFullDeps # codec2 en/decoding Loading Loading @@ -252,6 +253,8 @@ , libbluray , libbs2b , libcaca , libcdio , libcdio-paranoia , libdc1394 , libdrm , libdvdnav Loading Loading @@ -565,6 +568,7 @@ stdenv.mkDerivation (finalAttrs: { (enableFeature withBs2b "libbs2b") (enableFeature withBzlib "bzlib") (enableFeature withCaca "libcaca") (enableFeature withCdio "libcdio") (enableFeature withCelt "libcelt") (enableFeature withChromaprint "chromaprint") (enableFeature withCodec2 "libcodec2") Loading Loading @@ -735,6 +739,7 @@ stdenv.mkDerivation (finalAttrs: { ++ optionals withBs2b [ libbs2b ] ++ optionals withBzlib [ bzip2 ] ++ optionals withCaca [ libcaca ] ++ optionals withCdio [ libcdio libcdio-paranoia ] ++ optionals withCelt [ celt ] ++ optionals withChromaprint [ chromaprint ] ++ optionals withCodec2 [ codec2 ] Loading