* [gentoo-commits] repo/gentoo:master commit in: media-libs/stimg/
@ 2018-01-07 14:33 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2018-01-07 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 666947a3a77cd03c4e8e6c1a308a10e609a9d7fb
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 14:25:41 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 14:33:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666947a3
media-libs/stimg: Drop linguas_ja flag.
README.ja is tiny (1255 bytes), so install it unconditionally.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-libs/stimg/stimg-0.1.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild
index 970a96a7b2c..3a7be52b0ef 100644
--- a/media-libs/stimg/stimg-0.1.0.ebuild
+++ b/media-libs/stimg/stimg-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="http://homepage3.nifty.com/slokar/stimg/${P}.tar.gz"
LICENSE="LGPL-2+ MIT-with-advertising"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86"
-IUSE="linguas_ja static-libs"
+IUSE="static-libs"
RDEPEND="media-libs/libpng
media-libs/tiff
@@ -32,5 +32,5 @@ src_configure() {
src_install() {
default
find "${D}" -name '*.la' -exec rm -f {} +
- use linguas_ja && dodoc README.ja
+ dodoc README.ja
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stimg/
@ 2022-09-30 0:58 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-09-30 0:58 UTC (permalink / raw
To: gentoo-commits
commit: 2e71b4c24f5fde61148a019004bbf01dcd6e277e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 00:36:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 00:36:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e71b4c2
media-libs/stimg: fix configure with clang 16
Revbump for the jpeg dep.
Closes: https://bugs.gentoo.org/871486
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{stimg-0.1.0.ebuild => stimg-0.1.0-r1.ebuild} | 27 +++++++++++++++-------
1 file changed, 19 insertions(+), 8 deletions(-)
diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0-r1.ebuild
similarity index 61%
rename from media-libs/stimg/stimg-0.1.0.ebuild
rename to media-libs/stimg/stimg-0.1.0-r1.ebuild
index 05c0e054bfcf..dd1d5aac1d48 100644
--- a/media-libs/stimg/stimg-0.1.0.ebuild
+++ b/media-libs/stimg/stimg-0.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="Simple and tiny image loading library"
HOMEPAGE="http://homepage3.nifty.com/slokar/fb/"
@@ -15,20 +15,31 @@ KEYWORDS="~alpha amd64 ppc x86"
RDEPEND="
media-libs/libpng:=
+ media-libs/libjpeg-turbo:=
media-libs/tiff:=
- virtual/jpeg"
+"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-libpng15.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-libpng15.patch
+)
+
+src_prepare() {
+ default
+
+ # bug #871486
+ eautoreconf
+}
src_configure() {
tc-export CC
- econf --disable-static
+
+ default
}
src_install() {
default
- # no static archives
- find "${D}" -name '*.la' -delete || die
+ # No static archives
+ find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-30 0:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 0:58 [gentoo-commits] repo/gentoo:master commit in: media-libs/stimg/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2018-01-07 14:33 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox