mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1-rc5.
PR: ports/68493 Submitted by: michael johnson <ahze@ahze.net>
This commit is contained in:
parent
925d97ca12
commit
ffa16db3d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112868
@ -6,13 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= xine
|
||||
PORTVERSION= 1.0.r4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.r5
|
||||
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@FreeBSD.org
|
||||
COMMENT= Libraries for xine multimedia player
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- config.h.in.orig Thu Apr 29 06:07:44 2004
|
||||
+++ config.h.in Thu May 13 00:43:36 2004
|
||||
@@ -554,3 +554,12 @@
|
||||
--- config.h.in.orig Mon Jun 21 09:24:55 2004
|
||||
+++ config.h.in Sun Jul 4 02:25:58 2004
|
||||
@@ -561,3 +561,14 @@
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
@ -13,3 +13,5 @@
|
||||
+#endif
|
||||
+#define INT16_MAX 0x7fff
|
||||
+#define INT16_MIN (-0x7fff-1)
|
||||
+#define INT32_MAX 0x7fffffff
|
||||
+#define INT32_MIN (-0x7fffffff-1)
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- 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 */
|
@ -31,6 +31,7 @@ include/xine/xmllexer.h
|
||||
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 @@ share/aclocal/xine.m4
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user