Update to 1.1.9.1.

PR:		ports/119686
Submitted by:	"Pietro Cerutti" <gahr@gahr.ch>
Security:	http://www.vuxml.org/freebsd/02eedd3c-c6b5-11dc-93b6-000e35248ad7.html
This commit is contained in:
MANTANI Nobutaka 2008-01-19 18:07:55 +00:00
parent d9e295721d
commit 0f1dde377d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205838
5 changed files with 25 additions and 19 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= xine
PORTVERSION= 1.1.7
PORTREVISION= 3
PORTVERSION= 1.1.9.1
CATEGORIES= multimedia ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -32,6 +31,7 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
mad.2:${PORTSDIR}/audio/libmad \
dca.0:${PORTSDIR}/multimedia/libdca
USE_BZIP2= yes
USE_GCC= 3.4+
USE_GETTEXT= yes
USE_ICONV= yes
@ -64,7 +64,7 @@ OPTIONS= ARTS "Enable aRts support" off \
AALIB "Enable aalib support" off \
IMAGEMAGICK "Enable ImageMagick support" off \
GTK2 "Enable gdkpixbuf support" off \
WAVPACK "Enable WavPack support" on \
WAVPACK "Enable WavPack support" on
MAN1= xine-config.1
MAN5= xine.5

View File

@ -1,3 +1,3 @@
MD5 (xine-lib-1.1.7.tar.gz) = a613a3adf44b5098e04842250dbd2251
SHA256 (xine-lib-1.1.7.tar.gz) = 9f7b405597b948f134becf0126ff1f1ecb9ddfeeb4987f26617c9783f1ae51da
SIZE (xine-lib-1.1.7.tar.gz) = 8868650
MD5 (xine-lib-1.1.9.1.tar.bz2) = 3ca1e43386c01293ddc3aeaf8b5f804f
SHA256 (xine-lib-1.1.9.1.tar.bz2) = 024986df7f5ad973cbed18c50a2abb30ca88220b3cb6b2b09ec2db9b9498e4e7
SIZE (xine-lib-1.1.9.1.tar.bz2) = 7392199

View File

@ -1,10 +1,10 @@
--- src/libreal/real_common.c.orig Sun Jul 1 14:29:20 2007
+++ src/libreal/real_common.c Sun Jul 1 14:29:55 2007
@@ -91,6 +91,7 @@
else try_real_subpath("lib/codecs")
else try_real_subpath("lib64/RealPlayer10/codecs")
else try_real_subpath("lib/RealPlayer10/codecs")
+ else try_real_subpath("lib/RealPlayer/codecs")
else try_real_subpath("lib64/RealPlayer9/users/Real/Codecs")
else try_real_subpath("lib/RealPlayer9/users/Real/Codecs")
else try_real_subpath("lib/RealPlayer8/Codecs")
--- src/libreal/real_common.c.orig 2008-01-01 22:30:08.000000000 +0900
+++ src/libreal/real_common.c 2008-01-13 04:05:14.000000000 +0900
@@ -97,6 +97,7 @@
{ O | UL, "codecs" },
{ O | UL | UL64, "real" },
{ O, "real/RealPlayer/codecs" },
+ { OL | OL64 | UL | UL64, "RealPlayer/codecs" },
{ OL | OL64 | UL | UL64, "RealPlayer10GOLD/codecs" },
{ OL | OL64 | UL | UL64, "RealPlayer10/codecs" },
{ OL | OL64 | UL | UL64, "RealPlayer9/users/Real/Codecs" },

View File

@ -1,12 +1,17 @@
--- src/libreal/xine_real_audio_decoder.c.orig Tue Apr 17 10:00:50 2007
+++ src/libreal/xine_real_audio_decoder.c Sun Jul 1 14:24:05 2007
@@ -47,6 +47,14 @@
--- src/libreal/xine_real_audio_decoder.c.orig 2008-01-01 22:30:08.000000000 +0900
+++ src/libreal/xine_real_audio_decoder.c 2008-01-20 01:44:15.000000000 +0900
@@ -45,6 +45,19 @@
#include "real_common.h"
+#if defined(__FreeBSD__)
+void ___brk_addr(void) {exit(0);}
+void __ctype_b(void) {exit(0);}
+void __strtod_internal(void) {exit(0);}
+void __strtold_internal(void) {exit(0);}
+void __strtof_internal(void) {exit(0);}
+void __errno_location(void) {exit(0);}
+void dl_iterate_phdr(void) {exit(0);}
+char **__environ={NULL};
+#undef stderr
+FILE *stderr=NULL;

View File

@ -177,6 +177,7 @@ share/locale/it/LC_MESSAGES/libxine1.mo
share/locale/pl/LC_MESSAGES/libxine1.mo
share/locale/pt_BR/LC_MESSAGES/libxine1.mo
share/locale/sk/LC_MESSAGES/libxine1.mo
share/locale/tr/LC_MESSAGES/libxine1.mo
%%DATADIR%%/libxine1/fonts/cc-16.xinefont.gz
%%DATADIR%%/libxine1/fonts/cc-20.xinefont.gz
%%DATADIR%%/libxine1/fonts/cc-24.xinefont.gz