* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2015-08-14 1:26 Sebastian Pipping
0 siblings, 0 replies; 30+ messages in thread
From: Sebastian Pipping @ 2015-08-14 1:26 UTC (permalink / raw
To: gentoo-commits
commit: bb48d4028733ae603e7e329fa1eebb084af37d53
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 00:22:26 2015 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 01:24:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb48d402
media-gfx/enblend-4.1.1-r1: Fix compilation with recent media-libs/vigra
Patch enblend-4.1.3-vigra_check.patch works well for 4.1.1, too.
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
media-gfx/enblend/enblend-4.1.1-r2.ebuild | 75 +++++++++++++++++++++++++++++++
1 file changed, 75 insertions(+)
diff --git a/media-gfx/enblend/enblend-4.1.1-r2.ebuild b/media-gfx/enblend/enblend-4.1.1-r2.ebuild
new file mode 100644
index 0000000..aea8156
--- /dev/null
+++ b/media-gfx/enblend/enblend-4.1.1-r2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils cmake-utils
+
+MY_P="${PN}-enfuse-${PV/_rc/rc}"
+
+DESCRIPTION="Image Blending with Multiresolution Splines"
+HOMEPAGE="http://enblend.sourceforge.net/"
+SRC_URI="mirror://sourceforge/enblend/${MY_P}.tar.gz"
+
+LICENSE="GPL-2 VIGRA"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug doc gpu image-cache openmp"
+
+REQUIRED_USE="openmp? ( !image-cache )"
+
+RDEPEND="
+ media-libs/glew
+ =media-libs/lcms-2*
+ >=media-libs/libpng-1.2.43:0=
+ >=media-libs/openexr-1.0:=
+ media-libs/plotutils[X]
+ media-libs/tiff
+ >=media-libs/vigra-1.8.0
+ sci-libs/gsl
+ virtual/jpeg:0=
+ debug? ( dev-libs/dmalloc )
+ gpu? ( media-libs/freeglut )"
+DEPEND="${RDEPEND}
+ >=dev-libs/boost-1.31.0:=
+ virtual/pkgconfig
+ doc? (
+ media-gfx/imagemagick
+ media-gfx/transfig
+ sci-visualization/gnuplot[gd]
+ virtual/latex-base
+ )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-4.1.3-vigra_check.patch
+
+ sed -i -e "/CXX_FLAGS/s:-O3::g" CMakeLists.txt || die
+ sed -i -e "s:doc/enblend:doc/${P}:" doc/CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_CXX_FLAGS_RELEASE=""
+ $(cmake-utils_use_enable debug DMALLOC)
+ $(cmake-utils_use doc DOC)
+ $(cmake-utils_use_enable image-cache IMAGECACHE)
+ $(cmake-utils_use_enable openmp)
+ $(cmake-utils_use_enable gpu)
+ )
+ CMAKE_BUILD_TYPE="Release"
+ cmake-utils_src_configure
+}
+
+src_compile() {
+ # forcing -j1 as every parallel compilation process needs about 1 GB RAM.
+ cmake-utils_src_compile -j1
+}
+
+src_install() {
+ local DOCS=( AUTHORS ChangeLog NEWS README )
+ cmake-utils_src_install
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2015-08-26 10:43 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2015-08-26 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 97f8989a93e2ed6849a8b606954b35f34fc9b8a0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 10:42:02 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 10:42:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f8989a
media-gfx/enblend: amd64 stable wrt bug #557952
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
media-gfx/enblend/enblend-4.1.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.1.3-r1.ebuild b/media-gfx/enblend/enblend-4.1.3-r1.ebuild
index 1984998..cce512e 100644
--- a/media-gfx/enblend/enblend-4.1.3-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/enblend/${MY_P}.tar.gz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE="debug doc gpu image-cache openmp"
REQUIRED_USE="openmp? ( !image-cache )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2015-09-24 13:19 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2015-09-24 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 4a498a5923ff6582b3ffbadffe13322bd98b3c8f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 13:19:16 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 13:19:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a498a59
media-gfx/enblend: amd64 stable wrt bug #555258
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
media-gfx/enblend/enblend-4.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.1.3.ebuild b/media-gfx/enblend/enblend-4.1.3.ebuild
index 132ec8d..bdfd50e 100644
--- a/media-gfx/enblend/enblend-4.1.3.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/enblend/${MY_P}.tar.gz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE="debug doc gpu image-cache openmp"
REQUIRED_USE="openmp? ( !image-cache )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2015-09-25 14:43 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2015-09-25 14:43 UTC (permalink / raw
To: gentoo-commits
commit: 7d99a6bd519b379d66aef9ac5c4bbd3b72ec0fee
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 14:43:06 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 14:43:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d99a6bd
media-gfx/enblend: x86 stable wrt bug #555258
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
media-gfx/enblend/enblend-4.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.1.3.ebuild b/media-gfx/enblend/enblend-4.1.3.ebuild
index bdfd50e..2f5e564 100644
--- a/media-gfx/enblend/enblend-4.1.3.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/enblend/${MY_P}.tar.gz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="debug doc gpu image-cache openmp"
REQUIRED_USE="openmp? ( !image-cache )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2016-02-12 10:07 Justin Lecher
0 siblings, 0 replies; 30+ messages in thread
From: Justin Lecher @ 2016-02-12 10:07 UTC (permalink / raw
To: gentoo-commits
commit: efff32ee99f71210d7b541627689a898112f6991
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 10:04:00 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 10:07:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efff32ee
media-gfx/enblend: Add SLOT operator for gsl
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-gfx/enblend/enblend-4.1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.1.3-r1.ebuild b/media-gfx/enblend/enblend-4.1.3-r1.ebuild
index 29afffa..710f046 100644
--- a/media-gfx/enblend/enblend-4.1.3-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,7 +28,7 @@ RDEPEND="
media-libs/plotutils[X]
media-libs/tiff:=
>=media-libs/vigra-1.8.0[openexr]
- sci-libs/gsl
+ sci-libs/gsl:=
virtual/jpeg:0=
debug? ( dev-libs/dmalloc )
gpu? ( media-libs/freeglut )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2017-01-28 13:47 David Seifert
0 siblings, 0 replies; 30+ messages in thread
From: David Seifert @ 2017-01-28 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 3edfb6ad50d294cb812ef2c3088a39bdcd282fc6
Author: Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Fri Jan 27 16:27:42 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 13:46:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edfb6ad
media-gfx/enblend: Fix sandbox access violations
The new version of ImageMagick needs access to /dev/dri for image
rendering, thus causing the installation of enblend to fail.
Signed-off by: Jonathan Scruggs (j.scruggs <AT> gmail.com)
Closes: https://github.com/gentoo/gentoo/pull/3682
media-gfx/enblend/enblend-4.2.0_p20161007.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild
index 0c86b867..aa15cce 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild
@@ -67,7 +67,12 @@ src_configure() {
}
src_compile() {
+ # To allow icon resizing with renderers (no way to disable)
+ addpredict /dev/dri
+
+ # To compile fonts in the temp directory
export VARTEXFONTS="${T}/fonts"
+
# forcing -j1 as every parallel compilation process needs about 1 GB RAM.
cmake-utils_src_compile -j1
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2017-02-12 13:19 Andreas Sturmlechner
0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-02-12 13:19 UTC (permalink / raw
To: gentoo-commits
commit: a10df0d4f96d1ffaf77e2afd993361e8809e02e2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 15:33:27 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 13:19:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10df0d4
media-gfx/enblend: Drop old & broken
Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3923
media-gfx/enblend/enblend-4.2.0_p20161007.ebuild | 78 ------------------------
1 file changed, 78 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild
deleted file mode 100644
index aa15cce946..0000000000
--- a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Image Blending with Multiresolution Splines"
-HOMEPAGE="http://enblend.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2 VIGRA"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
-REQUIRED_USE="tcmalloc? ( !debug )"
-
-RDEPEND="
- >=dev-libs/boost-1.62.0:=
- media-libs/glew:*
- media-libs/lcms:2
- media-libs/libpng:0=
- media-libs/openexr:=
- media-libs/plotutils[X]
- media-libs/tiff:0
- media-libs/vigra[openexr]
- sci-libs/gsl:=
- virtual/jpeg:0
- debug? ( dev-libs/dmalloc )
- tcmalloc? ( dev-util/google-perftools )
- media-libs/freeglut"
-DEPEND="${RDEPEND}
- media-gfx/imagemagick
- sys-apps/help2man
- virtual/pkgconfig
- doc? (
- media-gfx/transfig
- sci-visualization/gnuplot[gd]
- virtual/latex-base
- dev-lang/perl
- dev-perl/Readonly
- media-gfx/graphviz
- gnome-base/librsvg
- dev-tex/hevea
- )"
-
-PATCHES=( "${FILESDIR}/${PN}-4.2-doc-install-dir-fix.patch" )
-
-src_prepare() {
- cmake-utils_src_prepare
-
- sed -i -e "s:share/doc/enblend:share/doc/${PF}:" doc/CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_DMALLOC=$(usex debug)
- -DENABLE_TCMALLOC=$(usex tcmalloc)
- -DDOC=$(usex doc)
- -DINSTALL_HTML_DOC=$(usex doc)
- -DINSTALL_PDF_DOC=$(usex doc)
- -DENABLE_OPENMP=$(usex openmp)
- -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
- )
- cmake-utils_src_configure
-}
-
-src_compile() {
- # To allow icon resizing with renderers (no way to disable)
- addpredict /dev/dri
-
- # To compile fonts in the temp directory
- export VARTEXFONTS="${T}/fonts"
-
- # forcing -j1 as every parallel compilation process needs about 1 GB RAM.
- cmake-utils_src_compile -j1
-}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2017-03-02 10:30 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:30 UTC (permalink / raw
To: gentoo-commits
commit: b09075c8e718b4745a03f364fbafd3afb175599a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 10:27:17 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 10:27:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09075c8
media-gfx/enblend: amd64 stable wrt bug #611326
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index f908fb1dd65..4f10bc29a3e 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2017-03-02 10:47 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 338a9b197c05d4903da292464ead96536dc5fe3f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 10:47:39 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 10:47:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338a9b19
media-gfx/enblend: x86 stable wrt bug #611326
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index 4f10bc29a3e..775a6369718 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2017-04-29 15:02 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2017-04-29 15:02 UTC (permalink / raw
To: gentoo-commits
commit: cacf1f680f7c2d99e8f163465976c351f75d3461
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 15:01:39 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 15:01:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacf1f68
media-gfx/enblend: ppc stable wrt bug #611326
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index 775a6369718..ae3bfd0176c 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2018-04-26 5:02 Matt Turner
0 siblings, 0 replies; 30+ messages in thread
From: Matt Turner @ 2018-04-26 5:02 UTC (permalink / raw
To: gentoo-commits
commit: 8a7e614abbe7fced6553d4f1d3e64c66aa0d561d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 04:58:03 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 05:02:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7e614a
media-gfx/enblend: Dropped ppc keywords
media-gfx/enblend/enblend-4.1.3-r1.ebuild | 2 +-
media-gfx/enblend/enblend-4.1.3-r2.ebuild | 2 +-
media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.1.3-r1.ebuild b/media-gfx/enblend/enblend-4.1.3-r1.ebuild
index 6de5ae27cfe..6f9f1fa5833 100644
--- a/media-gfx/enblend/enblend-4.1.3-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/enblend/${MY_P}.tar.gz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
IUSE="debug doc gpu image-cache openmp"
REQUIRED_USE="openmp? ( !image-cache )"
diff --git a/media-gfx/enblend/enblend-4.1.3-r2.ebuild b/media-gfx/enblend/enblend-4.1.3-r2.ebuild
index c1eb5442bbc..296bc122df5 100644
--- a/media-gfx/enblend/enblend-4.1.3-r2.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/enblend/${MY_P}.tar.gz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="debug doc gpu openmp"
RDEPEND="
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index ae3bfd0176c..b98dd3a3429 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2 VIGRA"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2019-04-24 21:20 Ulrich Müller
0 siblings, 0 replies; 30+ messages in thread
From: Ulrich Müller @ 2019-04-24 21:20 UTC (permalink / raw
To: gentoo-commits
commit: f93f2484d06304256dad6766f4933e7a8f91d587
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 21:15:32 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 21:19:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93f2484
media-gfx/enblend: Fix LICENSE.
Closes: https://bugs.gentoo.org/684156
Acked-by: Tim Harder <radhermit <AT> gentoo.org>
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index b98dd3a3429..137c0d695f5 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Image Blending with Multiresolution Splines"
HOMEPAGE="http://enblend.sourceforge.net/"
SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
-LICENSE="GPL-2 VIGRA"
+LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2019-05-20 17:22 Aaron Bauman
0 siblings, 0 replies; 30+ messages in thread
From: Aaron Bauman @ 2019-05-20 17:22 UTC (permalink / raw
To: gentoo-commits
commit: f054ceff2a216632b17178c0449b3de3e2f65e65
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 17:08:51 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 20 17:22:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f054ceff
media-gfx/enblend: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index 137c0d695f5..b50a745f437 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2019-11-08 21:39 Andreas Sturmlechner
0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2019-11-08 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 4879e1a9f9aeef166a56d8d97be87106ff5bd0b2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 21:35:48 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 21:38:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4879e1a9
media-gfx/enblend: EAPI-7 bump, fix unused cmake vars
Closes: https://bugs.gentoo.org/665384
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../enblend/enblend-4.2.0_p20161007-r1.ebuild | 45 +++++++++++++---------
1 file changed, 26 insertions(+), 19 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index b50a745f437..51f0c069d6e 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit cmake-utils
@@ -12,23 +12,12 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
-IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
+IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
REQUIRED_USE="tcmalloc? ( !debug )"
-RDEPEND="
- media-libs/lcms:2
- media-libs/openexr:=
- media-libs/tiff:0
- media-libs/vigra[openexr]
- sci-libs/gsl:=
- debug? ( dev-libs/dmalloc )
- tcmalloc? ( dev-util/google-perftools )"
-DEPEND="${RDEPEND}
- >=dev-libs/boost-1.62.0
- media-libs/libpng:0
+BDEPEND="
sys-apps/help2man
- virtual/jpeg:0
virtual/pkgconfig
doc? (
dev-lang/perl
@@ -40,7 +29,22 @@ DEPEND="${RDEPEND}
sci-visualization/gnuplot[gd]
virtual/imagemagick-tools
virtual/latex-base
- )"
+ )
+"
+RDEPEND="
+ media-libs/lcms:2
+ media-libs/openexr:=
+ media-libs/tiff:0
+ media-libs/vigra[openexr]
+ sci-libs/gsl:=
+ debug? ( dev-libs/dmalloc )
+ tcmalloc? ( dev-util/google-perftools )
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/boost-1.62.0
+ media-libs/libpng:0
+ virtual/jpeg:0
+"
PATCHES=(
"${FILESDIR}"/${PN}-4.2-doc-install-dir-fix.patch
@@ -55,14 +59,17 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
-DENABLE_DMALLOC=$(usex debug)
- -DENABLE_TCMALLOC=$(usex tcmalloc)
-DDOC=$(usex doc)
- -DINSTALL_HTML_DOC=$(usex doc)
- -DINSTALL_PDF_DOC=$(usex doc)
-DENABLE_OPENMP=$(usex openmp)
- -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
+ -DENABLE_TCMALLOC=$(usex tcmalloc)
)
+ if use doc; then
+ -DINSTALL_HTML_DOC=ON
+ -DINSTALL_PDF_DOC=ON
+ fi
+
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2020-06-06 23:18 Andreas K. Hüttel
0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2020-06-06 23:18 UTC (permalink / raw
To: gentoo-commits
commit: afe804ae30c457ad87552f30b797dbb05f20c898
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 23:10:29 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 23:10:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe804ae
media-gfx/enblend: Take package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-gfx/enblend/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/media-gfx/enblend/metadata.xml b/media-gfx/enblend/metadata.xml
index 417ad794619..7d07b118073 100644
--- a/media-gfx/enblend/metadata.xml
+++ b/media-gfx/enblend/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">enblend</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2020-06-18 17:52 Markus Meier
0 siblings, 0 replies; 30+ messages in thread
From: Markus Meier @ 2020-06-18 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 6f59626befa4f7d67f4bf5a26d845a6dac0c0731
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 17:52:38 2020 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 17:52:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f59626b
media-gfx/enblend: add myself as maintainer
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
media-gfx/enblend/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/media-gfx/enblend/metadata.xml b/media-gfx/enblend/metadata.xml
index 7d07b118073..422145a617b 100644
--- a/media-gfx/enblend/metadata.xml
+++ b/media-gfx/enblend/metadata.xml
@@ -5,6 +5,10 @@
<email>dilfridge@gentoo.org</email>
<name>Andreas K. Huettel</name>
</maintainer>
+ <maintainer type="person">
+ <email>maekke@gentoo.org</email>
+ <name>Markus Meier</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">enblend</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2022-11-16 18:56 John Helmert III
0 siblings, 0 replies; 30+ messages in thread
From: John Helmert III @ 2022-11-16 18:56 UTC (permalink / raw
To: gentoo-commits
commit: ef829652925fbe6e01dafe871e78e5a2637e18a0
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Tue Nov 15 17:26:24 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 18:56:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef829652
media-gfx/enblend: disable OpenEXR support
Package doesn't recognize OpenEXR-3. Restricting the dependency to
<media-libs/openexr-3 would lead to a conflict with media-libs/vigra[openexr]
dependency which pulls in >=media-libs/openexr-3.
Bug: https://bugs.gentoo.org/878149
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/28289
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
.../enblend/enblend-4.2.0_p20161007-r2.ebuild | 85 ++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild
new file mode 100644
index 000000000000..e9138b6c09a2
--- /dev/null
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Image Blending with Multiresolution Splines"
+HOMEPAGE="http://enblend.sourceforge.net/"
+SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2+ FDL-1.2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
+
+REQUIRED_USE="tcmalloc? ( !debug )"
+
+BDEPEND="
+ sys-apps/help2man
+ virtual/pkgconfig
+ doc? (
+ dev-lang/perl
+ dev-perl/Readonly
+ dev-tex/hevea
+ gnome-base/librsvg
+ media-gfx/graphviz
+ media-gfx/transfig
+ sci-visualization/gnuplot[gd]
+ virtual/imagemagick-tools
+ virtual/latex-base
+ )
+"
+RDEPEND="
+ media-libs/lcms:2
+ media-libs/tiff:0
+ media-libs/vigra[openexr]
+ sci-libs/gsl:=
+ debug? ( dev-libs/dmalloc )
+ tcmalloc? ( dev-util/google-perftools )
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+ media-libs/libpng:0
+ media-libs/libjpeg-turbo:=
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.2-doc-install-dir-fix.patch
+ "${FILESDIR}"/${P}-cmake.patch
+ "${FILESDIR}"/${P}-gcc-10.patch
+)
+
+src_prepare() {
+ cmake_src_prepare
+
+ sed -i -e "s:share/doc/enblend:share/doc/${PF}:" doc/CMakeLists.txt || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
+ -DENABLE_DMALLOC=$(usex debug)
+ -DDOC=$(usex doc)
+ -DENABLE_OPENMP=$(usex openmp)
+ -DENABLE_TCMALLOC=$(usex tcmalloc)
+ )
+ if use doc; then
+ -DINSTALL_HTML_DOC=ON
+ -DINSTALL_PDF_DOC=ON
+ fi
+
+ cmake_src_configure
+}
+
+src_compile() {
+ # To allow icon resizing with renderers (no way to disable)
+ addpredict /dev/dri
+
+ # To compile fonts in the temp directory
+ export VARTEXFONTS="${T}/fonts"
+
+ # forcing -j1 as every parallel compilation process needs about 1 GB RAM.
+ cmake_src_compile -j1
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2022-11-17 16:15 John Helmert III
0 siblings, 0 replies; 30+ messages in thread
From: John Helmert III @ 2022-11-17 16:15 UTC (permalink / raw
To: gentoo-commits
commit: b30c6342fd147e7b3629241ca168db29f7c5b825
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 16:08:53 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 16:14:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30c6342
media-gfx/enblend: fix configure options called as commands
Closes: https://bugs.gentoo.org/875206
Closes: https://bugs.gentoo.org/875203
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 6 ++++--
media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
index 02e047ced7f0..01b00f7ac852 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild
@@ -67,8 +67,10 @@ src_configure() {
-DENABLE_TCMALLOC=$(usex tcmalloc)
)
if use doc; then
- -DINSTALL_HTML_DOC=ON
- -DINSTALL_PDF_DOC=ON
+ mycmakeargs+=(
+ -DINSTALL_HTML_DOC=ON
+ -DINSTALL_PDF_DOC=ON
+ )
fi
cmake_src_configure
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild
index e9138b6c09a2..18ebf6ae01c7 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild
@@ -66,8 +66,10 @@ src_configure() {
-DENABLE_TCMALLOC=$(usex tcmalloc)
)
if use doc; then
- -DINSTALL_HTML_DOC=ON
- -DINSTALL_PDF_DOC=ON
+ mycmakeargs+=(
+ -DINSTALL_HTML_DOC=ON
+ -DINSTALL_PDF_DOC=ON
+ )
fi
cmake_src_configure
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2022-12-18 8:01 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2022-12-18 8:01 UTC (permalink / raw
To: gentoo-commits
commit: 2ff9ded2c4bbc0a0873b5deb356fdd7a66e5aa30
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 07:59:17 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 07:59:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff9ded2
media-gfx/enblend: stabilize 4.2.0_p20161007-r5 for amd64, arm64, x86
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
index 28012b61680a..f06af141e1d9 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2022-12-18 8:01 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2022-12-18 8:01 UTC (permalink / raw
To: gentoo-commits
commit: f2fb3db8101462f4a7fad8efeee4e730ac2b5031
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 07:59:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 07:59:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fb3db8
media-gfx/enblend: drop 4.2.0_p20161007-r4
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../enblend/enblend-4.2.0_p20161007-r4.ebuild | 88 ----------------------
1 file changed, 88 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r4.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r4.ebuild
deleted file mode 100644
index edcf7e52740b..000000000000
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r4.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Image Blending with Multiresolution Splines"
-HOMEPAGE="http://enblend.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
-
-REQUIRED_USE="tcmalloc? ( !debug )"
-
-BDEPEND="
- sys-apps/help2man
- virtual/pkgconfig
- doc? (
- dev-lang/perl
- dev-perl/Readonly
- dev-tex/hevea
- gnome-base/librsvg
- media-gfx/graphviz
- media-gfx/transfig
- sci-visualization/gnuplot[gd]
- virtual/imagemagick-tools
- virtual/latex-base
- )
-"
-RDEPEND="
- media-libs/lcms:2
- media-libs/openexr:=
- media-libs/tiff:=
- media-libs/vigra[openexr]
- sci-libs/gsl:=
- debug? ( dev-libs/dmalloc )
- tcmalloc? ( dev-util/google-perftools )
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- media-libs/libpng:0
- media-libs/libjpeg-turbo
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.2-doc-install-dir-fix.patch
- "${FILESDIR}"/${P}-cmake.patch
- "${FILESDIR}"/${P}-gcc-10.patch
-)
-
-src_prepare() {
- cmake_src_prepare
-
- sed -i -e "s:share/doc/enblend:share/doc/${PF}:" doc/CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
- -DENABLE_DMALLOC=$(usex debug)
- -DDOC=$(usex doc)
- -DENABLE_OPENMP=$(usex openmp)
- -DENABLE_TCMALLOC=$(usex tcmalloc)
- )
- if use doc; then
- mycmakeargs+=(
- -DINSTALL_HTML_DOC=ON
- -DINSTALL_PDF_DOC=ON
- )
- fi
-
- cmake_src_configure
-}
-
-src_compile() {
- # To allow icon resizing with renderers (no way to disable)
- addpredict /dev/dri
-
- # To compile fonts in the temp directory
- export VARTEXFONTS="${T}/fonts"
-
- # forcing -j1 as every parallel compilation process needs about 1 GB RAM.
- cmake_src_compile -j1
-}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2022-12-18 8:01 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2022-12-18 8:01 UTC (permalink / raw
To: gentoo-commits
commit: 4e74084605e501337bd07c702770b68687beffc5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 07:58:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 07:58:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e740846
media-gfx/enblend: fix revbump order
Sorry for the noise. The script didn't get ordering right
in all cases.
Signed-off-by: Sam James <sam <AT> gentoo.org>
...nblend-4.2.0_p20161007-r2.ebuild => enblend-4.2.0_p20161007-r5.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
similarity index 100%
rename from media-gfx/enblend/enblend-4.2.0_p20161007-r2.ebuild
rename to media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
^ permalink raw reply [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2023-05-06 17:09 Andreas K. Hüttel
0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2023-05-06 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 7dfb6f66b8c0fb1aee3c5e860f54d076227a54f3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 17:08:59 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 6 17:09:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfb6f66
media-gfx/enblend: Add a ton of missing build dependencies :|
Closes: https://bugs.gentoo.org/881607
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
index 2871a62a8325..5d63ad16e3c3 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,15 +20,16 @@ BDEPEND="
sys-apps/help2man
virtual/pkgconfig
doc? (
+ app-text/ghostscript-gpl
+ app-text/texlive
dev-lang/perl
dev-perl/Readonly
dev-tex/hevea
gnome-base/librsvg
media-gfx/graphviz
media-gfx/transfig
- sci-visualization/gnuplot[gd]
- virtual/imagemagick-tools
- virtual/latex-base
+ sci-visualization/gnuplot[cairo,gd]
+ virtual/imagemagick-tools[tiff]
)
"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2023-06-11 23:04 Andreas K. Hüttel
0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2023-06-11 23:04 UTC (permalink / raw
To: gentoo-commits
commit: 1ef08157a51b1d436346a9b0688fdab347fbca72
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 23:04:15 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 23:04:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef08157
media-gfx/enblend: Needs threads support in dmalloc
Closes: https://bugs.gentoo.org/889244
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
index 5d63ad16e3c3..582627f70f78 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
media-libs/tiff:=
media-libs/vigra[openexr]
sci-libs/gsl:=
- debug? ( dev-libs/dmalloc )
+ debug? ( dev-libs/dmalloc[threads] )
tcmalloc? ( dev-util/google-perftools )
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2023-11-13 7:34 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-11-13 7:34 UTC (permalink / raw
To: gentoo-commits
commit: 89c0c30fcc889083a5f8d87e43b0362a2fb3e474
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 07:32:25 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 07:32:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c0c30f
media-gfx/enblend: migrate to fig2dev
Closes: https://bugs.gentoo.org/917251
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../enblend/enblend-4.2.0_p20161007-r6.ebuild | 89 ++++++++++++++++++++++
1 file changed, 89 insertions(+)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
new file mode 100644
index 000000000000..6212ba098cc1
--- /dev/null
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Image Blending with Multiresolution Splines"
+HOMEPAGE="http://enblend.sourceforge.net/"
+SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2+ FDL-1.2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
+
+REQUIRED_USE="tcmalloc? ( !debug )"
+
+BDEPEND="
+ sys-apps/help2man
+ virtual/pkgconfig
+ doc? (
+ app-text/ghostscript-gpl
+ app-text/texlive
+ dev-lang/perl
+ dev-perl/Readonly
+ dev-tex/hevea
+ gnome-base/librsvg
+ media-gfx/graphviz
+ >=media-gfx/fig2dev-3.2.9-r1
+ sci-visualization/gnuplot[cairo,gd]
+ virtual/imagemagick-tools[tiff]
+ )
+"
+RDEPEND="
+ media-libs/lcms:2
+ media-libs/tiff:=
+ media-libs/vigra[openexr]
+ sci-libs/gsl:=
+ debug? ( dev-libs/dmalloc[threads] )
+ tcmalloc? ( dev-util/google-perftools )
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+ media-libs/libpng:0
+ media-libs/libjpeg-turbo:=
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.2-doc-install-dir-fix.patch
+ "${FILESDIR}"/${P}-cmake.patch
+ "${FILESDIR}"/${P}-gcc-10.patch
+ "${FILESDIR}"/${P}-doc-scaleable-fonts.patch
+)
+
+src_prepare() {
+ cmake_src_prepare
+
+ sed -i -e "s:share/doc/enblend:share/doc/${PF}:" doc/CMakeLists.txt || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
+ -DENABLE_DMALLOC=$(usex debug)
+ -DDOC=$(usex doc)
+ -DENABLE_OPENMP=$(usex openmp)
+ -DENABLE_TCMALLOC=$(usex tcmalloc)
+ )
+ if use doc; then
+ mycmakeargs+=(
+ -DINSTALL_HTML_DOC=ON
+ -DINSTALL_PDF_DOC=ON
+ )
+ fi
+
+ cmake_src_configure
+}
+
+src_compile() {
+ # To allow icon resizing with renderers (no way to disable)
+ addpredict /dev/dri
+
+ # To compile fonts in the temp directory
+ export VARTEXFONTS="${T}/fonts"
+
+ # forcing -j1 as every parallel compilation process needs about 1 GB RAM.
+ cmake_src_compile -j1
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2023-12-16 8:06 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2023-12-16 8:06 UTC (permalink / raw
To: gentoo-commits
commit: 9027f3f30d364a8b570c6f1d76d0f32ed807f84e
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 08:06:14 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 08:06:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9027f3f3
media-gfx/enblend: Stabilize 4.2.0_p20161007-r6 x86, #917280
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
index 6212ba098cc1..f1f3d192cb90 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2023-12-16 9:28 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2023-12-16 9:28 UTC (permalink / raw
To: gentoo-commits
commit: 50716238c607e738afebcdecc2cb0e0bb5bb46ed
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 09:28:05 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 09:28:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50716238
media-gfx/enblend: Stabilize 4.2.0_p20161007-r6 amd64, #917280
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
index f1f3d192cb90..b31fe014f9b9 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2023-12-17 17:40 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2023-12-17 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 792ecbe7e88346896e4934301315672929075c19
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 17:39:45 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 17:39:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792ecbe7
media-gfx/enblend: Stabilize 4.2.0_p20161007-r6 arm64, #917280
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
index b31fe014f9b9..76a89f6ab151 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2024-03-15 10:08 Andreas Sturmlechner
0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2024-03-15 10:08 UTC (permalink / raw
To: gentoo-commits
commit: 7f0aaca331451b324b62d43195a6fa0778f1c022
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 10:07:38 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 10:07:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0aaca3
media-gfx/enblend: drop 4.2.0_p20161007-r5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../enblend/enblend-4.2.0_p20161007-r5.ebuild | 89 ----------------------
1 file changed, 89 deletions(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
deleted file mode 100644
index 582627f70f78..000000000000
--- a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Image Blending with Multiresolution Splines"
-HOMEPAGE="http://enblend.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
-
-REQUIRED_USE="tcmalloc? ( !debug )"
-
-BDEPEND="
- sys-apps/help2man
- virtual/pkgconfig
- doc? (
- app-text/ghostscript-gpl
- app-text/texlive
- dev-lang/perl
- dev-perl/Readonly
- dev-tex/hevea
- gnome-base/librsvg
- media-gfx/graphviz
- media-gfx/transfig
- sci-visualization/gnuplot[cairo,gd]
- virtual/imagemagick-tools[tiff]
- )
-"
-RDEPEND="
- media-libs/lcms:2
- media-libs/tiff:=
- media-libs/vigra[openexr]
- sci-libs/gsl:=
- debug? ( dev-libs/dmalloc[threads] )
- tcmalloc? ( dev-util/google-perftools )
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- media-libs/libpng:0
- media-libs/libjpeg-turbo:=
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.2-doc-install-dir-fix.patch
- "${FILESDIR}"/${P}-cmake.patch
- "${FILESDIR}"/${P}-gcc-10.patch
- "${FILESDIR}"/${P}-doc-scaleable-fonts.patch
-)
-
-src_prepare() {
- cmake_src_prepare
-
- sed -i -e "s:share/doc/enblend:share/doc/${PF}:" doc/CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
- -DENABLE_DMALLOC=$(usex debug)
- -DDOC=$(usex doc)
- -DENABLE_OPENMP=$(usex openmp)
- -DENABLE_TCMALLOC=$(usex tcmalloc)
- )
- if use doc; then
- mycmakeargs+=(
- -DINSTALL_HTML_DOC=ON
- -DINSTALL_PDF_DOC=ON
- )
- fi
-
- cmake_src_configure
-}
-
-src_compile() {
- # To allow icon resizing with renderers (no way to disable)
- addpredict /dev/dri
-
- # To compile fonts in the temp directory
- export VARTEXFONTS="${T}/fonts"
-
- # forcing -j1 as every parallel compilation process needs about 1 GB RAM.
- cmake_src_compile -j1
-}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2024-04-25 10:42 Andreas K. Hüttel
0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2024-04-25 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 01920933aa1bef0afa2caa998c79a748dd3bb1a4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 10:42:00 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 10:42:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01920933
media-gfx/enblend: update SRC_URI
Closes: https://bugs.gentoo.org/930637
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20240424.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild b/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild
index b94694b138e2..8dfc5ef79971 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild
@@ -7,7 +7,7 @@ inherit cmake
DESCRIPTION="Image Blending with Multiresolution Splines"
HOMEPAGE="http://enblend.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
+SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
S=${WORKDIR}/enblend
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
@ 2024-09-23 8:18 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-09-23 8:18 UTC (permalink / raw
To: gentoo-commits
commit: 8c1418403f4bd2f4a4de4c0e917ff277e3f6261d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 08:17:54 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 08:17:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c141840
media-gfx/enblend: Stabilize 4.2.0_p20240424 x86, #938715
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/enblend/enblend-4.2.0_p20240424.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild b/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild
index fb6c860770b5..109b429e2424 100644
--- a/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild
+++ b/media-gfx/enblend/enblend-4.2.0_p20240424.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/enblend
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"
REQUIRED_USE="tcmalloc? ( !debug )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
end of thread, other threads:[~2024-09-23 8:18 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25 10:42 [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 8:18 Arthur Zamarin
2024-03-15 10:08 Andreas Sturmlechner
2023-12-17 17:40 Arthur Zamarin
2023-12-16 9:28 Joonas Niilola
2023-12-16 8:06 Joonas Niilola
2023-11-13 7:34 Sam James
2023-06-11 23:04 Andreas K. Hüttel
2023-05-06 17:09 Andreas K. Hüttel
2022-12-18 8:01 Sam James
2022-12-18 8:01 Sam James
2022-12-18 8:01 Sam James
2022-11-17 16:15 John Helmert III
2022-11-16 18:56 John Helmert III
2020-06-18 17:52 Markus Meier
2020-06-06 23:18 Andreas K. Hüttel
2019-11-08 21:39 Andreas Sturmlechner
2019-05-20 17:22 Aaron Bauman
2019-04-24 21:20 Ulrich Müller
2018-04-26 5:02 Matt Turner
2017-04-29 15:02 Agostino Sarubbo
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-02-12 13:19 Andreas Sturmlechner
2017-01-28 13:47 David Seifert
2016-02-12 10:07 Justin Lecher
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 13:19 Agostino Sarubbo
2015-08-26 10:43 Agostino Sarubbo
2015-08-14 1:26 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox