From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
Date: Tue, 23 Apr 2019 08:51:36 +0000 (UTC) [thread overview]
Message-ID: <1556009459.e8b668dcc658ce5df9de54be241cf5c74b949f4f.soap@gentoo> (raw)
commit: e8b668dcc658ce5df9de54be241cf5c74b949f4f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 19:39:56 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 08:50:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b668dc
media-gfx/maim: Bump to 5.5.3
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-gfx/maim/Manifest | 1 +
media-gfx/maim/maim-5.5.3.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index eccb37c5c52..1cff1654b5b 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
DIST maim-5.5.1.tar.gz 39601 BLAKE2B f87daf54bad43ba92d57878cd2f368eb071aa43f1258125895e676fec1bb407308d72807cb200f8887d376b8c3b81885fc0cb31ba15115ce8f670aa3ad458425 SHA512 72bbf945df21403f51ccd8d2e5775e1a229ad6b362c4a1eb29d92d1b2fb679a48703bc195476e7ec9e661be7a6f1c076199a7d881a40b82fa99c1ded7d2be118
+DIST maim-5.5.3.tar.gz 40083 BLAKE2B 93392bcec8d1ae5188c27414695b04d0ff94a0824e9ef4a7fe8ca0949a1583b7dc7893346bde94bcdf629d9dc8d3f8350a8484eb8cc5bcbf8ff24cbdcb651b10 SHA512 bbcd4f0276090b9650cda88e527d0d1b80270a50935fbc02aac9a302a64bc3975386f24a97d8eb3c1f97d7d32cc9905d5e1f652915fbe3aae0766bd90bc5f51a
diff --git a/media-gfx/maim/maim-5.5.3.ebuild b/media-gfx/maim/maim-5.5.3.ebuild
new file mode 100644
index 00000000000..d046bb0b70e
--- /dev/null
+++ b/media-gfx/maim/maim-5.5.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Commandline tool to take screenshots of the desktop"
+HOMEPAGE="https://github.com/naelstrof/maim"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/naelstrof/maim.git"
+else
+ SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="unicode"
+
+DEPEND="
+ media-libs/libpng:0=
+ virtual/jpeg:0
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-misc/slop:=
+ unicode? ( dev-libs/icu:= )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMAIM_UNICODE=$(usex unicode)
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2019-04-23 8:51 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-23 8:51 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-26 20:28 [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/ Petr Vaněk
2024-05-15 6:23 Joonas Niilola
2024-04-11 15:42 Petr Vaněk
2022-12-25 22:33 Andreas Sturmlechner
2022-12-18 15:50 Andreas Sturmlechner
2022-08-28 8:22 Joonas Niilola
2022-08-28 8:22 Joonas Niilola
2021-01-12 23:56 Sam James
2020-06-04 22:08 Andreas Sturmlechner
2020-06-04 22:08 Andreas Sturmlechner
2019-02-17 13:04 Andreas Sturmlechner
2018-05-25 17:35 Pacho Ramos
2018-05-25 17:35 Pacho Ramos
2018-04-24 9:21 David Seifert
2018-04-24 9:21 David Seifert
2018-04-22 10:41 David Seifert
2018-01-01 12:43 David Seifert
2017-12-30 8:23 Jonas Stein
2017-08-30 6:26 David Seifert
2017-06-03 21:01 Matthias Maier
2017-04-12 14:51 Göktürk Yüksek
2017-01-04 21:56 David Seifert
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=1556009459.e8b668dcc658ce5df9de54be241cf5c74b949f4f.soap@gentoo \
--to=soap@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