Magellan Linux

Diff of /tags/openglupdate-2_2_13/opengl-update.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/opengl-update/opengl-update.sh revision 624 by niro, Wed Nov 14 18:45:26 2007 UTC tags/openglupdate-2_2_13/opengl-update.sh revision 1325 by niro, Mon May 30 09:01:06 2011 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # Copyright 1999-2004 Gentoo Foundation  # Copyright 1999-2004 Gentoo Foundation
3  # Distributed under the terms of the GNU General Public License v2  # Distributed under the terms of the GNU General Public License v2
4  # $Header: /home/cvsd/magellan-cvs/magellan-src/opengl-update/opengl-update.sh,v 1.7 2007-11-14 18:45:26 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/opengl-update/opengl-update.sh,v 1.10 2007-11-14 19:19:16 niro Exp $
5  # Author:  Martin Schlemmer <azarah@gentoo.org>  # Author:  Martin Schlemmer <azarah@gentoo.org>
6  # Further modifications by Donnie Berkholz <spyderous@gentoo.org>  # Further modifications by Donnie Berkholz <spyderous@gentoo.org>
7  # Further modifications based off submissions to bug #54984 <cyfred@gentoo.org>  # Further modifications based off submissions to bug #54984 <cyfred@gentoo.org>
# Line 102  print_usage() Line 102  print_usage()
102  Usage: ${0##*/} [<options>] <GL implementation>  Usage: ${0##*/} [<options>] <GL implementation>
103         Set the opengl implementation.         Set the opengl implementation.
104         Valid options:         Valid options:
105           --help|-h|-?:       Prints this help.
106           --version:          Shows the version of this utility.
107         --use-old:          If an implementation is already set, use that one.         --use-old:          If an implementation is already set, use that one.
108         --prefix=<val>:     Set the source prefix (default: /usr)         --prefix=<val>:     Set the source prefix (default: /usr)
109         --dst-prefix=<val>: Set the destination prefix (default: /usr)         --dst-prefix=<val>: Set the destination prefix (default: /usr)
110         --impl-headers:     Use headers provided by this implementation to         --impl-headers:     Use headers provided by this implementation to
111                             override golbal ones provided by opengl-update.                             override global ones provided by opengl-update.
112    
113  Usage: ${0##*/} --get-implementation  Usage: ${0##*/} --get-implementation
114         Print the current implementaion         Print the current implementaion
# Line 227  set_new_implementation() Line 229  set_new_implementation()
229   [[ -d ${PREFIX}/${LIBDIR}/opengl ]] || continue   [[ -d ${PREFIX}/${LIBDIR}/opengl ]] || continue
230   else   else
231   [[ -d ${PREFIX}/${LIBDIR}/opengl ]] &&   [[ -d ${PREFIX}/${LIBDIR}/opengl ]] &&
232   ! -h ${PREFIX}/${LIBDIR} ]] || continue   [[ ! -h ${PREFIX}/${LIBDIR} ]] || continue
233   fi   fi
234    
235   # Fallback on xorg if we don't have this implementation for this LIBDIR.   # Fallback on xorg if we don't have this implementation for this LIBDIR.

Legend:
Removed from v.624  
changed lines
  Added in v.1325