Bug 216018

Summary: [PATCH] audio/flite: Update to version 2.1.0
Product: Ports & Packages Reporter: Šimun Mikecin <numisemis>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Many People CC: pi, sobomax, w.schwarzenfeld
Priority: --- Flags: pi: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff to update from 1.4_1 to 2.0.0
none
patch-to-2.1.0
none
patch-to-2.1.0-v2
none
patch-to-2.1.0-v3 tobik: maintainer-approval? (sobomax)

Description Šimun Mikecin 2017-01-13 09:02:53 UTC
Created attachment 178850 [details]
svn diff to update from 1.4_1 to 2.0.0
Comment 1 Walter Schwarzenfeld freebsd_triage 2018-01-10 13:54:37 UTC
Maintainer feedback, please!
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-11-07 13:58:30 UTC
This has some problems / unanswered questions:

- The maintainer went through some pain to provide shared libraries
  and with this patch they are not provided anymore.

- Is flite 2.0.0 API compatible with flite 1.4?  Do consumers still
  build?

- This could use an update since there are newer releases now.
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2018-12-03 21:22:07 UTC
Maintainer reset.
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2019-01-07 20:26:57 UTC
Created attachment 200883 [details]
patch-to-2.1.0

This patch is to 2.1.0, testbuilds are fine, and provides shared libs.

depends are:

accessibility/speech-dispatcher
accessibility/eflite
audio/asterisk-flite (fails because asterisk13 does not build due to net-snmp)
multimedia/gstreamer-plugins
multimedia/ffmpeg
multimedia/gstreamer1-plugins
x11-toolkits/gnustep-gui

So I guess APIs are not the problem.
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2019-01-07 20:31:00 UTC
note: I test-built the depends on 13amd64, all went fine except the asterisk one due to net-snmp
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2019-01-07 20:48:17 UTC
Created attachment 200884 [details]
patch-to-2.1.0-v2

Pet some portlint complaints
Comment 7 Kurt Jaeger freebsd_committer freebsd_triage 2019-01-07 20:52:25 UTC
Created attachment 200885 [details]
patch-to-2.1.0-v3

Fix LICENSE

ChangeLog: https://github.com/festvox/flite/blob/master/README.md
Comment 8 Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-17 13:37:54 UTC
Assign back to sobomax@ after ports r487187.
Comment 9 commit-hook freebsd_committer freebsd_triage 2019-02-10 16:35:36 UTC
A commit references this bug:

Author: pi
Date: Sun Feb 10 16:34:44 UTC 2019
New revision: 492617
URL: https://svnweb.freebsd.org/changeset/ports/492617

Log:
  audio/flite: upgrade 1.4 -> 2.1

  PR:		216018
  Submitted by:	Simun Mikecin <numisemis@yahoo.com>, pi, jrm
  Reviewed by:	tobik
  Approved by:	sobomax (maintainer timeout)
  Differential Revision:	D19138

Changes:
  head/audio/flite/Makefile
  head/audio/flite/distinfo
  head/audio/flite/files/patch-Makefile
  head/audio/flite/files/patch-config_common__make__rules
  head/audio/flite/files/patch-configure
  head/audio/flite/files/patch-lang-cmulex-make_cmulex
  head/audio/flite/files/patch-main_Makefile
  head/audio/flite/files/patch-parallel-build
  head/audio/flite/files/patch-shlib_deps
  head/audio/flite/files/patch-single-exe
  head/audio/flite/files/patch-src-audio-au_sun.c
  head/audio/flite/files/patch-tools-funds_sts_main.c
  head/audio/flite/files/patch-warnings
  head/audio/flite/pkg-descr
  head/audio/flite/pkg-plist
Comment 10 Kurt Jaeger freebsd_committer freebsd_triage 2019-02-10 16:36:05 UTC
Committed, thanks to all who worked on this!