Your message dated Thu, 12 May 2016 16:35:41 +0000
with message-id <[email protected]>
and subject line Bug#823972: fixed in denemo 2.0.8-1
has caused the Debian Bug report #823972,
regarding denemo: Soundfont path needs to be changed
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 [email protected]
immediately.)


-- 
823972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823972
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: denemo
Version: 2.0.6-1
Severity: normal
Tags: patch

Dear Maintainer,

A fresh install of denemo was not playing sounds because it was
expecting the soundfonts to be located in /usr/share/denemo/soundfonts.
With the attached patch the problem is solved changing the soundfont
path to /usr/share/sounds/sf2. I hope it can be useful.

Regards,


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_VE.utf8, LC_CTYPE=es_VE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages denemo depends on:
ii  denemo-data             2.0.6-1
ii  guile-2.0-libs          2.0.11+1-10+b1
ii  libasound2              1.1.0-1
ii  libatk1.0-0             2.20.0-1
ii  libaubio4               0.4.1-2.1+b1
ii  libc6                   2.22-7
ii  libcairo-gobject2       1.14.6-1+b1
ii  libcairo2               1.14.6-1+b1
ii  libevdocument3-4        3.20.0-3
ii  libevview3-3            3.20.0-3
ii  libfftw3-double3        3.3.4-2+b1
ii  libfluidsynth1          1.1.6-3
ii  libfontconfig1          2.11.0-6.4
ii  libfreetype6            2.6.3-3+b1
ii  libgc1c2                1:7.4.2-7.4
ii  libgdk-pixbuf2.0-0      2.34.0-1
ii  libglib2.0-0            2.48.0-1
ii  libgtk-3-0              3.20.3-2
ii  libgtksourceview-3.0-1  3.20.2-1
ii  libpango-1.0-0          1.40.1-1
ii  libpangocairo-1.0-0     1.40.1-1
ii  libportaudio2           19+svn20140130-1
ii  libportmidi0            1:184-2.2
ii  librsvg2-2              2.40.15-1
ii  librubberband2          1.8.1-6+b1
ii  libsmf0                 1.3-2+b1
ii  libsndfile1             1.0.25-10
ii  libxml2                 2.9.3+dfsg1-1
ii  ttf-denemo              2.0.6-1

Versions of packages denemo recommends:
pn  alsa        <none>
ii  denemo-doc  2.0.6-1
ii  lilypond    2.18.2-4.1

denemo suggests no packages.

-- no debconf information

-- 
Dhionel Díaz
Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
Ministerio del Poder Popular para
Educación Universitaria, Ciencia y Tecnología
diff -Nru denemo-2.0.6/debian/patches/0008-Change-soundfont-path.patch denemo-2.0.6/debian/patches/0008-Change-soundfont-path.patch
--- denemo-2.0.6/debian/patches/0008-Change-soundfont-path.patch	1969-12-31 20:00:00.000000000 -0400
+++ denemo-2.0.6/debian/patches/0008-Change-soundfont-path.patch	2016-05-10 09:30:55.000000000 -0400
@@ -0,0 +1,32 @@
+Description: Change soundfonts path
+Change the path where denemo looks for the soundfonts to
+the typical location in Debian.
+Author: Dhionel Díaz <[email protected]>
+Last-Update: 2016-05-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/include/denemo/denemo.h
++++ b/include/denemo/denemo.h
+@@ -132,7 +132,7 @@
+ 
+ #define COMMANDS_DIR   "actions"
+ #define UI_DIR         "ui"
+-#define SOUNDFONTS_DIR "soundfonts"
++#define SOUNDFONTS_DIR "sf2"
+ #define PIXMAPS_DIR    "pixmaps"
+ #define FONTS_DIR      "denemo"
+ #define LOCALE_DIR     "po"
+--- a/src/core/utils.c
++++ b/src/core/utils.c
+@@ -2815,9 +2815,10 @@
+   {
+     case DENEMO_DIR_FONTS:
+       return g_build_filename("/usr/share/fonts/truetype/", get_local_dir(dir), NULL);
++    case DENEMO_DIR_SOUNDFONTS:
++      return g_build_filename("/usr/share/sounds/", get_local_dir(dir), NULL);
+     case DENEMO_DIR_COMMANDS:
+     case DENEMO_DIR_UI:
+-    case DENEMO_DIR_SOUNDFONTS:
+     case DENEMO_DIR_LILYPOND_INCLUDE:
+       return g_build_filename(get_system_data_dir (), get_local_dir(dir), NULL);
+     case DENEMO_DIR_PIXMAPS:
diff -Nru denemo-2.0.6/debian/patches/series denemo-2.0.6/debian/patches/series
--- denemo-2.0.6/debian/patches/series	2016-04-15 14:42:53.000000000 -0430
+++ denemo-2.0.6/debian/patches/series	2016-05-10 09:30:55.000000000 -0400
@@ -5,3 +5,4 @@
 0005-Change-zoom-for-testing-to-100.patch
 0006-Fix-italian-translation.patch
 0007-Install-soundfont-into-correct-directory.patch
+0008-Change-soundfont-path.patch

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: denemo
Source-Version: 2.0.8-1

We believe that the bug you reported is fixed in the latest version of
denemo, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dr. Tobias Quathamer <[email protected]> (supplier of updated denemo 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 [email protected])


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

Format: 1.8
Date: Thu, 12 May 2016 18:17:32 +0200
Source: denemo
Binary: denemo denemo-data denemo-doc ttf-denemo
Architecture: source all amd64
Version: 2.0.8-1
Distribution: unstable
Urgency: medium
Maintainer: Dr. Tobias Quathamer <[email protected]>
Changed-By: Dr. Tobias Quathamer <[email protected]>
Description:
 denemo     - GTK+ front end to GNU Lilypond
 denemo-data - data for denemo
 denemo-doc - documentation and examples for denemo
 ttf-denemo - music notation symbol fonts for denemo
Closes: 823972
Changes:
 denemo (2.0.8-1) unstable; urgency=medium
 .
   * Imported Upstream version 2.0.8
   * Refresh patches
   * Add correct search path for soundfonts.
     Thanks to Dhionel Díaz <[email protected]> (Closes: #823972)
   * Update Standards-Version to 3.9.8, no changes needed
Checksums-Sha1:
 37bb74cd303b5b0d7b5eb57f296a15da1f27ebc8 2381 denemo_2.0.8-1.dsc
 8a6371672a00a989de08e47ae61bc7a9a3e5f5e9 16630994 denemo_2.0.8.orig.tar.gz
 41e7d3ff11a7371360a216564d498a5aff7ce0ca 24492 denemo_2.0.8-1.debian.tar.xz
 7391318eaecb5d6c42f08d244c5863afe862f68e 9432150 denemo-data_2.0.8-1_all.deb
 990d22a0d15df3d50ac257d31cc09af7e6866f22 1688616 
denemo-dbgsym_2.0.8-1_amd64.deb
 bd5ac64c2ec20c2e20b8fd7f7309a4bf70ca0b9f 2551644 denemo-doc_2.0.8-1_all.deb
 38e6d1031c83aa320ddfb71e589b07d3ec389107 538482 denemo_2.0.8-1_amd64.deb
 4b44935e857de285fb927baafba6d0a74a8c0c8c 761210 ttf-denemo_2.0.8-1_all.deb
Checksums-Sha256:
 1bd2f9ae04926bd5fb9a1bb26d41f663006f64e94321953cee1915eced464897 2381 
denemo_2.0.8-1.dsc
 25b18445f6fc507a3032c9d6b896bfa0bdd0b983426cfd140a86aae792ba2230 16630994 
denemo_2.0.8.orig.tar.gz
 f2dfa6fb63e99a2130aaaf8156f02198f65cb69ff4a93f5acc84872b343d2f64 24492 
denemo_2.0.8-1.debian.tar.xz
 51326ff87f680f1b59760d3b6481a8fcb5233e6df17c2be7e5faf82c650b95b4 9432150 
denemo-data_2.0.8-1_all.deb
 b5811c9292506f8027c4545204d836dcb7135253c239fa0db740ed7d323c15c0 1688616 
denemo-dbgsym_2.0.8-1_amd64.deb
 71b1d8cf041a82bdb2b422872c43db287b46e7bce0e8082c8ea4693b7e9157da 2551644 
denemo-doc_2.0.8-1_all.deb
 5660392cd106b50d8235bd227a535a69fc517f50ef2e64cd4e12a1af08b17604 538482 
denemo_2.0.8-1_amd64.deb
 f41a9ec4d3ab14cc166a267d6a7f0e8a948c51c1ac8cede37a88036986c8a4ed 761210 
ttf-denemo_2.0.8-1_all.deb
Files:
 f8b1ae07ecfd8757de0a591c97c9ddff 2381 sound optional denemo_2.0.8-1.dsc
 d580201fd2b241d2a755f2a89ee42915 16630994 sound optional 
denemo_2.0.8.orig.tar.gz
 15b90dbcd44a4d788901acb362f95bfd 24492 sound optional 
denemo_2.0.8-1.debian.tar.xz
 1399d1924496417d3aafce78dbda4c6c 9432150 sound optional 
denemo-data_2.0.8-1_all.deb
 60e787fb2aad75c801d4b93fa1414323 1688616 debug extra 
denemo-dbgsym_2.0.8-1_amd64.deb
 56df0e94acae71a5b5b36e8b3d1801fc 2551644 doc optional 
denemo-doc_2.0.8-1_all.deb
 8d557ff3c8bce56da739a5d86673c6e1 538482 sound optional denemo_2.0.8-1_amd64.deb
 886dcd2b1d3f3758986f8447aefe8747 761210 fonts optional 
ttf-denemo_2.0.8-1_all.deb

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

iQIcBAEBCgAGBQJXNK5kAAoJEBMC8fA26+sZAXoP/3kvU3Ixty3XMX4TZVTAtUhg
W1LYg88FRmQ09hlD0CFth+wtj1ZOSKO3eiWbM4gF1hyvd0KOEaUbZEo1bCb8Sey+
9IeuLnHYZL4DSP5ZNmWG7HILzJ5zREGrkIKlC1CvMYS10X5DcJKy7h9t3KzJ6na8
vuMdf7oIaxrDn5sQDR9pTYP6RhaGvU3lXUA6LI2Y8X6bWGETsF05a8bBrmQCKOf/
inujj1OvV03SMjz6mowiLBnROEkZFlaXupr5/fGeon/y1ETdgRpW8/paV4Vm8nrM
lcOKwqnYBmCHfMyJqgEPe1By8n2xZ9hjpqN9TYtdUF4oj5mJoTWC/oCC3aTnqAEg
uh3WEAYi93VWI5i8oJ3EAl3nczOvDWi8byGyP/cdkh/NSA1B9otfoz2Jb2F/97tT
M3zn9mFtswT2cRC9R3EoaZt+d+3J/+8resJ9q9sYz4+TJUy3J1cWF+gV5scAo+BJ
BmfaWCF4nbnA3euWw76di28wUX3G2GW2Rt6oCxHDBZPcSL+LvITUtmg8hAdhM/yH
cplxnGk6/Hor2qk85nm8is5abAGIhANF6xjVxnoU/vWlYpErhJ9Gm51TKDwh1f4M
RygMMD1MkGTOqIduJyzo6Ayoyd9XZQDi5pW4m5JS7Lu0ePojYhlvMY8dbOlkIap3
xoricBEeNvhNIC2m8awI
=xseA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to