* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2015-10-20 23:16 Julian Ospald
0 siblings, 0 replies; 8+ messages in thread
From: Julian Ospald @ 2015-10-20 23:16 UTC (permalink / raw
To: gentoo-commits
commit: 9cf66f8421d4a93ace1e8af20b1e4cdda813bb77
Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 20:42:34 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 23:16:28 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf66f84
virtual/jpeg: add SLOT description to metadata.xml
virtual/jpeg/metadata.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/virtual/jpeg/metadata.xml b/virtual/jpeg/metadata.xml
index 9be90a2..07d7201 100644
--- a/virtual/jpeg/metadata.xml
+++ b/virtual/jpeg/metadata.xml
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>graphics</herd>
+ <herd>graphics</herd>
+ <slots>
+ <slot name="0">For building against. This is the only slot
+ that provides headers and command line tools.</slot>
+ <slot name="62">For binary compatibility, provides
+ libjpeg.so.62 only.</slot>
+ </slots>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2017-03-21 15:46 Michael Haubenwallner
0 siblings, 0 replies; 8+ messages in thread
From: Michael Haubenwallner @ 2017-03-21 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 6f4186735fcf6dd35a00bad6e2d4c6d94e441116
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 15:32:11 2017 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 15:41:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f418673
virtual/jpeg: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3
virtual/jpeg/jpeg-0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/jpeg/jpeg-0-r2.ebuild b/virtual/jpeg/jpeg-0-r2.ebuild
index b98da0fda06..52226a8694c 100644
--- a/virtual/jpeg/jpeg-0-r2.ebuild
+++ b/virtual/jpeg/jpeg-0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND="|| (
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2019-04-11 17:25 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2019-04-11 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 8e303326966b434c90c5bb5715ff49889d2d5fa3
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 17:24:47 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 17:24:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e303326
virtual/jpeg: Bump minimum versions
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/11654
Signed-off-by: David Seifert <soap <AT> gentoo.org>
virtual/jpeg/{jpeg-0-r2.ebuild => jpeg-0-r3.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/virtual/jpeg/jpeg-0-r2.ebuild b/virtual/jpeg/jpeg-0-r3.ebuild
similarity index 73%
rename from virtual/jpeg/jpeg-0-r2.ebuild
rename to virtual/jpeg/jpeg-0-r3.ebuild
index 8811bfb84df..ee9a4e48562 100644
--- a/virtual/jpeg/jpeg-0-r2.ebuild
+++ b/virtual/jpeg/jpeg-0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit multilib-build
@@ -11,6 +11,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
IUSE="static-libs"
RDEPEND="|| (
- >=media-libs/libjpeg-turbo-1.3.0-r3:0[static-libs?,${MULTILIB_USEDEP}]
- >=media-libs/jpeg-8d-r1:0[static-libs?,${MULTILIB_USEDEP}]
+ >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}]
+ >=media-libs/jpeg-9c:0[static-libs?,${MULTILIB_USEDEP}]
)"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2020-06-05 3:36 Mike Gilbert
0 siblings, 0 replies; 8+ messages in thread
From: Mike Gilbert @ 2020-06-05 3:36 UTC (permalink / raw
To: gentoo-commits
commit: e77df397ccdd60bdb107db247c1a6f49328686fb
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 5 03:35:21 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 03:35:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77df397
virtual/jpeg: bump to version 100
Should cause a rebuild for any installed reverse dependencies that were
built against the "62" slot.
Bug: https://bugs.gentoo.org/725944
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
virtual/jpeg/{jpeg-0-r3.ebuild => jpeg-100.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/virtual/jpeg/jpeg-0-r3.ebuild b/virtual/jpeg/jpeg-100.ebuild
similarity index 100%
rename from virtual/jpeg/jpeg-0-r3.ebuild
rename to virtual/jpeg/jpeg-100.ebuild
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2020-07-21 23:15 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2020-07-21 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 1ef84e04e4278ccf2c237a6da2fc5c8a611cae77
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 21:35:35 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 23:13:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef84e04
virtual/jpeg: Drop x64-cygwin re bug #690140
Depends:
- media-libs/libjpeg-turbo
- dev-lang/nasm
- dev-perl/Font-TTF
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
virtual/jpeg/jpeg-100.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/jpeg/jpeg-100.ebuild b/virtual/jpeg/jpeg-100.ebuild
index 7e8981c16e4..62190065f44 100644
--- a/virtual/jpeg/jpeg-100.ebuild
+++ b/virtual/jpeg/jpeg-100.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
DESCRIPTION="Virtual to select between libjpeg-turbo and IJG jpeg for source-based packages"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND="|| (
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2021-04-14 22:26 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-14 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 4c3bde9c7b968ba475dabe4e52b8399ac304a01a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 22:23:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 22:23:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3bde9c
virtual/jpeg: adopt for codec@
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/jpeg/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/virtual/jpeg/metadata.xml b/virtual/jpeg/metadata.xml
index 7a38bb90096..733f9c60ae6 100644
--- a/virtual/jpeg/metadata.xml
+++ b/virtual/jpeg/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>codec@gentoo.org</email>
+ <name>Gentoo Codec Project</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2022-04-06 16:16 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2022-04-06 16:16 UTC (permalink / raw
To: gentoo-commits
commit: fef9c9189fa4e2ad0724b6f09cf7c1d5f419c989
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 16:16:07 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 16:16:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef9c918
virtual/jpeg: Remove obsolete media-libs/jpeg provider
media-libs/jpeg has been removed from ::gentoo. Remove its entry
and revbump in order to enforce upgrade to media-libs/libjpeg-turbo
on the remaining Gentoo systems.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/jpeg/{jpeg-100.ebuild => jpeg-100-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/virtual/jpeg/jpeg-100.ebuild b/virtual/jpeg/jpeg-100-r1.ebuild
similarity index 68%
rename from virtual/jpeg/jpeg-100.ebuild
rename to virtual/jpeg/jpeg-100-r1.ebuild
index 9f8f55c5ff20..871f682b4bfb 100644
--- a/virtual/jpeg/jpeg-100.ebuild
+++ b/virtual/jpeg/jpeg-100-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,6 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
-RDEPEND="|| (
- >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}]
- >=media-libs/jpeg-9c:0[static-libs?,${MULTILIB_USEDEP}]
- )"
+RDEPEND="
+ >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
@ 2022-05-09 5:29 WANG Xuerui
0 siblings, 0 replies; 8+ messages in thread
From: WANG Xuerui @ 2022-05-09 5:29 UTC (permalink / raw
To: gentoo-commits
commit: 9a678cff0f6ed43db78bac68481eae1f70840617
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 04:36:57 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon May 9 05:29:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a678cff
virtual/jpeg: keyword 100-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
virtual/jpeg/jpeg-100-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/jpeg/jpeg-100-r1.ebuild b/virtual/jpeg/jpeg-100-r1.ebuild
index 871f682b4bfb..ad6110a5f173 100644
--- a/virtual/jpeg/jpeg-100-r1.ebuild
+++ b/virtual/jpeg/jpeg-100-r1.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
DESCRIPTION="Virtual to select between libjpeg-turbo and IJG jpeg for source-based packages"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-05-09 5:30 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-14 22:26 [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-05-09 5:29 WANG Xuerui
2022-04-06 16:16 Michał Górny
2020-07-21 23:15 Kent Fredric
2020-06-05 3:36 Mike Gilbert
2019-04-11 17:25 David Seifert
2017-03-21 15:46 Michael Haubenwallner
2015-10-20 23:16 Julian Ospald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox