Page MenuHomeSolus

Parlatype v1.5.2
ClosedPublic

Authored by broken6r on Oct 14 2017, 2:21 AM.
Tags
None
Referenced Files
F11053594: D1207.id2984.diff
Thu, Aug 10, 11:30 PM
F11053593: D1207.id.diff
Thu, Aug 10, 11:30 PM
F11053592: D1207.id2969.diff
Thu, Aug 10, 11:30 PM
F11053591: D1207.id2952.diff
Thu, Aug 10, 11:30 PM
F11053590: D1207.id2953.diff
Thu, Aug 10, 11:29 PM
F11053589: D1207.id2971.diff
Thu, Aug 10, 11:29 PM
F11053588: D1207.id2966.diff
Thu, Aug 10, 11:29 PM
F11053587: D1207.id2967.diff
Thu, Aug 10, 11:29 PM

Details

Summary

The inclusion of parlatype fixes T4497

Release notes available here

Signed-off-by: Bill Baillie <broken6r@gmail.com>

Test Plan

Test with various media types

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Recompiled against pkgconfig(gstreamer-bad-audio-1.0) to add MP3 support

broken6r retitled this revision from Parlatype is a minimal audio player for manual speech transcription, written for the GNOME desktop environment. It plays audio sources to transcribe them in your favourite text application. to Parlatype v1.5.2.Oct 14 2017, 2:47 AM
broken6r edited the summary of this revision. (Show Details)
broken6r edited the test plan for this revision. (Show Details)

Tested successfully with .mp3, .ogg. Parlatype is a basic media played as described.

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 :)

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 :)

Throw it up here so Bill can see and he might be able to change his to suit. :)

@broken6r @Justin here is what I got. I didn't test it or anything, but it built!

Re-compiled against --enable-gtk-doc --enable-introspection --enable-glade-catalog --with-libreoffice

corrected pkgconfig(gstreamer-bad-audio-1.0) to gstreamer-1.0-plugins-ugly

JoshStrobl added a subscriber: JoshStrobl.

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.

This revision now requires changes to proceed.Oct 15 2017, 1:43 PM

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.

broken6r edited edge metadata.

Amended package.yml per @JoshStrobl request

This revision is now accepted and ready to land.Oct 16 2017, 11:33 PM
This revision was automatically updated to reflect the committed changes.