transcode: drop

+1 -75
-2
pkgs/by-name/dv/dvd-slideshow/package.nix
··· 10 lame, 11 mjpegtools, 12 sox, 13 - transcode, 14 vorbis-tools, 15 runtimeShell, 16 }: ··· 24 lame 25 mjpegtools 26 sox 27 - transcode 28 vorbis-tools 29 ]; 30
··· 10 lame, 11 mjpegtools, 12 sox, 13 vorbis-tools, 14 runtimeShell, 15 }: ··· 23 lame 24 mjpegtools 25 sox 26 vorbis-tools 27 ]; 28
-71
pkgs/by-name/tr/transcode/package.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - fetchurl, 5 - flac, 6 - lame, 7 - zlib, 8 - libjpeg, 9 - libvorbis, 10 - libtheora, 11 - libxml2, 12 - lzo, 13 - libdvdread, 14 - pkg-config, 15 - x264, 16 - libmpeg2, 17 - xvidcore, 18 - }: 19 - 20 - stdenv.mkDerivation rec { 21 - pname = "transcode"; 22 - version = "1.1.7"; 23 - src = fetchurl { 24 - url = "https://bitbucket.org/france/transcode-tcforge/downloads/${pname}-${version}.tar.bz2"; 25 - sha256 = "1e4e72d8e0dd62a80b8dd90699f5ca64c9b0cb37a5c9325c184166a9654f0a92"; 26 - }; 27 - 28 - nativeBuildInputs = [ pkg-config ]; 29 - buildInputs = [ 30 - flac 31 - lame 32 - zlib 33 - libjpeg 34 - libvorbis 35 - libtheora 36 - libxml2 37 - lzo 38 - libdvdread 39 - x264 40 - libmpeg2 41 - xvidcore 42 - ]; 43 - configureFlags = [ 44 - "--disable-ffmpeg" 45 - "--disable-libavcodec" 46 - "--disable-libavformat" 47 - "--enable-lzo" 48 - "--enable-ogg" 49 - "--enable-vorbis" 50 - "--enable-theora" 51 - "--enable-libxml2" 52 - "--enable-x264" 53 - "--enable-libmpeg2" 54 - "--enable-xvid" 55 - ]; 56 - 57 - enableParallelBuilding = true; 58 - 59 - # Workaround build failure on -fno-common toolchains like upstream 60 - # gcc-10. Otherwise build fails as: 61 - # ld: tcextract-extract_pcm.o:/build/transcode-1.1.7/import/extract_pcm.c:36: multiple definition of 62 - # `audio'; tcextract-extract_ac3.o:/build/transcode-1.1.7/import/extract_ac3.c:337: first defined here 63 - env.NIX_CFLAGS_COMPILE = "-fcommon"; 64 - 65 - meta = with lib; { 66 - description = "Suite of command line utilities for transcoding video and audio codecs, and for converting between different container formats"; 67 - homepage = "http://www.transcoding.org/"; 68 - license = licenses.lgpl2Plus; 69 - platforms = platforms.linux; 70 - }; 71 - }
···
-2
pkgs/kde/gear/k3b/default.nix
··· 19 libdvdcss, 20 normalize, 21 sox, 22 - transcode, 23 vcdimager, 24 }: 25 mkKdeDerivation { ··· 51 libburn 52 normalize 53 sox 54 - transcode 55 vcdimager 56 flac 57 ]
··· 19 libdvdcss, 20 normalize, 21 sox, 22 vcdimager, 23 }: 24 mkKdeDerivation { ··· 50 libburn 51 normalize 52 sox 53 vcdimager 54 flac 55 ]
+1
pkgs/top-level/aliases.nix
··· 1294 libtransmission = lib.warnOnInstantiate (transmission3Warning {prefix = "lib";}) libtransmission_3; # Added 2024-06-10 1295 tracker = lib.warnOnInstantiate "tracker has been renamed to tinysparql" tinysparql; # Added 2024-09-30 1296 tracker-miners = lib.warnOnInstantiate "tracker-miners has been renamed to localsearch" localsearch; # Added 2024-09-30 1297 transfig = fig2dev; # Added 2022-02-15 1298 transifex-client = transifex-cli; # Added 2023-12-29 1299 trfl = throw "trfl has been removed, because it has not received an update for 3 years and was broken"; # Added 2024-07-25
··· 1294 libtransmission = lib.warnOnInstantiate (transmission3Warning {prefix = "lib";}) libtransmission_3; # Added 2024-06-10 1295 tracker = lib.warnOnInstantiate "tracker has been renamed to tinysparql" tinysparql; # Added 2024-09-30 1296 tracker-miners = lib.warnOnInstantiate "tracker-miners has been renamed to localsearch" localsearch; # Added 2024-09-30 1297 + transcode = throw "transcode has been removed as it is unmaintained"; # Added 2024-12-11 1298 transfig = fig2dev; # Added 2022-02-15 1299 transifex-client = transifex-cli; # Added 2023-12-29 1300 trfl = throw "trfl has been removed, because it has not received an update for 3 years and was broken"; # Added 2024-07-25