summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-07-27 23:42:49 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-07-27 23:42:49 +0000
commitecf72f7107f59ffa87aea5f282aff5dbd0fd9601 (patch)
treeb55613f41dcd703907412ef1ab15906147a1c5ab /media-video/istanbul
parentFix aclocal failure, bug #218917. Move to EAPI=2, move to split python bindin... (diff)
downloadhistorical-ecf72f7107f59ffa87aea5f282aff5dbd0fd9601.tar.gz
historical-ecf72f7107f59ffa87aea5f282aff5dbd0fd9601.tar.bz2
historical-ecf72f7107f59ffa87aea5f282aff5dbd0fd9601.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.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-video/istanbul')
-rw-r--r--media-video/istanbul/ChangeLog10
-rw-r--r--media-video/istanbul/files/istanbul-0.2.2-macro-typo.patch21
2 files changed, 29 insertions, 2 deletions
diff --git a/media-video/istanbul/ChangeLog b/media-video/istanbul/ChangeLog
index 34192b14e5e4..fdcf1fdd4929 100644
--- a/media-video/istanbul/ChangeLog
+++ b/media-video/istanbul/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/istanbul
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.13 2008/05/29 17:30:45 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.14 2009/07/27 23:42:21 eva Exp $
+
+ 27 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +files/istanbul-0.2.2-macro-typo.patch:
+ 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.
29 May 2008; Ali Polatel <hawking@gentoo.org> istanbul-0.2.0-r1.ebuild,
istanbul-0.2.1.ebuild, istanbul-0.2.2.ebuild:
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=