Applications/17.12 repo drop list kdelibs4: Difference between revisions

From KDE Community Wiki
No edit summary
m (Reverted edits by Albert Astals Cid (talk) to last revision by Tosky)
Line 4: Line 4:
text to speech daemon
text to speech daemon


* ignore, it is meant to be replaced by QtSpeech; see few blog posts from jpwhiting:
*Question: is this something we still need or should we just use Qt Speech?
**First stable QtSpeech release is 5.8
***This doesn't answer the question :D
* [tosky] it is meant to be replaced by QtSpeech; see few blog posts from jpwhiting:
** https://jpwhiting.blogspot.cz/2015/02/qtspeech-progress.html
** https://jpwhiting.blogspot.cz/2015/02/qtspeech-progress.html
** https://jpwhiting.blogspot.cz/2014/10/accessibility-is-alive-qtspeech.html
** https://jpwhiting.blogspot.cz/2014/10/accessibility-is-alive-qtspeech.html
Line 18: Line 21:
***There is initial porting work at github.com/KapiX/juk/commits/kf5
***There is initial porting work at github.com/KapiX/juk/commits/kf5
***Are we able to merge work from github? If not, someone should inform the author.
***Are we able to merge work from github? If not, someone should inform the author.
 
*** [tosky] the author came to #kde-devel few weeks ago, so maybe we can reping him


==kaccessible==
==kaccessible==
Line 67: Line 70:
==kimagemapeditor==
==kimagemapeditor==
*What is the status?
*What is the status?
** [tosky] mostly working, requires some testing from people who used it more than me; a lot of kdelibs4support to be removed, but not a blocker


==kmouth==
==kmouth==
*What is the status?
*What is the status?
** [tosky] working; waiting on a stable QtSpeech (discussed on the [https://mail.kde.org/pipermail/distributions/2017-July/000233.html distribution list], but between having no application at all (0 users) and an application dependending on an unstable-but-almost-stable library (some users), the latter is probably better.


==kolf==
==kolf==
*What is the status?
*What is the status?
** [tosky] it seems to be working; Frederik Schwarzer expressed some concerns [https://mail.kde.org/pipermail/kde-games-devel/2017-April/013413.html while reviewing kdelibs4-based games] about the embedded copy of Box2D, maybe it can be removed, but maybe it's not a blocker for merging frameworks into master.


==kopete==
==kopete==
Line 81: Line 87:
*for some reason branch is called kf5
*for some reason branch is called kf5
*What is the status?
*What is the status?
** [tosky] mostly working, but requires more restesting; there is a pending patch for musicbrainz5 support, which is not strictly a blocker, but it should be cleaned (some cmake files can be rewritten in a simpler way, or reimported from their newer versions, or shared): https://git.reviewboard.kde.org/r/127196/


==ksirk==
==ksirk==
Line 88: Line 95:
==palapeli==
==palapeli==
*What is the status?
*What is the status?
** [tosky] it starts, but tiles are not loaded; debug needed


==sweeper==
==sweeper==
Line 95: Line 103:
==zeroconf-ioslave==
==zeroconf-ioslave==
*What is the status?
*What is the status?
 
** [tosky] it starts, but I found it difficult to test zeroconf in general, so I'm not sure if it works or not.


=Weird repos=
=Weird repos=
Line 101: Line 109:
KF5 is in master but not default
KF5 is in master but not default
*Can we make KF5 default?
*Can we make KF5 default?
**[tosky] a lot of work went into the pure KF5 branch ("frameworks") lately. With the last fixes by Jonathan Marten it should work; testing needed.


==umbrello==
==umbrello==
KF5 is in master, but also has kdelibs4 code
KF5 is in master, but also has kdelibs4 code
*Can we remove kdelibs4 code?
*Can we remove kdelibs4 code?

Revision as of 22:51, 14 August 2017

Repos WITHOUT frameworks branch

jovie

text to speech daemon

juk

Music player

  • Who do we ask if they want to port it?
    • mpyne?
    • [email protected]
    • [email protected]
    • Anyone else?
      • There is initial porting work at github.com/KapiX/juk/commits/kf5
      • Are we able to merge work from github? If not, someone should inform the author.
      • [tosky] the author came to #kde-devel few weeks ago, so maybe we can reping him

kaccessible

  • Question: Do we need this or Qt5 accessibility is all we need in this regard?


kppp

kremotecontrol

Frontend for remote controls

ksaneplugin


kfilereplace

Utility to assist with bulk file renaming

  • Who do we ask if they want to port it?

klinkstatus

Tool to check the current status of links in a web page

  • Who do we ask if they want to port it?
    • As far as I remember, the original author (Paulo) was interested to do (or help with) the port



Repos WITH frameworks branch

kget

  • What is the status?

kimagemapeditor

  • What is the status?
    • [tosky] mostly working, requires some testing from people who used it more than me; a lot of kdelibs4support to be removed, but not a blocker

kmouth

  • What is the status?
    • [tosky] working; waiting on a stable QtSpeech (discussed on the distribution list, but between having no application at all (0 users) and an application dependending on an unstable-but-almost-stable library (some users), the latter is probably better.

kolf

  • What is the status?
    • [tosky] it seems to be working; Frederik Schwarzer expressed some concerns while reviewing kdelibs4-based games about the embedded copy of Box2D, maybe it can be removed, but maybe it's not a blocker for merging frameworks into master.

kopete

  • for some reason branch is called kf5
  • What is the status?

kscd

  • for some reason branch is called kf5
  • What is the status?
    • [tosky] mostly working, but requires more restesting; there is a pending patch for musicbrainz5 support, which is not strictly a blocker, but it should be cleaned (some cmake files can be rewritten in a simpler way, or reimported from their newer versions, or shared): https://git.reviewboard.kde.org/r/127196/

ksirk

  • Removed dependency on kdelibs4 on Frameworks branch
  • Master branch has been merged with frameworks, and doesn't have dependency on kdelibs4 anymore.

palapeli

  • What is the status?
    • [tosky] it starts, but tiles are not loaded; debug needed

sweeper

  • What is the status?
- One review is open (https://phabricator.kde.org/D5677), after that the frameworks branch should be ready for merging into master.

zeroconf-ioslave

  • What is the status?
    • [tosky] it starts, but I found it difficult to test zeroconf in general, so I'm not sure if it works or not.

Weird repos

kmix

KF5 is in master but not default

  • Can we make KF5 default?
    • [tosky] a lot of work went into the pure KF5 branch ("frameworks") lately. With the last fixes by Jonathan Marten it should work; testing needed.

umbrello

KF5 is in master, but also has kdelibs4 code

  • Can we remove kdelibs4 code?