[ubuntu/focal-proposed] kodi 2:18.5+dfsg1-0ubuntu3 (Accepted)

Balint Reczey rbalint at ubuntu.com
Wed Mar 4 21:20:20 UTC 2020


kodi (2:18.5+dfsg1-0ubuntu3) focal; urgency=medium

  * Drop obsolete patches
  * Drop 03-privacy.patch and add TODO item about resurrecting it properly
  * Refresh patches
  * Run kodi-send with Python 3 (LP: #1866019)

kodi (2:18.5+dfsg1-0ubuntu2) focal; urgency=medium

  * Add missing <cassert>-s to fix FTBFS

kodi (2:18.5+dfsg1-0ubuntu1) focal; urgency=medium

  * debian/rules: Set -DWITH_ARCH=... and -DNEON=False explicitly for armel,
    armhf, ppc64el and s390x. Those Debian architectures are not detected
    properly by upstream CMake scripts.
  * Build-depend on python2-dev
  * debian/rules: Set -DWITH_ARCH for mipsel and mips64el, too
  * Reposition "from debian" on the main screen to adjust to the changed new
    skin

kodi (2:18.5+dfsg1-1~exp0) experimental; urgency=medium

  [ Balint Reczey ]
  * Team upload
  * debian/tests/gui: Wait for kodi to start, not just a fixed 5 seconds
  * Refresh patches
  * Update extra libdvdnav and libdvdread original tarballs
  * debian/copyright_hints: Update hints with new files
  * debian/control: Tidy up using cme fix
  * debian/gitlab-ci.yml: Add Salsa CI configuration
  * Refresh build dependencies based on upstream's packaging
  * Ship separate packages for X11, Wayland and GBM
  * debian/rules:
    - Rewrite to use cmake and build separate binaries.
      Thanks to Wolfgang Schupp
    - Extend override_dh_clean
    - Pass -lphtread to linker by default
    - Refactor building Debianized artifacts
    - Run tests for each build dir
    - Clean up separate build directories
    - clean media/Fonts/arial.ttf, too
    - Call dh with python2
    - Drop obsolete --parallel dh argument
    - Adjust to new component names
  * debian/copyright: Fix open issues and Lintian complaints
  * Let upstream's build system build the embedded libdvdnav and libread
    libraries
  * Install TexturePacker to /usr/bin/
  * Ignore failing tests for now
  * Update which files are shipped by which package
  * Switch hashing implementation from OpenSSL to Libgcrypt
  * Build without OpenSSL
  * Depend on unhinted Roboto font (Closes: #922950)
  * Fix FTBFS of kodi-test by not #include-ing excluded Windows-only header
  * Fix dh_kodiaddon_depends to get API versions the new way
  * Refresh file list shipped by kodi-addons-dev
  * Remove myself from Uploaders
  * Work around FTBFS caused by fontforge SEGFAULT
  * New upstream version 18.5+dfsg1
  * debian/gbp.conf: Drop postexport hook.
    It is obsoleted by storing all components in git.
  * Stop marking kodi-bin Multiarch: same since it now ships TexturePacker
  * Stop marking kodi-gbm, kodi-x11 and kodi-wayland Multiarch: same.
    They depend on kodi-bin which is not Multiarch: same either.
  * Build kodi-wayland, too

  [ Rechi ]
  * debian/copyright: update Files-Excluded
    - libUPnP was updated
    - UnrarXLib was split into an addon
    - Visual Studio files were removed
    - windows platform specific code location changed
  * drop unused Build-depends
  * add new Build-depends
  * debian/rules: remove unused DEB vars
  * debian/rules: remove non existent cmake options
    - egl is a required dependency on linux so there is no ENABLE_EGL switch
    - x11 isn't an optional dependency for gbm so there is no ENABLE_X11 switch
    - vdpau is only an optional dependency for x11, so ENABLE_VDPAU switch
      exists only for x11
  * debian/rules: update dlopened libs
    libass, libbluray, libcec, libcurl and libnfs are no longer dlopend
  * fix libmicrohttpd linking
  * debian/rules: install kodi-x11 as last package
    last installed package defines the fallback windowing in bin/kodi
  * fix depends syntax
  * fix test target build system dependency

Date: Wed, 04 Mar 2020 22:08:52 +0100
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/kodi/2:18.5+dfsg1-0ubuntu3
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 04 Mar 2020 22:08:52 +0100
Source: kodi
Architecture: source
Version: 2:18.5+dfsg1-0ubuntu3
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Closes: 922950
Launchpad-Bugs-Fixed: 1866019
Changes:
 kodi (2:18.5+dfsg1-0ubuntu3) focal; urgency=medium
 .
   * Drop obsolete patches
   * Drop 03-privacy.patch and add TODO item about resurrecting it properly
   * Refresh patches
   * Run kodi-send with Python 3 (LP: #1866019)
 .
 kodi (2:18.5+dfsg1-0ubuntu2) focal; urgency=medium
 .
   * Add missing <cassert>-s to fix FTBFS
 .
 kodi (2:18.5+dfsg1-0ubuntu1) focal; urgency=medium
 .
   * debian/rules: Set -DWITH_ARCH=... and -DNEON=False explicitly for armel,
     armhf, ppc64el and s390x. Those Debian architectures are not detected
     properly by upstream CMake scripts.
   * Build-depend on python2-dev
   * debian/rules: Set -DWITH_ARCH for mipsel and mips64el, too
   * Reposition "from debian" on the main screen to adjust to the changed new
     skin
 .
 kodi (2:18.5+dfsg1-1~exp0) experimental; urgency=medium
 .
   [ Balint Reczey ]
   * Team upload
   * debian/tests/gui: Wait for kodi to start, not just a fixed 5 seconds
   * Refresh patches
   * Update extra libdvdnav and libdvdread original tarballs
   * debian/copyright_hints: Update hints with new files
   * debian/control: Tidy up using cme fix
   * debian/gitlab-ci.yml: Add Salsa CI configuration
   * Refresh build dependencies based on upstream's packaging
   * Ship separate packages for X11, Wayland and GBM
   * debian/rules:
     - Rewrite to use cmake and build separate binaries.
       Thanks to Wolfgang Schupp
     - Extend override_dh_clean
     - Pass -lphtread to linker by default
     - Refactor building Debianized artifacts
     - Run tests for each build dir
     - Clean up separate build directories
     - clean media/Fonts/arial.ttf, too
     - Call dh with python2
     - Drop obsolete --parallel dh argument
     - Adjust to new component names
   * debian/copyright: Fix open issues and Lintian complaints
   * Let upstream's build system build the embedded libdvdnav and libread
     libraries
   * Install TexturePacker to /usr/bin/
   * Ignore failing tests for now
   * Update which files are shipped by which package
   * Switch hashing implementation from OpenSSL to Libgcrypt
   * Build without OpenSSL
   * Depend on unhinted Roboto font (Closes: #922950)
   * Fix FTBFS of kodi-test by not #include-ing excluded Windows-only header
   * Fix dh_kodiaddon_depends to get API versions the new way
   * Refresh file list shipped by kodi-addons-dev
   * Remove myself from Uploaders
   * Work around FTBFS caused by fontforge SEGFAULT
   * New upstream version 18.5+dfsg1
   * debian/gbp.conf: Drop postexport hook.
     It is obsoleted by storing all components in git.
   * Stop marking kodi-bin Multiarch: same since it now ships TexturePacker
   * Stop marking kodi-gbm, kodi-x11 and kodi-wayland Multiarch: same.
     They depend on kodi-bin which is not Multiarch: same either.
   * Build kodi-wayland, too
 .
   [ Rechi ]
   * debian/copyright: update Files-Excluded
     - libUPnP was updated
     - UnrarXLib was split into an addon
     - Visual Studio files were removed
     - windows platform specific code location changed
   * drop unused Build-depends
   * add new Build-depends
   * debian/rules: remove unused DEB vars
   * debian/rules: remove non existent cmake options
     - egl is a required dependency on linux so there is no ENABLE_EGL switch
     - x11 isn't an optional dependency for gbm so there is no ENABLE_X11 switch
     - vdpau is only an optional dependency for x11, so ENABLE_VDPAU switch
       exists only for x11
   * debian/rules: update dlopened libs
     libass, libbluray, libcec, libcurl and libnfs are no longer dlopend
   * fix libmicrohttpd linking
   * debian/rules: install kodi-x11 as last package
     last installed package defines the fallback windowing in bin/kodi
   * fix depends syntax
   * fix test target build system dependency
Checksums-Sha1:
 80035ee8dcda9a2dd9e490f9df1abd73b6727b28 5622 kodi_18.5+dfsg1-0ubuntu3.dsc
 94aeab712da8888313c67792ba055e8097cf37e0 387732 kodi_18.5+dfsg1.orig-cpluff-0-1-4.tar.xz
 3083e8dc7f6fc54b45d9fade8724bacf3a4c26b7 319828 kodi_18.5+dfsg1.orig-libdvdnav-6-0-1.tar.xz
 ed3722d2a2906cdfe52f6c6f7c99f62c4705cddf 343364 kodi_18.5+dfsg1.orig-libdvdread-6-0-2.tar.xz
 08f0d3cbe066a515d13c7445475f23be233bf21c 246480 kodi_18.5+dfsg1.orig-webinterface-default.tar.xz
 bd5ebe14b1c96d024d397258fefc35f60f22af41 29826412 kodi_18.5+dfsg1.orig.tar.xz
 229f673c1aaca94e83417c4c9d104e060fb05ba9 2292608 kodi_18.5+dfsg1-0ubuntu3.debian.tar.xz
 dfc70e212dcf8a4d0affcee1b859fb41a96b38c9 24284 kodi_18.5+dfsg1-0ubuntu3_source.buildinfo
Checksums-Sha256:
 4946a1530e26a257291aff129cd0213075c95ed0d4f75b966ecdd1c48cb149f1 5622 kodi_18.5+dfsg1-0ubuntu3.dsc
 054ff19691b577f89d53c157382a6de7dacedac414cb4331a22b1172dc2e29e6 387732 kodi_18.5+dfsg1.orig-cpluff-0-1-4.tar.xz
 6dfacbcf5f8cc91d67726faf9b447261ab06d4da3f4bf93bb1dd5ce587362750 319828 kodi_18.5+dfsg1.orig-libdvdnav-6-0-1.tar.xz
 196ee67c5dd5b8f9d9b6f2a6819db528efde84431b2a1bfbe5c671cc9dc56b9a 343364 kodi_18.5+dfsg1.orig-libdvdread-6-0-2.tar.xz
 693fa280d5f5622b1d197332d37124fbc8dbde80204d25b6a7a3bf8d85fcfb0f 246480 kodi_18.5+dfsg1.orig-webinterface-default.tar.xz
 95c1c1778e65c5a6f9b26ebbf27e650c306ff604361b46424b4a08d97d1c175d 29826412 kodi_18.5+dfsg1.orig.tar.xz
 2199112a46cf16f7ce8e7a1fb545c00de77d50a2fd5eefed7022ca0c7440d130 2292608 kodi_18.5+dfsg1-0ubuntu3.debian.tar.xz
 411f9e65db41f3664ba4e6fe832fd99d679e9de27b65f646f0230d0161667c91 24284 kodi_18.5+dfsg1-0ubuntu3_source.buildinfo
Files:
 7527ee37d3b1fbbcabfc43947c6fe40f 5622 video optional kodi_18.5+dfsg1-0ubuntu3.dsc
 e3cb3dca1fce0bbd3fd612d92916a460 387732 video optional kodi_18.5+dfsg1.orig-cpluff-0-1-4.tar.xz
 b2e6e5111d6241b68ac1904ad92b017a 319828 video optional kodi_18.5+dfsg1.orig-libdvdnav-6-0-1.tar.xz
 ae741a2fae2968c8443972de48188fbf 343364 video optional kodi_18.5+dfsg1.orig-libdvdread-6-0-2.tar.xz
 7cfcb00a22c55c023966ce7d9abc1f4a 246480 video optional kodi_18.5+dfsg1.orig-webinterface-default.tar.xz
 677bb9444eb14293fd5aa6cd6d768918 29826412 video optional kodi_18.5+dfsg1.orig.tar.xz
 10c422219bd069d640e3ae9295966d75 2292608 video optional kodi_18.5+dfsg1-0ubuntu3.debian.tar.xz
 dc41c8136e09bf4f76fd405725b482ae 24284 video optional kodi_18.5+dfsg1-0ubuntu3_source.buildinfo
Original-Maintainer: Debian Multimedia Maintainers <debian-multimedia at lists.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAl5gGsYACgkQg6KBkWsl
S0X35g//RuUPQRy+K2cfm0o04BwZGkB0LXUZqEuETk369yefNKQ2fifhWeMUxIu0
+hjkn+Tl0FrOVjzUbbLPDnU+HzsGNRc43emkBW1pghSKC+o4wew+TEINlG48Cfsq
rGeiKqhBe6+XL2AgpY/MUnLArWl7aJWbdbZkZciujTtTE1fuBRe5oiGwDWYMvt0f
RfcwaoqVdu+t2yYvIGtm/fNhPEtVjiPy7uQCek31cJ3D5k2BqxxSdNOjE5PxOYhf
xKAgFFXYkJl/fYfEQPe7riR5+nmljx184ksBamlg/+vpgyg4amPOkQYbndSHQjUe
IBwGKnl/0VCLRNx1ikc8Y3bD1k2f8Y4oaKBsk0PnwzyMSYGh+6CWYOhvnevTr+cz
D+xyjv9uC/R79YBQ+vs6PVXv2rRyTxxRT94EgBAQV474wJMl29FxI2a3c2z1oTJO
lAgOPBSI7wDMwJ+HOXH+adBPHl2u5Mmih4YVshhuhS2QkRhwi5sCefuQ+UYqMwvK
pu09HOwI+t62YrwvDtqQQQjN75HVRBYslBdP1fF58T4KWMbXBN9dMBtcbb4vBT6y
uEeLzDhLJlg94Aheb3H6M7+lvKJxtqnc2vaC0BS8zMkaFl8JDxDAX4NqZnNm9pF2
SxD6xHId9iIWyDyTmmZNDt3BJXWPRkcjlxXixIRq26AycdqIS5s=
=wW6S
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list