summaryrefslogtreecommitdiffstats
path: root/libs/libdrm/DETAILS
blob: 5f9d2fc6348ef3e49296425869126b6143b56c75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
           SPELL=libdrm
if [[ $LIBDRM_BRANCH == scm ]]; then
  if [[ $LIBDRM_AUTOUPDATE == y ]]; then
         VERSION="$(date +%Y%m%d)"
  else
         VERSION=git
  fi
          SOURCE=drm-git.tar.bz2 # Use the same source as drm
   SOURCE_URL[0]=git://anongit.freedesktop.org/git/mesa/drm:drm-git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
         VERSION=2.4.54
     SOURCE_HASH=sha512:61b38df8ed2a4522a28605eb63a6e5c4dca89c7b24c7863f1046da3d34dca823856210abe3ef7eb7e5804bbc34712dc6203e60134a9398da3ba01b8bd7fe9dc5
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=http://dri.freedesktop.org/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
        WEB_SITE=http://dri.freedesktop.org/
         ENTERED=20051125
      LICENSE[0]=XCL
           SHORT="Direct rendering manager library"
cat << EOF
The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
maintain the official Public Implementation of X11.

The XOrg Foundation invites anyone who has an interest to join in. Anyone
may create and work on a branch in the repository. See XOrgRepository for
more information about the XOrg Foundation repository.

The repository consists of an imported XFree86 tree that is very close
to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
new licensing scheme incompatible with the GPL. For this reason, we have
recreated its tree as closely as possible without importing files affected
by the new license. Our tree is being referred to as simply "XOrg", and a
public release will be made shortly.
EOF