pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtspeech qt5-qtspeech: Add version 5.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09c000e9c75f
branches:  trunk
changeset: 338749:09c000e9c75f
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Aug 30 06:30:00 2019 +0000

description:
qt5-qtspeech: Add version 5.13.0

Qt5 module to make text to speech and speech recognition easy

diffstat:

 x11/qt5-qtspeech/DESCR         |   1 +
 x11/qt5-qtspeech/Makefile      |  20 ++++++++++++++++++++
 x11/qt5-qtspeech/PLIST         |  27 +++++++++++++++++++++++++++
 x11/qt5-qtspeech/buildlink3.mk |  18 ++++++++++++++++++
 x11/qt5-qtspeech/distinfo      |   6 ++++++
 5 files changed, 72 insertions(+), 0 deletions(-)

diffs (92 lines):

diff -r f16292e39d48 -r 09c000e9c75f x11/qt5-qtspeech/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtspeech/DESCR    Fri Aug 30 06:30:00 2019 +0000
@@ -0,0 +1,1 @@
+Qt5 module to make text to speech and speech recognition easy
diff -r f16292e39d48 -r 09c000e9c75f x11/qt5-qtspeech/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtspeech/Makefile Fri Aug 30 06:30:00 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/08/30 06:30:00 markd Exp $
+
+DISTNAME=      qtspeech-everywhere-src-${QTVERSION}
+PKGNAME=       qt5-qtspeech-${QTVERSION}
+COMMENT=       Qt5 module to make text to speech and speech recognition easy
+
+MAKE_ENV+=             QTDIR=${QTDIR}
+INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
+INSTALLATION_DIRS+=    lib/pkgconfig
+
+.include "../../x11/qt5-qtbase/Makefile.common"
+
+post-install:
+.for i in Qt5TextToSpeech.pc
+       cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
+       ${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
+.endfor
+
+.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f16292e39d48 -r 09c000e9c75f x11/qt5-qtspeech/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtspeech/PLIST    Fri Aug 30 06:30:00 2019 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/30 06:30:00 markd Exp $
+lib/pkgconfig/Qt5TextToSpeech.pc
+qt5/include/QtTextToSpeech/${PKGVERSION}/QtTextToSpeech/private/qtexttospeech_p.h
+qt5/include/QtTextToSpeech/${PKGVERSION}/QtTextToSpeech/private/qvoice_p.h
+qt5/include/QtTextToSpeech/QTextToSpeech
+qt5/include/QtTextToSpeech/QTextToSpeechEngine
+qt5/include/QtTextToSpeech/QTextToSpeechPlugin
+qt5/include/QtTextToSpeech/QVoice
+qt5/include/QtTextToSpeech/QtTextToSpeech
+qt5/include/QtTextToSpeech/QtTextToSpeechDepends
+qt5/include/QtTextToSpeech/QtTextToSpeechVersion
+qt5/include/QtTextToSpeech/qtexttospeech.h
+qt5/include/QtTextToSpeech/qtexttospeech_global.h
+qt5/include/QtTextToSpeech/qtexttospeechengine.h
+qt5/include/QtTextToSpeech/qtexttospeechplugin.h
+qt5/include/QtTextToSpeech/qttexttospeechversion.h
+qt5/include/QtTextToSpeech/qvoice.h
+qt5/lib/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake
+qt5/lib/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfigVersion.cmake
+qt5/lib/libQt5TextToSpeech.prl
+qt5/lib/libQt5TextToSpeech.so
+qt5/lib/libQt5TextToSpeech.so.5
+qt5/lib/libQt5TextToSpeech.so.5.13
+qt5/lib/libQt5TextToSpeech.so.${PKGVERSION}
+qt5/lib/pkgconfig/Qt5TextToSpeech.pc
+qt5/mkspecs/modules/qt_lib_texttospeech.pri
+qt5/mkspecs/modules/qt_lib_texttospeech_private.pri
diff -r f16292e39d48 -r 09c000e9c75f x11/qt5-qtspeech/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtspeech/buildlink3.mk    Fri Aug 30 06:30:00 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/08/30 06:30:00 markd Exp $
+
+BUILDLINK_TREE+=       qt5-qtspeech
+
+.if !defined(QT5_QTSPEECH_BUILDLINK3_MK)
+QT5_QTSPEECH_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt5-qtspeech+=   qt5-qtspeech>=5.13.0
+BUILDLINK_PKGSRCDIR.qt5-qtspeech?=     ../../wip/qt5-qtspeech
+
+BUILDLINK_INCDIRS.qt5-qtspeech+=  qt5/include
+BUILDLINK_LIBDIRS.qt5-qtspeech+=  qt5/lib
+BUILDLINK_LIBDIRS.qt5-qtspeech+=  qt5/plugins
+
+.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
+.endif # QT5_QTSPEECH_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -qt5-qtspeech
diff -r f16292e39d48 -r 09c000e9c75f x11/qt5-qtspeech/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtspeech/distinfo Fri Aug 30 06:30:00 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/30 06:30:00 markd Exp $
+
+SHA1 (qtspeech-everywhere-src-5.13.0.tar.xz) = 5eff8daa6ed4210314024348db1613f250770aaf
+RMD160 (qtspeech-everywhere-src-5.13.0.tar.xz) = f21fc3a7e315164006a4ef450a8482f415f5da83
+SHA512 (qtspeech-everywhere-src-5.13.0.tar.xz) = e016a7e2cf09789bfc8cdb065d71bec4b647a70a747c5b93e81a907335a11ef3296afda336c1586f8d444f914fb88806b79754c6389402325acf88607c334160
+Size (qtspeech-everywhere-src-5.13.0.tar.xz) = 99952 bytes



Home | Main Index | Thread Index | Old Index