Skip to content

Commit

Permalink
multimedia/gaupol: Add needed dependencies
Browse files Browse the repository at this point in the history
According to the home page.

 * gspell
 * multiple gstreamer plugins

PR:		271181
Reported by:	saper@saper.info
MFH:		2023Q2 (missing dependencies)
  • Loading branch information
Fernando Apesteguía authored and Fernando Apesteguía committed May 6, 2023
1 parent 1b05393 commit ec23a17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions multimedia/gaupol/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gaupol
DISTVERSION= 1.4-3
DISTVERSIONSUFFIX= -g6116d42b
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia python

MAINTAINER= ports@FreeBSD.org
Expand All @@ -12,13 +12,15 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= iso-codes>=0:misc/iso-codes \
gspell>=0:textproc/gspell \
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}enchant>=1.5.1:textproc/py-enchant@${PY_FLAVOR}

USES= desktop-file-utils gnome python:3.2+
USES= desktop-file-utils gnome gstreamer: python:3.2+
USE_GITHUB= yes
GH_ACCOUNT= otsaloma
USE_GNOME= gtk30 pygobject3 intltool
USE_GSTREAMER= good bad ugly gtk libav pango
USE_PYTHON= distutils autoplist py3kplist noflavors
NO_ARCH= yes

Expand Down

0 comments on commit ec23a17

Please sign in to comment.