Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#53198 closed update (invalid)

qt5-qtquick1 : version, dependencies and deprecation comment

Reported by: RJVB (René Bertin) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), mkae (Marko Käning)
Port: qt5-qtquick1

Description

I see that port:qt5-qtquick1 is left at v5.5.1, and has a comment suggesting that Qt Declarative is deprecated.

It would surprise me if all of that components will be removed anytime soon (including QML!!), and even QtQuick1 is apparently still being maintained because I see traces of fixes in 5.8 . It is still very much present in Qt 5.7, too.

Also, the component does *not* depend on QtWebkit.

Change History (3)

comment:1 Changed 7 years ago by mkae (Marko Käning)

Cc: mkae added

comment:2 in reply to:  description Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: invalid
Status: newclosed

Replying to RJVB:

I see that port:qt5-qtquick1 is left at v5.5.1, and has a comment suggesting that Qt Declarative is deprecated.

The module called qtquick1 was removed in 5.6.
See the submodule directories for 5.6 and 5.5.
QtQuick is now provided by a different module.
port provides /opt/local/lib/pkgconfig/Qt5Quick.pc results in
/opt/local/lib/pkgconfig/Qt5Quick.pc is provided by: qt5-qtdeclarative.

Also, the component does *not* depend on QtWebkit.

The file sync.profile in the qt55-qtquick1 directory has the following code

%dependencies = (
    "qtbase" => "",
    "qtscript" => "",
    "qtxmlpatterns" => "",
    "qtdeclarative" => "",
    "qtactiveqt" => "",
    "qttools" => "",
    "qtwebkit" => "",
);

comment:3 Changed 7 years ago by RJVB (René Bertin)

Ah, sorry, my bad.

Note: See TracTickets for help on using tickets.