Will this package be updated to work in 14.04?

Asked by Ben N.

Also will other related utouch packages be updated to work in 14.04? If not, what's the new alternative for multitouch programming in C++?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu utouch-frame Edit question
Assignee:
No assignee Edit question
Solved by:
Stephen M. Webb
Solved:
Last query:
Last reply:
Revision history for this message
Stephen M. Webb (bregma) said :
#1

Ubuntu 14.04 has the latest release of the frame package.

stephenw@ariel:~$ rmadison frame
 frame | 2.2.4-0ubuntu0.12.04.1 | precise-updates | source
 frame | 2.5.0daily13.06.05-0ubuntu1 | trusty | source
 frame | 2.5.0daily13.06.05-0ubuntu1 | utopic | source
 frame | 2.5.0daily13.06.05-0ubuntu1 | vivid | source

Revision history for this message
Ben N. (benjaminn88) said :
#2

Sorry for the novice questions: If frame indeed provides the same functionality as utouch-frame,
1) is there somewhere (e.g., online) that will have told me this so that I don't run into this problem again (of thinking that a package is not in 14.04)? and
2) is there documentation of how to migrate code from using utouch-frame to using frame?

Revision history for this message
Best Stephen M. Webb (bregma) said :
#3

Well, the utouch- prefix was removed from the name of several projects a few years ago due to murky (to me at least, since I was not directly involved) legal reasons. I suspect there is no place that mentions it explicitly for the same reasons it was removed.

The upside is that the projects under the new names are the same as the projects under the old names, and should remain compatible. If you're including headers or linking against any of the geis, grail, or frame projects (formerly utouch-geis, utouch-grail, and utouch-frame), you probably just need to removed the string 'utouch-' from your configuration files.

Revision history for this message
Ben N. (benjaminn88) said :
#4

Thanks Stephen M. Webb, that solved my question.