diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-07-27 23:42:49 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-07-27 23:42:49 +0000 |
commit | 17192169652455cd9bb1ba802aa676990f17fbd7 (patch) | |
tree | 40854b0c2e6781954c33825b974afedc23639bab /media-video/istanbul | |
parent | Fix aclocal failure, bug #218917. Move to EAPI=2, move to split python bindin... (diff) | |
download | gentoo-2-17192169652455cd9bb1ba802aa676990f17fbd7.tar.gz gentoo-2-17192169652455cd9bb1ba802aa676990f17fbd7.tar.bz2 gentoo-2-17192169652455cd9bb1ba802aa676990f17fbd7.zip |
Fix aclocal failure, bug #218917. Move to EAPI=2, move to split python bindings, bug #108479. Add missing pkgconfig to DEPEND. Use new python eclass functions in postinst.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-video/istanbul')
-rw-r--r-- | media-video/istanbul/files/istanbul-0.2.2-macro-typo.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-video/istanbul/files/istanbul-0.2.2-macro-typo.patch b/media-video/istanbul/files/istanbul-0.2.2-macro-typo.patch new file mode 100644 index 000000000000..6528f86b9399 --- /dev/null +++ b/media-video/istanbul/files/istanbul-0.2.2-macro-typo.patch @@ -0,0 +1,21 @@ +Avoid autoreconf failure by globbing everything in [] in the macro definition. + +Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=230325 + +--- a/common/gst-feature.m4 2009-07-27 11:29:22.000000000 +0200 ++++ b/common/gst-feature.m4 2009-07-27 11:29:28.000000000 +0200 +@@ -46,13 +46,13 @@ + dnl GST_PLUGINS_NO will contain those that won't be built + + AC_DEFUN([GST_CHECK_FEATURE], ++[dnl + echo + AC_MSG_NOTICE(*** checking feature: [$2] ***) + if test "x[$3]" != "x" + then + AC_MSG_NOTICE(*** for plug-ins: [$3] ***) + fi +-[dnl + builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl + dnl if it is set to NO, then don't even consider it for building + NOUSE= |