From: "Jonathan Scruggs" <dracwyrm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/
Date: Wed, 15 Aug 2018 20:08:47 +0000 (UTC) [thread overview]
Message-ID: <1534363693.80322142bb1c3729719f8a68de6f03c5338f143e.dracwyrm@gentoo> (raw)
commit: 80322142bb1c3729719f8a68de6f03c5338f143e
Author: Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Wed Aug 15 17:28:02 2018 +0000
Commit: Jonathan Scruggs <dracwyrm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 20:08:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80322142
media-libs/partio: bump to version 1.5.4
Closes: https://github.com/gentoo/gentoo/pull/9581
media-libs/partio/Manifest | 1 +
media-libs/partio/partio-1.5.4.ebuild | 43 +++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index b67a47490ad..9b66c2b3a92 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1,2 +1,3 @@
DIST partio-1.1.0_p20170829.tar.gz 275959 BLAKE2B 441c2d0ab9dd91fa52a826d49f7448dc4d5d0a8d6b72bdb58793dd3c97d86739b25e582bdff41160599489a2835ad8e68676012cb70ef8edff062df3205ab209 SHA512 daedb23ae2b89d3f2ef36ef13afc624a663b3fab91c22f9a454439ff3bc194b78a87e37c9133f6948567ab3b183eff960bb51951b0427cff8c1c29099b6578d6
DIST partio-1.5.0.tar.gz 291604 BLAKE2B d0d6eab4ef541e61fe4498b4cdd8b9c60e62545a040d3f26b8a7b2d8adaa36c45f28c8a05df24c47dc504ec1dd4fb7bfec1fe5b08f6a035a0b3fdcdceacc46fc SHA512 10db9cfe691fd2341e2613132ad7f8d363007a62a5b5cb6226c53360e2e47d1be77c4d87ae31bd7537790cc8ba8bac7eef229c21fcd8227d98d2ab2154aac559
+DIST partio-1.5.4.tar.gz 291617 BLAKE2B 638fae984d392e1e6c95862ad9a8dd8b8a0d80b2c83dfd03e887af36e420d15fd67f0b2c71e5e8c335668b512660bf14f03a1329ac0d7a48431674a51043585d SHA512 967da5b648b19c45bd0c3c8ff56f891e2d54a07b2cd113f18d5d0b646cbfabd968e31ee48c0e167bf9a911d8d5af42d5291b355da305a2b9134fa78fc23e5636
diff --git a/media-libs/partio/partio-1.5.4.ebuild b/media-libs/partio/partio-1.5.4.ebuild
new file mode 100644
index 00000000000..2aaed0b7b0b
--- /dev/null
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit cmake-utils 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="A 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}
+ dev-lang/swig:*
+ doc? ( app-doc/doxygen[latex] )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package doc Doxygen)
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2018-08-15 20:08 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-15 20:08 Jonathan Scruggs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-13 0:18 [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/ Sam James
2025-02-12 19:25 Arthur Zamarin
2025-01-06 1:40 Sam James
2025-01-06 1:00 Sam James
2025-01-05 20:35 Sam James
2025-01-05 20:35 Sam James
2024-04-09 15:54 Arthur Zamarin
2024-04-09 15:54 Arthur Zamarin
2024-01-10 12:33 Sam James
2023-05-03 6:11 Sam James
2022-12-22 8:33 Andreas Sturmlechner
2022-04-17 17:54 Joonas Niilola
2022-04-17 17:54 Joonas Niilola
2022-04-17 14:56 Joonas Niilola
2022-04-17 14:56 Joonas Niilola
2022-04-17 14:56 Joonas Niilola
2021-09-19 3:30 Sam James
2021-03-05 18:39 Sam James
2021-02-22 7:12 Sam James
2020-10-25 19:46 Thomas Deutschmann
2020-09-01 10:31 Michał Górny
2020-09-01 10:31 Michał Górny
2020-09-01 10:31 Michał Górny
2020-09-01 10:31 Michał Górny
2020-09-01 10:31 Michał Górny
2020-09-01 10:31 Michał Górny
2020-09-01 10:31 Michał Górny
2020-03-01 18:36 Matthias Maier
2020-02-10 12:12 Michał Górny
2019-06-27 17:21 Andreas Sturmlechner
2019-06-13 14:49 Agostino Sarubbo
2019-06-10 19:50 Thomas Deutschmann
2019-06-09 21:57 Andreas Sturmlechner
2018-08-07 16:46 Jonathan Scruggs
2018-07-15 2:54 David Seifert
2018-03-30 16:04 Aaron Bauman
2018-03-26 18:37 Aaron Bauman
2018-01-27 17:19 Jonathan Scruggs
2017-09-23 8:38 David Seifert
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=1534363693.80322142bb1c3729719f8a68de6f03c5338f143e.dracwyrm@gentoo \
--to=dracwyrm@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