diff options
author | kwm <kwm@FreeBSD.org> | 2013-08-21 19:24:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-08-21 19:24:07 +0800 |
commit | f03923a351037a24d54a7383c4e65807bdc77ee6 (patch) | |
tree | bf719981c9824ff73605b0de8fa241137ba43b2a /www/gstreamer1-plugins-neon | |
parent | 20ccafb22ff3d75af1db555c1fdb33b8b7a7ce28 (diff) | |
download | freebsd-ports-gnome-f03923a351037a24d54a7383c4e65807bdc77ee6.tar.gz freebsd-ports-gnome-f03923a351037a24d54a7383c4e65807bdc77ee6.tar.zst freebsd-ports-gnome-f03923a351037a24d54a7383c4e65807bdc77ee6.zip |
Update to 1.0.9.
This is a bug fix release.
Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-August/042360.html
Enable neon http plugin
Switch to new LIB_DEPEND format, use USES=gmake instead of USE_GMAKE
Utilize new introspection USE_GNOME component.
Allow gstreamer1-libav to play mp3's, note that mad plugin is still
prefered if available.
Diffstat (limited to 'www/gstreamer1-plugins-neon')
-rw-r--r-- | www/gstreamer1-plugins-neon/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/gstreamer1-plugins-neon/Makefile b/www/gstreamer1-plugins-neon/Makefile new file mode 100644 index 000000000000..dd3f19b0f5e0 --- /dev/null +++ b/www/gstreamer1-plugins-neon/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= www + +COMMENT= Gstreamer neon http source plugin + +GST_PLUGIN= neon +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |