33 stdenv.mkDerivation (finalAttrs: {
35 version = "1.2.13-unstable-2024-06-29";
38 url = "http://hg.code.sf.net/p/xine/xine-lib-1.2";
39 rev = "53845e2f6b1f3b69328de5c030c0ab27eb8f043d";
40 hash = "sha256-O5lIYmNC2TpoY4QbPMsDWxNOoxdw61967Q4QG9d/+Bg=";
87 env.NIX_LDFLAGS = "-lxcb-shm";
89 enableParallelBuilding = true;
94 homepage = "https://xine.sourceforge.net/";
95 description = "High-performance, portable and reusable multimedia playback engine";
96 license = with lib.licenses; [
100 # No useful mainProgram
101 maintainers = with lib.maintainers; [ AndersonTorres ];
102 platforms = lib.platforms.linux;