From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- media-libs/partio/Manifest | 3 +- media-libs/partio/partio-1.14.6.ebuild | 51 ++++++++++++++++++++++++++++++++++ media-libs/partio/partio-9999.ebuild | 50 --------------------------------- 3 files changed, 53 insertions(+), 51 deletions(-) create mode 100644 media-libs/partio/partio-1.14.6.ebuild delete mode 100644 media-libs/partio/partio-9999.ebuild (limited to 'media-libs/partio') diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest index 942278bc9b9e..dad9a52cc4fd 100644 --- a/media-libs/partio/Manifest +++ b/media-libs/partio/Manifest @@ -1,4 +1,5 @@ DIST partio-1.10.1.tar.gz 333129 BLAKE2B 82d1dd36e9854e221af036d386ecdc558ac032ad7cd720403787ddc83ac236f05fd86e8c07ade07ca93b06a12ac2b834c96a6d43265e396934e44a815df003d3 SHA512 7d3c6449ebd1e8b8a29298a3119acfd1036970b287e9cd5f288a63c7e2b3bf451e9e1ba8fc72f203e225eb2b062d59cd7373817ccc6467de67427d02c0b12477 +DIST partio-1.14.6.tar.gz 336527 BLAKE2B 60c9c6ad9d5a7b58967e7633180d4f8d399bd129cc7b76fc4329b3d191ce0d381df7f977d5ec11ccedbdbcd8afa0fde2f946960f08a242338c2f674b4c94343e SHA512 5479d00b3124e8e06abbc65b1cdc01cdac37b9207c0615029e488baa0835e4ad545be2fb07dda5b4541dd846115059aaca5950ff904bddec6bb1fd72180ebcc0 EBUILD partio-1.10.1.ebuild 1023 BLAKE2B cbccd3f0286665474ef8b0b18571bb623bda5a9f5ffeaab29d454470f1b0fad474efbc022f63cdad0385253096bdde91c77ee987c37813344525d03c493bf16f SHA512 d674c8ccf3217857f727db21460618584dc476a399ab91ac4a92dd871f5901ff3b2a88c0b748d7cc063927b3a36339e3a207ed20364e36aaac57586325fafa51 -EBUILD partio-9999.ebuild 1007 BLAKE2B 0ef6f815874a53c90a329598fa1fb74ffbe8df5d54594b4bca6c13de3836c50417f5185e2e6adf84c0ff5111fce8dbc850e5901e33cefb2eb274048dcf4bddc4 SHA512 42c9ce2cb8ac4ae9cf89a3bedcb2e7ff10c7adfe8c7c22cc39ed592f359a8d102ae736321fae802b18e29664c29e9201691ecd402f12e523a5e2b30ce32785d7 +EBUILD partio-1.14.6.ebuild 1001 BLAKE2B a8143617d9bfcc77019aa77a5c689503865be4887f103536545193c1fd55abbf1aac9a33b5204c8579f151e865464b7c55ba954f897cd606f497ede31d63ec35 SHA512 02a1d3f158484033775e00c281cf2d3b3a0119bab87ae99408eafbf2da779aad518d9d3ca38a16aa9d44d4b9d240c37fbeff54d14bdeadcf72438d1df20a9da5 MISC metadata.xml 475 BLAKE2B c8260e899b75f38caf77d3742e752758705e5cfb937fb7e8cc8f925cead54d97bd5d308b2cd3bd74fd63b87060f27be27adafa2a70c28991802abdfd2273cc24 SHA512 a67d143e48e71c2d0c649d66e348177d843f7a3607c4da92e0da98d9228a3a16c8c7e12b9d26df03175ff9c4a2082c71c19f91f3d13b91cb2337a6bb0ed6ce8c diff --git a/media-libs/partio/partio-1.14.6.ebuild b/media-libs/partio/partio-1.14.6.ebuild new file mode 100644 index 000000000000..05488dad4747 --- /dev/null +++ b/media-libs/partio/partio-1.14.6.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit cmake python-single-r1 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/wdas/partio.git" +else + SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +fi + +DESCRIPTION="Library for particle IO and manipulation" +HOMEPAGE="http://partio.us/" + +LICENSE="BSD" +SLOT="0" +IUSE="doc" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + media-libs/freeglut + media-libs/glu + sys-libs/zlib + virtual/opengl +" + +DEPEND="${RDEPEND}" + +BDEPEND=" + dev-lang/swig + doc? ( + app-doc/doxygen + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + ) +" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package doc Doxygen) + ) + cmake_src_configure +} diff --git a/media-libs/partio/partio-9999.ebuild b/media-libs/partio/partio-9999.ebuild deleted file mode 100644 index e5a82c3417e2..000000000000 --- a/media-libs/partio/partio-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit cmake python-single-r1 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/wdas/partio.git" -else - SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Library for particle IO and manipulation" -HOMEPAGE="https://www.disneyanimation.com/technology/partio.html" - -LICENSE="BSD" -SLOT="0" -IUSE="doc" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - media-libs/freeglut - sys-libs/zlib:= - virtual/opengl -" - -DEPEND="${RDEPEND}" - -BDEPEND=" - dev-lang/swig - doc? ( - app-doc/doxygen - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - ) -" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package doc Doxygen) - ) - cmake_src_configure -} -- cgit v1.2.3