Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Maniphest Tasks
- T4497: Parlatype (Speech transcription tool)
- Commits
- R3801:d88165d477a9: Parlatype v1.5.2
Test with various media types
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Should probably add the devel and docs packages as well. I have a package.yml on my system for this that also creates those packages :)
Re-compiled against --enable-gtk-doc --enable-introspection --enable-glade-catalog --with-libreoffice
Additionally, your pkgconfigs should be alphabetized. Please remember to do eopkg info pkgname and look at the dependencies and reverse dependencies before adding builddeps to eliminate redundancy.
| package.yml | ||
|---|---|---|
| 7 | License needs to be a list. | |
| 13 | glade-devel depends on libgtk-3-devel, this isn't required. | |
| 18 | gstreamer-1.0-plugins-bad-devel depends on gstreamer-1.0-devel, thus this isn't necessary. | |
| 19 | gstreamer-1.0-plugins-bad-devel depends on gstreamer-1.0-plugins-base-devel, thus this isn't necessary. | |
| 23 | This is part of system.devel component, doesn't need to be added. | |
corrected pkgconfig(gstreamer-bad-audio-1.0) to gstreamer-1.0-plugins-ugly
If it's not needed to be built, it should be listed as a rundep, not a builddep.