lp:debian/stretch/mediatomb

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/mediatomb
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

19. By Hector Oron

[ Miguel A. Colón Vélez ]
* New upstream snapshot.
  - Added subtitle support for Samsung devices. (Closes: #730391)
* debian/control:
  - Build depend on pkg-config to fix FTBFS.
  - Explicitly build depend on libavutil-dev.
  - Bump libav requirement to 10.
  - Build depend on libflac-dev to enable FLAC metadata extraction.
  - Build depend on uuid-dev to use the system's libuuid.
* debian/patches:
  - Refresh and update all patches.
  - Use a more robust patch for building wih libmp4v2.
  - Revert an upstream commit to fix building with libmp4v2.
  - Drop internal libuuid and use the system's libuuid.
  - Drop patches that were fixed upstream:
    + 0005_buffer_overrun_999hours.patch
    + 0006a_js_1.8_support.patch
    + 0006b_js_parse.patch
    + 0006c_js_copyObject.patch
    + 0007_libmozjs185_support.patch
    + 0008a_gcc_4.6_support.patch
    + 0008b_gcc_4.7_support.patch
    + 0009a_libav_0.7_support.patch
    + 0011_libav_9_support.patch
    + 0012_remove_absolute_paths.patch
* debian/rules:
  - Create a get-orig-source-target to obtain the upstream source.
  - Add --disable-silent-rules for compiler-flags-hidden.
  - Remove --disable-libextractor. (deprecated)
  - Use --disable-lastfm instead of --disable-lastfmlib.
* Remove myself as uploader.

[ IOhannes m zmölnig ]
* Disabled User-Interface by default. (Closes: #580120, #778669)
* Add notification in NEWS/README.Debian about the disabled user-interface.

18. By Hector Oron

* d/mediatomb-daemon.mediatomb.init: issue an error if MT_USER is not set.
* d/rules: disable libmp4v2.
  + fixes FTBFS and potential licensing incompatibility.
  Thanks Michael Tautschnig for report.
  (Closes: #765811)
* Rename mediatomb-daemon service file to mediatomb.
  + enables systemd and sysvinit coexistence.
  + d/mediatomb-daemon.service: make configuration file mandatory.
  + d/mediatomb-daemon.service: require MT_USER variable in configuration
    file.
* d/control: bump standards version to 3.9.6.
* d/mediatomb-daemon.mediatomb.init: drop $all depends per lintian check.

17. By Hector Oron

[ Hector Oron ]
* d/p/0013_symlinks.patch: avoids ignoring symlinks
  Thanks Jona Schuman for patch.
  (Closes: #677964)
* d/mediatomb-daemon.mediatomb.logrotate: reload service instead use pkill
  Based on a proposal by Guillem Jover.
  (Closes: #691650)
* d/control: alternative build depend on libcurl4-openssl-dev.
  Based on a proposal by Mathieu Malaterre.
  (Closes: #696553)
* d/p/0012_remove_absolute_paths.patch: new patch.
  Thanks Rene Martin Rodriguez for patch.
  (Closes: #617367)
* d/mediatomb-daemon.postrm: stop daemon on removals.
  Thanks Dominik Röttsches
  (Closes: #606804)
* daemon: switch envvars to use MT_ prefix from upstream configuration.
* daemon: add systemd unit file
* d/rules,control: build with systemd support
* d/rules: enable libmp4v2
* d/mediatomb-daemon.postrm: avoid exit on stop

16. By Sebastian Ramacher

* Team upload.

[ Hector Oron ]
* Fix build against libmp4v2. (Closes: #677958)
* Remove config.log file upon cleanup.

[ Sebastian Ramacher ]
* debian/patches/0011_libav_9_support.patch: Apply patch from Jona Schuman
  to port mediatomb to libav 9 API. Thanks to Jona Schuman for the patch
  (Closes: #677959)
* debian/control:
  - Remove obsolete Dm-Upload-Allow. The archive software ignores it.
  - Build-Depends: Bump libavformat-dev to >= 6:9.
  - Vcs-*: Use canonical locations.
  - Bump Standards-Version to 3.9.4.

15. By micove

* Bump debhelper and the compatibility level to 9.
  - Enables hardened build flags.
* debian/control:
  - Remove Andres Mejia from the uploaders list.
  - Bump Standards-Version to 3.9.3.
  - mediatomb-daemon depends on lsb-base (>= 3.2-14).
  - Create the mediatomb-dbg package.
* debian/rules:
  - Simplify the rules file.
  - Remove deprecated mediatomb configuration options.
* debian/patches/*:
  - Update the copyObject function to avoid segfaults with js 1.8.
    (Closes: #664967)
  - Fix the spelling errors mentioned by lintian.
  - Add Ubuntu's patch to properly parse the bitrate and the number of audio
    channels.
* debian/mediatomb-daemon.mediatomb.init:
  - Add a Description LSB keyword to the init script.
  - Implement the status option in the init script.
* debian/*:
  - Update the lintian overrides.
  - Use set -e in the body of the maintainer scripts.
  - Remove the references to the versionless symlinks (GPL/LGPL) in the
    copyright file.
  - Add a Readme.source file to explain the requirements needed to be able
    to use DEB_BUILD_OPTIONS=nostrip.
  - Update my name in various files.

14. By Hector Oron

[ Arnout Engelen ]
* Build with recent versions of ffmpeg. (Closes: #509918, #589208)
* Force removal of old /etc/init.d/mediatomb scripts. Fixes #577619

[ Miguel Colon ]
* Team upload.
* Fix a FTBFS when using gcc-4.6. (Closes: #624921)
* Fix a FTBFS by porting to spidermonkey 1.8:
  - Fix a failure to categorize media files with the new js.
  - Build depend on libmozjs185-dev instead of libmozjs-dev.
  - Add detection for -lmozjs185 during the configure script.
  - Use dh-autoreconf instead of patching the results of an old autoreconf.
  - (Closes: #652534, #631046, #642578, #661149)
* Fixed upstream by adding -lz. (Closes: #555594)
* Fixed upstream in svn r2034 and already in 0.12.1. (Closes: #572701)
* Fix a FTBFS when using gcc-4.7.
* Fix a crash triggered by files with length > 999 hours.
* Most of the patches originate from the Fedora mediatomb maintainers. Thanks
  go to them.

[ Hector Oron ]
* Drop -fpermissive from js_1.8_support.patch, as it makes unapply patches
  to fail after build has finalized.
* Re-introduce mediatomb into Debian (Closes: #663456).
* Add Miguel Colon and myself to uploaders.

13. By Reinhard Tartler

* Team upload.
* Upload to unstable.
* new upstream release explicitly adds -lz during build. (Closes: #614956)
* move user creation scripts from preinst to postinst to avoid
  pre-dependency on adduser

12. By Alexander Reichle-Schmehl <email address hidden>

* Non-maintainer upload.
* Disable user interface (Closes: #580120)

11. By Andres Mejia

* Allow mediatomb to build against ffmpegthumbnailer 2.0 library.
  (Closes: #568961)
* Bump Standards-Version to 3.8.4.
* Switch to source format 3.0 (quilt).
* Build-Depend on debhelper (7.0.50~).
* Fix init script dependencies. (Closes: #567442, #547794).
* Fix mappings for matroska files in config.xml. (Closes: #544039)
* Fix mappings for ogg files in config.xml. (Closes: #558696)
* Remove unneeded lintian override for libjs-prototype usage.
* Confirmed that mediatomb is unaffected by new magic_load() function change.
  (Closes: #501586)
* Add description to const_char_conversion.patch.
* Update config.xml example configuration.
* Disable libdvdnav feature as it's not complete.
* Add documentation in package "mediatomb" that references documentation in
  package "mediatomb-common". (Closes: #546498)

10. By Andres Mejia

[ Mehdi Dogguy ]
* Non-maintainer upload.
* Fix FTBFS due to invalid string constant to char* conversion in
  src/tools.cc (added const_char_conversion.patch) (Closes: #560468)
* Fix non-uninstallability of mediatomb-daemon, thanks to Raul Sanchez
  Siles for the hint (Closes: #562372)
* Fix security issue in prototype.js (CVE-2008-7720 and CVE-2007-2383)
  by using the one from the Debian package libjs-prototype
  (Closes: #555232, #555233, #475279)
  + set urgency to medium
  + Make mediatomb-common depend on libjs-prototype
  + Set a symbolic link to prototype.js using mediatomb-common.links

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/mediatomb
This branch contains Public information 
Everyone can see this information.

Subscribers