nixpkgs/pkgs/development/libraries/xine-lib/builder.sh
Eelco Dolstra c90e049b98 * Xine updated to 1.0.
* Xine UI updated to 0.99.3.

svn path=/nixpkgs/trunk/; revision=2046
2005-01-15 21:49:33 +00:00

13 lines
348 B
Bash

. $stdenv/setup
if test -n "$libdvdcss"; then
# Ugly hack to force libdvdcss to be present (so the user doesn't
# have to set LD_LIBRARY_PATH).
export NIX_LDFLAGS="-rpath $libdvdcss/lib -L$libdvdcss/lib -ldvdcss $NIX_LDFLAGS"
fi
if test -n "$libXv"; then
configureFlags="--with-xv-path=$libXv/lib $configureFlags"
fi
genericBuild