aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer1-plugins-taglib/Makefile
blob: 777ab1624a2a0298ac76ad274c5bcf0f7892a673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTREVISION=	0
CATEGORIES=	audio

COMMENT=	GStreamer taglib plugin for adding APEv2 and ID3v2 headers

BROKEN_armv6=		fails to compile: textidentificationframe.h file not found
BROKEN_armv7=		fails to compile: textidentificationframe.h file not found

GST_PLUGIN=	taglib
DIST=		good

MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins

PLIST=  ${.CURDIR}/pkg-plist

LIB_DEPENDS= libtag.so:audio/taglib

.include "${MASTERDIR}/Makefile"