Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Hi,

Please unblock source package stk. The update fixes two RC bugs:

 * Use debian RAWWAVE_PATH in stk-demo. (Closes: #858895)
 * Fix link targets for RtAudio and RtMidi header files (Closes: #858957)


Attached is the debdiff between -4 and -5

unblock stk/4.5.2+dfsg-5

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru stk-4.5.2+dfsg/debian/changelog stk-4.5.2+dfsg/debian/changelog
--- stk-4.5.2+dfsg/debian/changelog     2016-12-24 15:15:56.000000000 -0300
+++ stk-4.5.2+dfsg/debian/changelog     2017-03-29 10:39:43.000000000 -0300
@@ -1,3 +1,10 @@
+stk (4.5.2+dfsg-5) unstable; urgency=medium
+
+  * Use debian RAWWAVE_PATH in stk-demo. (Closes: #858895)
+  * Fix link targets for RtAudio and RtMidi header files (Closes: #858957)
+
+ -- Felipe Sateler <fsate...@debian.org>  Wed, 29 Mar 2017 10:39:43 -0300
+
 stk (4.5.2+dfsg-4) unstable; urgency=medium
 
   [ Petter Reinholdtsen ]
diff -Nru stk-4.5.2+dfsg/debian/libstk0-dev.links 
stk-4.5.2+dfsg/debian/libstk0-dev.links
--- stk-4.5.2+dfsg/debian/libstk0-dev.links     2016-12-24 15:15:56.000000000 
-0300
+++ stk-4.5.2+dfsg/debian/libstk0-dev.links     2017-03-29 10:39:43.000000000 
-0300
@@ -1,2 +1,2 @@
-usr/include/RtAudio.h usr/include/stk/RtAudio.h
-usr/include/RtMidi.h usr/include/stk/RtMidi.h
+usr/include/rtaudio/RtAudio.h usr/include/stk/RtAudio.h
+usr/include/rtmidi/RtMidi.h usr/include/stk/RtMidi.h
diff -Nru 
stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch
 
stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch
--- 
stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch
       1969-12-31 21:00:00.000000000 -0300
+++ 
stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch
       2017-03-29 10:39:43.000000000 -0300
@@ -0,0 +1,21 @@
+From: Felipe Sateler <fsate...@debian.org>
+Date: Wed, 29 Mar 2017 10:28:40 -0300
+Subject: demo: use RAWWAVE_PATH instead of hardcoded string
+
+---
+ projects/demo/demo.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/projects/demo/demo.cpp b/projects/demo/demo.cpp
+index c877b4a..3e74769 100644
+--- a/projects/demo/demo.cpp
++++ b/projects/demo/demo.cpp
+@@ -213,7 +213,7 @@ int main( int argc, char *argv[] )
+ 
+   // Depending on how you compile STK, you may need to explicitly set
+   // the path to the rawwave directory.
+-  Stk::setRawwavePath( "../../rawwaves/" );
++  Stk::setRawwavePath( RAWWAVE_PATH );
+ 
+   // By default, warning messages are not printed.  If we want to see
+   // them, we need to specify that here.
diff -Nru stk-4.5.2+dfsg/debian/patches/series 
stk-4.5.2+dfsg/debian/patches/series
--- stk-4.5.2+dfsg/debian/patches/series        2016-12-24 15:15:56.000000000 
-0300
+++ stk-4.5.2+dfsg/debian/patches/series        2017-03-29 10:39:43.000000000 
-0300
@@ -7,3 +7,4 @@
 demo-needs-rt.patch
 Sort-o-files
 Do-not-override-user-supplied-CXXFLAGS.patch
+demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to