diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2006-05-08 17:04:11 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2006-05-08 17:04:11 +0000 |
commit | 78889d7bda9e03d5bcb44499c6287d5efedd6973 (patch) | |
tree | edcd1b66a87ba3ef48b4366d279ab45ac8e19764 /media-video/kino/files | |
parent | Version bump, bug #132687 (diff) | |
download | historical-78889d7bda9e03d5bcb44499c6287d5efedd6973.tar.gz historical-78889d7bda9e03d5bcb44499c6287d5efedd6973.tar.bz2 historical-78889d7bda9e03d5bcb44499c6287d5efedd6973.zip |
Revision bump. Closing bug #130681.
Package-Manager: portage-2203-svn
Diffstat (limited to 'media-video/kino/files')
-rw-r--r-- | media-video/kino/files/digest-kino-0.8.1 | 1 | ||||
-rw-r--r-- | media-video/kino/files/kino-0.8.1-as-needed.patch | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/media-video/kino/files/digest-kino-0.8.1 b/media-video/kino/files/digest-kino-0.8.1 new file mode 100644 index 000000000000..3c625f6c1b5f --- /dev/null +++ b/media-video/kino/files/digest-kino-0.8.1 @@ -0,0 +1 @@ +MD5 bd4fca3b879aaa91754fd2e0234db345 kino-0.8.1.tar.gz 1575423 diff --git a/media-video/kino/files/kino-0.8.1-as-needed.patch b/media-video/kino/files/kino-0.8.1-as-needed.patch new file mode 100644 index 000000000000..402afd8c0b9e --- /dev/null +++ b/media-video/kino/files/kino-0.8.1-as-needed.patch @@ -0,0 +1,24 @@ +diff -Nadurp kino-0.8.1/configure kino-0.8.1-gentoo/configure +--- kino-0.8.1/configure 2006-04-13 07:58:31.000000000 +0200 ++++ kino-0.8.1-gentoo/configure 2006-05-07 23:36:40.000000000 +0200 +@@ -25562,20 +25562,12 @@ LIBS=$ac_check_lib_save_LIBS + fi + echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XInitExtension" >&5 + echo "${ECHO_T}$ac_cv_lib_Xext_XInitExtension" >&6 +-if test $ac_cv_lib_Xext_XInitExtension = yes; then + cat >>confdefs.h <<_ACEOF + #define HAVE_LIBXEXT 1 + _ACEOF + + LIBS="-lXext $LIBS" + +-else +- { { echo "$as_me:$LINENO: error: Could not link with libXext. Check that you have libXext installed" >&5 +-echo "$as_me: error: Could not link with libXext. Check that you have libXext installed" >&2;} +- { (exit 1); exit 1; }; } +- +-fi +- + + echo "$as_me:$LINENO: checking for XvQueryAdaptors in -lXv" >&5 + echo $ECHO_N "checking for XvQueryAdaptors in -lXv... $ECHO_C" >&6 |