diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-16 11:12:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-16 11:12:13 +0000 |
commit | 807ec12db6bf7c8d562d018d0c2b06d511bcb92c (patch) | |
tree | edd2f6efdcb0961a7a8a761cf31e20bce97d0020 /audio | |
parent | c9ee18698d3120c99db95a2d0ad295e835df72b2 (diff) |
- Readd gstreamer-plugins-musicbrainz
Notes
Notes:
svn path=/head/; revision=162555
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musicbrainz/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index bc78ba0416fb..44fb48d17002 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -221,6 +221,7 @@ SUBDIR += gstreamer-plugins-mikmod80 SUBDIR += gstreamer-plugins-musepack SUBDIR += gstreamer-plugins-musepack80 + SUBDIR += gstreamer-plugins-musicbrainz SUBDIR += gstreamer-plugins-musicbrainz80 SUBDIR += gstreamer-plugins-nas80 SUBDIR += gstreamer-plugins-ogg diff --git a/audio/gstreamer-plugins-musicbrainz/Makefile b/audio/gstreamer-plugins-musicbrainz/Makefile new file mode 100644 index 000000000000..c081c9d52729 --- /dev/null +++ b/audio/gstreamer-plugins-musicbrainz/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-musicbrainz +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= Gstreamer CD index/audio metadata plugin + +GST_PLUGIN= musicbrainz + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |