xine-lib: nixfmt-rfc-style
This commit is contained in:
parent
d24640b9dd
commit
8cd10b74ee
@ -1,32 +1,33 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenv
|
lib,
|
||||||
, fetchhg
|
aalib,
|
||||||
, aalib
|
alsa-lib,
|
||||||
, alsa-lib
|
autoreconfHook,
|
||||||
, autoreconfHook
|
fetchhg,
|
||||||
, ffmpeg
|
ffmpeg,
|
||||||
, flac
|
flac,
|
||||||
, libGL
|
libGL,
|
||||||
, libGLU
|
libGLU,
|
||||||
, libX11
|
libX11,
|
||||||
, libXext
|
libXext,
|
||||||
, libXinerama
|
libXinerama,
|
||||||
, libXv
|
libXv,
|
||||||
, libcaca
|
libcaca,
|
||||||
, libcdio
|
libcdio,
|
||||||
, libmng
|
libmng,
|
||||||
, libmpcdec
|
libmpcdec,
|
||||||
, libpulseaudio
|
libpulseaudio,
|
||||||
, libtheora
|
libtheora,
|
||||||
, libv4l
|
libv4l,
|
||||||
, libvorbis
|
libvorbis,
|
||||||
, libxcb
|
libxcb,
|
||||||
, ncurses
|
ncurses,
|
||||||
, perl
|
perl,
|
||||||
, pkg-config
|
pkg-config,
|
||||||
, speex
|
speex,
|
||||||
, vcdimager
|
stdenv,
|
||||||
, zlib
|
vcdimager,
|
||||||
|
zlib,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -39,7 +40,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
hash = "sha256-O5lIYmNC2TpoY4QbPMsDWxNOoxdw61967Q4QG9d/+Bg=";
|
hash = "sha256-O5lIYmNC2TpoY4QbPMsDWxNOoxdw61967Q4QG9d/+Bg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" ];
|
outputs = [
|
||||||
|
"out"
|
||||||
|
"dev"
|
||||||
|
"man"
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
@ -55,8 +60,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
libGL
|
libGL
|
||||||
libGLU
|
libGLU
|
||||||
libX11
|
libX11
|
||||||
|
libX11
|
||||||
|
libXext
|
||||||
libXext
|
libXext
|
||||||
libXinerama
|
libXinerama
|
||||||
|
libXinerama
|
||||||
|
libXv
|
||||||
libXv
|
libXv
|
||||||
libcaca
|
libcaca
|
||||||
libcdio
|
libcdio
|
||||||
@ -67,16 +76,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
libv4l
|
libv4l
|
||||||
libvorbis
|
libvorbis
|
||||||
libxcb
|
libxcb
|
||||||
|
libxcb
|
||||||
ncurses
|
ncurses
|
||||||
perl
|
perl
|
||||||
speex
|
speex
|
||||||
vcdimager
|
vcdimager
|
||||||
zlib
|
zlib
|
||||||
libX11
|
|
||||||
libXext
|
|
||||||
libXinerama
|
|
||||||
libXv
|
|
||||||
libxcb
|
|
||||||
];
|
];
|
||||||
|
|
||||||
env.NIX_LDFLAGS = "-lxcb-shm";
|
env.NIX_LDFLAGS = "-lxcb-shm";
|
||||||
@ -88,7 +93,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://xine.sourceforge.net/";
|
homepage = "https://xine.sourceforge.net/";
|
||||||
description = "High-performance, portable and reusable multimedia playback engine";
|
description = "High-performance, portable and reusable multimedia playback engine";
|
||||||
license = with lib.licenses; [ gpl2Plus lgpl2Plus ];
|
license = with lib.licenses; [
|
||||||
|
gpl2Plus
|
||||||
|
lgpl2Plus
|
||||||
|
];
|
||||||
|
# No useful mainProgram
|
||||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user