From 8af06cbf54cfc174e06e5f1a11793d10f4e2f730 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 23 Mar 2011 14:23:00 +0000 Subject: Re-add patch file, fixes bug 360151 (Portage version: 2.1.9.44/cvs/Linux x86_64) --- dev-libs/totem-pl-parser/ChangeLog | 6 ++++- .../files/totem-pl-parser-2.32.3-fix-quvi.patch | 28 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.3-fix-quvi.patch (limited to 'dev-libs/totem-pl-parser') diff --git a/dev-libs/totem-pl-parser/ChangeLog b/dev-libs/totem-pl-parser/ChangeLog index 75fe4785ac4c..7ea31b95ba7e 100644 --- a/dev-libs/totem-pl-parser/ChangeLog +++ b/dev-libs/totem-pl-parser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/totem-pl-parser # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.90 2011/03/22 18:54:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.91 2011/03/23 14:23:00 nirbheek Exp $ + + 23 Mar 2011; Nirbheek Chauhan + +files/totem-pl-parser-2.32.3-fix-quvi.patch: + Re-add patch file, fixes bug 360151 22 Mar 2011; Brent Baude totem-pl-parser-2.32.3.ebuild: diff --git a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.3-fix-quvi.patch b/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.3-fix-quvi.patch new file mode 100644 index 000000000000..9ae58e0c995d --- /dev/null +++ b/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.3-fix-quvi.patch @@ -0,0 +1,28 @@ +From 9a1a89ce6af47b8ac3ee7ae0fa3987815e9713a3 Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Mon, 21 Feb 2011 19:49:55 +0000 +Subject: build: Fix --enable-quvi option + +https://bugzilla.gnome.org/show_bug.cgi?id=642900 +--- +diff --git a/configure.in b/configure.in +index eb53dcb..7227373 100644 +--- a/configure.in ++++ b/configure.in +@@ -101,12 +101,11 @@ else + **************************************************************" + fi + +-enable_quvi=auto + QUVI="" +-AC_ARG_ENABLE(enable-quvi, ++AC_ARG_ENABLE(quvi, + AS_HELP_STRING([--enable-quvi], + [Enable libquvi support (default is auto).]), +- [enable_quvi=$enableval], ++ [], + [enable_quvi=auto]) + if test "x$enable_quvi" != "xno" ; then + PKG_CHECK_MODULES(QUVI, +-- +cgit v0.8.3.4 -- cgit v1.2.3-65-gdbad