From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scrot/
Date: Sat, 21 Jan 2023 04:54:37 +0000 (UTC) [thread overview]
Message-ID: <1674276347.62aa7f86004ee0e299a8b773232f009e9cf88d17.sam@gentoo> (raw)
commit: 62aa7f86004ee0e299a8b773232f009e9cf88d17
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 04:45:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 04:45:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62aa7f86
media-gfx/scrot: add 1.8.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/scrot/Manifest | 1 +
media-gfx/scrot/scrot-1.8.1.ebuild | 61 ++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/media-gfx/scrot/Manifest b/media-gfx/scrot/Manifest
index e45f5018b0c7..8fcf8279c727 100644
--- a/media-gfx/scrot/Manifest
+++ b/media-gfx/scrot/Manifest
@@ -1,2 +1,3 @@
DIST scrot-1.7.tar.gz 178463 BLAKE2B 021c68c5ebd19ec08c072cff73fe1ebb7ffd179dfcde6e13656779e2ee1357cf0fdbba1d4beb2fc5dc9c8c4cd28008acaa462068eec3192cea6687ac58cd653a SHA512 3ef2b547d561a85213ef0075af3034020f00168253d3b84ef94578f0b8534f9a7389c808f8fcd0c619358a14f41601fee407d08d63c397b9892ba9fc2db23f88
+DIST scrot-1.8.1.tar.gz 178856 BLAKE2B c7c6a5169112d38f1b919c651f5b5d99abd3adcf7bdbffd971c358b3c691297ff3bca6e7d82a0fa4e63323ee50651b477f7daab2ea383eb161446b41cd75516d SHA512 a93b3ce0fc690687b50d9b06d93b30528c26f3ee0b63d16895280d0df092fea022105a6d1aa60cf58c125a5b63eda841e089123d589354901b3ed6e063b76d86
DIST scrot-1.8.tar.gz 175453 BLAKE2B 2c6cd9c6d8ea7b2dbdfa4827af52ead01327556565d957c3fc37d8511aed3247b02e61f97e1d4136fc047062fa7ff5c01f2a12b290620d2a8572b813c73413b2 SHA512 64d74da0afb4249687b757206baca704911cab34e15e56e7328d259bdb2daf984c0cd5bcd0764c7688c4340b3453cac9d6af1ce750fa65c8d7a31992dff1fcea
diff --git a/media-gfx/scrot/scrot-1.8.1.ebuild b/media-gfx/scrot/scrot-1.8.1.ebuild
new file mode 100644
index 000000000000..858ee4b9038c
--- /dev/null
+++ b/media-gfx/scrot/scrot-1.8.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Screen capture utility using imlib2 library"
+HOMEPAGE="https://github.com/resurrecting-open-source-projects/scrot"
+if [[ ${PV} == *9999* ]] ; then
+ EGIT_REPO_URI="https://github.com/resurrecting-open-source-projects/${PN}"
+ inherit autotools git-r3
+else
+ SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/releases/download/${PV}/${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="feh LGPL-2+"
+SLOT="0"
+
+# imlib2[X] needed for imlib_create_image_from_drawable, bug #835582
+RDEPEND="
+ dev-libs/libbsd
+ media-libs/imlib2[X]
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXfixes
+ x11-libs/libXinerama
+ || (
+ media-libs/imlib2[gif]
+ media-libs/imlib2[jpeg]
+ media-libs/imlib2[png]
+ media-libs/imlib2[tiff]
+ )
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+ elibc_musl? ( sys-libs/queue-standalone )
+"
+BDEPEND="
+ sys-devel/autoconf-archive
+ virtual/pkgconfig
+"
+
+DOCS=(
+ AUTHORS ChangeLog README.md
+)
+
+src_prepare() {
+ default
+
+ [[ ${PV} == *9999* ]] && eautoreconf
+}
+
+src_install() {
+ default
+
+ newbashcomp "${FILESDIR}"/${PN}-1.7.bash-completion ${PN}
+}
next reply other threads:[~2023-01-21 4:54 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-21 4:54 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 9:48 [gentoo-commits] repo/gentoo:master commit in: media-gfx/scrot/ Arthur Zamarin
2025-02-16 4:15 Sam James
2025-02-15 16:03 Sam James
2025-02-14 5:02 Sam James
2025-02-14 5:02 Sam James
2025-02-14 5:02 Sam James
2025-02-14 5:02 Sam James
2024-07-18 7:41 Joonas Niilola
2024-07-18 7:41 Joonas Niilola
2023-12-18 9:01 Arthur Zamarin
2023-12-17 19:43 Arthur Zamarin
2023-12-17 19:43 Arthur Zamarin
2023-12-17 19:43 Arthur Zamarin
2023-12-17 19:43 Arthur Zamarin
2023-12-17 19:43 Arthur Zamarin
2023-12-17 19:43 Arthur Zamarin
2023-11-24 15:18 Michał Górny
2023-06-18 12:16 Joonas Niilola
2023-06-11 8:22 Joonas Niilola
2023-06-11 8:22 Joonas Niilola
2023-06-11 8:22 Joonas Niilola
2023-05-15 4:10 Sam James
2023-05-15 4:10 Sam James
2023-05-13 9:02 Arthur Zamarin
2023-05-13 8:37 Arthur Zamarin
2023-05-13 8:37 Arthur Zamarin
2023-05-13 8:37 Arthur Zamarin
2023-04-11 4:07 Sam James
2023-03-28 11:50 Ionen Wolkens
2023-03-28 11:37 Ionen Wolkens
2023-02-26 20:00 Arthur Zamarin
2023-02-25 18:29 Arthur Zamarin
2023-02-25 18:26 Arthur Zamarin
2023-02-25 18:22 Arthur Zamarin
2023-02-25 18:21 Arthur Zamarin
2023-02-25 18:15 Arthur Zamarin
2023-01-11 5:15 Sam James
2023-01-10 3:59 Sam James
2022-08-19 3:46 Sam James
2022-07-15 12:44 Sam James
2022-06-21 16:08 Jakov Smolić
2022-06-17 12:18 Jakov Smolić
2022-06-17 11:48 Jakov Smolić
2022-06-17 10:27 Arthur Zamarin
2022-06-17 6:19 Joonas Niilola
2022-06-17 6:19 Joonas Niilola
2022-02-20 1:12 Sam James
2021-12-11 1:35 Sam James
2021-12-11 1:34 Sam James
2021-12-11 1:29 Sam James
2021-09-02 8:52 Yixun Lan
2020-12-20 18:47 Sam James
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 10:25 Sergei Trofimovich
2020-12-17 16:41 Agostino Sarubbo
2020-12-17 8:17 Sam James
2020-07-19 10:15 Jeroen Roovers
2020-04-29 8:22 Jeroen Roovers
2020-04-16 12:26 Jeroen Roovers
2020-04-16 4:33 Jeroen Roovers
2020-04-16 4:29 Jeroen Roovers
2020-01-01 23:54 Jeroen Roovers
2019-05-03 15:23 Pacho Ramos
2019-05-03 13:49 Mikle Kolyada
2019-04-21 2:44 Anthony G. Basile
2019-04-17 11:39 Mikle Kolyada
2019-04-08 2:18 Thomas Deutschmann
2019-04-07 10:35 Mikle Kolyada
2019-04-05 19:03 Sergei Trofimovich
2019-01-27 6:21 Benda XU
2016-03-13 16:31 Patrice Clement
2016-03-13 15:34 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1674276347.62aa7f86004ee0e299a8b773232f009e9cf88d17.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox