summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-25 19:00:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-25 19:00:52 +0000
commit2a4096dd2300fb71088a17b1388eb89dd2018580 (patch)
tree0a55b7be26835befeff5585a5ccf25a17944e956
parentVersion bump, plus support for new Java system. (diff)
downloadgentoo-2-2a4096dd2300fb71088a17b1388eb89dd2018580.tar.gz
gentoo-2-2a4096dd2300fb71088a17b1388eb89dd2018580.tar.bz2
gentoo-2-2a4096dd2300fb71088a17b1388eb89dd2018580.zip
Add patch for compatibility with autoconf 2.59d, fixes bug #137953. Thanks to Jabari R. Roberts for reporting.
(Portage version: 2.1.1_pre1-r2)
-rw-r--r--media-video/transcode/ChangeLog7
-rw-r--r--media-video/transcode/files/digest-transcode-1.0.2-r24
-rw-r--r--media-video/transcode/files/transcode-1.0.2-autoconf259d.patch14
-rw-r--r--media-video/transcode/transcode-1.0.2-r2.ebuild3
4 files changed, 26 insertions, 2 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog
index 8c37b8878b7f..e7800499e057 100644
--- a/media-video/transcode/ChangeLog
+++ b/media-video/transcode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/transcode
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.147 2006/05/26 17:54:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.148 2006/06/25 19:00:52 flameeyes Exp $
+
+ 25 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
+ +files/transcode-1.0.2-autoconf259d.patch, transcode-1.0.2-r2.ebuild:
+ Add patch for compatibility with autoconf 2.59d, fixes bug #137953. Thanks
+ to Jabari R. Roberts for reporting.
26 May 2006; Diego Pettenò <flameeyes@gentoo.org>
-transcode-0.6.14-r3.ebuild:
diff --git a/media-video/transcode/files/digest-transcode-1.0.2-r2 b/media-video/transcode/files/digest-transcode-1.0.2-r2
index f39cc7a9d0aa..2d26e8b234da 100644
--- a/media-video/transcode/files/digest-transcode-1.0.2-r2
+++ b/media-video/transcode/files/digest-transcode-1.0.2-r2
@@ -1,2 +1,6 @@
MD5 e353c0ab7e927a8672528e05a9ae960b transcode-1.0.2.tar.gz 2347861
+RMD160 5a07777093b3d395180396a662dc765c179cd687 transcode-1.0.2.tar.gz 2347861
+SHA256 765936b908fb32ea2149f76246fb22c931549485959cea76ac40f10924c0c0da transcode-1.0.2.tar.gz 2347861
MD5 ece32a8f6bce5bd9d06841bec8cc263e transcode-types.patch.bz2 5021
+RMD160 956ea116495a57e304ab71a20ccd45ffd7416544 transcode-types.patch.bz2 5021
+SHA256 02bf6ac9a2e039336e103d43acbe7c86975bc3b587dc9dfa23992bd949fc2170 transcode-types.patch.bz2 5021
diff --git a/media-video/transcode/files/transcode-1.0.2-autoconf259d.patch b/media-video/transcode/files/transcode-1.0.2-autoconf259d.patch
new file mode 100644
index 000000000000..a04c67ffd64f
--- /dev/null
+++ b/media-video/transcode/files/transcode-1.0.2-autoconf259d.patch
@@ -0,0 +1,14 @@
+Index: transcode-1.0.2/acinclude.m4
+===================================================================
+--- transcode-1.0.2.orig/acinclude.m4
++++ transcode-1.0.2/acinclude.m4
+@@ -92,7 +92,8 @@ buffer.memory = V4L2_MEMORY_MMAP
+ ], [AC_DEFINE([HAVE_STRUCT_V4L2_BUFFER], 1,
+ [define if your videodev2 header has struct v4l2_buffer])
+ AC_MSG_RESULT([yes])],
+- [v4l2=no AC_MSG_RESULT([no])])
++ [v4l2=no
++ AC_MSG_RESULT([no])])
+ fi
+
+ if test x"$v4l" = x"yes" -o x"$v4l2" = x"yes" ; then
diff --git a/media-video/transcode/transcode-1.0.2-r2.ebuild b/media-video/transcode/transcode-1.0.2-r2.ebuild
index bb57dbe0d0d3..047a6a7d7320 100644
--- a/media-video/transcode/transcode-1.0.2-r2.ebuild
+++ b/media-video/transcode/transcode-1.0.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.2-r2.ebuild,v 1.12 2006/04/20 14:08:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.2-r2.ebuild,v 1.13 2006/06/25 19:00:52 flameeyes Exp $
inherit libtool flag-o-matic eutils multilib autotools
@@ -68,6 +68,7 @@ src_unpack() {
epatch "${FILESDIR}/${P}-bigdir.patch"
epatch "${FILESDIR}/${P}-lzo2.patch"
epatch "${DISTDIR}/${PN}-types.patch.bz2"
+ epatch "${FILESDIR}/${P}-autoconf259d.patch"
eautoreconf
}