svn commit: r377036 - head/audio/espeak

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 14 18:36:24 UTC 2015


Author: amdmi3
Date: Wed Jan 14 18:36:22 2015
New Revision: 377036
URL: https://svnweb.freebsd.org/changeset/ports/377036
QAT: https://qat.redports.org/buildarchive/r377036/

Log:
  - Depend on specific version of libportaudio, to not pick up library from portaudio2 and break the build
  - Add empty directories to plist
  
  PR:		196345
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (nivit)

Modified:
  head/audio/espeak/Makefile
  head/audio/espeak/pkg-plist

Modified: head/audio/espeak/Makefile
==============================================================================
--- head/audio/espeak/Makefile	Wed Jan 14 18:35:31 2015	(r377035)
+++ head/audio/espeak/Makefile	Wed Jan 14 18:36:22 2015	(r377036)
@@ -23,7 +23,7 @@ OPTIONS_RADIO=	AUDIO_SYSTEM
 OPTIONS_RADIO_AUDIO_SYSTEM=	PORTAUDIO PULSEAUDIO RUNTIME
 RUNTIME_DESC=	Sound interface selected at runtime
 
-PORTAUDIOLIB=	libportaudio.so:${PORTSDIR}/audio/portaudio
+PORTAUDIOLIB=	libportaudio.so.0:${PORTSDIR}/audio/portaudio
 PULSEAUDIOLIB=	libpulse.so:${PORTSDIR}/audio/pulseaudio
 
 CONFLICTS=	speak-1.[0-9]

Modified: head/audio/espeak/pkg-plist
==============================================================================
--- head/audio/espeak/pkg-plist	Wed Jan 14 18:35:31 2015	(r377035)
+++ head/audio/espeak/pkg-plist	Wed Jan 14 18:36:22 2015	(r377036)
@@ -279,3 +279,5 @@ lib/libespeak.so.1.1.47
 %%DATADIR%%/espeak-data/voices/test/ur
 %%DATADIR%%/espeak-data/zh_dict
 %%DATADIR%%/espeak-data/zhy_dict
+ at dir %%DATADIR%%/espeak-data/mbrola
+ at dir %%DATADIR%%/espeak-data/soundicons


More information about the svn-ports-all mailing list