[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#925755: marked as done (libopenshot-audio: ftbfs with GCC-9)



Your message dated Tue, 23 Jun 2020 09:00:11 +0000
with message-id <E1jnemp-000EYo-7r@fasolo.debian.org>
and subject line Bug#925755: fixed in libopenshot-audio 0.2.0+dfsg1-1~exp1
has caused the Debian Bug report #925755,
regarding libopenshot-audio: ftbfs with GCC-9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
925755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925755
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libopenshot-audio
Version: 0.1.7+dfsg1-1
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/libopenshot-audio_0.1.7+dfsg1-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp:39:
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function 'juce::uint8& juce::PixelARGB::getAlpha()':
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:113:77: error: cannot bind packed field '((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[3]' to 'juce::uint8&' {aka 'unsigned char&'}
  113 |     forcedinline uint8& getAlpha() noexcept           { return comps [indexA]; }
      |                                                                ~~~~~~~~~~~~~^
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function 'juce::uint8& juce::PixelARGB::getRed()':
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:114:77: error: cannot bind packed field '((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[2]' to 'juce::uint8&' {aka 'unsigned char&'}
  114 |     forcedinline uint8& getRed() noexcept             { return comps [indexR]; }
      |                                                                ~~~~~~~~~~~~~^
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function 'juce::uint8& juce::PixelARGB::getGreen()':
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:115:77: error: cannot bind packed field '((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[1]' to 'juce::uint8&' {aka 'unsigned char&'}
  115 |     forcedinline uint8& getGreen() noexcept           { return comps [indexG]; }
      |                                                                ~~~~~~~~~~~~~^
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function 'juce::uint8& juce::PixelARGB::getBlue()':
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:116:77: error: cannot bind packed field '((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[0]' to 'juce::uint8&' {aka 'unsigned char&'}
  116 |     forcedinline uint8& getBlue() noexcept            { return comps [indexB]; }
      |                                                                ~~~~~~~~~~~~~^
In file included from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/juce_graphics.h:104,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/juce_gui_basics.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp:39:
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h: In instantiation of 'void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::replaceLine(juce::PixelRGB*, juce::PixelARGB, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = true]':
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:636:17:   required from 'void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::handleEdgeTableLineFull(int, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = true]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1889:29:   required from 'void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::SubRectangleIterator::iterate(Renderer&) const [with Renderer = juce::RenderingHelpers::EdgeTableFillers::SolidColour<juce::PixelRGB, true>; SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1513:13:   required from 'void juce::RenderingHelpers::EdgeTableFillers::renderSolidFill(Iterator&, const juce::Image::BitmapData&, juce::PixelARGB, bool, DestPixelType*) [with Iterator = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIterator; DestPixelType = juce::PixelRGB]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:2549:67:   required from 'void juce::RenderingHelpers::SoftwareRendererSavedState::fillWithSolidColour(IteratorType&, juce::PixelARGB, bool) const [with IteratorType = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIterator]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1814:13:   required from 'void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::fillRectWithColour(SavedStateType&, const juce::Rectangle<int>&, juce::PixelARGB, bool) const [with SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1811:14:   required from here
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:681:34: warning: converting a packed 'juce::PixelRGB' pointer (alignment 1) to a 'int' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member]
  681 |                             int* d = reinterpret_cast<int*> (dest);
      |                                  ^
In file included from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/juce_graphics.h:82,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/juce_gui_basics.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp:39:
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:361:17: note: defined here
  361 | class JUCE_API  PixelRGB
      |                 ^~~~~~~~
In file included from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/juce_graphics.h:104,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/juce_gui_basics.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp:39:
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h: In instantiation of 'void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::replaceLine(juce::PixelRGB*, juce::PixelARGB, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = false]':
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:636:17:   required from 'void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::handleEdgeTableLineFull(int, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = false]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1889:29:   required from 'void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::SubRectangleIterator::iterate(Renderer&) const [with Renderer = juce::RenderingHelpers::EdgeTableFillers::SolidColour<juce::PixelRGB, false>; SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1518:13:   required from 'void juce::RenderingHelpers::EdgeTableFillers::renderSolidFill(Iterator&, const juce::Image::BitmapData&, juce::PixelARGB, bool, DestPixelType*) [with Iterator = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIterator; DestPixelType = juce::PixelRGB]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:2549:67:   required from 'void juce::RenderingHelpers::SoftwareRendererSavedState::fillWithSolidColour(IteratorType&, juce::PixelARGB, bool) const [with IteratorType = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIterator]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1814:13:   required from 'void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::fillRectWithColour(SavedStateType&, const juce::Rectangle<int>&, juce::PixelARGB, bool) const [with SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]'
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:1811:14:   required from here
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/native/juce_RenderingHelpers.h:681:34: warning: converting a packed 'juce::PixelRGB' pointer (alignment 1) to a 'int' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member]
  681 |                             int* d = reinterpret_cast<int*> (dest);
      |                                  ^
In file included from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/juce_graphics.h:82,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/juce_gui_basics.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h:28,
                 from /<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp:39:
/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:361:17: note: defined here
  361 | class JUCE_API  PixelRGB
      |                 ^~~~~~~~
make[3]: *** [CMakeFiles/openshot-audio.dir/build.make:105: CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:76: CMakeFiles/openshot-audio.dir/all] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/libopenshot-audio-0.1.7+dfsg1/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:12: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libopenshot-audio
Source-Version: 0.2.0+dfsg1-1~exp1
Done: Anton Gladky <gladk@debian.org>

We believe that the bug you reported is fixed in the latest version of
libopenshot-audio, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 925755@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gladk@debian.org> (supplier of updated libopenshot-audio package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 19 Jun 2020 19:11:05 +0200
Source: libopenshot-audio
Binary: libopenshot-audio-dev libopenshot-audio-doc libopenshot-audio7 libopenshot-audio7-dbgsym
Architecture: source amd64 all
Version: 0.2.0+dfsg1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Anton Gladky <gladk@debian.org>
Description:
 libopenshot-audio-dev - development files for the OpenShot audio library
 libopenshot-audio-doc - documentation for the OpenShot audio library
 libopenshot-audio7 - library for high-quality audio editing
Closes: 925755
Changes:
 libopenshot-audio (0.2.0+dfsg1-1~exp1) experimental; urgency=medium
 .
   [ Ondřej Nový ]
   * [007fd30] Use debhelper-compat instead of debian/compat
 .
   [ Anton Gladky ]
   * [7adddd9] Remove some lines in d/copyright
   * [176db40] Clean/Refresh patches
   * [f934241] Change so-version to 7
   * [5c0fa86] Set upstream metadata fields:
     Bug-Database, Bug-Submit, Repository, Repository-Browse.
   * [eeaac15] Set compat level 13
   * [7c9125f] Set Standards-Version to 4.5.0
   * [ea754a9] New upstream version 0.2.0+dfsg1. (Closes: #925755)
   * [7b47ce3] Do not install openshot-audio-test-sound
   * [c170db2] Add myself to uploaders
   * [df03f4f] Rules-Requires-Root: no
Checksums-Sha1:
 cee1a99db0a6a3468ee20bc5caf2da6c19827454 2498 libopenshot-audio_0.2.0+dfsg1-1~exp1.dsc
 02a8094a6957464d748531fe439584ff0a12ac0e 769956 libopenshot-audio_0.2.0+dfsg1.orig.tar.xz
 390be4625d3152cd58e0abb11ce7bd6e5ca59065 15568 libopenshot-audio_0.2.0+dfsg1-1~exp1.debian.tar.xz
 c71fc8b7f3594653ae7587290baa7d111cce0e46 325344 libopenshot-audio-dev_0.2.0+dfsg1-1~exp1_amd64.deb
 c2eb5602d3e98ce7bb50db8d24e3287d4d681424 2807792 libopenshot-audio-doc_0.2.0+dfsg1-1~exp1_all.deb
 785e62d5ff2e31d2d0f58f22053ce8d617f90508 4044284 libopenshot-audio7-dbgsym_0.2.0+dfsg1-1~exp1_amd64.deb
 28572c934fe9808c8b95daccdbcf5744746d43f2 569172 libopenshot-audio7_0.2.0+dfsg1-1~exp1_amd64.deb
 8364a6232f3a53b232bd6d937d4ba2829fdb76c3 9007 libopenshot-audio_0.2.0+dfsg1-1~exp1_amd64.buildinfo
Checksums-Sha256:
 319ee937e1fef39233b2f549d7e6000f14691b932f24486431c4cf105d8aadc7 2498 libopenshot-audio_0.2.0+dfsg1-1~exp1.dsc
 3ff40367d1bf500fa6d91509a3931080d6ee9fcaebce0a5266a9b24acd85ac97 769956 libopenshot-audio_0.2.0+dfsg1.orig.tar.xz
 72c57204e98577d1f18f549ae988cadb4a1454b8c7255521d654baaaf9b4fd12 15568 libopenshot-audio_0.2.0+dfsg1-1~exp1.debian.tar.xz
 ad596d2826811ee86293fd7d41c4dfe115798e9bbc6287aa41c3142b656d0550 325344 libopenshot-audio-dev_0.2.0+dfsg1-1~exp1_amd64.deb
 0f86a578eabd174b4c86b587a7d052c46fb47c4d7a9e9ff0f1331be4d6c63fd8 2807792 libopenshot-audio-doc_0.2.0+dfsg1-1~exp1_all.deb
 c0a6ff94801032ffca74597c90fabe04b30369e42acbb4dc2d3923d66b37d731 4044284 libopenshot-audio7-dbgsym_0.2.0+dfsg1-1~exp1_amd64.deb
 69763e149226db41179d8f73c2d77c74c60f1fa44b206d0013c83684bdf15433 569172 libopenshot-audio7_0.2.0+dfsg1-1~exp1_amd64.deb
 94a166cacd12144dd1ee62a6d819cff3755dbcb05ddf57bdfd2c88f82bd2108f 9007 libopenshot-audio_0.2.0+dfsg1-1~exp1_amd64.buildinfo
Files:
 3b7e9861a999e744a578b00d7d5fe5b9 2498 libs optional libopenshot-audio_0.2.0+dfsg1-1~exp1.dsc
 99135ea71fd2f0341b1b02239828ac92 769956 libs optional libopenshot-audio_0.2.0+dfsg1.orig.tar.xz
 07d0e1856b5b30d835e806115ae31795 15568 libs optional libopenshot-audio_0.2.0+dfsg1-1~exp1.debian.tar.xz
 046c4482f61a78ad6a24579df51a4dd2 325344 libdevel optional libopenshot-audio-dev_0.2.0+dfsg1-1~exp1_amd64.deb
 af669915852ae5715f6e5830eb4198e6 2807792 doc optional libopenshot-audio-doc_0.2.0+dfsg1-1~exp1_all.deb
 8332d9c81b001b13189e2fc682daa6f8 4044284 debug optional libopenshot-audio7-dbgsym_0.2.0+dfsg1-1~exp1_amd64.deb
 cca046c6e127882b4ec9227a6fae6b2b 569172 libs optional libopenshot-audio7_0.2.0+dfsg1-1~exp1_amd64.deb
 2facd1522e2d6e596135f226940e0319 9007 libs optional libopenshot-audio_0.2.0+dfsg1-1~exp1_amd64.buildinfo

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

iQJFBAEBCgAvFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl7t7nMRHGdsYWRrQGRl
Ymlhbi5vcmcACgkQ0+Fzg8+n/wa9sRAAmySXsqgB4DKa8X5R6/LK68hBVjPEX1uq
qmMZXpEQq9Qm+fUuHu2M+HmWhuY9tJEMii9bcxbiusm20+//9aqQicD6U2RSoiFp
Mhd7bmuMQX7JI6FGYir+SYf8ieMWnjxGcKQGQcySE5ZJ1DdfHFG7Y5/ck1R0tz8Y
dBoSUsNba+rAxtcdtAJqa789Cuwz1zuJm/yK9cOG0BbDjgRqutR4KKgPeiQFjJ8h
kHthkaujhZTU2qjN7hdtFpltc94Pfy2gT8uV2L2qOQRRaetHnWZLqIo5jnqIGQ9X
JqWbnYFYkRMMXfO1eHDhDu9r8IJI8EiYMdPFDYR0sKNXHxFHMr7LF0n2hoaazlvH
tdhl1+Bg8kC+TwHbdL2xJ4Rhz3mc4zw48JbccFL6qyqbdSYXNZOruhq9KbEMi0dQ
t2wXC+uqPIIUCTIjwrF1E7Z22I6u7fLTEJVSjeWy7ZXGgPzGBuBLDO/p7f5U6g8k
grMw9AsbT5Qgeoja50NOgDOX5XyHVkPzDGBmg/yklg+Pax4OcGz9gJlOJULU556w
49lhHlS11aijO4LYPVkrJ0R1uwtW0q8ELJFmWPE4lRI8kBh+Nln0En6H7e2NoSRC
Rj9y1AtnX5LOM6VZjzxUvAZNN33dm9ZXUDawTiApxFKaEELK9SUiERnpteffmNs6
7Lfwi3X3LZQ=
=BHtd
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: