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 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309
|
subtitlecomposer (0.7.1-4) unstable; urgency=medium
* Team upload.
[ Diederik de Haas ]
* Backport upstream commit d8f9797d9c0d45fa9f4402f79c539544b74d2cc7 to
remove deprecated API usage; patch
upstream_VideoPlayer-Fix-usage-of-deprecated-removed-AVCodec-.patch.
(Closes: #1020819)
-- Pino Toscano <pino@debian.org> Fri, 28 Oct 2022 11:41:15 +0200
subtitlecomposer (0.7.1-3) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.6.1, no changes required.
* CI: enable again the blhc job.
* Backport upstream commit 4f4f560e40ba0b760cf688eb024be3cc734ca347 to build
with ffmpeg 5.x; patch upstream_Fix-compilation-with-ffmpeg5-63.patch.
(Closes: #1004600)
* Update lintian overrides.
-- Pino Toscano <pino@debian.org> Fri, 24 Jun 2022 08:17:14 +0200
subtitlecomposer (0.7.1-2) unstable; urgency=medium
* Team upload.
* Add the libqt5opengl5-desktop-dev build dependency: even if subtitlecomposer
does not use QtOpenGL directly, it does seem to require the Desktop GL, and
cannot use EGL.
* Add the libpocketsphinx-dev build dependency to enable the support for
speech recognition; only on amd64, and i386 for now, as PocketSphinx is not
available on all the architectures.
-- Pino Toscano <pino@debian.org> Thu, 07 Oct 2021 20:17:00 +0200
subtitlecomposer (0.7.1-1) unstable; urgency=medium
* Team upload.
[ Aurélien COUDERC ]
* Point Source field in machine readable copyright to the invent.kde.org
repo.
* Bump Standards-Version to 4.5.1, no change required.
* Refresh upstream metadata.
* Update project homepage.
* Removed Maximiliano Curia from the uploaders, thanks for your work
on the package!
* Added myself to the uploaders.
[ Pino Toscano ]
* New upstream release:
- drops the subpicture/x-pgs MIME from the desktop file (Closes: #944274)
* Update lintian overrides.
* Update watch file to the new upstream release location, and switch to v4.
* Update the patches:
- fix-appstream.diff: drop, fixed upstream
* Update the build dependencies according to the upstream build system:
- bump cmake to 3.4
- bump Qt packages to 5.9.0
- bump KF packages to 5.44.0
- add qtbase5-private-dev, libswscale-dev, and libopenal-dev
- explicitly add gettext
- remove no more needed: libphonon4qt5-dev, libphonon4qt5experimental-dev,
libgstreamer-plugins-base1.0-dev, libglib2.0-dev, libmpv-dev, and
libxcb1-dev
* Mark the xauth, and xvfb build dependencies as nocheck, as they are needed
only by dh_auto_test.
* Bump Standards-Version to 4.6.0, no changes required.
* Drop the mplayer suggest, as it is no more used.
* CI: disable the blhc job.
-- Pino Toscano <pino@debian.org> Thu, 07 Oct 2021 07:26:51 +0200
subtitlecomposer (0.7.0-2) unstable; urgency=medium
* Team upload.
* Drop the Debian man page, as it is outdated, and it offers no useful
information.
* Bump the debhelper compatibility to 13:
- switch the debhelper build dependency to debhelper-compat 13
- remove debian/compat
* Add Rules-Requires-Root: no.
* Bump Standards-Version to 4.5.0, no changes required.
* Add the configuration for the CI on salsa.
* Fix the AppStream XML file (patch fix-appstream.diff), and ship it again.
* Do not specify to link in as-needed mode, as it is the binutils default now.
-- Pino Toscano <pino@debian.org> Thu, 06 Aug 2020 09:22:25 +0200
subtitlecomposer (0.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update the patches:
- cmake-policy.diff: drop, fixed upstream
* Switch Vcs-* fields to salsa.debian.org.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
* Remove the libx11-dev build dependency, no more needed now.
* Bump Standards-Version to 4.4.0, no changes required.
* Stop installing the AUTHORS file, as it does not exist anymore.
* Avoid installing the appstream XML file for now, as it seems not valid.
-- Pino Toscano <pino@debian.org> Mon, 08 Jul 2019 21:50:51 +0200
subtitlecomposer (0.6.6-2) unstable; urgency=medium
* Team upload.
* Configure Xvfb so it has a proper depth; it should work also when Qt is
built with OpenGL ES.
-- Pino Toscano <pino@debian.org> Thu, 15 Feb 2018 08:35:11 +0100
subtitlecomposer (0.6.6-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Add new build dependencies required by the new version: libavcodec-dev,
libavformat-dev, libavutil-dev, and libswresample-dev.
* Do not fail if cmake does not have policy CMP0071; patch cmake-policy.diff.
* Bump Standards-Version to 4.1.3, no changes required.
* Update copyright.
* Small changes to the description.
-- Pino Toscano <pino@debian.org> Thu, 15 Feb 2018 07:49:50 +0100
subtitlecomposer (0.6.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Replace the transitional build dependencies:
- kio-dev -> libkf5kio-dev
* Update copyright.
* Update the patches:
- xine-cmake.diff: drop, backported from upstream
* Do not install the upstream TODO as documentation, since it is not
interesting for users, and in this case also basically empty.
* Bump Standards-Version to 4.1.1, no changes required.
* Update Vcs-Browser field.
-- Pino Toscano <pino@debian.org> Fri, 29 Sep 2017 19:27:28 +0200
subtitlecomposer (0.6.4-2) unstable; urgency=medium
* Team upload.
* Remove support for Xine:
- drop the libxine2-dev build dependency
- stop mentioning it in the description
- stop using the xine dh addon
- stop mentioning the ${xine-x:Depends} variable
- avoid cmake failure when Xine is not found; patch xine-cmake.diff.
-- Pino Toscano <pino@debian.org> Fri, 17 Jun 2016 23:33:49 +0200
subtitlecomposer (0.6.4-1) unstable; urgency=medium
* Team upload.
* New upstream release:
- fixes build with GCC 6 (Closes: #812035)
* Update copyright.
* Update the patches:
- fix-plugins-loading.diff: drop, fixed upstream
* Bump Standards-Version to 3.9.8, no changes required.
-- Pino Toscano <pino@debian.org> Mon, 16 May 2016 08:28:08 +0200
subtitlecomposer (0.6.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Fix Vcs-Git field.
* Update the patches:
- link-x11.diff: drop, fixed upstream
* Fix the loading of videoplayer plugins; patch fix-plugins-loading.diff.
-- Pino Toscano <pino@debian.org> Tue, 05 Apr 2016 00:04:04 +0200
subtitlecomposer (0.6.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update the build dependencies following the port to Frameworks:
- remove kdelibs5-dev
- add qtbase5-dev, extra-cmake-modules, libkf5auth-dev, libkf5codecs-dev,
libkf5config-dev, libkf5configwidgets-dev, libkf5coreaddons-dev,
libkf5i18n-dev, kio-dev, kross-dev, libkf5sonnet-dev,
libkf5textwidgets-dev, libkf5widgetsaddons-dev, libkf5xmlgui-dev
* Use the right dh addon:
- switch from kde to kf5 dh addon
- bump the pkg-kde-tools build dependency to >= 0.15.16
* Update Homepage to the new github home.
* Drop menu file, since subtitlecomposer already provides a .desktop file.
* Remove useless dh_install override, since it does the same thing.
* Update the build dependencies:
- add libphonon4qt5-dev, libphonon4qt5experimental-dev, libicu-dev,
libmpv-dev, and libxcb1-dev, needed by the new version
- remove unused libxml2-dev
- make pkg-config explicit
* Update the Vcs-* fields.
* Update the patches:
- 0001-Link-phonon.patch: drop, fixed upstream
- 0002-Link-against-X11.patch: drop, reworking it in a new link-x11.diff
- 0003-Find-platform-dependant-include-files-of-GStreamer.patch: drop,
fixed upstream
- 0004-Fix-crash-Sonnet-Dialog-cannot-handle-empty-buffers.patch: drop,
obsolete
* The test suite needs X11, so:
- add the xvfb and xauth build dependencies
- run dh_auto_test with xvfb-run
* Update lintian overrides.
* Link in as-needed mode.
* Bump Standards-Version to 3.9.7, no changes required.
* Remove no more useful Build-Conflicts: qt5-default.
* Switch mplayer2 suggest to mplayer.
* Update copyright.
-- Pino Toscano <pino@debian.org> Sun, 27 Mar 2016 13:13:26 +0200
subtitlecomposer (0.5.7-1) unstable; urgency=medium
[ Martin Steghöfer ]
* Imported Upstream version 0.5.7 (Closes: #571687, #704067, #776326,
#799957).
* Dropped patches regarding bugs that are already fixed in the new upstream version.
* Rebased remaining patches onto new upstream version.
* Updated debian/watch to new repository location.
* The new upstream version needs GStreamer 1.x. (Closes: #785853)
* Patched FindGStreamer.cmake, so it finds gst/gstconfig.h in the Debian directory layout.
* Declared build conflict with Qt5. (Closes: #784075)
* Suggest "mplayer2" instead of "mplayer". (Closes: #686167)
* Removed lintian override that is both malformed (lintian complains about the override itself)
and obsolete (lintian accepts a Build-Depends on "libxine2-dev").
* Bumped Standards-Version to 3.9.6 (no changes necessary according to upgrading checklist).
* Fix crash on spell checking an empty subtitle entry. (Closes: #694812)
[ Maximiliano Curia ]
* Migrate copyright file to copyright 1.0.
* Update watch file.
-- Maximiliano Curia <maxy@debian.org> Fri, 16 Oct 2015 11:33:42 +0200
subtitlecomposer (0.5.3-4) unstable; urgency=low
[ José Manuel Santamaría Lema ]
* Using ${xine-x:Depends} provided by dh_xine (Closes: #575124).
* Point debian/control Vcs fields to the new Git repository.
* Build depend on libxine2-dev instead of libxine-dev (Closes: #724751).
* Add link_against_x11.diff (Closes: #713576).
* Bump Standards-Version to 3.9.4, no changes required.
* Update lintian overrides.
[ Maximiliano Curia ]
* Update vcs fields.
* Migrate cdbs to dh 9.
* Add myself as uploader.
* Add lintian override, xine addon provided by libxine2-dev.
-- Maximiliano Curia <maxy@debian.org> Tue, 26 Nov 2013 10:26:58 +0100
subtitlecomposer (0.5.3-3) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format.
* Added 04_fix_ftbfs_gcc_4_5.diff (Closes: #565078).
* Added "DEB_KDE_LINK_WITH_AS_NEEDED := yes" to debian/rules.
-- José Manuel Santamaría Lema <panfaust@gmail.com> Thu, 14 Jan 2010 15:30:06 +0100
subtitlecomposer (0.5.3-2) unstable; urgency=low
* Added patches to avoid an FTBFS when compiling with binutils-gold:
+ 01_link_gobject.diff
+ 02_link_krosscore.diff
+ 03_link_phonon.diff
* Bump Standards Version to 3.8.3, no changes needed.
-- José Manuel Santamaría Lema <panfaust@gmail.com> Fri, 13 Nov 2009 19:48:15 +0100
subtitlecomposer (0.5.3-1) unstable; urgency=low
* New upstream release.
* Dropped the following patches because upstream fixed the issues:
+ debian/patches/missing_gstreamer_headers.patch
+ debian/patches/missing_phonon_link.patch
+ debian/patches/textoverlay_fix.patch
* No build-depend on quilt since there are no patches to apply.
* Don't install KRAZY file because upstream is not provinding it for this
release.
* Bump Standards Version to 3.8.2, no changes needed.
* Added lintian overrides for ruby scripts intended to be ran using Kross.
* Refreshed man page, generated with kdemangen.pl and edited by hand to avoid
lintian warnings.
-- José Manuel Santamaría Lema <panfaust@gmail.com> Fri, 19 Jun 2009 00:41:55 +0200
subtitlecomposer (0.5.2-1) unstable; urgency=low
* Manpage generated with kdemangen.pl and edited by hand to avoid lintian
warnings.
* Patches to fix missing library links/headers:
+ debian/patches/missing_gstreamer_headers.patch
+ debian/patches/missing_phonon_link.patch
* Patch to make the video player work:
+ debian/patches/textoverlay_fix.patch
* Initial release (Closes: #516372).
-- José Manuel Santamaría Lema <panfaust@gmail.com> Tue, 19 May 2009 00:47:30 +0200
|