ports/68493: [PATCH] multimedia/libxine: update to 1.0.r5

michael johnson ahze at ahze.net
Wed Jun 30 01:10:21 UTC 2004


>Number:         68493
>Category:       ports
>Synopsis:       [PATCH] multimedia/libxine: update to 1.0.r5
>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:   Wed Jun 30 01:10:15 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #53: Fri Jun 11 22:50:16 EDT 2004
>Description:
- Update to 1.0.r5

Port maintainer (nobutaka at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libxine-1.0.r5_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/libxine/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile	16 May 2004 15:04:38 -0000	1.62
+++ Makefile	29 Jun 2004 23:32:35 -0000
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	xine
-PORTVERSION=	1.0.r4
+PORTVERSION=	1.0.r5
 PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	lib
-DISTNAME=	${PORTNAME}-lib-1-rc4a
+DISTNAME=	${PORTNAME}-lib-1-rc5
 
 MAINTAINER=	nobutaka at FreeBSD.org
 COMMENT=	Libraries for xine multimedia player
@@ -81,7 +81,7 @@
 PLIST_SUB+=	WITH_LIBCACA="@comment "
 .endif
 
-.if ${HAVE_GNOME:Mesound} != "" || defined(WITH_ESOUND)
+.if ${HAVE_GNOME:Mesound}!= "" || defined(WITH_ESOUND)
 USE_GNOME+=	esound
 PLIST_SUB+=	WITH_ESOUND=""
 .else
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/multimedia/libxine/distinfo,v
retrieving revision 1.23
diff -u -r1.23 distinfo
--- distinfo	16 May 2004 15:04:38 -0000	1.23
+++ distinfo	29 Jun 2004 21:49:48 -0000
@@ -1,2 +1,2 @@
-MD5 (xine-lib-1-rc4a.tar.gz) = 2890e4359b31eb1b276ef3cf9aa97cc8
-SIZE (xine-lib-1-rc4a.tar.gz) = 6939989
+MD5 (xine-lib-1-rc5.tar.gz) = 703c3e68d60524598d4d9e527fe38286
+SIZE (xine-lib-1-rc5.tar.gz) = 7052663
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/multimedia/libxine/pkg-plist,v
retrieving revision 1.27
diff -u -r1.27 pkg-plist
--- pkg-plist	16 May 2004 15:04:38 -0000	1.27
+++ pkg-plist	29 Jun 2004 22:20:52 -0000
@@ -31,6 +31,7 @@
 include/xine/xmlparser.h
 lib/libxine.so
 lib/libxine.so.9
+lib/xine/plugins/1.0.0/post/xineplug_post_audio_filter_upmix.so
 lib/xine/plugins/1.0.0/post/xineplug_post_goom.so
 lib/xine/plugins/1.0.0/post/xineplug_post_mosaico.so
 lib/xine/plugins/1.0.0/post/xineplug_post_planar.so
@@ -140,6 +141,7 @@
 %%DOCSDIR%%/hackersguide/hackersguide.html
 %%DOCSDIR%%/hackersguide/library.png
 %%DOCSDIR%%/hackersguide/overlays.png
+%%DOCSDIR%%/hackersguide/post_frame.png
 share/locale/cs/LC_MESSAGES/libxine1.mo
 share/locale/de/LC_MESSAGES/libxine1.mo
 share/locale/es/LC_MESSAGES/libxine1.mo
Index: files/patch-src::xine-utils::memcpy.c
===================================================================
RCS file: /home/ncvs/ports/multimedia/libxine/files/patch-src::xine-utils::memcpy.c,v
retrieving revision 1.1
diff -u -r1.1 patch-src::xine-utils::memcpy.c
--- files/patch-src::xine-utils::memcpy.c	29 Apr 2004 03:41:06 -0000	1.1
+++ files/patch-src::xine-utils::memcpy.c	29 Jun 2004 21:53:06 -0000
@@ -1,12 +1 @@
---- src/xine-utils/memcpy.c.orig	Thu Apr 22 22:57:12 2004
-+++ src/xine-utils/memcpy.c	Thu Apr 22 22:57:55 2004
-@@ -428,7 +428,8 @@
-   /* FIXME: implement an equivalent for using optimized memcpy on other
-             architectures */
- #ifndef _MSC_VER
--  return times(NULL);
-+  struct tms xxx;
-+  return times(&xxx);
- #else
- 	return ((uint64_t)0);
- #endif /* _MSC_VER */
+
--- libxine-1.0.r5_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list