[ubuntu/trusty-proposed] xbmc 2:12.3+dfsg1-3ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Tue Jan 7 09:21:18 UTC 2014


xbmc (2:12.3+dfsg1-3ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - nexus7-fullscreen-fix.patch.
    - xbmc-startup-script-workarounds-for-arm.patch: Added another workaround to
      get the touchscreen of the Nexus 7 working in the fullscreen mode of XBMC.

xbmc (2:12.3+dfsg1-3) unstable; urgency=low

  * Fix blank screen issue on armhf
  * Don't disable ccache
  * Enable using external libraries during configure. Has no effect on the
    build, external libraries are used already
  * Build-depend on libcap-dev to enable libcap support
  * Strip FreeType, Enca and Google's test libraries from repacked source
  * Use system's libsidplay2 and remove embedded one from repacked source
  * Disable VDPAU and VAAPI on armel and armhf

xbmc (2:12.3+dfsg1-2) unstable; urgency=low

  * Depend on libgles2-mesa-dev and libomxil-bellagio-dev on armhf

xbmc (2:12.3+dfsg1-1) unstable; urgency=low

  * XBMC 12.3 Frodo
  * Drop back-ported efbb36fa and c2c97cfd2 patches since those are
    integrated upstream
  * Depend on fonts-dejavu-core and fonts-liberation instead of
    ttf-dejavu-core and ttf-liberation respectively (Closes: #702820)
  * enable code generation during bootstrap with workaround for groovy crash
  * Use OpenGL ES on armhf (Closes: #702730)
  * Stop forcing PulseAudio at build time (Closes: #704951)

xbmc (2:12.2+dfsg1-1) unstable; urgency=low

  * Base package on repacked upstream tarball
  * Run bootstrap before configuration (without code generation enabled)
  * Use external groovy
  * Depend on doxygen to help code generation

xbmc (2:12.2-1) unstable; urgency=low

  [ macmenot <notmemac at gmail.com> ]
  * XBMC 12.2 Frodo. Closes: #716806
  * Add 01-Compile-against-system-libavcodec.patch and
    02-Fix-avcodec-vdpau-detection.patch
    (Closes: #706193)
  * Fix typo in package description: "archiecture". Closes: #706826

  [Balint Reczey]
  * Disable libCEC temporarily since it has no usable version in unstable
  * Detect Samba4 headers using patched configure.in
  * Distinguish Debian build from vanilla XBMC build by showing changed
    logo and version number
  * Depend on gimp to generate the changed logo
  * Adding myself to uploaders
  * cherry-pick efbb36fa and c2c97cfd2 from upstream to fix child process
    handling and make XBMC work with newer nvidia drivers > 304.
    Thanks to Peter Frühberger <fritsch at xbmc.org>
  * add get-orig-source target to debian/rules which prepares a DFSG-free
    original tarball

xbmc (2:12.0~git20130127.fb595f2-1.1) experimental; urgency=low

  [Balint Reczey]
  * Non-maintainer upload.
  * Set Samba include path in d/rules using pkg-config to fix FTBFS
    with Samba 4 (Closes: #728594)

  [Michael Biebl]
  * Disable HAL support (Closes: #676702, #668486)

xbmc (2:12.0~git20130127.fb595f2-1) experimental; urgency=low

  * New upload for XBMC 12.0 Frodo.

Date: Tue, 07 Jan 2014 09:58:17 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Debian XBMC Packaging Team <pkg-xbmc-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/trusty/+source/xbmc/2:12.3+dfsg1-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jan 2014 09:58:17 +0100
Source: xbmc
Binary: xbmc xbmc-bin xbmc-eventclients-common xbmc-eventclients-dev xbmc-eventclients-wiiremote xbmc-eventclients-j2me xbmc-eventclients-ps3 xbmc-eventclients-xbmc-send
Architecture: source
Version: 2:12.3+dfsg1-3ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Debian XBMC Packaging Team <pkg-xbmc-maintainers at lists.alioth.debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 xbmc       - XBMC Media Center (arch-independent data package)
 xbmc-bin   - XBMC Media Center (binary data package)
 xbmc-eventclients-common - XBMC Media Center (Event Client Common package)
 xbmc-eventclients-dev - XBMC Media Center (Event Client Dev package)
 xbmc-eventclients-j2me - XBMC Media Center (Event Client J2ME package)
 xbmc-eventclients-ps3 - XBMC Media Center (Event Client PS3 package)
 xbmc-eventclients-wiiremote - XBMC Media Center (Event Client WII Remote support package)
 xbmc-eventclients-xbmc-send - XBMC Media Center (Event Client XBMC-SEND package)
Closes: 668486 676702 702730 702820 704951 706193 706826 716806 728594
Changes: 
 xbmc (2:12.3+dfsg1-3ubuntu1) trusty; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - nexus7-fullscreen-fix.patch.
     - xbmc-startup-script-workarounds-for-arm.patch: Added another workaround to
       get the touchscreen of the Nexus 7 working in the fullscreen mode of XBMC.
 .
 xbmc (2:12.3+dfsg1-3) unstable; urgency=low
 .
   * Fix blank screen issue on armhf
   * Don't disable ccache
   * Enable using external libraries during configure. Has no effect on the
     build, external libraries are used already
   * Build-depend on libcap-dev to enable libcap support
   * Strip FreeType, Enca and Google's test libraries from repacked source
   * Use system's libsidplay2 and remove embedded one from repacked source
   * Disable VDPAU and VAAPI on armel and armhf
 .
 xbmc (2:12.3+dfsg1-2) unstable; urgency=low
 .
   * Depend on libgles2-mesa-dev and libomxil-bellagio-dev on armhf
 .
 xbmc (2:12.3+dfsg1-1) unstable; urgency=low
 .
   * XBMC 12.3 Frodo
   * Drop back-ported efbb36fa and c2c97cfd2 patches since those are
     integrated upstream
   * Depend on fonts-dejavu-core and fonts-liberation instead of
     ttf-dejavu-core and ttf-liberation respectively (Closes: #702820)
   * enable code generation during bootstrap with workaround for groovy crash
   * Use OpenGL ES on armhf (Closes: #702730)
   * Stop forcing PulseAudio at build time (Closes: #704951)
 .
 xbmc (2:12.2+dfsg1-1) unstable; urgency=low
 .
   * Base package on repacked upstream tarball
   * Run bootstrap before configuration (without code generation enabled)
   * Use external groovy
   * Depend on doxygen to help code generation
 .
 xbmc (2:12.2-1) unstable; urgency=low
 .
   [ macmenot <notmemac at gmail.com> ]
   * XBMC 12.2 Frodo. Closes: #716806
   * Add 01-Compile-against-system-libavcodec.patch and
     02-Fix-avcodec-vdpau-detection.patch
     (Closes: #706193)
   * Fix typo in package description: "archiecture". Closes: #706826
 .
   [Balint Reczey]
   * Disable libCEC temporarily since it has no usable version in unstable
   * Detect Samba4 headers using patched configure.in
   * Distinguish Debian build from vanilla XBMC build by showing changed
     logo and version number
   * Depend on gimp to generate the changed logo
   * Adding myself to uploaders
   * cherry-pick efbb36fa and c2c97cfd2 from upstream to fix child process
     handling and make XBMC work with newer nvidia drivers > 304.
     Thanks to Peter Frühberger <fritsch at xbmc.org>
   * add get-orig-source target to debian/rules which prepares a DFSG-free
     original tarball
 .
 xbmc (2:12.0~git20130127.fb595f2-1.1) experimental; urgency=low
 .
   [Balint Reczey]
   * Non-maintainer upload.
   * Set Samba include path in d/rules using pkg-config to fix FTBFS
     with Samba 4 (Closes: #728594)
 .
   [Michael Biebl]
   * Disable HAL support (Closes: #676702, #668486)
 .
 xbmc (2:12.0~git20130127.fb595f2-1) experimental; urgency=low
 .
   * New upload for XBMC 12.0 Frodo.
Checksums-Sha1: 
 29eda16f33608692e9a921cdf504ea0a6452f1c9 3350 xbmc_12.3+dfsg1-3ubuntu1.dsc
 facf6309e80cf25227311d47f69d375af5c954c3 29256320 xbmc_12.3+dfsg1.orig.tar.xz
 41907261b878e833c72c4cbde654b1530aa665d5 92963 xbmc_12.3+dfsg1-3ubuntu1.debian.tar.gz
Checksums-Sha256: 
 5ccc9029c40a9c118da0c29bd9a6b09105f02e80c69b00edd9b267630dad7534 3350 xbmc_12.3+dfsg1-3ubuntu1.dsc
 532cd075d997155721f6285b7b493cdac3dc1aaa7ce2f5df09d8dd2101d72389 29256320 xbmc_12.3+dfsg1.orig.tar.xz
 d585c7ae134b6e6eec235ca326fd5a4b4d87188ccd2c84a8f5955135888b244a 92963 xbmc_12.3+dfsg1-3ubuntu1.debian.tar.gz
Files: 
 9082fb9cc467f96887fefc7e855a1fff 3350 video optional xbmc_12.3+dfsg1-3ubuntu1.dsc
 49f9c5ae443f40dc79717018658539eb 29256320 video optional xbmc_12.3+dfsg1.orig.tar.xz
 ac00b1d6262aaa124a6b826377b34a2a 92963 video optional xbmc_12.3+dfsg1-3ubuntu1.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEARECAAYFAlLLxT4ACgkQStlRaw+TLJyBwgCgmIjkl5xbsXO+ZXpeJey/zrjb
RowAoJOAiMzA7uu1DIZKdZAlw5/5krnU
=PzIY
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list