[MacPorts] #34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel)
#34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel) --------------------------------------+------------------------------------- Reporter: gregory.verret@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: kdenlive --------------------------------------+------------------------------------- I don't have the log, sorry but the compile error is about gluOrtho2D. This function is define in glu.h unfortunatly, glu.h has been removed from <QtOpenGL> (don't know why) in version 4.8. I easily corrected this by changing the use of gluOrtho2D (single use in src/videoglwidget.cpp). I replaced : {{{ gluOrtho2D(0, width, height, 0); }}} by this : {{{ glOrtho(0, width, height, 0, -1, 1); }}} I found out that gluOrtho2D is simply just glOrtho with near = -1 and far = 1 here [http://www.opengl.org/sdk/docs/man/xhtml/gluOrtho2D.xml] kdenlive should be working fine with Qt 4.7 but the problem is, qt4-mac (4.7) is about to become 4.8.1 (and devel, Qt 5) in a few days (weeks?). Greg -- Ticket URL: <https://trac.macports.org/ticket/34083> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel) --------------------------------------+------------------------------------- Reporter: gregory.verret@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: kdenlive --------------------------------------+------------------------------------- Changes (by macsforever2000@…): * cc: dan@…, michaelld@… (added) Comment: Attaching a patchfile from the build directory would be helpful. -- Ticket URL: <https://trac.macports.org/ticket/34083#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel) --------------------------------------+------------------------------------- Reporter: gregory.verret@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: kdenlive --------------------------------------+------------------------------------- Comment(by dan@…): I have declined continuing to be the kdenlive port maintainer, which is why this port has not been upgraded to the latest release, but maybe this patch from the Debian packager is the better fix. -- Ticket URL: <https://trac.macports.org/ticket/34083#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel) --------------------------------------+------------------------------------- Reporter: gregory.verret@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: kdenlive --------------------------------------+------------------------------------- Comment(by reid@…): I'm running 10.7.4 fully updated. Problem still exists and this patch still corrects the build issue. -- Ticket URL: <https://trac.macports.org/ticket/34083#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel) --------------------------------------+------------------------------------- Reporter: gregory.verret@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: kdenlive --------------------------------------+------------------------------------- Comment(by ryandesign@…): Is this still needed with 0.9.2? -- Ticket URL: <https://trac.macports.org/ticket/34083#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel) --------------------------------------+------------------------------------- Reporter: gregory.verret@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: kdenlive --------------------------------------+------------------------------------- Comment(by dan@…): No, this patch is not needed with the new version 0.9.2 of kdenlive. -- Ticket URL: <https://trac.macports.org/ticket/34083#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34083: kdenline 0.8.2.1 won't build with qt4 v4.8 (qt4-mac-devel) ---------------------------------------+------------------------------------ Reporter: gregory.verret@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: fixed | Keywords: Port: kdenlive | ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/34083#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts