From ca52870b45c298a446df20ae15d12bff5f37c480 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Oct 2023 23:44:45 +0100 Subject: gentoo auto-resync : 01:10:2023 - 23:44:45 --- media-gfx/gozer/Manifest | 3 +- .../files/gozer-0.7-fix-build-with-clang16.patch | 11 +++++++ media-gfx/gozer/gozer-0.7-r4.ebuild | 34 --------------------- media-gfx/gozer/gozer-0.7-r5.ebuild | 35 ++++++++++++++++++++++ 4 files changed, 48 insertions(+), 35 deletions(-) create mode 100644 media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch delete mode 100644 media-gfx/gozer/gozer-0.7-r4.ebuild create mode 100644 media-gfx/gozer/gozer-0.7-r5.ebuild (limited to 'media-gfx/gozer') diff --git a/media-gfx/gozer/Manifest b/media-gfx/gozer/Manifest index 5027cd4b8b44..167734ce9326 100644 --- a/media-gfx/gozer/Manifest +++ b/media-gfx/gozer/Manifest @@ -1,4 +1,5 @@ AUX gozer-0.7-fix-build-system.patch 1600 BLAKE2B 2d1bb419c587c4c24bad15f8b0ec99f6052e6ff924db9e3ff4a26a7e04f2b2ecdbbe2bb0a022b24fc4c4150499ad562289e9311b711de71cf1dea280a2299276 SHA512 a17ffc77e3899dba47227343d7f3b656d3223085b8419460b73031c50e46d9ab5d7668154ea10cd733b3f3c2693649c355bf43306ef205213a42d2b990cc4648 +AUX gozer-0.7-fix-build-with-clang16.patch 297 BLAKE2B c5aada9ac9a605fba52332e6cd91e32aafc211f3ac25b4c8a7e2c0e44232480ef090cb3fe31c1dc1128ae8b1865d1c67f24f055cdcf34d2fbc85555bdfdb59e4 SHA512 87517e8b9a3721633c5c8036aa3f625accae005c04debed15e69be68ff61d0746517ae1c5fe2aabf90d479431df84d6489051ffff6533ac5e11d07d820f292c6 DIST gozer-0.7.tar.gz 103545 BLAKE2B 5eb3e2da348204f6fac9c00b681df56d4d419df671d9967c0b05b78838fd9b2ec4e76a7f2df07396e6aee1313117f72126aab57732d4b9713c54581bfbe3bf3d SHA512 ae39b74272f87d5e9bf71c9df7e6e9ac37a44a54dafba45aa5e8037657ba128e4e6c77a5624921fbca5c57791a0047f491013582cd9e5a6a5c8932a23233a29c -EBUILD gozer-0.7-r4.ebuild 595 BLAKE2B 52bae4b7b488ff49275b93f3768a1a4edfa287f8ab4a21e72326817f1c957f5e67337cfbc78fd8f7d50bed781b9461e53f426ad4181b0fc619fbb07afaf8c187 SHA512 34901faddb783ebd7e414c7f56f604c9796111c1899f017fdcbf737ae58453828d2d3fd21cf2608c3c40d442654fb070e7838e939dd85a435166a509d44a9fe1 +EBUILD gozer-0.7-r5.ebuild 644 BLAKE2B 5823adff7fcaaa59e7ba7f90a5f65daa5dd9da0ff59c66bb03f62661896e8161318ee6a9c8b860a05cbd9822be39137ccc23bf9e33f989c18481238346067b96 SHA512 8270c11b6f7881d51a6523853270bb45333a74ae1c572f085bd5bf017aaf07eb6c3eceac5929d41144de66670f5982d5602468741a1dd95e0c3ab517cbfa3d55 MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a diff --git a/media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch b/media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch new file mode 100644 index 000000000000..1a42a15839a6 --- /dev/null +++ b/media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch @@ -0,0 +1,11 @@ +Bug: https://bugs.gentoo.org/896210 +--- a/src/getopt.c ++++ b/src/getopt.c +@@ -40,6 +40,7 @@ + #endif + + #include ++#include + + /* Comment out all this code if we are using the GNU C Library, and are not + actually compiling the library itself. This code is part of the GNU C diff --git a/media-gfx/gozer/gozer-0.7-r4.ebuild b/media-gfx/gozer/gozer-0.7-r4.ebuild deleted file mode 100644 index f14a25fce9c2..000000000000 --- a/media-gfx/gozer/gozer-0.7-r4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and styles" -HOMEPAGE="http://www.linuxbrit.co.uk/gozer/" -SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" - -LICENSE="feh LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - media-libs/giblib - media-libs/imlib2 -" -DEPEND=" - ${RDEPEND} - x11-libs/libXext -" - -PATCHES=( - "${FILESDIR}"/${P}-fix-build-system.patch -) - -src_prepare() { - default - - mv configure.{in,ac} || die - eautoreconf -} diff --git a/media-gfx/gozer/gozer-0.7-r5.ebuild b/media-gfx/gozer/gozer-0.7-r5.ebuild new file mode 100644 index 000000000000..6dd3168d57a0 --- /dev/null +++ b/media-gfx/gozer/gozer-0.7-r5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and styles" +HOMEPAGE="http://www.linuxbrit.co.uk/gozer/" +SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" + +LICENSE="feh LGPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +RDEPEND=" + media-libs/giblib + media-libs/imlib2 +" +DEPEND=" + ${RDEPEND} + x11-libs/libXext +" + +PATCHES=( + "${FILESDIR}"/${P}-fix-build-system.patch + "${FILESDIR}"/${P}-fix-build-with-clang16.patch +) + +src_prepare() { + default + + mv configure.{in,ac} || die + eautoreconf +} -- cgit v1.2.3