public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2017-01-04 21:56 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2017-01-04 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f2b70ff2802c20941c52cdfb614f6f4f707c8aa7
Author:     Ingolf Wagner <contact <AT> ingolf-wagner <DOT> de>
AuthorDate: Wed Dec 21 20:39:28 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 21:55:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b70ff2

media-gfx/maim: add new package

Closes: https://github.com/gentoo/gentoo/pull/2796

 media-gfx/maim/Manifest           |  1 +
 media-gfx/maim/maim-3.4.47.ebuild | 26 ++++++++++++++++++++++++++
 media-gfx/maim/metadata.xml       | 18 ++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
new file mode 100644
index 00000000..8407e0f
--- /dev/null
+++ b/media-gfx/maim/Manifest
@@ -0,0 +1 @@
+DIST maim-3.4.47.tar.gz 46799 SHA256 fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392 WHIRLPOOL de21bb02c2923fd158cc691df09ff9a55121206f2f491a6b4bcf080b7b56032822f7ac4bad98028294f5f6e6e103fb393db3933dc3a7efcd383db6602d2d17d9

diff --git a/media-gfx/maim/maim-3.4.47.ebuild b/media-gfx/maim/maim-3.4.47.ebuild
new file mode 100644
index 00000000..0aedb82
--- /dev/null
+++ b/media-gfx/maim/maim-3.4.47.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Commandline tool to take screenshots of the desktop"
+HOMEPAGE="https://github.com/naelstrof/maim"
+SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	media-libs/imlib2[X]
+	x11-libs/libX11
+	x11-libs/libXrandr
+	x11-libs/libXfixes
+	dev-util/gengetopt"
+RDEPEND="
+	${DEPEND}
+	x11-misc/slop"

diff --git a/media-gfx/maim/metadata.xml b/media-gfx/maim/metadata.xml
new file mode 100644
index 00000000..dff2751
--- /dev/null
+++ b/media-gfx/maim/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@ingolf-wagner.de</email>
+		<description>Primary maintainer</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+		maim (Make Image) is a utility that takes screenshots of your desktop using imlib2.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">naelstrof/maim</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2017-04-12 14:51 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2017-04-12 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     707a19a6ccaa2545eb5808e95676d0bb0fbd9a52
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 14:46:28 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 14:46:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707a19a6

media-gfx/maim: update proxied-maintainer email

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 media-gfx/maim/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-gfx/maim/metadata.xml b/media-gfx/maim/metadata.xml
index dff275194bc..7dd92ca9600 100644
--- a/media-gfx/maim/metadata.xml
+++ b/media-gfx/maim/metadata.xml
@@ -2,8 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>gentoo@ingolf-wagner.de</email>
-		<description>Primary maintainer</description>
+		<email>palipalo9@googlemail.com</email>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2017-06-03 21:01 Matthias Maier
  0 siblings, 0 replies; 23+ messages in thread
From: Matthias Maier @ 2017-06-03 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6e06c0eaa8c126c75d5eb9cc927ef3c466e341c1
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 20:32:43 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 21:01:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e06c0ea

media-gfx/maim: update proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-gfx/maim/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/maim/metadata.xml b/media-gfx/maim/metadata.xml
index 7dd92ca9600..86992144c59 100644
--- a/media-gfx/maim/metadata.xml
+++ b/media-gfx/maim/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<email>palipalo9@googlemail.com</email>
+		<name>Ingolf Wagner</name>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2017-08-30  6:26 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2017-08-30  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     09b22d87bb376276bb8fc8b89ad4dce18bf35365
Author:     Ingolf Wagner <contact <AT> ingolf-wagner <DOT> de>
AuthorDate: Tue Aug 29 21:52:05 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 06:23:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b22d87

media-gfx/maim: bump version 5.4.63

Closes: https://github.com/gentoo/gentoo/pull/4950

 media-gfx/maim/Manifest           |  1 +
 media-gfx/maim/maim-5.4.63.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 8407e0fcb89..8689c556792 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
 DIST maim-3.4.47.tar.gz 46799 SHA256 fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392 WHIRLPOOL de21bb02c2923fd158cc691df09ff9a55121206f2f491a6b4bcf080b7b56032822f7ac4bad98028294f5f6e6e103fb393db3933dc3a7efcd383db6602d2d17d9
+DIST maim-5.4.63.tar.gz 39666 SHA256 00753b7146348b4c0f76fb4254b3557d344d94db953b395483f1a657ebf09459 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd WHIRLPOOL afb661a2f3e1a2b5103a40fdee5765f9ded1530e5e2d3a25702371cef7ae2b48b6401f50751fb9ef83ac64863d682e7e0170e4cb945c2032a9d3398b42c685ff

diff --git a/media-gfx/maim/maim-5.4.63.ebuild b/media-gfx/maim/maim-5.4.63.ebuild
new file mode 100644
index 00000000000..3f7ece5696d
--- /dev/null
+++ b/media-gfx/maim/maim-5.4.63.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Commandline tool to take screenshots of the desktop"
+HOMEPAGE="https://github.com/naelstrof/maim"
+SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	media-libs/libjpeg-turbo
+	media-libs/libpng:0=
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+"
+
+DEPEND="${RDEPEND}
+	x11-libs/libXcomposite
+	virtual/opengl
+	x11-misc/slop
+"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2017-12-30  8:23 Jonas Stein
  0 siblings, 0 replies; 23+ messages in thread
From: Jonas Stein @ 2017-12-30  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c3e71f1c87f5833fd0d54de5a5af4c68f2f27ec0
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 08:00:18 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 08:00:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e71f1c

media-gfx/maim: Proxied maintainer retired

The proxied maintainer retired, see also
Bug: https://bugs.gentoo.org/615364
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/maim/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-gfx/maim/metadata.xml b/media-gfx/maim/metadata.xml
index 86992144c59..e340eaffe6a 100644
--- a/media-gfx/maim/metadata.xml
+++ b/media-gfx/maim/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>palipalo9@googlemail.com</email>
-		<name>Ingolf Wagner</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+<!-- maintainer-needed -->
 	<longdescription>
 		maim (Make Image) is a utility that takes screenshots of your desktop using imlib2.
 	</longdescription>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2018-01-01 12:43 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2018-01-01 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b02dedbf2c669105c7d72ace5fbe4473e434c858
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 12:42:41 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 12:42:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02dedbf

media-gfx/maim: Add live ebuild

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/maim/maim-9999.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
new file mode 100644
index 00000000000..254e10aa237
--- /dev/null
+++ b/media-gfx/maim/maim-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+
+RDEPEND="
+	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:= )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DMAIM_UNICODE=$(usex unicode)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2018-04-22 10:41 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2018-04-22 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f77c16cc9009501b945f332b274eaf3bcf25cbe6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 10:37:21 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 10:37:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77c16cc

media-gfx/maim: Use ninja by default

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-gfx/maim/maim-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
index 254e10aa237..60cae290378 100644
--- a/media-gfx/maim/maim-9999.ebuild
+++ b/media-gfx/maim/maim-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 inherit cmake-utils
 
 DESCRIPTION="Commandline tool to take screenshots of the desktop"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2018-04-24  9:21 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2018-04-24  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     030897a2c2bb07d277c9d0399d920308c84c70bc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 08:35:08 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 09:21:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030897a2

media-gfx/maim: Remove old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-gfx/maim/Manifest           |  1 -
 media-gfx/maim/maim-5.4.63.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index becc4b11ad8..1dc6212f6df 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
-DIST maim-5.4.63.tar.gz 39666 BLAKE2B 0c472480f231b84c7f772347d6eeca8620947e5494f176dd4513ee41a5de29e9b90eafbec1bb7064e745e24c9b1043a7ccd9627cbab5561f30f6e8a859273e21 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd
 DIST maim-5.5.tar.gz 39571 BLAKE2B 82235f4c90c32e26a4a6e3ef7cf544ae8958204383af1160bf3c8bfca9df19d0d92a4aec8acd2232afc8ae72eb6850c0cd09e2554e3affbf625b19b0beee1c50 SHA512 e98c5dfbc41c8948e9acb219e78adbc69d61caaa100bc69cc70c446dc895fb4d93d6d42cbd2da8096af9e6769f13e9af13bd4b66249eca6dd8a0eadfb11622ac

diff --git a/media-gfx/maim/maim-5.4.63.ebuild b/media-gfx/maim/maim-5.4.63.ebuild
deleted file mode 100644
index 3f7ece5696d..00000000000
--- a/media-gfx/maim/maim-5.4.63.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Commandline tool to take screenshots of the desktop"
-HOMEPAGE="https://github.com/naelstrof/maim"
-SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	media-libs/libjpeg-turbo
-	media-libs/libpng:0=
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-"
-
-DEPEND="${RDEPEND}
-	x11-libs/libXcomposite
-	virtual/opengl
-	x11-misc/slop
-"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2018-04-24  9:21 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2018-04-24  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     993a95f4617ec3976cf437081bdf734c13ac113f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 08:33:59 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 09:21:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993a95f4

media-gfx/maim: Version bump to 5.5

Closes: https://bugs.gentoo.org/631480
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-gfx/maim/Manifest        |  1 +
 media-gfx/maim/maim-5.5.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 63e53fc91bf..becc4b11ad8 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
 DIST maim-5.4.63.tar.gz 39666 BLAKE2B 0c472480f231b84c7f772347d6eeca8620947e5494f176dd4513ee41a5de29e9b90eafbec1bb7064e745e24c9b1043a7ccd9627cbab5561f30f6e8a859273e21 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd
+DIST maim-5.5.tar.gz 39571 BLAKE2B 82235f4c90c32e26a4a6e3ef7cf544ae8958204383af1160bf3c8bfca9df19d0d92a4aec8acd2232afc8ae72eb6850c0cd09e2554e3affbf625b19b0beee1c50 SHA512 e98c5dfbc41c8948e9acb219e78adbc69d61caaa100bc69cc70c446dc895fb4d93d6d42cbd2da8096af9e6769f13e9af13bd4b66249eca6dd8a0eadfb11622ac

diff --git a/media-gfx/maim/maim-5.5.ebuild b/media-gfx/maim/maim-5.5.ebuild
new file mode 100644
index 00000000000..60cae290378
--- /dev/null
+++ b/media-gfx/maim/maim-5.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+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"
+
+RDEPEND="
+	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:= )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DMAIM_UNICODE=$(usex unicode)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2018-05-25 17:35 Pacho Ramos
  0 siblings, 0 replies; 23+ messages in thread
From: Pacho Ramos @ 2018-05-25 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     446ee6cecd2236177c3d5e46ca4e5fcff02b711b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 16:35:52 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 25 17:35:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446ee6ce

media-gfx/maim: Version bump

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-gfx/maim/Manifest          |  1 +
 media-gfx/maim/maim-5.5.1.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 1dc6212f6df..46dd466c069 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.tar.gz 39571 BLAKE2B 82235f4c90c32e26a4a6e3ef7cf544ae8958204383af1160bf3c8bfca9df19d0d92a4aec8acd2232afc8ae72eb6850c0cd09e2554e3affbf625b19b0beee1c50 SHA512 e98c5dfbc41c8948e9acb219e78adbc69d61caaa100bc69cc70c446dc895fb4d93d6d42cbd2da8096af9e6769f13e9af13bd4b66249eca6dd8a0eadfb11622ac

diff --git a/media-gfx/maim/maim-5.5.1.ebuild b/media-gfx/maim/maim-5.5.1.ebuild
new file mode 100644
index 00000000000..cb8869b7b80
--- /dev/null
+++ b/media-gfx/maim/maim-5.5.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+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"
+
+RDEPEND="
+	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:= )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DMAIM_UNICODE=$(usex unicode)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2018-05-25 17:35 Pacho Ramos
  0 siblings, 0 replies; 23+ messages in thread
From: Pacho Ramos @ 2018-05-25 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     dab58f1afda1e6b05611c83e509e8e2f968092bb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 16:36:27 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 25 17:35:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab58f1a

media-gfx/maim: Drop old

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-gfx/maim/Manifest        |  1 -
 media-gfx/maim/maim-5.5.ebuild | 42 ------------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 46dd466c069..eccb37c5c52 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
 DIST maim-5.5.1.tar.gz 39601 BLAKE2B f87daf54bad43ba92d57878cd2f368eb071aa43f1258125895e676fec1bb407308d72807cb200f8887d376b8c3b81885fc0cb31ba15115ce8f670aa3ad458425 SHA512 72bbf945df21403f51ccd8d2e5775e1a229ad6b362c4a1eb29d92d1b2fb679a48703bc195476e7ec9e661be7a6f1c076199a7d881a40b82fa99c1ded7d2be118
-DIST maim-5.5.tar.gz 39571 BLAKE2B 82235f4c90c32e26a4a6e3ef7cf544ae8958204383af1160bf3c8bfca9df19d0d92a4aec8acd2232afc8ae72eb6850c0cd09e2554e3affbf625b19b0beee1c50 SHA512 e98c5dfbc41c8948e9acb219e78adbc69d61caaa100bc69cc70c446dc895fb4d93d6d42cbd2da8096af9e6769f13e9af13bd4b66249eca6dd8a0eadfb11622ac

diff --git a/media-gfx/maim/maim-5.5.ebuild b/media-gfx/maim/maim-5.5.ebuild
deleted file mode 100644
index 60cae290378..00000000000
--- a/media-gfx/maim/maim-5.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-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"
-
-RDEPEND="
-	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:= )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DMAIM_UNICODE=$(usex unicode)
-	)
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2019-02-17 13:04 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-02-17 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9b464035019f575e9f53fb8fccd3bf39b132e409
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 12:50:19 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 13:04:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b464035

media-gfx/maim: EAPI-7 bump

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/maim/maim-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
index 60cae290378..d046bb0b70e 100644
--- a/media-gfx/maim/maim-9999.ebuild
+++ b/media-gfx/maim/maim-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 inherit cmake-utils
 
 DESCRIPTION="Commandline tool to take screenshots of the desktop"
@@ -21,7 +20,7 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="unicode"
 
-RDEPEND="
+DEPEND="
 	media-libs/libpng:0=
 	virtual/jpeg:0
 	x11-libs/libX11
@@ -32,7 +31,7 @@ RDEPEND="
 	x11-libs/libXrender
 	x11-misc/slop:=
 	unicode? ( dev-libs/icu:= )"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2019-04-23  8:51 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2019-04-23  8:51 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2020-06-04 22:08 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-06-04 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9e5f6718613cf045f490713b88d2664b224fb118
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  4 22:07:34 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 22:08:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5f6718

media-gfx/maim: 5.6.3 version bump

Closes: https://bugs.gentoo.org/711980
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/maim/Manifest                                | 1 +
 media-gfx/maim/{maim-9999.ebuild => maim-5.6.3.ebuild} | 9 +++++----
 media-gfx/maim/maim-9999.ebuild                        | 9 +++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index c38019da3fb..76af00548e2 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
 DIST maim-5.5.3.tar.gz 40083 BLAKE2B 93392bcec8d1ae5188c27414695b04d0ff94a0824e9ef4a7fe8ca0949a1583b7dc7893346bde94bcdf629d9dc8d3f8350a8484eb8cc5bcbf8ff24cbdcb651b10 SHA512 bbcd4f0276090b9650cda88e527d0d1b80270a50935fbc02aac9a302a64bc3975386f24a97d8eb3c1f97d7d32cc9905d5e1f652915fbe3aae0766bd90bc5f51a
+DIST maim-5.6.3.tar.gz 40217 BLAKE2B 90f6854d8e54b92f8c6e8d5b597ea287e85e622ad689f1b72361aa919d0ce57bf4f28f289fd0da51b30c1195977b70982837d8b4b81ec5597361bc6ed5f1ad0a SHA512 8e19bd4e89db117bcb74a9b9e35f3232cdd0ef3836a536d170f803d7159fbc4be415d20695e5e61942ff7714d990d027149cee20a689f797d25d01610cc1c3be

diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-5.6.3.ebuild
similarity index 86%
copy from media-gfx/maim/maim-9999.ebuild
copy to media-gfx/maim/maim-5.6.3.ebuild
index 7d5505eca01..561201c54d1 100644
--- a/media-gfx/maim/maim-9999.ebuild
+++ b/media-gfx/maim/maim-5.6.3.ebuild
@@ -18,9 +18,10 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="unicode"
+IUSE="icu"
 
 DEPEND="
+	media-libs/libglvnd
 	media-libs/libpng:0=
 	virtual/jpeg:0
 	x11-libs/libX11
@@ -29,13 +30,13 @@ DEPEND="
 	x11-libs/libXfixes
 	x11-libs/libXrandr
 	x11-libs/libXrender
-	x11-misc/slop:=
-	unicode? ( dev-libs/icu:= )"
+	>=x11-misc/slop-7.5:=
+	icu? ( dev-libs/icu:= )"
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		-DMAIM_UNICODE=$(usex unicode)
+		-DMAIM_UNICODE=$(usex icu)
 	)
 	cmake_src_configure
 }

diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
index 7d5505eca01..561201c54d1 100644
--- a/media-gfx/maim/maim-9999.ebuild
+++ b/media-gfx/maim/maim-9999.ebuild
@@ -18,9 +18,10 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="unicode"
+IUSE="icu"
 
 DEPEND="
+	media-libs/libglvnd
 	media-libs/libpng:0=
 	virtual/jpeg:0
 	x11-libs/libX11
@@ -29,13 +30,13 @@ DEPEND="
 	x11-libs/libXfixes
 	x11-libs/libXrandr
 	x11-libs/libXrender
-	x11-misc/slop:=
-	unicode? ( dev-libs/icu:= )"
+	>=x11-misc/slop-7.5:=
+	icu? ( dev-libs/icu:= )"
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		-DMAIM_UNICODE=$(usex unicode)
+		-DMAIM_UNICODE=$(usex icu)
 	)
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2020-06-04 22:08 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-06-04 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a0868df52c7b2401335719e3e7e259525cc11070
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  4 22:07:49 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 22:08:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0868df5

media-gfx/maim: Drop 5.5.3

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/maim/Manifest          |  1 -
 media-gfx/maim/maim-5.5.3.ebuild | 41 ----------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 76af00548e2..4a2cbc76c70 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
-DIST maim-5.5.3.tar.gz 40083 BLAKE2B 93392bcec8d1ae5188c27414695b04d0ff94a0824e9ef4a7fe8ca0949a1583b7dc7893346bde94bcdf629d9dc8d3f8350a8484eb8cc5bcbf8ff24cbdcb651b10 SHA512 bbcd4f0276090b9650cda88e527d0d1b80270a50935fbc02aac9a302a64bc3975386f24a97d8eb3c1f97d7d32cc9905d5e1f652915fbe3aae0766bd90bc5f51a
 DIST maim-5.6.3.tar.gz 40217 BLAKE2B 90f6854d8e54b92f8c6e8d5b597ea287e85e622ad689f1b72361aa919d0ce57bf4f28f289fd0da51b30c1195977b70982837d8b4b81ec5597361bc6ed5f1ad0a SHA512 8e19bd4e89db117bcb74a9b9e35f3232cdd0ef3836a536d170f803d7159fbc4be415d20695e5e61942ff7714d990d027149cee20a689f797d25d01610cc1c3be

diff --git a/media-gfx/maim/maim-5.5.3.ebuild b/media-gfx/maim/maim-5.5.3.ebuild
deleted file mode 100644
index 7d5505eca01..00000000000
--- a/media-gfx/maim/maim-5.5.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-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_src_configure
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2021-01-12 23:56 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-01-12 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2ebd46632288122469eafbb60680ba9ceadc0200
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 23:56:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 23:56:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebd4663

media-gfx/maim: Stabilize 5.6.3 amd64, #764896

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/maim/maim-5.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/maim/maim-5.6.3.ebuild b/media-gfx/maim/maim-5.6.3.ebuild
index 561201c54d1..1e8914586a3 100644
--- a/media-gfx/maim/maim-5.6.3.ebuild
+++ b/media-gfx/maim/maim-5.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
 	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"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2022-08-28  8:22 Joonas Niilola
  0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2022-08-28  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     396a4fbd1b9bc0d6b0f75e2ef2e36bbaf5141c07
Author:     Tomasz Hołubowicz <mail <AT> alternateved <DOT> com>
AuthorDate: Thu Aug 11 14:58:16 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 08:22:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396a4fbd

media-gfx/maim: add version 5.7.4

Signed-off-by: Tomasz Hołubowicz <mail <AT> alternateved.com>
Closes: https://github.com/gentoo/gentoo/pull/26823
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/maim/Manifest          |  1 +
 media-gfx/maim/maim-5.7.4.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 4a2cbc76c70a..7fbc55f9c0d9 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
 DIST maim-5.6.3.tar.gz 40217 BLAKE2B 90f6854d8e54b92f8c6e8d5b597ea287e85e622ad689f1b72361aa919d0ce57bf4f28f289fd0da51b30c1195977b70982837d8b4b81ec5597361bc6ed5f1ad0a SHA512 8e19bd4e89db117bcb74a9b9e35f3232cdd0ef3836a536d170f803d7159fbc4be415d20695e5e61942ff7714d990d027149cee20a689f797d25d01610cc1c3be
+DIST maim-5.7.4.tar.gz 41663 BLAKE2B beb6cb327ae0cf022a90c095bf56b307870d3d7bd281f0e060d9cf7d49ba604cf4cbdfd9270b0e185295f0e3d2a151fbb8ba69398034145a08fc2721cc93740e SHA512 f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c

diff --git a/media-gfx/maim/maim-5.7.4.ebuild b/media-gfx/maim/maim-5.7.4.ebuild
new file mode 100644
index 000000000000..ffedcb2e1110
--- /dev/null
+++ b/media-gfx/maim/maim-5.7.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+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="icu"
+
+DEPEND="
+	media-libs/libglvnd
+	media-libs/libjpeg-turbo
+	media-libs/libpng:0=
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	>=x11-misc/slop-7.5:=
+	icu? ( dev-libs/icu:= )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DMAIM_UNICODE=$(usex icu)
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2022-08-28  8:22 Joonas Niilola
  0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2022-08-28  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     854d33a2eec23ae9604a92f7bcc322ec1fcaffb7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 08:19:57 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 08:22:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854d33a2

media-gfx/maim: ebuild enhancements to 5.7.4

 - add missing dependencies,
 - update copyright header,
 - update EAPI,
 - update licenses.

Closes: https://bugs.gentoo.org/729624
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/maim/maim-5.7.4.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-gfx/maim/maim-5.7.4.ebuild b/media-gfx/maim/maim-5.7.4.ebuild
index ffedcb2e1110..c97126c54b14 100644
--- a/media-gfx/maim/maim-5.7.4.ebuild
+++ b/media-gfx/maim/maim-5.7.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 
@@ -16,14 +16,15 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+ MIT"
 SLOT="0"
 IUSE="icu"
 
 DEPEND="
-	media-libs/libglvnd
-	media-libs/libjpeg-turbo
+	media-libs/libjpeg-turbo:=
 	media-libs/libpng:0=
+	media-libs/libwebp:=
+	virtual/opengl
 	x11-libs/libX11
 	x11-libs/libXcomposite
 	x11-libs/libXext


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2022-12-18 15:50 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-12-18 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4df6956a52afdbec45a1ef5b45590605d71ff310
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:17:46 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 15:49:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df6956a

media-gfx/maim: drop out-of-sync 9999 ebuild

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/maim/maim-9999.ebuild | 42 -----------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
deleted file mode 100644
index 561201c54d12..000000000000
--- a/media-gfx/maim/maim-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-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="icu"
-
-DEPEND="
-	media-libs/libglvnd
-	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-7.5:=
-	icu? ( dev-libs/icu:= )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DMAIM_UNICODE=$(usex icu)
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2022-12-25 22:33 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-12-25 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a22913dd21a65c80d7a01e325b733f360aadff41
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 22:33:23 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 22:33:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22913dd

media-gfx/maim: drop 5.6.3

Closes: https://bugs.gentoo.org/886739
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/maim/Manifest          |  1 -
 media-gfx/maim/maim-5.6.3.ebuild | 42 ----------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 7fbc55f9c0d9..98028943f4e4 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
-DIST maim-5.6.3.tar.gz 40217 BLAKE2B 90f6854d8e54b92f8c6e8d5b597ea287e85e622ad689f1b72361aa919d0ce57bf4f28f289fd0da51b30c1195977b70982837d8b4b81ec5597361bc6ed5f1ad0a SHA512 8e19bd4e89db117bcb74a9b9e35f3232cdd0ef3836a536d170f803d7159fbc4be415d20695e5e61942ff7714d990d027149cee20a689f797d25d01610cc1c3be
 DIST maim-5.7.4.tar.gz 41663 BLAKE2B beb6cb327ae0cf022a90c095bf56b307870d3d7bd281f0e060d9cf7d49ba604cf4cbdfd9270b0e185295f0e3d2a151fbb8ba69398034145a08fc2721cc93740e SHA512 f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c

diff --git a/media-gfx/maim/maim-5.6.3.ebuild b/media-gfx/maim/maim-5.6.3.ebuild
deleted file mode 100644
index 1e8914586a32..000000000000
--- a/media-gfx/maim/maim-5.6.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-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="icu"
-
-DEPEND="
-	media-libs/libglvnd
-	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-7.5:=
-	icu? ( dev-libs/icu:= )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DMAIM_UNICODE=$(usex icu)
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2024-04-11 15:42 Petr Vaněk
  0 siblings, 0 replies; 23+ messages in thread
From: Petr Vaněk @ 2024-04-11 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cad96b791e068a9eac24cc9664334abba7f5415c
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 15:40:55 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 15:42:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad96b79

media-gfx/maim: add 5.8.0

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 media-gfx/maim/Manifest          |  1 +
 media-gfx/maim/maim-5.8.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 98028943f4e4..7ac309105d41 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
 DIST maim-5.7.4.tar.gz 41663 BLAKE2B beb6cb327ae0cf022a90c095bf56b307870d3d7bd281f0e060d9cf7d49ba604cf4cbdfd9270b0e185295f0e3d2a151fbb8ba69398034145a08fc2721cc93740e SHA512 f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c
+DIST maim-5.8.0.tar.gz 42224 BLAKE2B 572743db1d59d802ed7eb7e259a5cb4a4d2147d95169bbb40adf6d36b849562e8f1756b082bc076bc46d2449827ac3b02f0b539ce86760c755920b4e35b6762d SHA512 418725b1950f9374c2ff7508e1c52f6986b253ea1c155ef28604e514f1cf0753185eea43cde76a65b9de80bb8dd65ced48b49ce5dfccaf20f5caa49f41743f5b

diff --git a/media-gfx/maim/maim-5.8.0.ebuild b/media-gfx/maim/maim-5.8.0.ebuild
new file mode 100644
index 000000000000..081088fee93f
--- /dev/null
+++ b/media-gfx/maim/maim-5.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+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+ MIT"
+SLOT="0"
+IUSE="icu"
+
+DEPEND="
+	media-libs/libjpeg-turbo:=
+	media-libs/libpng:0=
+	media-libs/libwebp:=
+	virtual/opengl
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	>=x11-misc/slop-7.5:=
+	icu? ( dev-libs/icu:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DMAIM_UNICODE=$(usex icu)
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2024-05-15  6:23 Joonas Niilola
  0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2024-05-15  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ed1af091c7b045dab7da00105060d450409ecd1c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 06:23:19 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 15 06:23:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1af091

media-gfx/maim: Stabilize 5.8.0 amd64, #931901

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/maim/maim-5.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/maim/maim-5.8.0.ebuild b/media-gfx/maim/maim-5.8.0.ebuild
index 081088fee93f..bee0980ae8d2 100644
--- a/media-gfx/maim/maim-5.8.0.ebuild
+++ b/media-gfx/maim/maim-5.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
 	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"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+ MIT"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
@ 2024-05-26 20:28 Petr Vaněk
  0 siblings, 0 replies; 23+ messages in thread
From: Petr Vaněk @ 2024-05-26 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     583757235d90cb8e5e2862841740b59b4345f8d6
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 20:22:47 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun May 26 20:22:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58375723

media-gfx/maim: drop 5.7.4

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 media-gfx/maim/Manifest          |  1 -
 media-gfx/maim/maim-5.7.4.ebuild | 43 ----------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 7ac309105d41..a3ee3b49f9b7 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
-DIST maim-5.7.4.tar.gz 41663 BLAKE2B beb6cb327ae0cf022a90c095bf56b307870d3d7bd281f0e060d9cf7d49ba604cf4cbdfd9270b0e185295f0e3d2a151fbb8ba69398034145a08fc2721cc93740e SHA512 f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c
 DIST maim-5.8.0.tar.gz 42224 BLAKE2B 572743db1d59d802ed7eb7e259a5cb4a4d2147d95169bbb40adf6d36b849562e8f1756b082bc076bc46d2449827ac3b02f0b539ce86760c755920b4e35b6762d SHA512 418725b1950f9374c2ff7508e1c52f6986b253ea1c155ef28604e514f1cf0753185eea43cde76a65b9de80bb8dd65ced48b49ce5dfccaf20f5caa49f41743f5b

diff --git a/media-gfx/maim/maim-5.7.4.ebuild b/media-gfx/maim/maim-5.7.4.ebuild
deleted file mode 100644
index b20fa8d524f9..000000000000
--- a/media-gfx/maim/maim-5.7.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-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+ MIT"
-SLOT="0"
-IUSE="icu"
-
-DEPEND="
-	media-libs/libjpeg-turbo:=
-	media-libs/libpng:0=
-	media-libs/libwebp:=
-	virtual/opengl
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libXrender
-	>=x11-misc/slop-7.5:=
-	icu? ( dev-libs/icu:= )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DMAIM_UNICODE=$(usex icu)
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-05-26 20:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 10:41 [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 20:28 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-04-23  8:51 David Seifert
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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox