From owner-freebsd-ports-bugs@freebsd.org Sat May 7 10:38:56 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 541E2B2EEFC for ; Sat, 7 May 2016 10:38:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B994185B for ; Sat, 7 May 2016 10:38:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u47AcuTB011777 for ; Sat, 7 May 2016 10:38:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209356] [PATCH] multimedia/assimp: Update to 3.2 Date: Sat, 07 May 2016 10:38:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 10:38:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209356 --- Comment #4 from lightside --- Created attachment 170088 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170088&action= =3Dedit Assimp variants with conflicts or versioned library The main motivation of this update was a possibility to build newer version= of games/pioneer port, which started to require assimp v3.2 library since 2016= 0430 version: https://github.com/pioneerspacesim/pioneer/blob/fc43b9fc5ef6592d4af8b4e1b81= 4af837a82b4c4/configure.ac#L271-L307 There is a related issue with it, named "I can see through Bowfin and space stations #3654": https://github.com/pioneerspacesim/pioneer/issues/3654 I called this issue as "white-texture artifacts" in bug 207575, comment 5. As I understood, the games/doomsday port uses assimp v3.1.1, according to following links: https://github.com/skyjake/Doomsday-Engine/tree/master/doomsday/external https://github.com/skyjake/assimp/blob/a9566de5e252a0c0e2e94a768e885a6ab73a= 362c/CHANGES#L5-L16 https://github.com/skyjake/assimp/blob/a9566de5e252a0c0e2e94a768e885a6ab73a= 362c/CMakeLists.txt#L12-L14 I tested games/doomsday with games/doom-freedoom doom2.wad file and assimp v3.2. Looks like, it's not affected to games/pioneer issue (i.e. white-text= ure artifacts), because of different algorithm to load textures (and their mate= rial names). I contacted maintainers of multimedia/assimp and games/doomsday ports about mentioned issue (but no response so far) and proposed two other variants of assimp library (with conflicts or versioned: 3.1, 3.2), which archive I attached to this comment, in case of found issue(s) on games/doomsday port. --=20 You are receiving this mail because: You are the assignee for the bug.=