From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 603F8138350 for ; Sat, 22 Feb 2020 23:32:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 791BEE0918; Sat, 22 Feb 2020 23:32:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C71EE0905 for ; Sat, 22 Feb 2020 23:32:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 462BA34EF71 for ; Sat, 22 Feb 2020 23:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECA9B147 for ; Sat, 22 Feb 2020 23:31:57 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1582414299.ad291e6a1efcf12fefaedfb7fe798eaa5248c081.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/, media-libs/allegro/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/allegro/allegro-4.4.3.1.ebuild media-libs/allegro/files/allegro-4.4.3.1-texinfo-encoding.patch X-VCS-Directories: media-libs/allegro/ media-libs/allegro/files/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ad291e6a1efcf12fefaedfb7fe798eaa5248c081 X-VCS-Branch: master Date: Sat, 22 Feb 2020 23:31:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebacab06-3d3c-4364-9f77-ae750d87b73a X-Archives-Hash: 86cb1bfc79dcc2a58c42da2732b89b1d commit: ad291e6a1efcf12fefaedfb7fe798eaa5248c081 Author: James Le Cuirot gentoo org> AuthorDate: Sat Feb 22 23:23:10 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 22 23:31:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad291e6a media-libs/allegro: Patch around 4.4.3.1 texinfo encoding issue Thanks to Red Hat for the patch. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: James Le Cuirot gentoo.org> media-libs/allegro/allegro-4.4.3.1.ebuild | 1 + .../files/allegro-4.4.3.1-texinfo-encoding.patch | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/media-libs/allegro/allegro-4.4.3.1.ebuild b/media-libs/allegro/allegro-4.4.3.1.ebuild index a00cbb33c6a..1f5e195f802 100644 --- a/media-libs/allegro/allegro-4.4.3.1.ebuild +++ b/media-libs/allegro/allegro-4.4.3.1.ebuild @@ -44,6 +44,7 @@ PATCHES=( "${FILESDIR}"/${PN}-4.4.2-underlink.patch "${FILESDIR}"/${PN}-4.4.2-gentoo.patch "${FILESDIR}"/${PN}-4.4.2-rpath.patch + "${FILESDIR}"/${PN}-4.4.3.1-texinfo-encoding.patch ) src_prepare() { diff --git a/media-libs/allegro/files/allegro-4.4.3.1-texinfo-encoding.patch b/media-libs/allegro/files/allegro-4.4.3.1-texinfo-encoding.patch new file mode 100644 index 00000000000..1b6b52f7383 --- /dev/null +++ b/media-libs/allegro/files/allegro-4.4.3.1-texinfo-encoding.patch @@ -0,0 +1,19 @@ +From 7694155b74a4be1dedc9d13db6d9d2264d05f107 Mon Sep 17 00:00:00 2001 +From: Vitezslav Crhonek +Date: Mon, 4 Nov 2019 12:07:16 +0100 +Subject: [PATCH] Fix FTBFS + +@documentencoding needed when generating documentation from +non UTF-8 encoding source with texinfo-6.7 (rhbz#1767827) + +diff -up allegro-4.4.3/docs/src/allegro._tx.orig allegro-4.4.3/docs/src/allegro._tx +--- allegro-4.4.3/docs/src/allegro._tx.orig 2019-02-02 20:28:46.000000000 +0100 ++++ allegro-4.4.3/docs/src/allegro._tx 2019-11-04 11:12:39.352699777 +0100 +@@ -23,6 +23,7 @@ + @man_shortdesc_force1=allegro + @man_shortdesc_force2=Allegro game programming library. + @$\input texinfo ++@$@documentencoding ISO-8859-1 + @$@setfilename allegro.inf + @$@settitle Allegro Manual + @$@setchapternewpage odd