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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C0F9158011 for ; Thu, 14 Jul 2022 09:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F7A9E0C78; Thu, 14 Jul 2022 09:34:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3885DE0C68 for ; Thu, 14 Jul 2022 09:34:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D2BB340EDB for ; Thu, 14 Jul 2022 09:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A49D7538 for ; Thu, 14 Jul 2022 09:34:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657791245.223c8ca0281987b84f0bccd3cf09a6c7cff9b22c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ttygif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ttygif/Manifest media-gfx/ttygif/ttygif-1.6.0.ebuild X-VCS-Directories: media-gfx/ttygif/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 223c8ca0281987b84f0bccd3cf09a6c7cff9b22c X-VCS-Branch: master Date: Thu, 14 Jul 2022 09:34:41 +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: c32e4b57-aef0-47db-9180-303336500782 X-Archives-Hash: 4424a7c3e40ca37806a381528ac6c8ad commit: 223c8ca0281987b84f0bccd3cf09a6c7cff9b22c Author: Sam James gentoo org> AuthorDate: Thu Jul 14 09:33:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 14 09:34:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223c8ca0 media-gfx/ttygif: add 1.6.0 The previous version (1.80_p20181218) was versioned incorrectly, so this is an upgrade. Signed-off-by: Sam James gentoo.org> media-gfx/ttygif/Manifest | 1 + media-gfx/ttygif/ttygif-1.6.0.ebuild | 37 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-gfx/ttygif/Manifest b/media-gfx/ttygif/Manifest index 1952d7da7f5e..20afe97ec89f 100644 --- a/media-gfx/ttygif/Manifest +++ b/media-gfx/ttygif/Manifest @@ -1 +1,2 @@ +DIST ttygif-1.6.0.tar.gz 19288 BLAKE2B cd8a8da6b824f4dc219a9e08bcce7cb1a805d634335fc2bc51b9f79baa96e54ffb4308e4c0924b448ee7a1be53f0391206b3c9eb8705549f41ca7df738cff37f SHA512 3a344d3307a3f2ea96093c39c528452f85c5ee9007a8dd472ad9cd286428753c3b1c11b39c21cf152958e1eee9971798a26bb33374b650b8a7da2f8238c954bf DIST ttygif-1.80_p20181218.tar.gz 8428 BLAKE2B 376b6dca4d13120b90e3055e8a37acd017aa7966267d6ad76af6eb2cc4155c8b8ce9d618c682cf1c999095c96ae78e11ec343e0752362851f9a2b660820dc403 SHA512 f992094c0baa625106eefdebbde1d91f2686c0b01c4b3ec22ec9339c88df42c830e4417338c685b375646b212db0213983b41b8d6ee9bd9644dfb56f6db31f52 diff --git a/media-gfx/ttygif/ttygif-1.6.0.ebuild b/media-gfx/ttygif/ttygif-1.6.0.ebuild new file mode 100644 index 000000000000..f1ba96ef0f4f --- /dev/null +++ b/media-gfx/ttygif/ttygif-1.6.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Convert terminal recordings to animated gifs" +HOMEPAGE="https://github.com/icholy/ttygif" +SRC_URI="https://github.com/icholy/ttygif/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( LICENSE README.md ) + +PATCHES=( + "${FILESDIR}/ldflags-support.patch" +) + +RDEPEND=" + app-misc/ttyrec + media-gfx/imagemagick + x11-apps/xwd +" + +src_compile() { + emake CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS} -DVERSION='\"${PV}\"' -DOS_LINUX" \ + LDFLAGS="${LDFLAGS}" +} + +src_install() { + dobin "${PN}" + einstalldocs +}