From f0295751cf70601caf72ce77095a45ee7f9e4afe Mon Sep 17 00:00:00 2001 From: James Powell Date: Fri, 12 Jun 2015 11:22:09 +0700 Subject: libraries/libepoxy: Update script. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libepoxy/README | 14 +++++++++++--- libraries/libepoxy/libepoxy.SlackBuild | 4 ++-- libraries/libepoxy/libepoxy.info | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'libraries/libepoxy') diff --git a/libraries/libepoxy/README b/libraries/libepoxy/README index d8820ca7a2..5c60683fbe 100644 --- a/libraries/libepoxy/README +++ b/libraries/libepoxy/README @@ -5,6 +5,14 @@ eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). -libepoxy can be used during the build process of xorg-server, and if found in -the system, will be used at build time. This may be used with xorg-server-1.16 -or later versions of xorg-server. +libepoxy can be used during the build process of xorg-server. To enable the use +of libepoxy, edit the x/x11/configure/xorg-server file in the Slackware source +tree, and add this configure flag to the ./configure section: + +--enable-glamor \ + +*Note*: If you have installed the wayland-1.6.0 package from SBo, you can build +Xwayland server for usage with a Wayland capable display compositor. + +This package requires MesaLib be installed prior to building from the Slackware +default package schema. diff --git a/libraries/libepoxy/libepoxy.SlackBuild b/libraries/libepoxy/libepoxy.SlackBuild index 0792c7f147..9bbe7ef792 100644 --- a/libraries/libepoxy/libepoxy.SlackBuild +++ b/libraries/libepoxy/libepoxy.SlackBuild @@ -23,7 +23,7 @@ PRGNAM=libepoxy VERSION=${VERSION:-1.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -59,7 +59,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/libraries/libepoxy/libepoxy.info b/libraries/libepoxy/libepoxy.info index 659ed2467e..c250a93fd4 100644 --- a/libraries/libepoxy/libepoxy.info +++ b/libraries/libepoxy/libepoxy.info @@ -1,7 +1,7 @@ PRGNAM="libepoxy" VERSION="1.2" HOMEPAGE="https://github.com/anholt/libepoxy" -DOWNLOAD="https://github.com/anholt/libepoxy/archive/v1.2.tar.gz" +DOWNLOAD="https://github.com/anholt/libepoxy/archive/libepoxy-1.2.tar.gz" MD5SUM="12d6b7621f086c0c928887c27d90bc30" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3