deepin-movie-reborn (6.5.55-1) unstable; urgency=medium * New upstream release. * Migrate the package from Qt5 to Qt6, following upstream: + debian/control: Build against Qt6 (qt6-base-dev, qt6-base-private-dev, qt6-multimedia-dev, qt6-svg-dev, qt6-tools-dev, qt6-tools-dev-tools) and DTK6 (libdtk6core-dev, libdtk6gui-dev, libdtk6widget-dev) instead of their Qt5 counterparts. + debian/control: Build-depend on libmpris-qt6-dev instead of libmpris-qt5-dev. + debian/rules: Drop obsolete QT_SELECT=5 export. * debian/control: + Drop build-dependencies unused by the Qt6 build: libdbusextended-qt5-dev, libgsettings-qt-dev (Qt6 code path uses QSettings), libpulse-dev, libqt5sql5-sqlite, libxcb-ewmh-dev, x11proto-dev and xcb-proto. + Add explicit build-dependencies on libdrm-dev, libgl-dev, libglib2.0-dev and libx11-dev, which were only pulled in indirectly before. + Drop the libdtkcore5-bin build-dependency: upstream looks for dtk-settings under DTKCORE_TOOL_DIR, which DTK6 no longer defines, so the optional json_i18n target is never run. + Let ${shlibs:Depends} handle the libmpris and Qt library dependencies instead of hardcoding them; add libqt6sql6-sqlite to deepin-movie for the QSQLITE driver loaded at runtime. + libdmr-dev: Depend on the Qt6/DTK6 development packages listed in libdmr.pc instead of libgsettings-qt-dev. + Bump Standards-Version to 4.7.4; drop Priority and Rules-Requires-Root fields accordingly. * debian/patches: + Drop 003_fix_theme.patch: the "deepin" Qt platform theme plugin it asks for is not shipped by any package in Debian. + Drop 005_fix_ftbfs_with_ffmpeg5.0.patch and 007-fix-ftbfs-ffmpeg7.patch, both fixed upstream. + Rename 008-fix-ts-regeneration.patch to 0001-fix-ts-regeneration-in-double-build.patch and port it to the Qt6 code path of src/CMakeLists.txt. + Add 0002-cmake-do-not-clobber-Debian-build-flags.patch: src/CMakeLists.txt overwrote CMAKE_C_FLAGS, CMAKE_CXX_FLAGS and CMAKE_EXE_LINKER_FLAGS, ending the CXX flags with "-fPIC -Wl,--as-needed -fPIE". The trailing -fPIE won at LTO link time and libdmr.so failed to link with "relocation R_X86_64_PC32 ... can not be used when making a shared object; recompile with -fPIC". * debian/rules: Re-enable LTO (optimize=+lto), disabled since 5.10.8-2 and now unblocked by the patch above. * debian/deepin-movie.install: Drop usr/lib/uos-ai-assistant/functions/*, no longer installed by the Qt6 build. * debian/copyright: Update copyright holders, years and license stanzas following upstream REUSE metadata. -- Boyuan Yang Sun, 02 Aug 2026 13:47:42 -0400 deepin-movie-reborn (5.15.10-3) unstable; urgency=medium * debian/control: Revert last change. (Closes: #1101846) -- Boyuan Yang Sat, 05 Apr 2025 10:10:34 -0400 deepin-movie-reborn (5.15.10-2) unstable; urgency=medium * debian/control: Add missing build-dep libdisplay-info-dev. (Closes: #1101846) -- Boyuan Yang Tue, 01 Apr 2025 19:19:53 -0400 deepin-movie-reborn (5.15.10-1) unstable; urgency=medium * New upstream release. (Closes: #1096240) * debian/deepin-movie.install: Updated. * debian/patches: Drop old patch (001, 002, 006). -- Boyuan Yang Mon, 17 Feb 2025 18:55:40 -0500 deepin-movie-reborn (5.10.8-3) unstable; urgency=medium [ Arun Kumar Pariyar ] * Fix ftbfs with ffmpeg 7 (Closes: #1078277). * Fix ts file regeneration in double-build (Closes: #1045091). * Add debian/clean with generated qm files. [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Replace dependency on transitional package x11proto-record-dev with replacement x11proto-dev. -- Arun Kumar Pariyar Mon, 16 Sep 2024 03:20:17 +0545 deepin-movie-reborn (5.10.8-2.1) unstable; urgency=medium * Non-maintainer upload. * Change hardcoded dependency to libqt5concurrent5t64 instead of libqt5concurrent5. Closes: #1068224 -- Andreas Metzler Sun, 21 Apr 2024 13:23:59 +0200 deepin-movie-reborn (5.10.8-2) unstable; urgency=medium * debian/control: + Drop version constraints on libpulse0 and libqt5concurrent5. + Replace hardcoded shared library libmpv with ${libmpv:Depends}. * debian/rules: + Add mpv shared library using dh_shlibdeps-arch. (Closes #1025008) -- Arun Kumar Pariyar Thu, 01 Dec 2022 04:57:34 +0545 deepin-movie-reborn (5.10.8-1) unstable; urgency=medium * New upstream release. * debian/rules: + Explicitly disable LTO build. (Closes: #1015384) + Drop unnecessary override on dh_missing. -- Boyuan Yang Mon, 15 Aug 2022 13:26:12 -0400 deepin-movie-reborn (5.10.6-1) unstable; urgency=medium * New upstream version 5.10.6. * debian/libdmr0.1.shlibs: + Update version. * debian/patches: + Add a fix missing header patche. + Update other patches. -- Clay Stan Tue, 02 Aug 2022 10:35:59 +0800 deepin-movie-reborn (5.10.5-1) unstable; urgency=medium * debian/control: + Add build-dep package. + Bump Standards-Version to 4.6.1.0. * debian/copyright: + Update Upstream-Contact. + Update files copyright information. * debian/libdmr0.1.shlibs: + Update version. * debian/patches: + Remove useless patches. + Update other patches. * debian/upstream/metadata: + Update Bug-Database and Bug-Submit address. -- Clay Stan Thu, 14 Jul 2022 17:26:34 +0800 deepin-movie-reborn (5.7.15-3.1) unstable; urgency=medium * Non-maintainer upload. * debian/control: Remove manual dependencies on libav* (Closes: #1014198) These dependencies are already added by ${shlibs:Depends}. -- Sebastian Ramacher Mon, 11 Jul 2022 22:33:15 +0200 deepin-movie-reborn (5.7.15-3) unstable; urgency=medium * debian/patches: + Add patch to fix FTBFS with ffmpeg 5.0 (Closes: #1004807). -- Arun Kumar Pariyar Tue, 12 Apr 2022 14:45:15 +0545 deepin-movie-reborn (5.7.15-2) unstable; urgency=medium * debian/patches: + Add a patch to define GLAPIENTRY to fix FTBFS on armel/armhf. * debian/control: + Tighten build dependency versions. -- Arun Kumar Pariyar Thu, 11 Nov 2021 01:09:53 +0545 deepin-movie-reborn (5.7.15-1) unstable; urgency=medium * New upstream release 5.7.15 (Closes: #997202). * debian/control + Update dependency. + Update Standards-Version to 4.6.0.1. + Add Clay Stan to Uploaders. * debian/patch - Deleted the previous patch, because they have been incorporated into the source code. + Add a patch to remove SetCanShowInUI, it has been removed in the new version of mpris player. + Add a patch to update manual install path. + Add a patch to fix theme does not work. * debian/copyright: Update license information. * debian/clean: removed,not included in the source code. * debian/deepin-movie.install: install manual. * debian/libdmr0.1.shlibs: update version. -- Clay Stan Mon, 01 Nov 2021 14:37:13 +0800 deepin-movie-reborn (5.7.6.147-1) unstable; urgency=medium [ Tu Qinggang ] * New upstream release 5.7.6.147. [ Arun Kumar Pariyar ] * debian/control: + Bump Standards-Version to 4.5.1. + Bump debhelper compat to v13. + Update build dependency, tighten libdtkwidget-dev to (>=5.2~). + Update binary package dependencies. + Add Arun Kumar Pariyar to Uploaders. * debian/rules: + Ensure proper build. * debian/patches: - Drop use-libdmr.patch and upstream-issue-48.patch. + Add fix to build with Qt5.15+ (Closes: #975744). + Add patch to use system library instead of src/vendor. * debian/upstream: Set upstream metadata fields. * debian/clean: Cleanup src/vendor/{dbusextended-qt,mpris-qt}. * debian/copyright: Update license information. -- Arun Kumar Pariyar Sun, 06 Dec 2020 21:03:08 +0545 deepin-movie-reborn (5.0.0-1) unstable; urgency=medium * New upstream version 5.0.0. * debian/control: + Bump Standards-Version to 4.4.1. * debian/patches: Add patch to fix FTBFS with new dtkcore. -- Boyuan Yang Tue, 15 Oct 2019 14:57:31 -0400 deepin-movie-reborn (3.2.20-1) unstable; urgency=medium * New upstream version 3.2.20 -- Yanhao Mo Tue, 26 Feb 2019 11:32:06 +0800 deepin-movie-reborn (3.2.18-1) unstable; urgency=medium * New upstream release 3.2.18. * debian/control: + Build-depend on debhelper-compat (= 12) instead of using debian/compat. + Bump Standards-Version to 4.3.0. -- Boyuan Yang Sun, 06 Jan 2019 10:24:48 -0500 deepin-movie-reborn (3.2.14-1) unstable; urgency=medium * New upstream version 3.2.14. * debian/control: Drop Build-dependency on libavresample-dev, this package is deprecated upstream. * debian/patches: Refresh patches. -- Boyuan Yang Tue, 20 Nov 2018 16:30:51 -0500 deepin-movie-reborn (3.2.10-1) unstable; urgency=medium * New upstream version 3.2.10. * debian/control: Update my uploader email address and use the @debian.org one. * debian/control: Bump Standards-Version to 4.2.1 (no changes needed). -- Boyuan Yang Sun, 21 Oct 2018 10:13:12 -0400 deepin-movie-reborn (3.2.9-1) unstable; urgency=medium * New upstream version 3.2.9. * debian/control: + Build-depends on libqt5opengl5-desktop-dev to avoid build attempt on arm* (Closes: #906691). + Bump Standards-Version to 4.2.0 (no changes needed). + Use strict version requirement between deepin-movie and libdmr. * debian/symbols: + Drop libdmr symbols, use shlibs file instead since no other application will use libdmr in the foreseeable future. * debian/rules: Remove useless dh_install override. -- Boyuan Yang <073plan@gmail.com> Mon, 20 Aug 2018 22:31:56 -0400 deepin-movie-reborn (3.2.8-1) unstable; urgency=medium * New upstream version 3.2.8 * Bump Standards-Version to 4.1.5 (no changes needed). * Update symbols file. * d/deepin-movie.install: Drop usr/share/dman/deepin-movie/* . -- Yanhao Mo Sat, 21 Jul 2018 10:54:14 +0800 deepin-movie-reborn (3.2.7-2) unstable; urgency=medium * Reconfirm symbol information using buildd logs. -- Yanhao Mo Tue, 12 Jun 2018 10:27:59 +0800 deepin-movie-reborn (3.2.7-1) unstable; urgency=medium * New upstream version 3.2.7 + Run async append job conditionally. + libdmr: Support pause on start. -- Yanhao Mo Sun, 10 Jun 2018 10:30:00 +0800 deepin-movie-reborn (3.2.5-3) unstable; urgency=medium * d/control: Explicitly add Build-Dependency mesa-common-dev to deal with FTBFS on armel/armhf platforms. -- Boyuan Yang <073plan@gmail.com> Mon, 21 May 2018 00:19:24 +0800 deepin-movie-reborn (3.2.5-2) unstable; urgency=medium * Reconfirm symbol information using buildd logs. -- Boyuan Yang <073plan@gmail.com> Fri, 18 May 2018 09:32:50 +0800 deepin-movie-reborn (3.2.5-1) unstable; urgency=medium * New upstream release. * Update symbols information of libdmr0.1 using pkg-kde-tools. -- Yanhao Mo Sat, 05 May 2018 15:43:01 +0800 deepin-movie-reborn (3.2.4-1) unstable; urgency=medium * New upstream release. * d/control: add uploader Yanhao Mo * d/control: change maintainer field back to pkg-deepin-devel@lists.alioth.debian.org -- Yanhao Mo Fri, 04 May 2018 15:02:05 +0800 deepin-movie-reborn (3.2.3-3) unstable; urgency=medium * Bump Standards-Version to 4.1.4 (no changes needed). * Use team+pkg-deepin@tracker.debian.org in maintainer field. * Mark libdmr0.1 as M-A: same. -- Boyuan Yang <073plan@gmail.com> Fri, 20 Apr 2018 17:25:43 +0800 deepin-movie-reborn (3.2.3-2) unstable; urgency=high * Reconfirm symbols for libdmr0.1 using buildd logs. Closes: #893622 * d/control: Apply "wrap-and-sort -abst". * d/rules: Use "dh-missing --fail-missing". -- Boyuan Yang <073plan@gmail.com> Fri, 23 Mar 2018 21:44:58 +0800 deepin-movie-reborn (3.2.3-1) unstable; urgency=low * Initial release (Closes: #871980) -- Yangfl Sat, 17 Mar 2018 10:46:26 +0800