svn commit: r387035 - head/multimedia/gstreamer1-vaapi
Tijl Coosemans
tijl at FreeBSD.org
Fri May 22 17:28:56 UTC 2015
Author: tijl
Date: Fri May 22 17:28:54 2015
New Revision: 387035
URL: https://svnweb.freebsd.org/changeset/ports/387035
Log:
Update to 0.5.10
Modified:
head/multimedia/gstreamer1-vaapi/Makefile
head/multimedia/gstreamer1-vaapi/distinfo
head/multimedia/gstreamer1-vaapi/pkg-plist
Modified: head/multimedia/gstreamer1-vaapi/Makefile
==============================================================================
--- head/multimedia/gstreamer1-vaapi/Makefile Fri May 22 16:51:20 2015 (r387034)
+++ head/multimedia/gstreamer1-vaapi/Makefile Fri May 22 17:28:54 2015 (r387035)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gstreamer1-vaapi
-PORTVERSION= 0.5.9
+PORTVERSION= 0.5.10
CATEGORIES= multimedia
MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/
DISTNAME= gstreamer-vaapi-${PORTVERSION}
@@ -16,9 +16,9 @@ LIB_DEPENDS= libva.so:${PORTSDIR}/multim
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-wayland --with-gstreamer-api=1.4 \
- --disable-builtin-libvpx
+ --disable-builtin-libvpx --disable-silent-rules
INSTALL_TARGET= install-strip
-USES= gmake libtool pkgconfig tar:bzip2
+USES= compiler:c11 gmake libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_GSTREAMER1= yes
USE_GL= gl
Modified: head/multimedia/gstreamer1-vaapi/distinfo
==============================================================================
--- head/multimedia/gstreamer1-vaapi/distinfo Fri May 22 16:51:20 2015 (r387034)
+++ head/multimedia/gstreamer1-vaapi/distinfo Fri May 22 17:28:54 2015 (r387035)
@@ -1,2 +1,2 @@
-SHA256 (gstreamer-vaapi-0.5.9.tar.bz2) = b5efbb5ccd3e9fd1ce16193dd14cfac327a8ec2662794c0067ff2603c3355003
-SIZE (gstreamer-vaapi-0.5.9.tar.bz2) = 1320740
+SHA256 (gstreamer-vaapi-0.5.10.tar.bz2) = 0dd236c7bf225322b8934fdba99a7a9e4542566a2acbe7564cdc3ec2c8b73c9d
+SIZE (gstreamer-vaapi-0.5.10.tar.bz2) = 1333822
Modified: head/multimedia/gstreamer1-vaapi/pkg-plist
==============================================================================
--- head/multimedia/gstreamer1-vaapi/pkg-plist Fri May 22 16:51:20 2015 (r387034)
+++ head/multimedia/gstreamer1-vaapi/pkg-plist Fri May 22 17:28:54 2015 (r387035)
@@ -1,3 +1,4 @@
+include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapibufferproxy.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapicodedbuffer.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapicodedbufferpool.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapicodedbufferproxy.h
@@ -25,9 +26,11 @@ include/gstreamer-%%VERSION%%/gst/vaapi/
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiprofile.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisubpicture.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisurface.h
+include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisurface_drm.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisurfacepool.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisurfaceproxy.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapitexture.h
+include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapitexture_glx.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapitypes.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiutils_h264.h
include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiutils_mpeg2.h
@@ -43,16 +46,16 @@ lib/gstreamer-%%VERSION%%/libgstvaapi_pa
lib/gstreamer-1.0/libgstvaapi.so
lib/libgstvaapi-%%LIBVER%%.a
lib/libgstvaapi-%%LIBVER%%.so
-lib/libgstvaapi-%%LIBVER%%.so.0
-lib/libgstvaapi-%%LIBVER%%.so.0.0.0
+lib/libgstvaapi-%%LIBVER%%.so.1
+lib/libgstvaapi-%%LIBVER%%.so.1.0.0
lib/libgstvaapi-glx-%%LIBVER%%.a
lib/libgstvaapi-glx-%%LIBVER%%.so
-lib/libgstvaapi-glx-%%LIBVER%%.so.0
-lib/libgstvaapi-glx-%%LIBVER%%.so.0.0.0
+lib/libgstvaapi-glx-%%LIBVER%%.so.1
+lib/libgstvaapi-glx-%%LIBVER%%.so.1.0.0
lib/libgstvaapi-x11-%%LIBVER%%.a
lib/libgstvaapi-x11-%%LIBVER%%.so
-lib/libgstvaapi-x11-%%LIBVER%%.so.0
-lib/libgstvaapi-x11-%%LIBVER%%.so.0.0.0
+lib/libgstvaapi-x11-%%LIBVER%%.so.1
+lib/libgstvaapi-x11-%%LIBVER%%.so.1.0.0
libdata/pkgconfig/gstreamer-vaapi-%%VERSION%%.pc
libdata/pkgconfig/gstreamer-vaapi-glx-%%VERSION%%.pc
libdata/pkgconfig/gstreamer-vaapi-x11-%%VERSION%%.pc
More information about the svn-ports-head
mailing list