1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Source: parlatype
Section: sound
Priority: optional
Maintainer: Gabor Karsay <gabor.karsay@gmx.at>
Build-Depends: appstream-util <!nocheck>,
at-spi2-core <!nocheck>,
dbus <!nocheck>,
debhelper-compat (= 13),
desktop-file-utils <!nocheck>,
dh-sequence-gir,
gir1.2-gobject-2.0-dev,
gir1.2-gtk-4.0-dev,
gobject-introspection (>= 1.78.1-9~),
gstreamer1.0-plugins-good <!nocheck>,
iso-codes,
libadwaita-1-dev (>= 1.4),
libgstreamer1.0-dev,
libgstreamer-plugins-base1.0-dev,
libgtk-4-dev (>= 4.10),
libpocketsphinx-dev [!mips64el !mipsel !s390x !alpha !ia64 !powerpc],
libsphinxbase-dev [!mips64el !mipsel !s390x !alpha !ia64 !powerpc],
libxml2-utils,
meson (>= 0.60.0),
xauth <!nocheck>,
xvfb <!nocheck>,
yelp-tools
Build-Depends-Indep:
gtk-doc-tools,
libglib2.0-doc,
libgtk-4-doc
Standards-Version: 4.7.0
Homepage: https://www.parlatype.xyz/
Vcs-Git: https://salsa.debian.org/gkarsay/parlatype.git
Vcs-Browser: https://salsa.debian.org/gkarsay/parlatype
Rules-Requires-Root: no
Package: parlatype
Architecture: any
Depends: gstreamer1.0-plugins-good,
${shlibs:Depends},
${misc:Depends},
parlatype-common (= ${source:Version})
Suggests: libreoffice-parlatype
Breaks: parlatype-libreoffice-helpers (<= 1.6.2),
libreoffice-parlatype (<= 3.1.1),
parlatype-common (= 4.2-1)
Replaces: parlatype-common (= 4.2-1)
Description: Minimal audio player for manual speech transcription
Plays audio sources to transcribe them in your favourite text application.
Speed of playback can be changed without changing the pitch and on pause it
will rewind for a few seconds according to your preferences.
Package: parlatype-common
Architecture: all
Depends: ${misc:Depends}
Breaks: parlatype (<< 4.2)
Replaces: parlatype (<< 4.2)
Suggests: parlatype (= ${source:Version})
Multi-Arch: foreign
Description: Minimal audio player for manual speech transcription (arch-independent files)
Plays audio sources to transcribe them in your favourite text application.
Speed of playback can be changed without changing the pitch and on pause it
will rewind for a few seconds according to your preferences.
.
This package contains the arch-independent files in /usr/share.
Package: libparlatype7
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libparlatype1,
libparlatype2,
libparlatype3,
libparlatype5,
libparlatype5t64
Replaces: libparlatype1,
libparlatype2,
libparlatype3,
libparlatype5,
libparlatype5t64
Multi-Arch: same
Description: Library for Parlatype - runtime version
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package contains runtime libraries needed by Parlatype.
Package: libparlatype-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libparlatype7 (= ${binary:Version}),
gir1.2-parlatype-5.0 (= ${binary:Version}),
libglib2.0-dev (>= 2.70),
libgtk-4-dev
Recommends: libparlatype-doc
Multi-Arch: same
Description: Library for Parlatype - development version
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package provides the necessary development libraries and include
files to develop and compile libparlatype.
Package: libparlatype-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libglib2.0-doc,
libgtk-4-doc
Suggests: devhelp
Multi-Arch: foreign
Description: Documentation files for the Parlatype library
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package contains the HTML documentation for the Parlatype library
in /usr/share/doc/libparlatype-doc/html/ .
Package: gir1.2-parlatype-5.0
Architecture: any
Section: introspection
Depends: ${misc:Depends},
${gir:Depends}
Breaks: gir1.2-parlatype-1.0,
gir1.2-parlatype-2.0,
gir1.2-parlatype-3.0,
gir1.2-parlatype-4.0
Replaces: gir1.2-parlatype-1.0,
gir1.2-parlatype-2.0,
gir1.2-parlatype-3.0,
gir1.2-parlatype-4.0
Multi-Arch: same
Description: Library for Parlatype - gir bindings
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
|