diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-09-26 14:36:23 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-09-26 14:36:23 +0000 |
commit | 7b97259096b0df72f16568f5b49a9a33cf1b4958 (patch) | |
tree | 6e57fabcf96c9308178f83f5236aab5d8f1b0127 /multimedia/gstreamer1-plugins-x264 | |
parent | 79947ef8956812db831bc1ed9541b5dcbb27a3ad (diff) | |
download | ports-7b97259096b0df72f16568f5b49a9a33cf1b4958.tar.gz ports-7b97259096b0df72f16568f5b49a9a33cf1b4958.zip |
Update gstreamer1 ports to 1.6.0.
* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
* gstreamer1-validate: Tools to detect if elements are not behaving
as expected, mainly aimed at developers, or advanced debugging.
* gstreamer1-rtsp-server: Base foundation for building a rtsp
server ontop of GStreamer
* Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.
Release announcement:
http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html
Obtained from: gnome devel repo
Notes
Notes:
svn path=/head/; revision=397984
Diffstat (limited to 'multimedia/gstreamer1-plugins-x264')
-rw-r--r-- | multimedia/gstreamer1-plugins-x264/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins-x264/Makefile b/multimedia/gstreamer1-plugins-x264/Makefile index bbdf10e0afcc..66ac4f231644 100644 --- a/multimedia/gstreamer1-plugins-x264/Makefile +++ b/multimedia/gstreamer1-plugins-x264/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= Gstreamer x264 plugin |