aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libxine
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2008-01-20 02:07:55 +0800
committernobutaka <nobutaka@FreeBSD.org>2008-01-20 02:07:55 +0800
commit0c7338fd75c9f99b1bfbebb2f6a142ffdc1b0b67 (patch)
tree33b7955e6976e04c95cc27cd1ed32e493b7bd8f1 /multimedia/libxine
parent432c8e628598295c8cf2848dbb034dc10ecad217 (diff)
downloadfreebsd-ports-graphics-0c7338fd75c9f99b1bfbebb2f6a142ffdc1b0b67.tar.gz
freebsd-ports-graphics-0c7338fd75c9f99b1bfbebb2f6a142ffdc1b0b67.tar.zst
freebsd-ports-graphics-0c7338fd75c9f99b1bfbebb2f6a142ffdc1b0b67.zip
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
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile6
-rw-r--r--multimedia/libxine/distinfo6
-rw-r--r--multimedia/libxine/files/patch-src_libreal_real_common.c20
-rw-r--r--multimedia/libxine/files/patch-src_libreal_xine_real_audio_decoder.c11
-rw-r--r--multimedia/libxine/pkg-plist1
5 files changed, 25 insertions, 19 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index ae5d20bc009..42b36dc0fb1 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -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
diff --git a/multimedia/libxine/distinfo b/multimedia/libxine/distinfo
index 801a7ef5da2..58800d524eb 100644
--- a/multimedia/libxine/distinfo
+++ b/multimedia/libxine/distinfo
@@ -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
diff --git a/multimedia/libxine/files/patch-src_libreal_real_common.c b/multimedia/libxine/files/patch-src_libreal_real_common.c
index 02bf6057e2c..0cfd757c2e6 100644
--- a/multimedia/libxine/files/patch-src_libreal_real_common.c
+++ b/multimedia/libxine/files/patch-src_libreal_real_common.c
@@ -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" },
diff --git a/multimedia/libxine/files/patch-src_libreal_xine_real_audio_decoder.c b/multimedia/libxine/files/patch-src_libreal_xine_real_audio_decoder.c
index 3c69b44fc80..67de5aee5d1 100644
--- a/multimedia/libxine/files/patch-src_libreal_xine_real_audio_decoder.c
+++ b/multimedia/libxine/files/patch-src_libreal_xine_real_audio_decoder.c
@@ -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;
diff --git a/multimedia/libxine/pkg-plist b/multimedia/libxine/pkg-plist
index 6bd06643703..6978c237eb9 100644
--- a/multimedia/libxine/pkg-plist
+++ b/multimedia/libxine/pkg-plist
@@ -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