* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2015-08-16 14:57 Julian Ospald
0 siblings, 0 replies; 21+ messages in thread
From: Julian Ospald @ 2015-08-16 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 1a17d75ad74c923d1dff18201f39ed65656fc2db
Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 14:57:46 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 14:57:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a17d75a
media-gfx/xpaint: fix keywords
"repoman full" did not complain again.
media-gfx/xpaint/xpaint-2.9.10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-2.9.10.3.ebuild b/media-gfx/xpaint/xpaint-2.9.10.3.ebuild
index 06434b7..838367c 100644
--- a/media-gfx/xpaint/xpaint-2.9.10.3.ebuild
+++ b/media-gfx/xpaint/xpaint-2.9.10.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="jpeg2k pgf tiff"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2019-03-02 19:11 Pacho Ramos
0 siblings, 0 replies; 21+ messages in thread
From: Pacho Ramos @ 2019-03-02 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 8822b50f92baa9d816c9bdb389fed095ccc4db08
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 19:11:03 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 19:11:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8822b50f
media-gfx/xpaint: Bump to 2.10.2, fix deps
Closes: https://bugs.gentoo.org/678038
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
media-gfx/xpaint/Manifest | 1 +
media-gfx/xpaint/xpaint-2.10.2.ebuild | 81 +++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/media-gfx/xpaint/Manifest b/media-gfx/xpaint/Manifest
index 85932e2afed..5e415a01090 100644
--- a/media-gfx/xpaint/Manifest
+++ b/media-gfx/xpaint/Manifest
@@ -1,2 +1,3 @@
+DIST xpaint-2.10.2.tar.bz2 1891925 BLAKE2B 056ef057357a2441c8a286adf326a98650e5e0905ee07c5ef24b0689dbb57247711c44b63211494e4ca9e44429d6237c017f53e2690f99790fa6100e4ce4d118 SHA512 a25aa940931c686e86cbc2bd8d6fd3c80d2c793a20d7a2dd90fb5cba1cd360b5e1c8433bf0d639e2b86cb2a74040be373f732c4617909aaf8c5ada2624ab5614
DIST xpaint-2.9.10.2.tar.bz2 1245813 BLAKE2B 9ff1a94bdbaf996f7ca41fd8df86ccfc58d7f51b24b20311f082beb30620dc48a6e9ae0e28ccf2cf41a7cd7901cf303fda1d45a7b48ff4ec356a3ac1f2ccd642 SHA512 8aa388d4b82b5867817eca2188f50734140c395efe663c290a78b4f24314754fb29257165a64c9b8a03634dede03d919d9a3a54c1d32049cc34216a1f3d4e499
DIST xpaint-2.9.10.3.tar.bz2 1283725 BLAKE2B 46e1798830ddff6cc7d6d827fad0cad6d42a61dd6e6740ae6d3bca70ae7012a7c63d1d3ea5b6ebb21e0b2889c96c3f0e57969ec02bb8e742f945027e0e22e3b8 SHA512 d5d365e0308e50166e5ac70859e388436d8f0cb870b2dea0155fbc9a65a8377a861bea2217df2b5c016f8751c9ff1f74509eaff310acfaacd7b29c51cf726ac5
diff --git a/media-gfx/xpaint/xpaint-2.10.2.ebuild b/media-gfx/xpaint/xpaint-2.10.2.ebuild
new file mode 100644
index 00000000000..359c779f707
--- /dev/null
+++ b/media-gfx/xpaint/xpaint-2.10.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit desktop toolchain-funcs
+
+DESCRIPTION="Image editor with tiff, jpeg and png support"
+HOMEPAGE="http://sf-xpaint.sourceforge.net/"
+SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="jpeg2k pgf tiff"
+
+RDEPEND="
+ media-libs/fontconfig
+ media-libs/freetype:2
+ media-libs/libpng:0=
+ x11-libs/libICE
+ x11-libs/libX11
+ >=x11-libs/libXaw3dXft-1.6.2c[unicode]
+ x11-libs/libXext
+ x11-libs/libXft
+ x11-libs/libXmu
+ x11-libs/libXpm
+ x11-libs/libXt
+ sys-libs/zlib
+ virtual/jpeg:0
+ jpeg2k? ( media-libs/openjpeg:0= )
+ pgf? ( media-libs/libpgf )
+ tiff? (
+ media-libs/jbigkit:0=
+ media-libs/tiff:0
+ )
+"
+DEPEND="${RDEPEND}
+ sys-devel/flex
+ sys-devel/bison
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ sed -i -e 's/-O3 -s//g' util/Makefile || die
+}
+
+src_configure() {
+ econf \
+ $(use_enable tiff) \
+ $(use_enable jpeg2k libopenjpeg)
+}
+
+src_compile() {
+ # clean up
+ emake clean
+ emake -C util clean
+
+ # parallel make still fails sometimes
+ emake substads
+ emake xpaint.1
+
+ default
+ emake \
+ WITH_PGF="$(usex pgf "yes" "no")" \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)" \
+ -C util
+}
+
+src_install() {
+ default
+ emake \
+ WITH_PGF="$(usex pgf "yes" "no")" \
+ DESTDIR="${ED}" \
+ -C util install
+ doicon icons/xpaint.svg
+ make_desktop_entry "${PN}"
+ find "${D}" -name '*.la' -type f -delete || die
+ find "${D}" -name '*.a' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2019-03-19 2:03 Thomas Deutschmann
0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2019-03-19 2:03 UTC (permalink / raw
To: gentoo-commits
commit: b8e725c42e47ac88a674a8f31cc9a6439c988c18
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 02:01:24 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 02:03:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e725c4
media-gfx/xpaint: x86 stable (bug #676566)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-gfx/xpaint/xpaint-2.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-2.10.2.ebuild b/media-gfx/xpaint/xpaint-2.10.2.ebuild
index 49abed98c71..a49d1d20aec 100644
--- a/media-gfx/xpaint/xpaint-2.10.2.ebuild
+++ b/media-gfx/xpaint/xpaint-2.10.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="jpeg2k pgf tiff"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2019-05-26 15:21 David Seifert
0 siblings, 0 replies; 21+ messages in thread
From: David Seifert @ 2019-05-26 15:21 UTC (permalink / raw
To: gentoo-commits
commit: 0952577361a15c32e92dbf0fad81420c4b1fd40c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 15:21:18 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun May 26 15:21:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09525773
media-gfx/xpaint: [QA] Fix virtual/jpeg SLOT
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../xpaint/{xpaint-2.9.10.2.ebuild => xpaint-2.9.10.2-r1.ebuild} | 4 ++--
.../xpaint/{xpaint-2.9.10.3.ebuild => xpaint-2.9.10.3-r1.ebuild} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-gfx/xpaint/xpaint-2.9.10.2.ebuild b/media-gfx/xpaint/xpaint-2.9.10.2-r1.ebuild
similarity index 96%
rename from media-gfx/xpaint/xpaint-2.9.10.2.ebuild
rename to media-gfx/xpaint/xpaint-2.9.10.2-r1.ebuild
index 3e5f5b70aa0..4ca53529004 100644
--- a/media-gfx/xpaint/xpaint-2.9.10.2.ebuild
+++ b/media-gfx/xpaint/xpaint-2.9.10.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -27,7 +27,7 @@ RDEPEND="
x11-libs/libXpm
x11-libs/libXt
sys-libs/zlib
- virtual/jpeg
+ virtual/jpeg:0
jpeg2k? ( media-libs/openjpeg:0 )
pgf? ( media-libs/libpgf )
tiff? (
diff --git a/media-gfx/xpaint/xpaint-2.9.10.3.ebuild b/media-gfx/xpaint/xpaint-2.9.10.3-r1.ebuild
similarity index 96%
rename from media-gfx/xpaint/xpaint-2.9.10.3.ebuild
rename to media-gfx/xpaint/xpaint-2.9.10.3-r1.ebuild
index f75912276e0..00b7b44564a 100644
--- a/media-gfx/xpaint/xpaint-2.9.10.3.ebuild
+++ b/media-gfx/xpaint/xpaint-2.9.10.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -27,7 +27,7 @@ RDEPEND="
x11-libs/libXpm
x11-libs/libXt
sys-libs/zlib
- virtual/jpeg:62
+ virtual/jpeg:0
jpeg2k? ( media-libs/openjpeg:0 )
pgf? ( media-libs/libpgf )
tiff? (
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-01-23 18:13 Andreas Sturmlechner
0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2021-01-23 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 790cb5cba8332dea7d0b013cef7644e71402fe36
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 18:07:55 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 18:12:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790cb5cb
media-gfx/xpaint: Drop IUSE=jpeg2k, switch to media-libs/libjpeg-turbo
jpeg2k was blocking CVE-2018-21010 security cleanup, good riddance.
Bug: https://bugs.gentoo.org/735592
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/xpaint/xpaint-2.10.2-r1.ebuild | 83 ++++++++++++++++++++++++++++++++
1 file changed, 83 insertions(+)
diff --git a/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild b/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild
new file mode 100644
index 00000000000..dc92f046b92
--- /dev/null
+++ b/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs
+
+DESCRIPTION="Image editor with tiff, jpeg and png support"
+HOMEPAGE="http://sf-xpaint.sourceforge.net/"
+SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="pgf tiff"
+# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
+
+RDEPEND="
+ media-libs/fontconfig
+ media-libs/freetype:2
+ media-libs/libpng:0=
+ x11-libs/libICE
+ x11-libs/libX11
+ >=x11-libs/libXaw3dXft-1.6.2c[unicode]
+ x11-libs/libXext
+ x11-libs/libXft
+ x11-libs/libXmu
+ x11-libs/libXpm
+ x11-libs/libXt
+ sys-libs/zlib
+ media-libs/libjpeg-turbo:=
+ pgf? ( media-libs/libpgf )
+ tiff? (
+ media-libs/jbigkit:0=
+ media-libs/tiff:0
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ sys-devel/bison
+ sys-devel/flex
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ sed -i -e 's/-O3 -s//g' util/Makefile || die
+}
+
+src_configure() {
+ econf \
+ $(use_enable tiff) \
+ --disable-libopenjpeg
+}
+
+src_compile() {
+ # clean up
+ emake clean
+ emake -C util clean
+
+ # parallel make still fails sometimes
+ emake substads
+ emake xpaint.1
+
+ default
+ emake \
+ WITH_PGF="$(usex pgf "yes" "no")" \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)" \
+ -C util
+}
+
+src_install() {
+ default
+ emake \
+ WITH_PGF="$(usex pgf "yes" "no")" \
+ DESTDIR="${ED}" \
+ -C util install
+ doicon icons/xpaint.svg
+ make_desktop_entry "${PN}"
+ find "${D}" -name '*.la' -type f -delete || die
+ find "${D}" -name '*.a' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-01-23 18:13 Andreas Sturmlechner
0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2021-01-23 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 4ee52c39b4aca2961cffae02a98d299afac8ca92
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 18:10:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 18:12:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee52c39
media-gfx/xpaint: Drop 2.10.2 (r0)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/xpaint/xpaint-2.10.2.ebuild | 81 -----------------------------------
1 file changed, 81 deletions(-)
diff --git a/media-gfx/xpaint/xpaint-2.10.2.ebuild b/media-gfx/xpaint/xpaint-2.10.2.ebuild
deleted file mode 100644
index a49d1d20aec..00000000000
--- a/media-gfx/xpaint/xpaint-2.10.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit desktop toolchain-funcs
-
-DESCRIPTION="Image editor with tiff, jpeg and png support"
-HOMEPAGE="http://sf-xpaint.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="jpeg2k pgf tiff"
-
-RDEPEND="
- media-libs/fontconfig
- media-libs/freetype:2
- media-libs/libpng:0=
- x11-libs/libICE
- x11-libs/libX11
- >=x11-libs/libXaw3dXft-1.6.2c[unicode]
- x11-libs/libXext
- x11-libs/libXft
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXt
- sys-libs/zlib
- virtual/jpeg:0
- jpeg2k? ( media-libs/openjpeg:0= )
- pgf? ( media-libs/libpgf )
- tiff? (
- media-libs/jbigkit:0=
- media-libs/tiff:0
- )
-"
-DEPEND="${RDEPEND}
- sys-devel/flex
- sys-devel/bison
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- sed -i -e 's/-O3 -s//g' util/Makefile || die
-}
-
-src_configure() {
- econf \
- $(use_enable tiff) \
- $(use_enable jpeg2k libopenjpeg)
-}
-
-src_compile() {
- # clean up
- emake clean
- emake -C util clean
-
- # parallel make still fails sometimes
- emake substads
- emake xpaint.1
-
- default
- emake \
- WITH_PGF="$(usex pgf "yes" "no")" \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- -C util
-}
-
-src_install() {
- default
- emake \
- WITH_PGF="$(usex pgf "yes" "no")" \
- DESTDIR="${ED}" \
- -C util install
- doicon icons/xpaint.svg
- make_desktop_entry "${PN}"
- find "${D}" -name '*.la' -type f -delete || die
- find "${D}" -name '*.a' -type f -delete || die
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-03-27 17:01 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-03-27 17:01 UTC (permalink / raw
To: gentoo-commits
commit: 0fc35e5e4e0ec881a98d76644b4d9521061541e1
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Mar 21 11:32:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 16:42:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc35e5e
media-gfx/xpaint: add maintainer
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/xpaint/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/metadata.xml b/media-gfx/xpaint/metadata.xml
index 8165ff483f1..74876f64cd4 100644
--- a/media-gfx/xpaint/metadata.xml
+++ b/media-gfx/xpaint/metadata.xml
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person" proxied="yes">
+ <email>ceamac.paragon@gmail.com</email>
+ <name>Viorel Munteanu</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<longdescription lang="en">
XPaint is an X Window System color image bitmap editing program.
It also supports advanced features, such as image processing
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-04-05 14:35 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-04-05 14:35 UTC (permalink / raw
To: gentoo-commits
commit: 84da5b1304926bfbb0a0e7640b711af84664f082
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Mar 29 04:49:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 14:35:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84da5b13
media-gfx/xpaint: fix dependency on `sys-devel/automake:1.15`
Closes: https://bugs.gentoo.org/778968
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20174
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/xpaint/xpaint-2.10.2-r1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild b/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild
index 53779ba99c7..425586764ea 100644
--- a/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild
+++ b/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop toolchain-funcs
+inherit autotools desktop toolchain-funcs
DESCRIPTION="Image editor with tiff, jpeg and png support"
HOMEPAGE="http://sf-xpaint.sourceforge.net/"
@@ -48,6 +48,11 @@ PATCHES=(
"${FILESDIR}"/${P}-respect-ldflags.patch
)
+src_prepare() {
+ default
+ eautoreconf
+}
+
src_configure() {
econf \
$(use_enable tiff) \
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-04-10 8:31 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2021-04-10 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 7ed60d149b153d1c6eefe8e4235f7c4e11b7c84e
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Mar 30 16:46:05 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 08:31:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed60d14
media-gfx/xpaint: remove dependency on `x11-misc/imake`
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20165
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.3.ebuild | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild
index df08e4c0d85..6c62608de44 100644
--- a/media-gfx/xpaint/xpaint-3.1.3.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.3.ebuild
@@ -41,7 +41,6 @@ BDEPEND="
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
- x11-misc/imake
"
PATCHES=(
@@ -56,12 +55,6 @@ src_prepare() {
}
src_configure() {
- # regenerate resources in app-defaults
- # Local.xawdefs is missing and imake was complaining about it, so use it to redefine SHAREDIR
- echo "SHAREDIR = \"${EPREFIX}\"/usr/share/xpaint" > Local.xawdefs || die
- xmkmf || die
- mv Makefile Makefile.resources || die
-
econf \
$(use_enable tiff) \
--disable-libdvipgm \
@@ -77,6 +70,9 @@ src_compile() {
emake substads
emake xpaint.1
+ # regenerate resources in app-defaults
+ rm XPaint.ad || die
+
default
emake \
WITH_PGF="$(usex pgf "yes" "no")" \
@@ -84,9 +80,6 @@ src_compile() {
CXX="$(tc-getCXX)" \
includedir="${EPREFIX}"/usr/include \
-C util
-
- # regenerate resources in app-defaults
- (rm XPaint.ad && emake -f Makefile.resources XPaint.ad) || die
}
src_install() {
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-05-24 13:05 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2021-05-24 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 11604b509334fec200f8fca2af296f317b491c05
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 13:04:17 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 24 13:04:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11604b50
media-gfx/xpaint: amd64 stable wrt bug #791388
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild
index 6c62608de44..bb42090677d 100644
--- a/media-gfx/xpaint/xpaint-3.1.3.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="pgf tiff"
# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-05-24 13:19 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2021-05-24 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 4bfbc0998efcd2363dbe9e8dc615321d52665a4f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 13:18:43 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 24 13:18:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfbc099
media-gfx/xpaint: x86 stable wrt bug #791388
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild
index bb42090677d..91989acf65a 100644
--- a/media-gfx/xpaint/xpaint-3.1.3.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="pgf tiff"
# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-05-26 11:58 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2021-05-26 11:58 UTC (permalink / raw
To: gentoo-commits
commit: da9d7fd4654f6e1c2e591605d0c19cc00b2d614e
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon May 24 16:55:43 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 26 11:58:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9d7fd4
media-gfx/xpaint: update icons cache
Closes: https://bugs.gentoo.org/791820
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20968
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild
index 91989acf65a..1c03f7e9b5f 100644
--- a/media-gfx/xpaint/xpaint-3.1.3.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.3.ebuild
@@ -95,8 +95,10 @@ src_install() {
pkg_postinst() {
xdg_desktop_database_update
+ xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
+ xdg_icon_cache_update
}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-11-29 17:31 Jakov Smolić
0 siblings, 0 replies; 21+ messages in thread
From: Jakov Smolić @ 2021-11-29 17:31 UTC (permalink / raw
To: gentoo-commits
commit: fa896613d0aab352f8d44637ae3de4e8f6f93289
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 17:31:03 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 17:31:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa896613
media-gfx/xpaint: Stabilize 3.1.4 amd64, #827832
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.4.ebuild b/media-gfx/xpaint/xpaint-3.1.4.ebuild
index 64e86898d496..486a1293aa14 100644
--- a/media-gfx/xpaint/xpaint-3.1.4.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="pgf tiff"
# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-12-01 7:05 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2021-12-01 7:05 UTC (permalink / raw
To: gentoo-commits
commit: ad6a07d69b9e5c6b5340f9b0dcfca539af5aa0c7
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 1 07:03:35 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Dec 1 07:05:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6a07d6
media-gfx/xpaint: stabilize 3.1.4 for x86
Bug: https://bugs.gentoo.org/827832
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.4.ebuild b/media-gfx/xpaint/xpaint-3.1.4.ebuild
index 486a1293aa14..adb623f11685 100644
--- a/media-gfx/xpaint/xpaint-3.1.4.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="pgf tiff"
# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2021-12-03 0:12 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-12-03 0:12 UTC (permalink / raw
To: gentoo-commits
commit: 7a87ca41a24ccbcffe8787b9e16bcf3d4c5dc611
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Thu Dec 2 10:21:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 3 00:01:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a87ca41
media-gfx/xpaint: drop v3.1.3
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23148
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/xpaint/Manifest | 1 -
media-gfx/xpaint/xpaint-3.1.3.ebuild | 104 -----------------------------------
2 files changed, 105 deletions(-)
diff --git a/media-gfx/xpaint/Manifest b/media-gfx/xpaint/Manifest
index 7ed4b083c4e6..a9e2161ac2f1 100644
--- a/media-gfx/xpaint/Manifest
+++ b/media-gfx/xpaint/Manifest
@@ -1,2 +1 @@
-DIST xpaint-3.1.3.tar.bz2 1656489 BLAKE2B c6f5ed4a6c990dccacc572c834fabf68a16cacfde477915e5c3598a96335a899344d4375a48e6bf06fb601e9b260a11cc2b43afb404a83b9fb7b3044288ce1fa SHA512 8ef15d6af4b65d9da18d3e5eb9eacc0b42e718d069e20de91f2e0352b642d0a4b7626a2008fdd6217c0668ed1ecdc7a09c4a993a6074c77b7899b4613c1c4bda
DIST xpaint-3.1.4.tar.bz2 1630009 BLAKE2B 6090156f0c27742487edfd24e803e814d7f2801c3847a5435a896e575ee3bf0b17f498e8ba8f4b7a87536780dd7c15ec7e0c0e0acb28b225d95ed0c835abfa97 SHA512 ea81f0f0eaad2072fe487efba933b6f0a4f2a4d8ae7548169b8e765cf1232c9944149a822173350af91309535d8f3625b8e58814811a5f4491fa3e2fcdf92e1d
diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild
deleted file mode 100644
index 1c03f7e9b5fb..000000000000
--- a/media-gfx/xpaint/xpaint-3.1.3.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop toolchain-funcs xdg-utils
-
-DESCRIPTION="Image editor with tiff, jpeg and png support"
-HOMEPAGE="http://sf-xpaint.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pgf tiff"
-# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
-
-RDEPEND="
- media-libs/fontconfig
- media-libs/freetype:2
- media-libs/libjpeg-turbo:=
- media-libs/libpng:0=
- media-libs/netpbm:=
- x11-libs/libICE
- x11-libs/libX11
- >=x11-libs/libXaw3dXft-1.6.2h[unicode]
- x11-libs/libXext
- x11-libs/libXft
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXt
- sys-libs/zlib
- pgf? ( media-libs/libpgf )
- tiff? (
- media-libs/jbigkit:0=
- media-libs/tiff:0
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-libtool-clang.patch
- "${FILESDIR}"/${P}-gentoo-qa.patch
- "${FILESDIR}"/${P}-gentoo-prefix.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable tiff) \
- --disable-libdvipgm \
- --disable-libopenjpeg
-}
-
-src_compile() {
- # clean up
- emake clean
- emake -C util clean
-
- # parallel make still fails sometimes
- emake substads
- emake xpaint.1
-
- # regenerate resources in app-defaults
- rm XPaint.ad || die
-
- default
- emake \
- WITH_PGF="$(usex pgf "yes" "no")" \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- includedir="${EPREFIX}"/usr/include \
- -C util
-}
-
-src_install() {
- default
- emake \
- WITH_PGF="$(usex pgf "yes" "no")" \
- DESTDIR="${ED}" \
- -C util install
- doicon icons/xpaint.svg
- make_desktop_entry "${PN}"
- find "${ED}" \( -name '*.la' -o -name '*.a' \) -type f -delete || die
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2022-08-27 15:29 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2022-08-27 15:29 UTC (permalink / raw
To: gentoo-commits
commit: db23a0447094774de6d6dcf54f71755edb14baa2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 12:49:53 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 15:29:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db23a044
media-gfx/xpaint: Add (+) to unicode USE dep
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-gfx/xpaint/{xpaint-3.1.4-r1.ebuild => xpaint-3.1.4-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.4-r1.ebuild b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
similarity index 97%
rename from media-gfx/xpaint/xpaint-3.1.4-r1.ebuild
rename to media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
index 65557236f490..dfd12fa1da8b 100644
--- a/media-gfx/xpaint/xpaint-3.1.4-r1.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
media-libs/libpng:0=
media-libs/netpbm
x11-libs/libX11
- >=x11-libs/libXaw3dXft-1.6.2h[unicode]
+ >=x11-libs/libXaw3dXft-1.6.2h[unicode(+)]
x11-libs/libXext
x11-libs/libXft
x11-libs/libXmu
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2022-10-01 5:49 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-10-01 5:49 UTC (permalink / raw
To: gentoo-commits
commit: b674c2b29f16e6e7f5a5af1daedf9d37e4eee8af
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 05:48:24 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 05:49:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b674c2b2
media-gfx/xpaint: Stabilize 3.1.4-r2 x86, #873199
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
index 28b4337b853e..59ff76a5800d 100644
--- a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="pgf tiff"
# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2022-10-01 5:49 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-10-01 5:49 UTC (permalink / raw
To: gentoo-commits
commit: ae8accdb3758b5b91d9b579ae307e900928c9a5b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 05:47:49 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 05:49:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8accdb
media-gfx/xpaint: Stabilize 3.1.4-r2 amd64, #873199
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
index dfd12fa1da8b..28b4337b853e 100644
--- a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="pgf tiff"
# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2022-10-27 12:26 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-10-27 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 5ed691bae6851191ec5e3b2e83182aac6d4d2b93
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Oct 2 11:00:28 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 12:04:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed691ba
media-gfx/xpaint: drop 3.1.4
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.4.ebuild | 96 ------------------------------------
1 file changed, 96 deletions(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.4.ebuild b/media-gfx/xpaint/xpaint-3.1.4.ebuild
deleted file mode 100644
index adb623f11685..000000000000
--- a/media-gfx/xpaint/xpaint-3.1.4.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools desktop toolchain-funcs xdg-utils
-
-DESCRIPTION="Image editor with tiff, jpeg and png support"
-HOMEPAGE="http://sf-xpaint.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pgf tiff"
-# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 735592
-
-RDEPEND="
- media-libs/fontconfig
- media-libs/libjpeg-turbo:=
- media-libs/libpng:0=
- media-libs/netpbm
- x11-libs/libX11
- >=x11-libs/libXaw3dXft-1.6.2h[unicode]
- x11-libs/libXext
- x11-libs/libXft
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXt
- pgf? ( media-libs/libpgf )
- tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-3.1.3-libtool-clang.patch
- "${FILESDIR}"/${PN}-3.1.3-gentoo-qa.patch
- "${FILESDIR}"/${PN}-3.1.3-gentoo-prefix.patch
- "${FILESDIR}"/${P}-gentoo-shared-lib.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable tiff) \
- --disable-libdvipgm \
- --disable-libopenjpeg
-}
-
-src_compile() {
- # clean up
- emake clean
- emake -C util clean
-
- # parallel make still fails sometimes
- emake substads
- emake xpaint.1
-
- default
- emake \
- WITH_PGF="$(usex pgf "yes" "no")" \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- includedir="${EPREFIX}"/usr/include \
- -C util
-}
-
-src_install() {
- default
- emake \
- WITH_PGF="$(usex pgf "yes" "no")" \
- DESTDIR="${ED}" \
- -C util install
- doicon icons/xpaint.svg
- make_desktop_entry "${PN}"
- find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2022-10-27 12:26 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-10-27 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 712d44f3f9b0a0c180cf5d152de4be9003f791e8
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Oct 2 11:01:22 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 12:04:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712d44f3
media-gfx/xpaint: update HOMEPAGE
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/xpaint/xpaint-3.1.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
index 59ff76a5800d..31ae9d1b230c 100644
--- a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit autotools desktop toolchain-funcs xdg
DESCRIPTION="Image editor with tiff, jpeg and png support"
-HOMEPAGE="http://sf-xpaint.sourceforge.net/"
+HOMEPAGE="https://sf-xpaint.sourceforge.net/"
SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
@ 2022-11-02 16:17 Viorel Munteanu
0 siblings, 0 replies; 21+ messages in thread
From: Viorel Munteanu @ 2022-11-02 16:17 UTC (permalink / raw
To: gentoo-commits
commit: c5c3f403080375e7a968b57b092ee37f1915ffe6
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 10:38:05 2022 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 16:17:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c3f403
media-gfx/xpaint: add myself as a maintainer
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
media-gfx/xpaint/metadata.xml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/media-gfx/xpaint/metadata.xml b/media-gfx/xpaint/metadata.xml
index 01bc8e6ad027..11017f841ca6 100644
--- a/media-gfx/xpaint/metadata.xml
+++ b/media-gfx/xpaint/metadata.xml
@@ -1,14 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>ceamac.paragon@gmail.com</email>
+ <maintainer type="person">
+ <email>ceamac@gentoo.org</email>
<name>Viorel Munteanu</name>
</maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<longdescription lang="en">
XPaint is an X Window System color image bitmap editing program.
It also supports advanced features, such as image processing
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2022-11-02 16:17 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 0:12 [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-11-02 16:17 Viorel Munteanu
2022-10-27 12:26 Joonas Niilola
2022-10-27 12:26 Joonas Niilola
2022-10-01 5:49 Joonas Niilola
2022-10-01 5:49 Joonas Niilola
2022-08-27 15:29 Matt Turner
2021-12-01 7:05 Joonas Niilola
2021-11-29 17:31 Jakov Smolić
2021-05-26 11:58 Joonas Niilola
2021-05-24 13:19 Agostino Sarubbo
2021-05-24 13:05 Agostino Sarubbo
2021-04-10 8:31 Joonas Niilola
2021-04-05 14:35 Sam James
2021-03-27 17:01 Sam James
2021-01-23 18:13 Andreas Sturmlechner
2021-01-23 18:13 Andreas Sturmlechner
2019-05-26 15:21 David Seifert
2019-03-19 2:03 Thomas Deutschmann
2019-03-02 19:11 Pacho Ramos
2015-08-16 14:57 Julian Ospald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox