mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/openexr_viewers: remove old, drop to ~arch
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST openexr_viewers-2.0.1.tar.gz 495240 BLAKE2B 4cccdcca362c59f77eb73c03c4300e64d2df9456b0108908fac96e0ae5d5c804525f9fe321ac159043b18c05727addb5e318ed0ba002132c3e2a5728256838a5 SHA512 75af19e4a06d31bbb21217bc75a800852d2817dd9d120b879c377316e8aa64f75c49dccbb0d2a4d11d949f48b8fac40249692d1286a77e4812e43b3e8e303235
|
||||
DIST openexr_viewers-2.1.0.tar.gz 497290 BLAKE2B 15d8c23e8a738788f7aeb896b671a42005569a8cf177fbe193d9dbe4df418302be2beabc86344a88137a3a0e6b7b8bbfd66ec213882e52d4df5788157e182163 SHA512 fd3b08ad91b1b2299d01d56c7a17694538fd912302db3472a8d8621b49a699a42604de8d816288399b31207304c7684de198acecd2c8a9825d35b827b8a2ddaf
|
||||
DIST openexr_viewers-2.2.0.tar.gz 486235 BLAKE2B db1ebc95dfb7d5b9b1ead3cd3d1eeb4406e4ad5704c90b080d3929c7dea7a2be631e74e2cb597803f55e05783fda43fdb33edc64ba63522d31122f96a4675608 SHA512 ab2f15d0352fa4e9daf76c7317312dad6cfe7b65a86affaf057c8eceb48d2637fc0df58125ea2ec5ad3b7251eed392a8eccff1001cfeced969bbb66fe92284f8
|
||||
DIST openexr_viewers-2.3.0.tar.gz 532154 BLAKE2B 353c69a6efbdab6ef7669f531be22b34c11cce3cc790b513eb99d323fc5e1827cb4b0656eab2db61ee89f01c02169c3c855cc4222275964156f31928ae08e015 SHA512 2b7ce7c75733f390bec5c3f9c49edc08da2631e3a45ae20a732dddf9fd813137c3124d0c6e90450fa2b9068f0c40c76374ee7ff9cf0d8697080b2b180c624c5d
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -192,7 +192,10 @@
|
||||
dnl
|
||||
dnl check for Cg
|
||||
dnl
|
||||
-if test "${have_fltk}" = yes; then
|
||||
+AC_ARG_ENABLE(cg, AC_HELP_STRING([--enable-cg],
|
||||
+ [enable nvidia cg support [[default=check]]]), [want_cg="${enableval}"], [want_cg=yes])
|
||||
+
|
||||
+if test "${have_fltk}" = yes -a "${want_cg}" != "no"; then
|
||||
AM_PATH_CG(have_cg=yes, have_cg=no)
|
||||
if test "${have_cg}" = yes; then
|
||||
AC_DEFINE(HAVE_FRAGMENT_SHADERS)
|
||||
@@ -1,28 +0,0 @@
|
||||
From e8d26df2a888f307e61584367f5dc14894d8be82 Mon Sep 17 00:00:00 2001
|
||||
From: Jonathan Scruggs <j.scruggs@gmail.com>
|
||||
Date: Sat, 23 Sep 2017 13:39:34 +0100
|
||||
Subject: [PATCH] OpenEXR_Viewers: Remove nVidia automagic
|
||||
|
||||
---
|
||||
OpenEXR_Viewers/configure.ac | 5 ++++-
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 94c88cd..1de94f6 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -194,7 +194,10 @@ AM_PATH_FLTK(have_fltk=yes, have_fltk=no)
|
||||
dnl
|
||||
dnl check for Cg
|
||||
dnl
|
||||
-if test "${have_fltk}" = yes; then
|
||||
+AC_ARG_ENABLE(cg, AC_HELP_STRING([--enable-cg],
|
||||
+ [enable nvidia cg support [[default=check]]]), [want_cg="${enableval}"], [want_cg=yes])
|
||||
+
|
||||
+if test "${have_fltk}" = yes -a "${want_cg}" != "no"; then
|
||||
AM_PATH_CG(have_cg=yes, have_cg=no)
|
||||
if test "${have_cg}" = yes; then
|
||||
AC_DEFINE(HAVE_FRAGMENT_SHADERS)
|
||||
--
|
||||
2.14.1
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit autotools eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="OpenEXR Viewers"
|
||||
HOMEPAGE="https://openexr.com"
|
||||
SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="cg opengl"
|
||||
|
||||
RDEPEND=">=media-libs/ilmbase-${PV}:=
|
||||
>=media-libs/openexr-${PV}:=
|
||||
media-libs/ctl:=
|
||||
>=media-libs/openexr_ctl-1.0.1-r2:=
|
||||
opengl? (
|
||||
virtual/opengl
|
||||
x11-libs/fltk:1[opengl]
|
||||
cg? ( media-gfx/nvidia-cg-toolkit )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
|
||||
epatch "${FILESDIR}"/${PN}-2.0.0-nvidia-automagic.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if use cg; then
|
||||
myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
|
||||
append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
|
||||
fi
|
||||
|
||||
econf \
|
||||
$(use_enable cg) \
|
||||
$(use_with opengl fltk-config /usr/bin/fltk-config) \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
docdir=/usr/share/doc/${PF}/pdf \
|
||||
install
|
||||
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit autotools eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="OpenEXR Viewers"
|
||||
HOMEPAGE="https://openexr.com"
|
||||
SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
|
||||
IUSE="cg opengl"
|
||||
|
||||
RDEPEND=">=media-libs/ilmbase-${PV}:=
|
||||
>=media-libs/openexr-${PV}:=
|
||||
media-libs/ctl:=
|
||||
>=media-libs/openexr_ctl-1.0.1-r2:=
|
||||
opengl? (
|
||||
virtual/opengl
|
||||
x11-libs/fltk:1[opengl]
|
||||
cg? ( media-gfx/nvidia-cg-toolkit )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
|
||||
epatch "${FILESDIR}"/${PN}-2.0.0-nvidia-automagic.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if use cg; then
|
||||
myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
|
||||
append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
|
||||
fi
|
||||
|
||||
econf \
|
||||
$(use_enable cg) \
|
||||
$(use_with opengl fltk-config /usr/bin/fltk-config) \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
docdir=/usr/share/doc/${PF}/pdf \
|
||||
install
|
||||
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="OpenEXR Viewers"
|
||||
HOMEPAGE="https://openexr.com"
|
||||
SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="cg opengl"
|
||||
|
||||
RDEPEND="~media-libs/ilmbase-${PV}:=
|
||||
~media-libs/openexr-${PV}:=
|
||||
>=media-libs/ctl-1.5.2:=
|
||||
x11-libs/fltk:1[opengl]
|
||||
opengl? (
|
||||
virtual/opengl
|
||||
x11-libs/fltk:1[opengl]
|
||||
cg? ( media-gfx/nvidia-cg-toolkit )
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-Remove-nVidia-automagic.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if use cg; then
|
||||
myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
|
||||
append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
|
||||
fi
|
||||
|
||||
econf \
|
||||
$(use_enable cg) \
|
||||
$(use_with opengl fltk-config /usr/bin/fltk-config) \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
docdir=/usr/share/doc/${PF}/pdf \
|
||||
install
|
||||
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit autotools eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="OpenEXR Viewers"
|
||||
HOMEPAGE="https://openexr.com"
|
||||
SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="cg opengl"
|
||||
|
||||
RDEPEND=">=media-libs/ilmbase-${PV}:=
|
||||
>=media-libs/openexr-${PV}:=
|
||||
media-libs/ctl:=
|
||||
>=media-libs/openexr_ctl-1.0.1-r2:=
|
||||
opengl? (
|
||||
virtual/opengl
|
||||
x11-libs/fltk:1[opengl]
|
||||
cg? ( media-gfx/nvidia-cg-toolkit )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
|
||||
epatch "${FILESDIR}"/${PN}-2.0.0-nvidia-automagic.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if use cg; then
|
||||
myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
|
||||
append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
|
||||
fi
|
||||
|
||||
econf \
|
||||
$(use_enable cg) \
|
||||
$(use_with opengl fltk-config /usr/bin/fltk-config) \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
docdir=/usr/share/doc/${PF}/pdf \
|
||||
install
|
||||
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
Reference in New Issue
Block a user