[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2017-10-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487
Bug 1161487 depends on bug 1161483, which changed state.

Bug 1161483 Summary: Review Request: o3dgc - an open 3D graphics compression 
library
https://bugzilla.redhat.com/show_bug.cgi?id=1161483

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WONTFIX



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2017-10-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487

David Tardon  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
Last Closed||2017-10-30 03:39:19



--- Comment #8 from David Tardon  ---
I don't need this anymore.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2015-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487



--- Comment #5 from David Tardon dtar...@redhat.com ---
(In reply to Ganapathi Kamath from comment #3)
 I think the main binary bin/collada2gltf that ought to be built is not
 built/included in the rpm. 

I do not build it because I do not need it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2015-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487



--- Comment #7 from David Tardon dtar...@redhat.com ---
If anyone needs more than the library, he can become a co-maintainer and do the
work himself. Or, even better, he can take over. I have got no use for
collada2gltf myself--it is simply a dependency of libreoffice that needs to be
packaged.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2015-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487



--- Comment #6 from Ganapathi Kamath hgkam...@hotmail.com ---
well, that's just my review comment. 
The bin-tool might be useful to others, and that's why the specfile needs to be
updated to include and additionally build the bin-tool as well.
I had a dae file, I was just checking out what a gltf file looked like.
The name collada2gltf suggests that it provides a tool, not just a library,
and that's what I was expecting. 
The srpms you made were helpful, your efforts are very much appreciated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2015-06-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487

Ganapathi Kamath hgkam...@hotmail.com changed:

   What|Removed |Added

 CC||hgkam...@hotmail.com



--- Comment #3 from Ganapathi Kamath hgkam...@hotmail.com ---
I think the main binary bin/collada2gltf that ought to be built is not
built/included in the rpm. 
the source file collada2gltf/main.cpp seems not be used

$ rpm -qa | grep  collada2gltf
collada2gltf-0-3.fc22.x86_64
$ rpm -ql collada2gltf
/usr/lib64/libcollada2gltfConvert.so.0.0
/usr/share/doc/collada2gltf
/usr/share/doc/collada2gltf/LICENSE.md

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2015-06-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487



--- Comment #4 from Ganapathi Kamath hgkam...@hotmail.com ---

$ cd ${BUILDROOT}/COLLADA2GLTF

$ mkdir bin

$ g++ main.cpp -lstdc++ -lcollada2gltfConvert -I /usr/include/collada2gltf/GLTF
-I /usr/include/rapidjson -I /usr/include/collada2gltf -I
/usr/include/collada2gltf/JSON -I /usr/include/collada2gltf/assetModifiers -I
/usr/include/COLLADASaxFrameworkLoader -I /usr/include/COLLADABaseUtils -I
/usr/include/COLLADAFramework -I /usr/include/collada2gltf/helpers
-lOpenCOLLADABaseUtils -lOpenCOLLADAFramework -lOpenCOLLADASaxFrameworkLoader
-lOpenCOLLADAStreamWriter -o bin/collada2gltf

main.cpp:267:15: warning: extra tokens at end of #ifndef directive

$  ls  bin/collada2gltf 
bin/collada2gltf

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2015-04-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487



--- Comment #2 from David Tardon dtar...@redhat.com ---
Spec URL: https://dtardon.fedorapeople.org/rpm/collada2gltf.spec
SRPM URL: https://dtardon.fedorapeople.org/rpm/collada2gltf-0-3.fc22.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487



--- Comment #1 from David Tardon dtar...@redhat.com ---
Spec URL: https://dtardon.fedorapeople.org/rpm/collada2gltf.spec
SRPM URL: https://dtardon.fedorapeople.org/rpm/collada2gltf-0-2.fc22.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1161487] Review Request: collada2gltf - an open-source command-line pipeline tool that converts COLLADA to glTF

2014-11-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1161487

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 CC||dtar...@redhat.com
 Depends On||1161483




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1161483
[Bug 1161483] Review Request: o3dgc - an open 3D graphics compression
library
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review