Control: tags 894642 + patch Control: tags 894642 + pending Dear maintainer,
I've prepared an NMU for gst-plugins-espeak (versioned as 0.4.0-3.1) and uploaded it to DELAYED/8. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru gst-plugins-espeak-0.4.0/debian/changelog gst-plugins-espeak-0.4.0/debian/changelog --- gst-plugins-espeak-0.4.0/debian/changelog 2017-10-05 09:57:39.000000000 +0300 +++ gst-plugins-espeak-0.4.0/debian/changelog 2018-04-28 20:07:37.000000000 +0300 @@ -1,3 +1,10 @@ +gst-plugins-espeak (0.4.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with GStreamer 1.14. (Closes: #894642) + + -- Adrian Bunk <b...@debian.org> Sat, 28 Apr 2018 20:07:37 +0300 + gst-plugins-espeak (0.4.0-3) unstable; urgency=medium * Add patch 1001 to set "english" (not "default") as default voice, to diff -Nru gst-plugins-espeak-0.4.0/debian/patches/1002_gstreamer_1_14.patch gst-plugins-espeak-0.4.0/debian/patches/1002_gstreamer_1_14.patch --- gst-plugins-espeak-0.4.0/debian/patches/1002_gstreamer_1_14.patch 1970-01-01 02:00:00.000000000 +0200 +++ gst-plugins-espeak-0.4.0/debian/patches/1002_gstreamer_1_14.patch 2018-04-28 20:07:31.000000000 +0300 @@ -0,0 +1,16 @@ +Description: Stop using -export-symbols-regex + The old regex is no longer correct for GStreamer 1.14. +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/894642 + +--- gst-plugins-espeak-0.4.0.orig/configure.ac ++++ gst-plugins-espeak-0.4.0/configure.ac +@@ -42,7 +42,7 @@ GST_ALL_LDFLAGS="-no-undefined" + AC_SUBST(GST_ALL_LDFLAGS) + + dnl set proper LDFLAGS for plugins +-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^_*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" ++GST_PLUGIN_LDFLAGS="-module -avoid-version $GST_ALL_LDFLAGS" + AC_SUBST(GST_PLUGIN_LDFLAGS) + + AC_OUTPUT(Makefile m4/Makefile src/Makefile) diff -Nru gst-plugins-espeak-0.4.0/debian/patches/series gst-plugins-espeak-0.4.0/debian/patches/series --- gst-plugins-espeak-0.4.0/debian/patches/series 2017-10-05 09:40:02.000000000 +0300 +++ gst-plugins-espeak-0.4.0/debian/patches/series 2018-04-28 20:05:48.000000000 +0300 @@ -1 +1,2 @@ 1001_set_english_as_default.patch +1002_gstreamer_1_14.patch