Package: rosegarden / 1:12.04-1

Metadata

Package Version Patches format
rosegarden 1:12.04-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
make clean.patch | (download)

Makefile.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 clean up all generated files in clean target
 The generated Makefile doesn't remove translations or the final binary,
 thus causing an FTBFS if built twice in a row.
linker binutils gold.patch | (download)

Makefile.in | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 explicitly link against used libraries for binutils-gold
 The rosegarden source makes use of symbols without directly linking to the
 libraries that provide these symbols. This causes an FTBFS with binutils-gold.
 .
 Missing symbols:
   src/document/GzipFile.o:
      gzopen, gzwrite, gzclose, gzgets, gzeof => -lz
   src/sound/DSSIPluginFactory.o:
      dlsym, dlopen, dlclose, dlerror         => -ldl
   src/gui/application/main.o:
      XGetErrorText                           => -lX11
fix mime types.patch | (download)

data/desktop/rosegarden.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 strip incorrect mime types.
 Rosegarden is proposed as application to handle ogg,mp3,flac and wav files
 but it's not able to open them as expected.