public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/jasper/
Date: Thu, 22 Aug 2024 01:26:57 +0000 (UTC)	[thread overview]
Message-ID: <1724280794.f3231d74a2d1cc5951033268d513f92d3d1619af.eschwartz@gentoo> (raw)

commit:     f3231d74a2d1cc5951033268d513f92d3d1619af
Author:     Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Mon Aug 19 15:08:00 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 22:53:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3231d74

media-libs/jasper: drop several old ebuilds

Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 media-libs/jasper/Manifest            |  4 ---
 media-libs/jasper/jasper-4.0.0.ebuild | 60 -------------------------------
 media-libs/jasper/jasper-4.1.1.ebuild | 60 -------------------------------
 media-libs/jasper/jasper-4.1.2.ebuild | 66 -----------------------------------
 media-libs/jasper/jasper-4.2.0.ebuild | 62 --------------------------------
 5 files changed, 252 deletions(-)

diff --git a/media-libs/jasper/Manifest b/media-libs/jasper/Manifest
index bd3dfbc13059..0b7a56284b92 100644
--- a/media-libs/jasper/Manifest
+++ b/media-libs/jasper/Manifest
@@ -1,5 +1 @@
-DIST jasper-4.0.0.tar.gz 1975127 BLAKE2B d4d8ae3324f3753e999adee57c215b89fa0ddeb3d945f10de15459a7d6566f1de9cbcd27a418bcc3c128bc138fff7e3f1cc157b6750d2d7dc1216f8e8cbc8bea SHA512 dc03434870e85b1fdbdf41a3e07ce5a8044c8d225717d3d7a5969d45e3bd716bfb2abc4b4e0b8cec2f4071a7520c5d3e48939dba0cabe6d192eacd593de0c563
-DIST jasper-4.1.1.tar.gz 1979438 BLAKE2B 7f72c7f5633b7b0b119733ea7cdaa51684d3593ea19de21ae45f036ac79245b418b4f72a90f4b7d458b38ea480f008a8b67a74a0c4f440c9d86f76419e04e712 SHA512 a15c196d7e448fb3c8b6512793d4b430e58ba6adf343b46392cac0880ae8c385cd75b43dd566c4a25baab983089cb95c00ae538dc0b84282cc98f2a9ce398d43
-DIST jasper-4.1.2.tar.gz 1982427 BLAKE2B 36f1e5abb90f6e684ab9b9479e3f28318c75e1f1cd71dfa9f84f00fca2e04ebec393b48ceec1db02d2777cb09fbf0f425cef017958aec1c7f6fd66277c370baa SHA512 ab3cc1e2a4b4232510eba89d03363ed1a9f74ee981e2e7eeef21d185dbc12f2efa5cc0e281c5d20adf1d3d0f95a44f7b0ece8fd304e26bdcd1ff352dbf398367
-DIST jasper-4.2.0.tar.gz 1980712 BLAKE2B 1f01775b23f368ae8380569e82026f24f82eeee1d5dc4f023ab844c3ae14007c79c416860efb414e620059824a2923d6bd3ffa1b4914eb7e11e247016ebead55 SHA512 31da8f49cec3ba2a3bb9ba40fa54fe64c97d1e564631c980619f0b3ffca36814adc6c2cb8dc1ead774a15546f308e7a33990821538d1e7b6c885b14ed4e1f711
 DIST jasper-4.2.2.tar.gz 1980836 BLAKE2B b5b1f1e27904bf3c884c43bd338b836425a68e5162e1e3dce320ac3cd5a0150cfe7e39a2709590378a33fd43eee3f7abe4d1d4d86bc99c0d58061a97cd9751a5 SHA512 5c5e0efae1c00a57d85ca5aa70f2cc332bb45db15e56f022c52a11f4ac8f995412896d62fcaa3b7f390a85de70aa56c421a9ab8e5945048ac94b19847eed67bd

diff --git a/media-libs/jasper/jasper-4.0.0.ebuild b/media-libs/jasper/jasper-4.0.0.ebuild
deleted file mode 100644
index 335732079920..000000000000
--- a/media-libs/jasper/jasper-4.0.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
-HOMEPAGE="https://jasper-software.github.io/jasper"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/jasper-software/jasper.git"
-else
-	SRC_URI="https://github.com/jasper-software/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86"
-	S="${WORKDIR}/${PN}-version-${PV}"
-fi
-
-LICENSE="JasPer2.0"
-SLOT="0/7"
-IUSE="doc heif jpeg opengl"
-
-RDEPEND="
-	heif? ( media-libs/libheif:= )
-	jpeg? ( media-libs/libjpeg-turbo:= )
-	opengl? (
-		media-libs/freeglut
-		virtual/opengl
-		virtual/glu
-	)"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-shells/bash
-	doc? (
-		app-text/doxygen
-		dev-texlive/texlive-latexextra
-		dev-texlive/texlive-plaingeneric
-		virtual/latex-base
-	)"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBASH_PROGRAM="${BROOT}"/bin/bash
-
-		# documentation
-		$(cmake_use_find_package doc Doxygen)
-		$(cmake_use_find_package doc LATEX)
-
-		# HEIF
-		-DJAS_ENABLE_LIBHEIF=$(usex heif)
-
-		# JPEG
-		-DJAS_ENABLE_LIBJPEG=$(usex jpeg)
-
-		# OpenGL
-		-DJAS_ENABLE_OPENGL=$(usex opengl)
-	)
-	cmake_src_configure
-}

diff --git a/media-libs/jasper/jasper-4.1.1.ebuild b/media-libs/jasper/jasper-4.1.1.ebuild
deleted file mode 100644
index 335732079920..000000000000
--- a/media-libs/jasper/jasper-4.1.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
-HOMEPAGE="https://jasper-software.github.io/jasper"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/jasper-software/jasper.git"
-else
-	SRC_URI="https://github.com/jasper-software/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86"
-	S="${WORKDIR}/${PN}-version-${PV}"
-fi
-
-LICENSE="JasPer2.0"
-SLOT="0/7"
-IUSE="doc heif jpeg opengl"
-
-RDEPEND="
-	heif? ( media-libs/libheif:= )
-	jpeg? ( media-libs/libjpeg-turbo:= )
-	opengl? (
-		media-libs/freeglut
-		virtual/opengl
-		virtual/glu
-	)"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-shells/bash
-	doc? (
-		app-text/doxygen
-		dev-texlive/texlive-latexextra
-		dev-texlive/texlive-plaingeneric
-		virtual/latex-base
-	)"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBASH_PROGRAM="${BROOT}"/bin/bash
-
-		# documentation
-		$(cmake_use_find_package doc Doxygen)
-		$(cmake_use_find_package doc LATEX)
-
-		# HEIF
-		-DJAS_ENABLE_LIBHEIF=$(usex heif)
-
-		# JPEG
-		-DJAS_ENABLE_LIBJPEG=$(usex jpeg)
-
-		# OpenGL
-		-DJAS_ENABLE_OPENGL=$(usex opengl)
-	)
-	cmake_src_configure
-}

diff --git a/media-libs/jasper/jasper-4.1.2.ebuild b/media-libs/jasper/jasper-4.1.2.ebuild
deleted file mode 100644
index 6540d3819942..000000000000
--- a/media-libs/jasper/jasper-4.1.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
-HOMEPAGE="https://jasper-software.github.io/jasper"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/jasper-software/jasper.git"
-else
-	SRC_URI="https://github.com/jasper-software/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86"
-	S="${WORKDIR}/${PN}-version-${PV}"
-fi
-
-LICENSE="JasPer2.0"
-SLOT="0/7"
-IUSE="doc heif jpeg opengl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	heif? ( media-libs/libheif:= )
-	jpeg? ( media-libs/libjpeg-turbo:= )
-	opengl? (
-		media-libs/freeglut
-		virtual/opengl
-		virtual/glu
-	)"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-shells/bash
-	doc? (
-		app-text/doxygen
-		dev-texlive/texlive-latexextra
-		dev-texlive/texlive-plaingeneric
-		virtual/latex-base
-	)
-	test? ( media-libs/openjpeg )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-4.1.2-which-hunt.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DBASH_PROGRAM="${BROOT}"/bin/bash
-
-		# documentation
-		$(cmake_use_find_package doc Doxygen)
-		$(cmake_use_find_package doc LATEX)
-
-		# HEIF
-		-DJAS_ENABLE_LIBHEIF=$(usex heif)
-
-		# JPEG
-		-DJAS_ENABLE_LIBJPEG=$(usex jpeg)
-
-		# OpenGL
-		-DJAS_ENABLE_OPENGL=$(usex opengl)
-	)
-	cmake_src_configure
-}

diff --git a/media-libs/jasper/jasper-4.2.0.ebuild b/media-libs/jasper/jasper-4.2.0.ebuild
deleted file mode 100644
index 47b363a4f06e..000000000000
--- a/media-libs/jasper/jasper-4.2.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
-HOMEPAGE="https://jasper-software.github.io/jasper"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/jasper-software/jasper.git"
-else
-	SRC_URI="https://github.com/jasper-software/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86"
-	S="${WORKDIR}/${PN}-version-${PV}"
-fi
-
-LICENSE="JasPer2.0"
-SLOT="0/7"
-IUSE="doc heif jpeg opengl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	heif? ( media-libs/libheif:= )
-	jpeg? ( media-libs/libjpeg-turbo:= )
-	opengl? (
-		media-libs/freeglut
-		virtual/opengl
-		virtual/glu
-	)"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-shells/bash
-	doc? (
-		app-text/doxygen
-		dev-texlive/texlive-latexextra
-		dev-texlive/texlive-plaingeneric
-		virtual/latex-base
-	)
-	test? ( media-libs/openjpeg )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBASH_PROGRAM="${BROOT}"/bin/bash
-
-		# documentation
-		$(cmake_use_find_package doc Doxygen)
-		$(cmake_use_find_package doc LATEX)
-
-		# HEIF
-		-DJAS_ENABLE_LIBHEIF=$(usex heif)
-
-		# JPEG
-		-DJAS_ENABLE_LIBJPEG=$(usex jpeg)
-
-		# OpenGL
-		-DJAS_ENABLE_OPENGL=$(usex opengl)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2024-08-22  1:27 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-22  1:26 Eli Schwartz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22  1:26 [gentoo-commits] repo/gentoo:master commit in: media-libs/jasper/ Eli Schwartz
2024-07-03  5:17 Ionen Wolkens
2024-06-25  6:28 Joonas Niilola
2024-06-25  4:07 Sam James
2024-03-20 20:47 Andrew Ammerlaan
2024-02-06  8:28 Andrew Ammerlaan
2024-01-14  5:36 Sam James
2024-01-14  5:36 Sam James
2024-01-10 12:39 Andrew Ammerlaan
2024-01-09 15:34 WANG Xuerui
2024-01-09 15:34 WANG Xuerui
2023-04-13 10:52 David Seifert
2023-04-13 10:04 David Seifert
2023-04-12 13:09 David Seifert
2019-03-26 14:32 Lars Wendler
2019-03-25  7:27 Lars Wendler
2019-03-25  7:25 Lars Wendler
2019-03-25  7:20 Lars Wendler
2019-03-20 14:55 Lars Wendler
2019-03-20 14:55 Lars Wendler
2018-06-30 17:47 Mikle Kolyada
2018-05-15 14:57 Aaron Bauman
2018-05-15 14:57 Aaron Bauman
2018-05-08 18:43 Sergei Trofimovich
2018-04-22 20:19 Matt Turner
2018-04-08 10:55 Markus Meier
2018-03-31 10:11 Tobias Klausmann
2018-03-24 22:11 Mikle Kolyada
2018-03-23 23:38 Sergei Trofimovich
2017-09-01  6:54 Tim Harder
2017-05-16  6:39 David Seifert
2017-04-27 11:23 Agostino Sarubbo
2017-04-07  9:41 Jeroen Roovers
2017-04-04 19:28 Tobias Klausmann
2017-04-03 21:19 Michael Weber
2017-04-03 21:00 Michael Weber
2017-04-03 12:33 Agostino Sarubbo
2017-04-02 17:33 Agostino Sarubbo
2017-04-02 17:32 Agostino Sarubbo
2017-03-29 19:51 David Seifert
2017-01-05 13:30 David Seifert
2017-01-05 13:30 David Seifert
2016-12-20  9:13 David Seifert
2016-12-20  9:13 David Seifert
2016-12-10 21:32 David Seifert
2016-12-10 21:32 David Seifert
2016-12-10 21:32 David Seifert
2016-12-10 12:49 David Seifert
2016-12-10 10:28 David Seifert
2016-12-07 19:59 David Seifert
2016-12-07 19:59 David Seifert
2016-11-12 23:37 David Seifert
2016-11-12 23:37 David Seifert
2016-10-30  9:13 David Seifert
2016-10-29  9:45 David Seifert
2016-10-26 20:16 David Seifert
2016-10-26 20:16 David Seifert
2016-10-22 15:34 Agostino Sarubbo
2016-10-22  9:58 Jeroen Roovers
2016-10-21 10:52 Agostino Sarubbo
2016-10-21 10:52 Agostino Sarubbo
2016-10-20 11:00 Agostino Sarubbo
2016-10-20 11:00 Agostino Sarubbo
2016-10-19 10:28 Agostino Sarubbo
2016-10-19 10:26 Agostino Sarubbo
2016-10-19  7:45 David Seifert
2016-10-18 18:35 David Seifert
2016-10-16 22:11 David Seifert
2016-10-14 21:30 David Seifert
2015-10-10 11:17 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1724280794.f3231d74a2d1cc5951033268d513f92d3d1619af.eschwartz@gentoo \
    --to=eschwartz@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox