diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-02-25 10:58:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-02-25 10:58:42 +0000 |
commit | f63874893a6024630cc10e9d615503f5adccf3a1 (patch) | |
tree | 3de2e40a79b45604e01437ff197c0a106c8c00d6 /audio | |
parent | b3c3c64ce01964e06220ab70fb4e325dd328d956 (diff) | |
download | ports-f63874893a6024630cc10e9d615503f5adccf3a1.tar.gz ports-f63874893a6024630cc10e9d615503f5adccf3a1.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-faac/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-flite/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musepack/Makefile | 2 |
4 files changed, 20 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 81d19d3cf2bb..ef7ea25dd00d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -270,6 +270,7 @@ SUBDIR += gstreamer-plugins-faac SUBDIR += gstreamer-plugins-faad SUBDIR += gstreamer-plugins-flac + SUBDIR += gstreamer-plugins-flite SUBDIR += gstreamer-plugins-fluendo-mp3 SUBDIR += gstreamer-plugins-gme SUBDIR += gstreamer-plugins-gsm diff --git a/audio/gstreamer-plugins-faac/Makefile b/audio/gstreamer-plugins-faac/Makefile index a88297937d72..d6fadeb58f31 100644 --- a/audio/gstreamer-plugins-faac/Makefile +++ b/audio/gstreamer-plugins-faac/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/audio/gstreamer-plugins-faac/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= audio COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin diff --git a/audio/gstreamer-plugins-flite/Makefile b/audio/gstreamer-plugins-flite/Makefile new file mode 100644 index 000000000000..913dafb5c07b --- /dev/null +++ b/audio/gstreamer-plugins-flite/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-flite +# Date created: 27 Jan 2011 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer flite run-time speech synthesis engine plugin + +GST_PLUGIN= flite + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile index cb351b710a80..a031d81f76c7 100644 --- a/audio/gstreamer-plugins-musepack/Makefile +++ b/audio/gstreamer-plugins-musepack/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/audio/gstreamer-plugins-musepack/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= audio COMMENT= Gstreamer musepack mpc encoder/decoder plugin |