-
Notifications
You must be signed in to change notification settings - Fork 38
Feature/qt4 qt5 cleanup2 #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
08d3e68
8052e4f
7559ffd
0bbfa3e
1de8357
978528a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -106,7 +106,8 @@ control/sdformat: | |
| ubuntu: | ||
| '14.04,14.10,15.04,15.10': nonexistent | ||
| '16.04,16.10,17.04,17.10': libsdformat4-dev | ||
| default: libsdformat6-dev | ||
| '18.04,20.04': libsdformat6-dev | ||
| default: libsdformat-dev | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a source definition: https://github.com/rock-core/rock-package_set/blob/master/source.yml#L88-L92 That might be switched to github repo though... https://github.com/gazebosim/sdformat I currently don't know a way to tell autoproj to use source in the osdep file, only in the overrides.rb. |
||
| debian: | ||
| jessie,wheezy,squeeze: nonexistent | ||
| stretch: libsdformat4-dev | ||
|
|
@@ -399,6 +400,8 @@ libqglviewer: | |
| libqglviewer5: | ||
| ubuntu: | ||
| default: libqglviewer-dev-qt5 | ||
| debian: | ||
| 'bullseye': libqglviewer-dev-qt5 | ||
|
|
||
| libturbojpeg: | ||
| debian: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
N.B.: Ubuntu does provide
liburdfdom-dev(andliburdfdom-headers-dev), which could make this actually obsolete.However, on Ubuntu 20.04 it seems to be only version 1.0.4, Ubuntu 22.04 has version 3.0.1, Ubuntu 24.04 has 4.0.0 (not sure what version is required).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is still not obsolete, as someone could add an osdep override....