summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/ptex: Keyword 2.3.2 arm, #556758Sam James2021-02-221-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ptex: Keyword 2.3.2 arm64, #758152Sam James2020-12-211-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-3/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-311-3/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Reassign dracwyrm's packagesMichał Górny2019-09-131-5/+1
| | | | | Bug: https://bugs.gentoo.org/645068 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/ptex: Drop 2.1.28-r1 and 2.3.0Andreas Sturmlechner2019-06-096-183/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/ptex: amd64 stable wrt bug #687530Mikle Kolyada2019-06-091-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* media-libs/ptex: x86 stable wrt bug #687530Agostino Sarubbo2019-06-081-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* media-libs/ptex: amd64 stable wrt bug #639806Mikle Kolyada2019-05-251-2/+2
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* media-libs/ptex: Drop 2.1.28 (r0)Andreas Sturmlechner2019-05-221-22/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/ptex: 2.3.2 version bumpAndreas Sturmlechner2019-05-213-0/+62
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/ptex: Remove unnecessary maint restrictMichał Górny2019-04-071-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/ptex: bump to version 2.3.0Jonathan Scruggs2018-08-153-0/+46
| | | | | Restrict tests as not fixed upstream: Closes: https://bugs.gentoo.org/646006
* media-libs/ptex: amd64 stableAaron Bauman2018-03-301-2/+2
| | | | | Bug: https://bugs.gentoo.org/639806 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* media-libs/ptex: update metadata informationJonathan Scruggs2018-01-271-1/+1
|
* media-libs/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* media-libs/ptex: revision bump to 2.1.28-r1Jonathan Scruggs2017-09-233-0/+136
| | | | | | | * Add latest upstream fixes * Add patch to allow custom build types Closes: https://github.com/gentoo/gentoo/pull/5753
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-libs/ptex: New packageJonathan Scruggs2016-10-233-0/+43
Ptex is a texture mapping system developed by Walt Disney Animation Studios for production-quality rendering: - No UV assignment is required! Ptex applies a separate texture to each face of a subdivision or polygon mesh. - The Ptex file format can efficiently store hundreds of thousands of texture images in a single file. - The Ptex API provides cached file I/O and high-quality filtering: everything that is needed to easily add Ptex support to a production-quality renderer or texture authoring application. Gentoo-Bug: 573444 Signed off by: Jonathan Scruggs (j.scruggs@gmail.com, irc: Dracwyrm) Signed off by: Adrian Grigo (agrigo2001@yahoo.com.au) Closes: https://github.com/gentoo/gentoo/pull/2531 Signed-off-by: David Seifert <soap@gentoo.org>