From 1a61c19b923fed23994c0f20cec47eca929fe8f4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 8 Apr 2010 13:49:32 +0200 Subject: [PATCH] libdrm: update to 2.4.20. --HG-- extra : convert_revision : cb364ff033e029d9122423362d054e89f5332d65 --- .../patches/configure_no_pthread_stubs.diff | 87 +++++++++++-------- srcpkgs/libdrm/template | 4 +- 2 files changed, 55 insertions(+), 36 deletions(-) diff --git a/srcpkgs/libdrm/patches/configure_no_pthread_stubs.diff b/srcpkgs/libdrm/patches/configure_no_pthread_stubs.diff index 23f023b9fce..7d2375ec7f3 100644 --- a/srcpkgs/libdrm/patches/configure_no_pthread_stubs.diff +++ b/srcpkgs/libdrm/patches/configure_no_pthread_stubs.diff @@ -1,47 +1,43 @@ ---- configure.orig 2010-02-17 18:27:30.100106540 +0100 -+++ configure 2010-02-17 18:28:13.604978268 +0100 -@@ -11700,97 +11700,6 @@ $as_echo "no" >&6; } +--- configure.orig 2010-04-08 13:47:02.711215824 +0200 ++++ configure 2010-04-08 13:47:31.648210505 +0200 +@@ -13073,116 +13073,6 @@ $as_echo "no" >&6; } fi pkg_failed=no --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREADSTUBS" >&5 +-{ $as_echo "$as_me:$LINENO: checking for PTHREADSTUBS" >&5 -$as_echo_n "checking for PTHREADSTUBS... " >&6; } - --if test -n "$PKG_CONFIG"; then -- if test -n "$PTHREADSTUBS_CFLAGS"; then -- pkg_cv_PTHREADSTUBS_CFLAGS="$PTHREADSTUBS_CFLAGS" -- else -- if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pthread-stubs\""; } >&5 +-if test -n "$PTHREADSTUBS_CFLAGS"; then +- pkg_cv_PTHREADSTUBS_CFLAGS="$PTHREADSTUBS_CFLAGS" +- elif test -n "$PKG_CONFIG"; then +- if test -n "$PKG_CONFIG" && \ +- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pthread-stubs\"") >&5 - ($PKG_CONFIG --exists --print-errors "pthread-stubs") 2>&5 - ac_status=$? -- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -- test $ac_status = 0; }; then +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then - pkg_cv_PTHREADSTUBS_CFLAGS=`$PKG_CONFIG --cflags "pthread-stubs" 2>/dev/null` -else - pkg_failed=yes -fi -- fi --else -- pkg_failed=untried +- else +- pkg_failed=untried -fi --if test -n "$PKG_CONFIG"; then -- if test -n "$PTHREADSTUBS_LIBS"; then -- pkg_cv_PTHREADSTUBS_LIBS="$PTHREADSTUBS_LIBS" -- else -- if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pthread-stubs\""; } >&5 +-if test -n "$PTHREADSTUBS_LIBS"; then +- pkg_cv_PTHREADSTUBS_LIBS="$PTHREADSTUBS_LIBS" +- elif test -n "$PKG_CONFIG"; then +- if test -n "$PKG_CONFIG" && \ +- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pthread-stubs\"") >&5 - ($PKG_CONFIG --exists --print-errors "pthread-stubs") 2>&5 - ac_status=$? -- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -- test $ac_status = 0; }; then +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then - pkg_cv_PTHREADSTUBS_LIBS=`$PKG_CONFIG --libs "pthread-stubs" 2>/dev/null` -else - pkg_failed=yes -fi -- fi --else -- pkg_failed=untried +- else +- pkg_failed=untried -fi - - @@ -54,14 +50,14 @@ - _pkg_short_errors_supported=no -fi - if test $_pkg_short_errors_supported = yes; then -- PTHREADSTUBS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pthread-stubs"` +- PTHREADSTUBS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pthread-stubs" 2>&1` - else -- PTHREADSTUBS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pthread-stubs"` +- PTHREADSTUBS_PKG_ERRORS=`$PKG_CONFIG --print-errors "pthread-stubs" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$PTHREADSTUBS_PKG_ERRORS" >&5 - -- as_fn_error "Package requirements (pthread-stubs) were not met: +- { { $as_echo "$as_me:$LINENO: error: Package requirements (pthread-stubs) were not met: - -$PTHREADSTUBS_PKG_ERRORS - @@ -71,11 +67,23 @@ -Alternatively, you may set the environment variables PTHREADSTUBS_CFLAGS -and PTHREADSTUBS_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. --" "$LINENO" 5 +-" >&5 +-$as_echo "$as_me: error: Package requirements (pthread-stubs) were not met: +- +-$PTHREADSTUBS_PKG_ERRORS +- +-Consider adjusting the PKG_CONFIG_PATH environment variable if you +-installed software in a non-standard prefix. +- +-Alternatively, you may set the environment variables PTHREADSTUBS_CFLAGS +-and PTHREADSTUBS_LIBS to avoid the need to call pkg-config. +-See the pkg-config man page for more details. +-" >&2;} +- { (exit 1); exit 1; }; } -elif test $pkg_failed = untried; then -- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} --as_fn_error "The pkg-config script could not be found or is too old. Make sure it +-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - @@ -84,11 +92,22 @@ -See the pkg-config man page for more details. - -To get pkg-config, see . --See \`config.log' for more details." "$LINENO" 5; } +-See \`config.log' for more details." >&5 +-$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it +-is in your PATH or set the PKG_CONFIG environment variable to the full +-path to pkg-config. +- +-Alternatively, you may set the environment variables PTHREADSTUBS_CFLAGS +-and PTHREADSTUBS_LIBS to avoid the need to call pkg-config. +-See the pkg-config man page for more details. +- +-To get pkg-config, see . +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; }; } -else - PTHREADSTUBS_CFLAGS=$pkg_cv_PTHREADSTUBS_CFLAGS - PTHREADSTUBS_LIBS=$pkg_cv_PTHREADSTUBS_LIBS -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +- { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } - : -fi diff --git a/srcpkgs/libdrm/template b/srcpkgs/libdrm/template index c6fe977c350..b408c527c17 100644 --- a/srcpkgs/libdrm/template +++ b/srcpkgs/libdrm/template @@ -1,13 +1,13 @@ # Template build file for 'libdrm'. pkgname=libdrm -version=2.4.19 +version=2.4.20 distfiles="http://dri.freedesktop.org/libdrm/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--enable-udev --enable-vmwgfx-experimental-api --enable-nouveau-experimental-api" short_desc="Userspace interface to kernel DRM services" maintainer="Juan RP " -checksum=fc3aa12f30e650c82b5f482fd3c52dd73ee4e6c350588d0565557dccbebafef2 +checksum=24b5316839c1d459066eaee160132d45931462e301740a660932907350415cb9 long_desc=" This package provides a library which offers a userspace interface to kernel DRM (Direct Rendering Manager) services for access to