Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2011 12:25:03 +0300
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154369: [patch] multimedia/libva: update to 1.0.8
Message-ID:  <86oc70xdsg.fsf@gmail.com>
Resent-Message-ID: <201101290930.p0T9U7e3025889@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154369
>Category:       ports
>Synopsis:       [patch] multimedia/libva: update to 1.0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 09:30:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
libdrm 2.4.23
>Description:
- update
- silence -Wreturn-type errors from clang
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: multimedia/libva/Makefile
===================================================================
RCS file: /a/.cvsup/ports/multimedia/libva/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- multimedia/libva/Makefile	15 Jan 2011 22:30:25 -0000	1.2
+++ multimedia/libva/Makefile	29 Jan 2011 09:09:10 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libva
-PORTVERSION=	1.0.7
+PORTVERSION=	1.0.8
 CATEGORIES=	multimedia
 MASTER_SITES=	http://cgit.freedesktop.org/${PORTNAME}/snapshot/
 
@@ -50,7 +50,8 @@ post-patch:	.SILENT
 	${REINPLACE_CMD} -e 's|\($$libdir\)/dri|\1/va|' \
 		-e 's|$${libdir}/\(pkgconfig\)|$${prefix}/libdata/\1|' \
 		${WRKSRC}/configure.ac
-	${REINPLACE_CMD} 's/va\(info\)/\1/' ${WRKSRC}/test/Makefile.am
+	${REINPLACE_CMD} 's/va\(info\)/\1/' \
+		${WRKSRC}/test/vainfo/Makefile.am
 	${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/va/Makefile.am
 	${REINPLACE_CMD} 's/LDFLAGS.*/& -Wl,-lc/' \
 		${WRKSRC}/dummy_drv_video/Makefile.am \
Index: multimedia/libva/distinfo
===================================================================
RCS file: /a/.cvsup/ports/multimedia/libva/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- multimedia/libva/distinfo	13 Jan 2011 11:02:02 -0000	1.1
+++ multimedia/libva/distinfo	29 Jan 2011 08:36:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (libva-1.0.7.tar.bz2) = 4c33ceb3cef3a7be542ed0f87f3cb75838b5d0c1246a39319138ca4df98c73fb
-SIZE (libva-1.0.7.tar.bz2) = 462067
+SHA256 (libva-1.0.8.tar.bz2) = b4e18518c7b18def2ea9ce93fe110969619c89f339fafa8bc02feac38dfb87f9
+SIZE (libva-1.0.8.tar.bz2) = 456236
Index: multimedia/libva/files/patch-test-encode-h264encode.c
===================================================================
RCS file: multimedia/libva/files/patch-test-encode-h264encode.c
diff -N multimedia/libva/files/patch-test-encode-h264encode.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ multimedia/libva/files/patch-test-encode-h264encode.c	14 Jan 2011 21:52:54 -0000
@@ -0,0 +1,20 @@
+--- test/encode/h264encode.c~
++++ test/encode/h264encode.c
+@@ -144,7 +144,7 @@ static int save_coded_buf(VABufferID cod
+         printf("(SKipped)");
+     printf("                                    ");
+ 
+-    return;
++    return 0;
+ }
+ 
+ 
+@@ -188,7 +188,7 @@ static int display_surface(int frame_id,
+         }	
+     }	
+ 
+-    return;
++    return 0;
+ }
+ 
+ enum {
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86oc70xdsg.fsf>