diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index babc08530271..95b69854e233 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -1,52 +1,52 @@ PORTNAME= caribou DISTVERSION= 0.4.21-78 PORTREVISION= 1 DISTVERSIONSUFFIX= -g9c900f0 CATEGORIES= accessibility gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome On-Screen keyboard WWW= https://live.gnome.org/Caribou LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter \ libgee-0.8.so:devel/libgee \ libxklavier.so:x11/libxklavier \ libcogl-path.so:graphics/cogl \ libjson-glib-1.0.so:devel/json-glib \ libatspi.so:accessibility/at-spi2-core \ libdbus-1.so:devel/dbus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR} -USES= autoreconf:2.69 gettext gl gmake gnome libtool localbase pathfix \ +USES= autoreconf:2.69 gettext gl gmake gnome libtool localbase \ pkgconfig python shebangfix vala:build xorg USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org/ GL_ACCOUNT= Archive USE_GNOME= cairo gdkpixbuf gtk30 intlhack introspection:build libxml2 \ libxslt:build pygobject3 GLIB_SCHEMAS= org.gnome.caribou.gschema.xml \ org.gnome.antler.gschema.xml SHEBANG_GLOB= *.py* USE_GL= egl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr xtst GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk2-module INSTALL_TARGET= install-strip .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index 0061b767179e..dc149505de90 100644 --- a/accessibility/py-atspi/Makefile +++ b/accessibility/py-atspi/Makefile @@ -1,25 +1,25 @@ PORTNAME= atspi DISTVERSION= 2.46.1 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyatspi-${DISTVERSION} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Python API for the D-BUS based SPI framework WWW= https://gitlab.gnome.org/GNOME/pyatspi2 LICENSE= LGPL20 RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase pathfix pkgconfig python tar:xz +USES= gettext gmake gnome localbase pkgconfig python tar:xz USE_PYTHON= flavors py3kplist USE_GNOME= intlhack pygobject3 GNU_CONFIGURE= yes .include diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index 59ce90358caf..a34dfc0e08e1 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -1,146 +1,146 @@ PORTNAME= speech-dispatcher DISTVERSION= 0.12.1 CATEGORIES?= accessibility audio MASTER_SITES= https://github.com/brailcom/speechd/releases/download/${PORTVERSION}/ MAINTAINER= multimedia@FreeBSD.org COMMENT?= Common interface to speech synthesis WWW= https://devel.freebsoft.org/speechd LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libdotconf.so:devel/dotconf \ libsndfile.so:audio/libsndfile -USES= gettext gmake gnome libtool localbase makeinfo pathfix \ +USES= gettext gmake gnome libtool localbase makeinfo \ pkgconfig USE_GNOME= glib20 intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ltdl \ --with-espeak-ng=no \ --with-baratinoo=no \ --with-kali=no \ --with-ibmtts=no \ --with-oss \ --with-voxin=no \ --without-systemdsystemunitdir INSTALL_TARGET= install-strip .if !defined(_SD_PYTHON) CONFIGURE_ARGS+=--disable-python TEST_TARGET= check TEST_WRKSRC= ${WRKSRC}/src/tests INFO= spd-say speech-dispatcher speech-dispatcher-cs ssip PORTDOCS= ANNOUNCE AUTHORS FAQ NEWS README* TODO OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS PIPEWIRE \ PULSEAUDIO OPTIONS_DEFAULT= ESPEAK PULSEAUDIO OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_WITH= alsa AO_LIB_DEPENDS= libao.so:audio/libao AO_CONFIGURE_WITH= libao ESPEAK_LIB_DEPENDS= libespeak-ng.so:audio/espeak-ng ESPEAK_CONFIGURE_WITH= espeak FESTIVAL_DESC= Festival Speech Synthesis System support FESTIVAL_RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:audio/festival-freebsoft-utils \ festival:audio/festival FLITE_DESC= Flite speech synthesis engine support FLITE_LIB_DEPENDS= libflite.so:audio/flite FLITE_CONFIGURE_WITH= flite NAS_LIB_DEPENDS= libaudio.so:audio/nas NAS_USES= xorg NAS_USE= XORG=xau NAS_CONFIGURE_WITH= nas PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_CONFIGURE_WITH= pipewire PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH= pulse _SD_ETCFILES= clients/emacs.conf \ modules/cicero.conf \ modules/dtk-generic.conf \ modules/epos-generic.conf \ modules/espeak-mbrola-generic.conf \ modules/espeak-ng-mbrola-generic.conf \ modules/espeak-ng-mbrola.conf \ modules/espeak-ng.conf \ modules/espeak.conf \ modules/festival.conf \ modules/flite.conf \ modules/llia_phon-generic.conf \ modules/mary-generic.conf \ modules/mimic3-generic.conf \ modules/openjtalk.conf \ modules/swift-generic.conf \ speechd.conf . include post-patch: # ibmtts.c is omitted, because it is disabled by default . for f in espeak.c generic.c ivona.c openjtalk.c pico.c ${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ ${WRKSRC}/src/modules/${f} . endfor ${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g ; \ s|/usr/bin|${LOCALBASE}/bin|g ; \ s|/usr/share|${LOCALBASE}/share|g' \ ${WRKSRC}/config/modules/*.conf post-install: . for f in ${_SD_ETCFILES} @${MV} ${STAGEDIR}${ETCDIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample . endfor @${RM} -r ${STAGEDIR}${DATADIR}/conf @${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} # The 'test' target only builds the tests. The speech-dispatcher tests, in # whole, are not easily automated. This is only intended to provide a minimal # baseline. If you don't hear some robotic voices coming out of your speakers # after running the 'test' target, something is definitely wrong. post-test: @if [ "`${LOCALBASE}/bin/speech-dispatcher -v | head -1`" != "${PORTNAME} ${DISTVERSION}" ]; then \ ${ECHO_CMD} "===> Tests require a local installation of ${PKGNAME} to"; \ ${ECHO_CMD} " proceed. Try reinstalling ${PKGNAME} and running the"; \ ${ECHO_CMD} " 'test' target again."; \ exit 1; \ else \ ${ECHO_CMD} "===> Testing with locally installed `${LOCALBASE}/bin/speech-dispatcher -v | head -1`" ; \ ${LOCALBASE}/bin/speech-dispatcher && ${TEST_WRKSRC}/run_test ${TEST_WRKSRC}/basic.test; \ fi .else BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} USES+= python shebangfix USE_PYTHON= flavors SHEBANG_FILES= src/api/python/speechd_config/spd-conf NO_ARCH= yes PORTSCOUT= ignore:1 .endif .include