summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-05-16 08:39:11 +0200
committerDavid Seifert <soap@gentoo.org>2017-05-16 08:39:34 +0200
commit34021ba28f658439a6c09fd7ae78ebd9bd932ccb (patch)
tree788394eea39f84d0936f9518ca47c6eb4ced4aab /media-libs
parentmedia-libs/jasper: Mark ia64 stable (diff)
downloadgentoo-34021ba28f658439a6c09fd7ae78ebd9bd932ccb.tar.gz
gentoo-34021ba28f658439a6c09fd7ae78ebd9bd932ccb.tar.bz2
gentoo-34021ba28f658439a6c09fd7ae78ebd9bd932ccb.zip
media-libs/jasper: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/jasper/Manifest2
-rw-r--r--media-libs/jasper/files/jasper-1.900.6-fix-build-system.patch87
-rw-r--r--media-libs/jasper/jasper-1.900.6.ebuild47
-rw-r--r--media-libs/jasper/jasper-2.0.10.ebuild65
4 files changed, 0 insertions, 201 deletions
diff --git a/media-libs/jasper/Manifest b/media-libs/jasper/Manifest
index 0ee7767291f1..5121c7b5a0a4 100644
--- a/media-libs/jasper/Manifest
+++ b/media-libs/jasper/Manifest
@@ -1,3 +1 @@
-DIST jasper-1.900.6.tar.gz 787271 SHA256 5d0b4d684d19104b4564ef7142f4059eda91902620af36a3a6205d3dae66e027 SHA512 096e77609bf977eb0bbc9b1fc804bce7be1c7c81d066db7e367b61c4f6fa772a7a7ef21f7613485de46c3ca22cce57dce1e80c3736f54eb77eb44153218983b6 WHIRLPOOL 23edd5abc05248b43085f5a77a0210dcaf52089c57e31686478bd9b01284f294459ac1cad71eae4a594ef2632ba4323190b25d1a37dd36af0c0d7cd69579e568
-DIST jasper-2.0.10.tar.gz 1310613 SHA256 d48193de3b82e7f5792fe933fba2ef6714228de4d904ce98f3d69217ed7a85ec SHA512 8f96f72b73197088ff28364c7b4db79745a3188aa9be888ad3b211541bb4d1e45f23604b36d0b6c4176a432c2da888d1e31f119279aaab73e09430699e036859 WHIRLPOOL 37f98278af2baf2978b21a894c618166b4086c744c21ce953bad1b7aec9191550eda7d161aa93533c6a8f36399160633de5ea912e5d1e7ac37d5b3eece48062b
DIST jasper-2.0.12.tar.gz 1311323 SHA256 f0bcc1c4de5fab199f2e792acf269eb34d54689777c305d80e2498788f9f204b SHA512 a308983511119d85e6580772f5164c188e2e170500fa4b98c8831aa63aa87cb661b88952b278e390497571f9ebf9286855a8aa946037692309ba5f41cffe265a WHIRLPOOL 375eebf63f99081171d04414bae4ef0ce5514955818ddf5c985e9dc7bb93e539bf4b90adecdd497c43bcf0658d68c9261cc7e53f164d3fe5436e02da778f6ee3
diff --git a/media-libs/jasper/files/jasper-1.900.6-fix-build-system.patch b/media-libs/jasper/files/jasper-1.900.6-fix-build-system.patch
deleted file mode 100644
index d4ac76eaba19..000000000000
--- a/media-libs/jasper/files/jasper-1.900.6-fix-build-system.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-Include the the correct path for the produced jas_config.h header,
-in order to enable VPATH builds.
-See also: https://bugs.gentoo.org/show_bug.cgi?id=597208
-
---- a/src/appl/Makefile.am
-+++ b/src/appl/Makefile.am
-@@ -78,7 +78,7 @@
- man_MANS = imgcmp.1 imginfo.1 jasper.1 jiv.1
- EXTRA_DIST = $(man_MANS)
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
-
- MYLDFLAGS = ../libjasper/libjasper.la
- jasper_LDADD = $(MYLDFLAGS)
---- a/src/libjasper/base/Makefile.am
-+++ b/src/libjasper/base/Makefile.am
-@@ -73,4 +73,4 @@
- jas_tvp.c \
- jas_version.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/bmp/Makefile.am
-+++ b/src/libjasper/bmp/Makefile.am
-@@ -64,4 +64,4 @@
- bmp_dec.c \
- bmp_enc.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/jp2/Makefile.am
-+++ b/src/libjasper/jp2/Makefile.am
-@@ -64,4 +64,4 @@
- jp2_dec.c \
- jp2_enc.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/jpc/Makefile.am
-+++ b/src/libjasper/jpc/Makefile.am
-@@ -102,4 +102,4 @@
- jpc_t2enc.c \
- jpc_util.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/jpg/Makefile.am
-+++ b/src/libjasper/jpg/Makefile.am
-@@ -76,4 +76,4 @@
- jpg_enc.c \
- jpg_dummy.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/mif/Makefile.am
-+++ b/src/libjasper/mif/Makefile.am
-@@ -63,4 +63,4 @@
- mif_cod.h \
- mif_cod.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/pgx/Makefile.am
-+++ b/src/libjasper/pgx/Makefile.am
-@@ -64,4 +64,4 @@
- pgx_dec.c \
- pgx_enc.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/pnm/Makefile.am
-+++ b/src/libjasper/pnm/Makefile.am
-@@ -64,4 +64,4 @@
- pnm_dec.c \
- pnm_enc.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
---- a/src/libjasper/ras/Makefile.am
-+++ b/src/libjasper/ras/Makefile.am
-@@ -64,4 +64,4 @@
- ras_dec.c \
- ras_enc.c
-
--AM_CPPFLAGS = -I$(top_srcdir)/src/libjasper/include
-+AM_CPPFLAGS = -I$(top_builddir)/src/libjasper/include -I$(top_srcdir)/src/libjasper/include
diff --git a/media-libs/jasper/jasper-1.900.6.ebuild b/media-libs/jasper/jasper-1.900.6.ebuild
deleted file mode 100644
index e6d1d371172d..000000000000
--- a/media-libs/jasper/jasper-1.900.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot multilib-minimal
-
-DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
-HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/"
-SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="JasPer2.0"
-SLOT="0/1"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~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 ~x64-solaris ~x86-solaris"
-IUSE="jpeg opengl static-libs"
-
-RDEPEND="
- jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
- opengl? (
- >=virtual/opengl-7.0-r1:0[${MULTILIB_USEDEP}]
- >=media-libs/freeglut-2.8.1:0[${MULTILIB_USEDEP}]
- virtual/glu
- )"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-PATCHES=( "${FILESDIR}/${PN}-1.900.6-fix-build-system.patch" )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- $(use_enable jpeg libjpeg) \
- $(use_enable opengl) \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- einstalldocs
- dodoc -r doc/.
-
- # package provides .pc files
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/media-libs/jasper/jasper-2.0.10.ebuild b/media-libs/jasper/jasper-2.0.10.ebuild
deleted file mode 100644
index 86b1c13ff39c..000000000000
--- a/media-libs/jasper/jasper-2.0.10.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
-HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/mdadams/jasper.git"
-else
- inherit vcs-snapshot
- SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~x64-solaris ~x86-solaris"
-fi
-
-# We limit memory usage to 128 MiB by default, specified in bytes
-: ${JASPER_MEM_LIMIT:=134217728}
-
-LICENSE="JasPer2.0"
-SLOT="0/4"
-IUSE="doc jpeg opengl"
-
-RDEPEND="
- jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
- opengl? (
- >=virtual/opengl-7.0-r1:0[${MULTILIB_USEDEP}]
- >=media-libs/freeglut-2.8.1:0[${MULTILIB_USEDEP}]
- virtual/glu[${MULTILIB_USEDEP}]
- x11-libs/libXi[${MULTILIB_USEDEP}]
- x11-libs/libXmu[${MULTILIB_USEDEP}]
- )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DALLOW_IN_SOURCE_BUILD=OFF
- -DBASH_PROGRAM="${EPREFIX}"/bin/bash
- -DJAS_ENABLE_ASAN=OFF
- -DJAS_ENABLE_LSAN=OFF
- -DJAS_ENABLE_MSAN=OFF
- -DJAS_ENABLE_SHARED=ON
- -DJAS_ENABLE_STRICT=ON
- -DJAS_ENABLE_USAN=OFF
- -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
-
- # JPEG
- -DJAS_ENABLE_LIBJPEG=$(usex jpeg)
- -DCMAKE_DISABLE_FIND_PACKAGE_JPEG=$(usex !jpeg)
-
- # OpenGL
- -DJAS_ENABLE_OPENGL=$(usex opengl)
- -DCMAKE_DISABLE_FIND_PACKAGE_OpenGL=$(usex !opengl)
-
- # Doxygen
- -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON)
- )
- cmake-utils_src_configure
-}