diff options
author | kwm <kwm@FreeBSD.org> | 2010-09-07 05:10:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-09-07 05:10:50 +0800 |
commit | b965631868da8770faa8947cd5cdacdfd845b387 (patch) | |
tree | 682fb387b9d0912e6d7e610bca514146d52bc7ee /audio/gstreamer-plugins-twolame | |
parent | 765d2379c68723e5a361f97a796b1adaba129c61 (diff) | |
download | freebsd-ports-gnome-b965631868da8770faa8947cd5cdacdfd845b387.tar.gz freebsd-ports-gnome-b965631868da8770faa8947cd5cdacdfd845b387.tar.zst freebsd-ports-gnome-b965631868da8770faa8947cd5cdacdfd845b387.zip |
Update gstreamer-plugins-ugly to 0.10.16.
New plugins:
amrnb: OpenCore based Adaptive Multi-Rate Narrow-Band plugin
amrwbdec: OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
twolame: High-quality free MP2 encoder plugin
Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html
Diffstat (limited to 'audio/gstreamer-plugins-twolame')
-rw-r--r-- | audio/gstreamer-plugins-twolame/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-twolame/Makefile b/audio/gstreamer-plugins-twolame/Makefile new file mode 100644 index 000000000000..b2315eb85e66 --- /dev/null +++ b/audio/gstreamer-plugins-twolame/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-twolame +# Date created: 6 Sep 2010 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer High-quality free MP2 encoder plugin + +GST_PLUGIN= twolame + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |