public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/jpeg-xl/
@ 2021-01-13  9:17 Daniel Novomesky
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Novomesky @ 2021-01-13  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8ad3e268f5e537fc934500c11658a41a052b8a13
Author:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
AuthorDate: Wed Jan 13 09:14:29 2021 +0000
Commit:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
CommitDate: Wed Jan 13 09:14:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ad3e268

media-libs/jpeg-xl: new package

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>

 media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 58 ++++++++++++++++++++++++++++++++++
 media-libs/jpeg-xl/metadata.xml        |  8 +++++
 2 files changed, 66 insertions(+)

diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
new file mode 100644
index 00000000..fc5a0296
--- /dev/null
+++ b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake git-r3
+
+DESCRIPTION="JPEG XL Reference Software"
+HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/"
+
+EGIT_REPO_URI="https://gitlab.com/wg1/jpeg-xl.git"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="app-arch/brotli
+	sys-libs/zlib
+	media-libs/libpng
+	virtual/jpeg
+	virtual/opengl
+	media-libs/freeglut
+	media-libs/giflib
+	media-libs/openexr
+	dev-util/google-perftools
+	x11-misc/shared-mime-info
+	dev-qt/qtwidgets
+	dev-qt/qtx11extras
+"
+
+BDEPEND=""
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DJPEGXL_ENABLE_BENCHMARK=OFF
+		-DJPEGXL_ENABLE_COVERAGE=OFF
+		-DJPEGXL_ENABLE_FUZZERS=OFF
+		-DJPEGXL_ENABLE_SJPEG=OFF
+		-DJPEGXL_WARNINGS_AS_ERRORS=OFF
+
+		-DJPEGXL_ENABLE_EXAMPLES=ON
+		-DJPEGXL_ENABLE_VIEWERS=ON
+		-DJPEGXL_ENABLE_PLUGINS=ON
+		-DJPEGXL_FORCE_SYSTEM_BROTLI=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_mimeinfo_database_update
+}

diff --git a/media-libs/jpeg-xl/metadata.xml b/media-libs/jpeg-xl/metadata.xml
new file mode 100644
index 00000000..d9a1e3c6
--- /dev/null
+++ b/media-libs/jpeg-xl/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dnovomesky@gmail.com</email>
+		<name>Daniel Novomesky</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/jpeg-xl/
@ 2021-01-13 12:16 Daniel Novomesky
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Novomesky @ 2021-01-13 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     08c1b7e19324d3fe560cbce3cba1aca68c4e80ce
Author:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
AuthorDate: Wed Jan 13 12:15:44 2021 +0000
Commit:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
CommitDate: Wed Jan 13 12:15:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08c1b7e1

media-libs/jpeg-xl: simplify live ebuild

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>

 media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
index fc5a0296..be107c6d 100644
--- a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
+++ b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake git-r3
+inherit xdg cmake git-r3
 
 DESCRIPTION="JPEG XL Reference Software"
 HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/"
@@ -48,11 +48,3 @@ src_configure() {
 
 	cmake_src_configure
 }
-
-pkg_postinst() {
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	xdg_mimeinfo_database_update
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/jpeg-xl/
@ 2021-06-03 11:45 Daniel Novomesky
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Novomesky @ 2021-06-03 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     02e8a1aeb82a53c636ab19add4fd590c3bc3f2c4
Author:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
AuthorDate: Thu Jun  3 11:36:28 2021 +0000
Commit:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
CommitDate: Thu Jun  3 11:39:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02e8a1ae

media-libs/jpeg-xl: drop obsolete package

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>

 media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 50 ----------------------------------
 media-libs/jpeg-xl/metadata.xml        |  8 ------
 2 files changed, 58 deletions(-)

diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
deleted file mode 100644
index be107c6d8..000000000
--- a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit xdg cmake git-r3
-
-DESCRIPTION="JPEG XL Reference Software"
-HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/"
-
-EGIT_REPO_URI="https://gitlab.com/wg1/jpeg-xl.git"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="app-arch/brotli
-	sys-libs/zlib
-	media-libs/libpng
-	virtual/jpeg
-	virtual/opengl
-	media-libs/freeglut
-	media-libs/giflib
-	media-libs/openexr
-	dev-util/google-perftools
-	x11-misc/shared-mime-info
-	dev-qt/qtwidgets
-	dev-qt/qtx11extras
-"
-
-BDEPEND=""
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DJPEGXL_ENABLE_BENCHMARK=OFF
-		-DJPEGXL_ENABLE_COVERAGE=OFF
-		-DJPEGXL_ENABLE_FUZZERS=OFF
-		-DJPEGXL_ENABLE_SJPEG=OFF
-		-DJPEGXL_WARNINGS_AS_ERRORS=OFF
-
-		-DJPEGXL_ENABLE_EXAMPLES=ON
-		-DJPEGXL_ENABLE_VIEWERS=ON
-		-DJPEGXL_ENABLE_PLUGINS=ON
-		-DJPEGXL_FORCE_SYSTEM_BROTLI=ON
-	)
-
-	cmake_src_configure
-}

diff --git a/media-libs/jpeg-xl/metadata.xml b/media-libs/jpeg-xl/metadata.xml
deleted file mode 100644
index d9a1e3c6e..000000000
--- a/media-libs/jpeg-xl/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-	<maintainer type="person">
-		<email>dnovomesky@gmail.com</email>
-		<name>Daniel Novomesky</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-03 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-13 12:16 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/jpeg-xl/ Daniel Novomesky
  -- strict thread matches above, loose matches on Subject: below --
2021-06-03 11:45 Daniel Novomesky
2021-01-13  9:17 Daniel Novomesky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox