cce11c4f1f
* Added a patch to MPlayer to fix the aspect ratio on screens rotated with Xrandr. * Disable toolbus for now because it requires a non-existant package (tcltk). svn path=/nixpkgs/trunk/; revision=5171
9 lines
154 B
Bash
9 lines
154 B
Bash
source $stdenv/setup
|
|
|
|
configureScript="./Configure"
|
|
|
|
dontAddPrefix=1
|
|
|
|
configureFlags="-d -e -D prefix=$out -D gtkversion=2 -D official=true"
|
|
|
|
genericBuild |