freebsd-ports/deskutils/gnome-sound-recorder/Makefile
Rene Ladan 7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00

27 lines
628 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-sound-recorder
PORTVERSION= 3.28.1
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME sound recorder application
LIB_DEPENDS= libgjs.so:lang/gjs
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome libtool localbase pathfix \
pkgconfig python:3.4+ tar:xz
USE_GNOME= gtk30 intlhack introspection
USE_GSTREAMER1= flac ogg pulse
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.gnome.gnome-sound-recorder.gschema.xml
.include <bsd.port.mk>