Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 18:36:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377036 - head/audio/espeak
Message-ID:  <201501141836.t0EIaNDQ039367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@dir %%DATADIR%%/espeak-data/mbrola
+@dir %%DATADIR%%/espeak-data/soundicons



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501141836.t0EIaNDQ039367>