[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/

2022-11-24 Thread Sam James
commit: 9f186ab5a20e2e7f38a1ae6840cb7501b08994ab
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 05:49:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 05:49:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f186ab5

media-gfx/jpeginfo: fix build w/ clang 16

Closes: https://bugs.gentoo.org/874489
Signed-off-by: Sam James  gentoo.org>

 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
index 8649717927b5..e036302e556a 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-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="Prints information and tests integrity of JPEG/JFIF files"
 HOMEPAGE="https://www.kokkonen.net/tjko/projects.html;
@@ -13,11 +13,18 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
-RDEPEND="virtual/jpeg:0"
+RDEPEND="media-libs/libjpeg-turbo:="
 DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch )
 
+src_prepare() {
+   default
+
+   # Clang 16
+   eautoreconf
+}
+
 src_configure() {
tc-export CC
econf



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/

2019-05-29 Thread Andreas Sturmlechner
commit: a805f102fed08f902c03b8a474f6eac4984ec1a9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu May 16 19:04:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 29 18:07:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a805f102

media-gfx/jpeginfo: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
deleted file mode 100644
index 59414dd9e88..000
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files"
-HOMEPAGE="https://www.kokkonen.net/tjko/projects.html;
-SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="virtual/jpeg"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch
-}
-
-src_configure() {
-   tc-export CC
-   econf
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/

2019-05-02 Thread Mikle Kolyada
commit: 4f2b5dbf63f205d2d6b8b88f06b094dc4dda1941
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  2 21:58:29 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  2 21:58:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2b5dbf

media-gfx/jpeginfo: alpha stable wrt bug #681114

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
index 4b8027f00b3..73e1104685f 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/jpeg:0"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/

2019-04-28 Thread Thomas Deutschmann
commit: ec7739f50756c86c016880133233bb0d9ccff775
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:55:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7739f5

media-gfx/jpeginfo: x86 stable (bug #681114)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
index 8e8fd5f1145..4b8027f00b3 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/jpeg:0"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/

2019-04-08 Thread Mikle Kolyada
commit: 71c2a501447d635d2d78a081fcd3ed752f80fbfc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr  8 15:39:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr  8 15:39:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c2a501

media-gfx/jpeginfo: amd64 stable wrt bug #681114

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
index 48323035e17..8e8fd5f1145 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha amd64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/jpeg:0"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/

2019-04-05 Thread Sergei Trofimovich
commit: 1b455aa897c7b5c3e762b4672859eeb08b235379
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr  5 08:56:39 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr  5 19:03:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b455aa8

media-gfx/jpeginfo: stable 1.6.1-r1 for sparc, bug #681114

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
index fb764fd99d8..d9beabe1b3e 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 RDEPEND="virtual/jpeg:0"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/

2019-02-09 Thread Andreas Sturmlechner
commit: 929ad2b8d1c815a1878753509aa014f0a8a0f5df
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Feb  8 15:30:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  9 16:06:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929ad2b8

media-gfx/jpeginfo: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
index 94655602da5..59414dd9e88 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
+
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files"
-HOMEPAGE="http://www.kokkonen.net/tjko/projects.html;
-SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz;
+HOMEPAGE="https://www.kokkonen.net/tjko/projects.html;
+SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/, media-gfx/jpeginfo/files/

2019-02-09 Thread Andreas Sturmlechner
commit: f20b8ec6da83060e38426e322d3d8c3493a67fe9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Feb  8 15:31:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  9 16:06:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20b8ec6

media-gfx/jpeginfo: use HTTPs, EAPI7 bump

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/jpeginfo-1.6.0-parallel_install.patch|  4 +--
 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild| 29 ++
 2 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch 
b/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch
index 379e200fd90..84de25bafca 100644
--- a/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch
+++ b/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch
@@ -1,5 +1,5 @@
 Makefile.in
-+++ Makefile.in
+--- a/Makefile.in
 b/Makefile.in
 @@ -79,7 +79,7 @@
groff -Tps -mandoc ./$(PKGNAME).1 >$(PKGNAME).ps
groff -Tascii -mandoc ./$(PKGNAME).1 | tee $(PKGNAME).prn | sed 
's/.//g' >$(PKGNAME).txt

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
new file mode 100644
index 000..fb764fd99d8
--- /dev/null
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files"
+HOMEPAGE="https://www.kokkonen.net/tjko/projects.html;
+SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+
+RDEPEND="virtual/jpeg:0"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch )
+
+src_configure() {
+   tc-export CC
+   econf
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   dodoc README
+}