7469b029a6
Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
27 lines
628 B
Makefile
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>
|