diff options
author | Simon Haegler <shaegler@esri.com> | 2017-05-28 14:26:59 +0200 |
---|---|---|
committer | Simon Haegler <shaegler@esri.com> | 2017-05-28 14:26:59 +0200 |
commit | 5312ab8b5427c5252b4fd923187fa6906e2a9106 (patch) | |
tree | c344efb1dda2045ddbb721f7e2302b0f333f8fb9 /media-libs | |
parent | removing outdated packages (diff) | |
download | mistafunk-master.tar.gz mistafunk-master.tar.bz2 mistafunk-master.zip |
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/luxrays/Manifest | 3 | ||||
-rw-r--r-- | media-libs/luxrays/luxrays-1.2.1.ebuild | 50 | ||||
-rw-r--r-- | media-libs/luxrays/luxrays-9999.ebuild | 49 | ||||
-rw-r--r-- | media-libs/opencollada/Manifest | 1 | ||||
-rw-r--r-- | media-libs/opencollada/opencollada-9999.ebuild | 24 | ||||
-rw-r--r-- | media-libs/opensg/Manifest | 4 | ||||
-rw-r--r-- | media-libs/opensg/files/opensg-2.0_alpha2284-fix-gdal-png.patch | 51 | ||||
-rw-r--r-- | media-libs/opensg/opensg-2.0_alpha2284.ebuild | 79 | ||||
-rw-r--r-- | media-libs/opensg/opensg-9999.ebuild | 98 |
9 files changed, 0 insertions, 359 deletions
diff --git a/media-libs/luxrays/Manifest b/media-libs/luxrays/Manifest deleted file mode 100644 index 2ed9284..0000000 --- a/media-libs/luxrays/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST 475fbf15f0ca.tar.bz2 55751280 SHA256 ca57c34539f938bced15de5dd5ab7c97ce52df2faa43ed00ce4bb5c4359a5ea9 SHA512 57c4138bbdc55ec3be702acb4ed96b9c9d451cea07c23ec7d1ddf812c04ed653d34e1d4917079b526d218b2a0aea64128b732dbda8ff4e1655ec84a4152e6b4c WHIRLPOOL 2d2b4c62d65658a211ad28a2c9c3eae4b60cac22a1dea1a4f1ff1fa59720f432d9411af49cddad4436b9017177fbe37b4f11e76feeee37309958a6563c1ec307 -EBUILD luxrays-1.2.1.ebuild 1002 SHA256 7c06d40e1dcea72dade53c842920e4012326cddc8087a47c830b9990479a5ec6 SHA512 1e54412dbd39340065333663736f6de10d57a0b6996ce3a2a3998cfe08b537cf42bbcbad966f36ceb6e391d55c30a50bcff768add2ba1751926f23bde881de92 WHIRLPOOL 883f99d3b40f05e390f2394494687942c99fec83404b5df19a60f9d1fc05e6c042617366ce83cce5aad44e32a1290f9231499ede6bdeeb10fcb4adeaaa6da08b -EBUILD luxrays-9999.ebuild 1085 SHA256 6a21c60994d1dc8a1bda0652f0399eb79bee6f12ad4e9c5d33e15dd1aae107e4 SHA512 e0d7b9ebb5feebe2e048461988f0e92dc9d6bf235e316367a3756b1ae54f4b20249aedb3d1c49ed823999993df24b7547cefd15afd84fef3c40acc9095e73063 WHIRLPOOL b2c60e0c9813ad8b18c97bd3157e92c3eaaf0d3ff02194056c174f279649fa0dd13b7b3cd4127cc193ac483966ea3bdef507adb4c2bd78796f1946550dcd960f diff --git a/media-libs/luxrays/luxrays-1.2.1.ebuild b/media-libs/luxrays/luxrays-1.2.1.ebuild deleted file mode 100644 index f96137e..0000000 --- a/media-libs/luxrays/luxrays-1.2.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit cmake-utils flag-o-matic - -DESCRIPTION="Library to accelerate the ray intersection process by using GPUs." -HOMEPAGE="http://www.luxrender.net" -EHG_REVISION="475fbf15f0ca" -SRC_URI="https://bitbucket.org/luxrender/luxrays/get/${EHG_REVISION}.tar.bz2" - -#S="${WORKDIR}/luxrender-luxrays-${EHG_REVISION}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=">=dev-libs/boost-1.43 - media-libs/freeimage - virtual/opencl - virtual/opengl" - -src_unpack() { - unpack ${A} - mv "${WORKDIR}/luxrender-luxrays-${EHG_REVISION}" "${WORKDIR}/${P}" -} - -src_configure() { - append-flags "-fPIC" - use debug && append-flags -ggdb - - mycmakeargs=( -Wno-dev ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_make luxrays -} - -src_install() { - dodoc ${S}/AUTHORS.txt - - insinto /usr/include - doins -r ${S}/include/luxrays - - dolib.a ${BUILD_DIR}/lib/libluxrays.a -} diff --git a/media-libs/luxrays/luxrays-9999.ebuild b/media-libs/luxrays/luxrays-9999.ebuild deleted file mode 100644 index 23bebad..0000000 --- a/media-libs/luxrays/luxrays-9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit cmake-utils mercurial flag-o-matic -#inherit cmake-utils flag-o-matic - -DESCRIPTION="Library to accelerate the ray intersection process by using GPUs \ -(this pkg provides only CPU support atm)" -HOMEPAGE="http://www.luxrender.net" -EHG_REPO_URI="https://bitbucket.org/luxrender/luxrays" -#EHG_REVISION="29e1c03a4ae3" -#SRC_URI="https://bitbucket.org/luxrender/luxrays/get/${EHG_REVISION}.tar.bz2" - -#S="${WORKDIR}/luxrender-luxrays-${EHG_REVISION}/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=">=dev-libs/boost-1.43 - media-libs/freeimage - virtual/opengl" - -CMAKE_IN_SOURCE_BUILD=1 - -src_configure() { - append-flags "-fPIC -DLUXRAYS_DISABLE_OPENCL" - use debug && append-flags -ggdb - - mycmakeargs=( -DLUXRAYS_DISABLE_OPENCL=ON -Wno-dev ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_make luxrays -} - -src_install() { - dodoc AUTHORS.txt - - insinto /usr/include - doins -r include/luxrays - - dolib.a lib/libluxrays.a -} diff --git a/media-libs/opencollada/Manifest b/media-libs/opencollada/Manifest deleted file mode 100644 index 3b42a86..0000000 --- a/media-libs/opencollada/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD opencollada-9999.ebuild 590 SHA256 422fcae6eb9b09cd36fb75d7748f477df94edd6c243ad1da67076c9d9d01371b SHA512 461248dbf24461f1b2a14caa24cdbe18272664fb2407192ddc59f6183df8cdbaf9f0e8086a0b096e0b571873f7d44d5c95d1031fa5963bc6f2a8512dc5e00ba9 WHIRLPOOL 639422c75f1b85deefc9a264d95e468a81d0ae36b1108bdd28ee4c94e74e4c2843572f976a1c7e542ba7fc2ea5193ee4b8a8b7e5a5a5a9c3ffc1f98ec931b022 diff --git a/media-libs/opencollada/opencollada-9999.ebuild b/media-libs/opencollada/opencollada-9999.ebuild deleted file mode 100644 index ba777fd..0000000 --- a/media-libs/opencollada/opencollada-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 -inherit eutils cmake-utils subversion - -DESCRIPTION="OpenCOLLADA is a stream based reader and writer library for COLLADA files" -HOMEPAGE="http://www.opencollada.org/" -LICENSE="MIT" - -ESVN_REPO_URI="http://opencollada.googlecode.com/svn/trunk" -ESVN_PROJECT="opencollada-trunk" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -DEPEND=">=dev-libs/libxml2-2.7.8-r1" -RDEPEND="${DEPEND}" - -src_install() { - cmake-utils_src_install - dobin ${CMAKE_BUILD_DIR}/bin/OpenCOLLADAValidator -} diff --git a/media-libs/opensg/Manifest b/media-libs/opensg/Manifest deleted file mode 100644 index 31ae382..0000000 --- a/media-libs/opensg/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX opensg-2.0_alpha2284-fix-gdal-png.patch 2161 RMD160 9e0369fdca0591f568218607f50204fe822c861e SHA1 7233c5ecfcf1bb673397c3f848fa8006444c5531 SHA256 a0bf320fe191176007c35d1954d8f9a85e98febf0ccb5600c91f9bbde708b57d -DIST opensg-2.0_alpha2284.tar.bz2 9746821 RMD160 a46e7e09c7f60a1ec9e1c8bce877cf81d0e246c8 SHA1 af3beac3cbbdf054233ad7a07a0372f6f2033689 SHA256 a96f45d113aa51ff8209a5aa7a7f5e861e4e2776c606f1b9da4b521414dcbb28 -EBUILD opensg-2.0_alpha2284.ebuild 1540 RMD160 2351f3da59b9608b56db66efe0b74cb6fed8d14a SHA1 79cd58a11cde9decd45f5b874494cd680b03ba50 SHA256 6f36cbb060edfbc2b70946d487c59ddae35e36e84ac0e57f757dac92d3aa3f99 -EBUILD opensg-9999.ebuild 3174 RMD160 2a6b3e316f8543802da69c44bf5642168da2144a SHA1 ba0710e261e5162e65e461e72ff2e03442f676fc SHA256 ff130ab7c0a192cc5cfc725ed3f9a34595fd6ec7a69aac9b5722bec5bc940068 diff --git a/media-libs/opensg/files/opensg-2.0_alpha2284-fix-gdal-png.patch b/media-libs/opensg/files/opensg-2.0_alpha2284-fix-gdal-png.patch deleted file mode 100644 index 6f9fe7a..0000000 --- a/media-libs/opensg/files/opensg-2.0_alpha2284-fix-gdal-png.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -urN opensg-2.0_alpha2284-original/Source/System/Image/FileIO/OSGGDALImageFileType.cpp opensg-2.0_alpha2284/Source/System/Image/FileIO/OSGGDALImageFileType.cpp ---- opensg-2.0_alpha2284-original/Source/System/Image/FileIO/OSGGDALImageFileType.cpp 2009-11-30 09:59:08.000000000 +0100 -+++ opensg-2.0_alpha2284/Source/System/Image/FileIO/OSGGDALImageFileType.cpp 2010-07-28 14:09:40.000000000 +0200 -@@ -48,9 +48,9 @@ - #include "OSGGeoReferenceAttachment.h" - - #ifdef OSG_WITH_GDAL --#include "gdal/gdal_priv.h" --#include "gdal/ogr_srs_api.h" --#include "gdal/cpl_multiproc.h" -+#include "gdal_priv.h" -+#include "ogr_srs_api.h" -+#include "cpl_multiproc.h" - #endif - - -diff -urN opensg-2.0_alpha2284-original/Source/System/Image/FileIO/OSGGDALImageFileType.h opensg-2.0_alpha2284/Source/System/Image/FileIO/OSGGDALImageFileType.h ---- opensg-2.0_alpha2284-original/Source/System/Image/FileIO/OSGGDALImageFileType.h 2009-11-30 07:49:49.000000000 +0100 -+++ opensg-2.0_alpha2284/Source/System/Image/FileIO/OSGGDALImageFileType.h 2010-07-28 14:09:59.000000000 +0200 -@@ -48,8 +48,8 @@ - #include "boost/shared_ptr.hpp" - - #ifdef OSG_WITH_GDAL --#include "gdal/gdal_priv.h" --#include "gdal/ogr_srs_api.h" -+#include "gdal_priv.h" -+#include "ogr_srs_api.h" - #endif - - OSG_BEGIN_NAMESPACE -diff -urN opensg-2.0_alpha2284-original/Source/System/Image/FileIO/OSGPNGImageFileType.cpp opensg-2.0_alpha2284/Source/System/Image/FileIO/OSGPNGImageFileType.cpp ---- opensg-2.0_alpha2284-original/Source/System/Image/FileIO/OSGPNGImageFileType.cpp 2009-10-05 23:40:17.000000000 +0200 -+++ opensg-2.0_alpha2284/Source/System/Image/FileIO/OSGPNGImageFileType.cpp 2010-07-28 13:56:14.000000000 +0200 -@@ -206,7 +206,7 @@ - // Convert < 8 bit to 8 bit - if(color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) - { -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - bit_depth = 8; - } - -@@ -683,7 +683,7 @@ - // Convert < 8 bit to 8 bit - if(color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) - { -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - bit_depth = 8; - } - diff --git a/media-libs/opensg/opensg-2.0_alpha2284.ebuild b/media-libs/opensg/opensg-2.0_alpha2284.ebuild deleted file mode 100644 index aa14f7c..0000000 --- a/media-libs/opensg/opensg-2.0_alpha2284.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit cmake-utils - -DESCRIPTION="OpenSG is a portable scenegraph system to create realtime graphics programs, e.g. for virtual reality applications." -HOMEPAGE="http://www.opensg.org/" - -SRC_URI="http://vision.ee.ethz.ch/sihaegle/gentoo/${P}.tar.bz2" -LICENSE="LGPL-2.1" - -SLOT="2" -KEYWORDS="~x86 ~amd64" - -IUSE="tests doc examples" -DEPEND="virtual/opengl - media-libs/freeglut - media-libs/glew - - sys-devel/flex - sys-devel/bison - - dev-libs/boost - sys-libs/zlib - media-libs/freetype - media-libs/tiff - media-libs/libpng - media-libs/jpeg - media-libs/openexr - sci-libs/gdal - - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - - sci-libs/vtk - - doc? ( app-doc/doxygen ) -" -RDEPEND="${DEPEND}" - -EPATCH_OPTS="-p1" -PATCHES=( - "${FILESDIR}/${P}-fix-gdal-png.patch" -) - -src_configure() { - mycmakeargs=( - -DOSG_USE_OSGSUPPORT_LIBS=OFF - -DBOOST_ROOT=/usr - -DOSG_DOXY_DOC_TYPE=User - -DOSGBUILD_EXAMPLES_SIMPLE=ON - -DOSGBUILD_EXAMPLES_ADVANCED=ON - -DCOLLADA_ROOT_DIR=/opt/collada-dom - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - if use doc; then - cd "${CMAKE_BUILD_DIR}" - emake Doc || die "building documentation failed" - fi -} - -src_install() { - cmake-utils_src_install - if use doc; then - cd "${CMAKE_BUILD_DIR}"/Doc - dohtml -r html/* || die "dohtml failed" - fi - if use examples; then - cd "${CMAKE_BUILD_DIR}"/demos - dobin mandelbrot/mandelbrot opengl/quaternion_demo || die "dobin failed" - fi -} diff --git a/media-libs/opensg/opensg-9999.ebuild b/media-libs/opensg/opensg-9999.ebuild deleted file mode 100644 index bdcaf0a..0000000 --- a/media-libs/opensg/opensg-9999.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils cmake-utils git-2 - -DESCRIPTION="OpenSG is a portable scenegraph system to create realtime graphics programs, e.g. for virtual reality applications." -HOMEPAGE="http://www.opensg.org/" -LICENSE="LGPL-2.1" - -EGIT_REPO_URI="git://opensg.git.sourceforge.net/gitroot/opensg/opensg" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="tests doc examples" -DEPEND="virtual/opengl - media-libs/freeglut - media-libs/glew - - sys-devel/flex - sys-devel/bison - - dev-libs/boost - sys-libs/zlib - media-libs/freetype - media-libs/tiff - media-libs/libpng - media-libs/libjpeg-turbo - media-libs/openexr - media-libs/collada-dom - - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - - doc? ( app-doc/doxygen )" -# sci-libs/gdal -#sci-libs/vtk - -RDEPEND="${DEPEND}" - -src_configure() { - CMAKE_BUILD_TYPE=Release - mycmakeargs=( - -DOSG_USE_OSGSUPPORT_LIBS=OFF - -DBOOST_ROOT=/usr - -DOSG_DOXY_DOC_TYPE=User - -DOSGBUILD_EXAMPLES_SIMPLE=ON - -DOSGBUILD_EXAMPLES_ADVANCED=ON - -DCOLLADA_INCLUDE_DIR=/usr/include/collada-dom - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - if use doc; then - cd "${CMAKE_BUILD_DIR}" - emake Doc || die "building documentation failed" - fi -} - -src_install() { - cmake-utils_src_install - if use doc; then - dohtml -r ${CMAKE_BUILD_DIR}/Doc/html/* || die "dohtml failed" - fi - if use examples; then - exeinto "/usr/share/OpenSG/examples" - doexe ${CMAKE_BUILD_DIR}/bin/01hello || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/02move || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/03share || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/04hiertransform || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/05geometry || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/06indexgeometry || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/07multiindexgeometry || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/08materials || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/09traverse || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/10loading || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/11picking || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/deepclone || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/deferredshading || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/fbotexture || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/hiresimage || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/fbotexture || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/hiresimage || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/lights || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/locallights || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/materialsort || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/occlusionculling || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/openglcallback || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/openglslave || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/shadows || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/simplePluginApp || die "dobin failed" - doexe ${CMAKE_BUILD_DIR}/bin/sortlastclient || die "dobin failed" - fi -} |