mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add dependency on flite shared library in gstreamer-plugins-flite to
fix unresolvable links. - Bump PORTREVISION. PR: 170997 Submitted by: avilla (me) Approved by: kwm (multimedia)
This commit is contained in:
parent
4f67c9a236
commit
4dd71b23f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303096
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer flite run-time speech synthesis engine plugin
|
||||
|
@ -285,10 +285,10 @@ gst_flac_PLIST_FILES= ${GST_LIB_DIR}/libgstflac.la \
|
||||
${GST_LIB_DIR}/libgstflac.so
|
||||
|
||||
# flite
|
||||
gst_flite_BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:${PORTSDIR}/audio/flite
|
||||
gst_flite_PLIST_FILES= ${GST_LIB_DIR}/libgstflite.la \
|
||||
${GST_LIB_DIR}/libgstflite.so
|
||||
gst_flite_DIST= bad
|
||||
gst_flite_LIB_DEPENDS+= flite.1:${PORTSDIR}/audio/flite
|
||||
gst_flite_PLIST_FILES= ${GST_LIB_DIR}/libgstflite.la \
|
||||
${GST_LIB_DIR}/libgstflite.so
|
||||
gst_flite_DIST= bad
|
||||
|
||||
# gconf
|
||||
gst_gconf_USE_GNOME+= gnomeprefix gconf2
|
||||
|
Loading…
Reference in New Issue
Block a user