diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-05-20 17:59:07 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-05-20 17:59:07 +0000 |
commit | f6d98d24999abc39cd9d359d7bf46dccd1692af3 (patch) | |
tree | 444dad76ad638ec5bac02f5a3632009c3899af32 /graphics/libxine | |
parent | e80beba8f303d511eb7c352e21cff72c0941b353 (diff) | |
download | FreeBSD-ports-f6d98d24999abc39cd9d359d7bf46dccd1692af3.zip FreeBSD-ports-f6d98d24999abc39cd9d359d7bf46dccd1692af3.tar.gz |
Update to 0.9.9.
Diffstat (limited to 'graphics/libxine')
-rw-r--r-- | graphics/libxine/Makefile | 6 | ||||
-rw-r--r-- | graphics/libxine/distinfo | 2 | ||||
-rw-r--r-- | graphics/libxine/files/patch-Makefile.am | 11 | ||||
-rw-r--r-- | graphics/libxine/files/patch-src:input:Makefile.am | 21 | ||||
-rw-r--r-- | graphics/libxine/files/patch-src:liba52:xine_decoder.c | 24 | ||||
-rw-r--r-- | graphics/libxine/files/patch-src:libsputext:xine_decoder.c | 15 | ||||
-rw-r--r-- | graphics/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am | 7 | ||||
-rw-r--r-- | graphics/libxine/files/patch-src:libw32dll:wine:Makefile.am | 11 | ||||
-rw-r--r-- | graphics/libxine/files/patch-video_out:video_out_syncfb.c | 10 | ||||
-rw-r--r-- | graphics/libxine/pkg-plist | 10 |
10 files changed, 70 insertions, 47 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile index dcdfc98..25cc8ec 100644 --- a/graphics/libxine/Makefile +++ b/graphics/libxine/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xine -PORTVERSION= 0.9.8 -PORTREVISION= 3 +PORTVERSION= 0.9.9 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -20,7 +19,8 @@ MAINTAINER= nobutaka@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcodec.a:${PORTSDIR}/graphics/ffmpeg LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ aa.1:${PORTSDIR}/graphics/aalib \ - intl.2:${PORTSDIR}/devel/gettext + intl.2:${PORTSDIR}/devel/gettext \ + iconv.3:${PORTSDIR}/converters/libiconv WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} diff --git a/graphics/libxine/distinfo b/graphics/libxine/distinfo index 58ffe42..a9226d7 100644 --- a/graphics/libxine/distinfo +++ b/graphics/libxine/distinfo @@ -1 +1 @@ -MD5 (xine-lib-0.9.8.tar.gz) = d8fc9b30e15b50af8ab7552bbda7aeda +MD5 (xine-lib-0.9.9.tar.gz) = fd628882e9140311868f28da929fbd75 diff --git a/graphics/libxine/files/patch-Makefile.am b/graphics/libxine/files/patch-Makefile.am new file mode 100644 index 0000000..ac4a841 --- /dev/null +++ b/graphics/libxine/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig Thu May 16 23:50:02 2002 ++++ Makefile.am Thu May 16 23:50:14 2002 +@@ -4,7 +4,7 @@ + + AUTOMAKE_OPTIONS = 1.3 + +-SUBDIRS = doc m4 intl po misc include src ++SUBDIRS = doc intl po misc include src + + EXTRA_DIST = cvscompile.sh automake.diff \ + debian/README.Debian debian/changelog debian/control \ diff --git a/graphics/libxine/files/patch-src:input:Makefile.am b/graphics/libxine/files/patch-src:input:Makefile.am index 261585a..691b534 100644 --- a/graphics/libxine/files/patch-src:input:Makefile.am +++ b/graphics/libxine/files/patch-src:input:Makefile.am @@ -1,26 +1,25 @@ ---- src/input/Makefile.am.orig Sat Dec 8 09:36:21 2001 -+++ src/input/Makefile.am Tue Dec 11 10:14:50 2001 -@@ -17,10 +17,10 @@ +--- src/input/Makefile.am.orig Thu May 16 22:20:25 2002 ++++ src/input/Makefile.am Thu May 16 22:20:29 2002 +@@ -15,10 +15,9 @@ if HAVE_CDROM_IOCTLS in_dvd = xineplug_inp_dvd.la in_vcd = xineplug_inp_vcd.la -in_cda = xineplug_inp_cda.la -+#in_cda = xineplug_inp_cda.la endif -lib_LTLIBRARIES = xineplug_inp_file.la $(in_dvd) $(in_vcd) $(in_cda) \ +lib_LTLIBRARIES = xineplug_inp_file.la $(in_dvd) $(in_vcd) \ xineplug_inp_stdin_fifo.la xineplug_inp_net.la \ - xineplug_inp_rtp.la xineplug_inp_http.la + xineplug_inp_rtp.la xineplug_inp_http.la xineplug_inp_mms.la -@@ -45,8 +45,8 @@ - xineplug_inp_http_la_SOURCES = input_http.c +@@ -53,10 +52,6 @@ + xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c + xineplug_inp_http_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_inp_http_la_LDFLAGS = -avoid-version -module - +- -xineplug_inp_cda_la_SOURCES = input_cda.c +-xineplug_inp_cda_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la -xineplug_inp_cda_la_LDFLAGS = -avoid-version -module -+#xineplug_inp_cda_la_SOURCES = input_cda.c -+#xineplug_inp_cda_la_LDFLAGS = -avoid-version -module include_HEADERS = input_plugin.h - noinst_HEADERS = dvd_udf.h read_cache.h + noinst_HEADERS = dvd_udf.h read_cache.h net_buf_ctrl.h mms.h diff --git a/graphics/libxine/files/patch-src:liba52:xine_decoder.c b/graphics/libxine/files/patch-src:liba52:xine_decoder.c index 8e8fa24..5a18269 100644 --- a/graphics/libxine/files/patch-src:liba52:xine_decoder.c +++ b/graphics/libxine/files/patch-src:liba52:xine_decoder.c @@ -1,5 +1,5 @@ ---- src/liba52/xine_decoder.c.orig Sat Jan 5 21:43:16 2002 -+++ src/liba52/xine_decoder.c Fri Apr 5 17:52:50 2002 +--- src/liba52/xine_decoder.c.orig Sun Apr 28 22:57:28 2002 ++++ src/liba52/xine_decoder.c Thu May 16 22:16:31 2002 @@ -36,8 +36,8 @@ #include <fcntl.h> @@ -11,7 +11,7 @@ #include "buffer.h" #include "xine_internal.h" #include "xineutils.h" -@@ -59,7 +59,7 @@ +@@ -58,7 +58,7 @@ int frame_length, frame_todo; uint16_t syncword; @@ -20,12 +20,12 @@ int a52_flags; int a52_bit_rate; int a52_sample_rate; -@@ -158,8 +158,11 @@ +@@ -154,8 +154,11 @@ + this->output_open = 0; this->pts = 0; - this->last_pts = 0; - if( !this->samples ) -- this->samples = a52_init (xine_mm_accel()); +- this->samples = a52_init (xine_mm_accel(), &this->samples_base); + this->a52_state = a52_init (xine_mm_accel()); + + if( (this->a52_state) != NULL ) @@ -34,7 +34,7 @@ /* * find out if this driver supports a52 output -@@ -288,7 +291,7 @@ +@@ -284,7 +287,7 @@ a52_output_flags = this->a52_flags_map[this->a52_flags & A52_CHANNEL_MASK]; @@ -43,7 +43,7 @@ this->frame_buffer, &a52_output_flags, &level, 384)) { -@@ -297,7 +300,7 @@ +@@ -293,7 +296,7 @@ } if (this->disable_dynrng) @@ -52,12 +52,12 @@ this->have_lfe = a52_output_flags & A52_LFE; if (this->have_lfe) -@@ -337,7 +340,7 @@ - int_samples = buf->mem; +@@ -334,7 +337,7 @@ + buf->num_frames = 256*6; for (i = 0; i < 6; i++) { - if (a52_block (&this->a52_state, this->samples)) { + if (a52_block (this->a52_state)) { printf ("liba52: a52_block error\n"); - return; - } + buf->num_frames = 0; + break; diff --git a/graphics/libxine/files/patch-src:libsputext:xine_decoder.c b/graphics/libxine/files/patch-src:libsputext:xine_decoder.c new file mode 100644 index 0000000..e9b94f9 --- /dev/null +++ b/graphics/libxine/files/patch-src:libsputext:xine_decoder.c @@ -0,0 +1,15 @@ +--- src/libsputext/xine_decoder.c.orig Thu May 16 22:51:25 2002 ++++ src/libsputext/xine_decoder.c Thu May 16 22:51:33 2002 +@@ -36,11 +36,7 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <ctype.h> +-#ifdef __FreeBSD__ +-# include <sys/iconv.h> +-#else +-# include <iconv.h> +-#endif ++#include <iconv.h> + + #include "buffer.h" + #include "events.h" diff --git a/graphics/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am b/graphics/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am deleted file mode 100644 index 604e19e5..0000000 --- a/graphics/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ ---- src/libw32dll/DirectShow/Makefile.am.orig Fri Jan 11 04:59:50 2002 -+++ src/libw32dll/DirectShow/Makefile.am Tue Jan 29 12:12:58 2002 -@@ -1,3 +1,4 @@ -+INCLUDES = @INCLUDES@ -I$(srcdir)/.. - - CFLAGS = @GLOBAL_CFLAGS@ @X_CFLAGS@ -fno-omit-frame-pointer \ - -Wmissing-prototypes -Wimplicit-function-declaration \ diff --git a/graphics/libxine/files/patch-src:libw32dll:wine:Makefile.am b/graphics/libxine/files/patch-src:libw32dll:wine:Makefile.am deleted file mode 100644 index 52658e0..0000000 --- a/graphics/libxine/files/patch-src:libw32dll:wine:Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libw32dll/wine/Makefile.am.orig Fri Jan 11 04:59:51 2002 -+++ src/libw32dll/wine/Makefile.am Mon Jan 28 23:07:30 2002 -@@ -4,6 +4,8 @@ - - ## - ## -+INCLUDES = @INCLUDES@ -I$(srcdir)/.. -+ - CFLAGS = @GLOBAL_CFLAGS@ @X_CFLAGS@ -fno-omit-frame-pointer \ - -Wmissing-prototypes -Wimplicit-function-declaration \ - -DWIN32_PATH=\"@w32_path@\" -I$(srcdir)/.. -D__WINE__ \ diff --git a/graphics/libxine/files/patch-video_out:video_out_syncfb.c b/graphics/libxine/files/patch-video_out:video_out_syncfb.c new file mode 100644 index 0000000..79d7dfa --- /dev/null +++ b/graphics/libxine/files/patch-video_out:video_out_syncfb.c @@ -0,0 +1,10 @@ +--- src/video_out/video_out_syncfb.c.orig Thu May 16 23:32:35 2002 ++++ src/video_out/video_out_syncfb.c Thu May 16 23:32:57 2002 +@@ -39,6 +39,7 @@ + #include <sys/ioccom.h> + #endif + ++#include <sys/types.h> + #include <sys/ioctl.h> + #include <sys/mman.h> + #include <sys/shm.h> diff --git a/graphics/libxine/pkg-plist b/graphics/libxine/pkg-plist index 33c63bb..48f3cec 100644 --- a/graphics/libxine/pkg-plist +++ b/graphics/libxine/pkg-plist @@ -5,7 +5,6 @@ include/xine/audio_out.h include/xine/buffer.h include/xine/configfile.h include/xine/demux.h -include/xine/dxr3_video_out.h include/xine/events.h include/xine/input_plugin.h include/xine/lrb.h @@ -32,7 +31,6 @@ lib/xine/plugins/xineplug_ao_out_oss.so lib/xine/plugins/xineplug_decode_a52.so lib/xine/plugins/xineplug_decode_divx4.so lib/xine/plugins/xineplug_decode_dts.so -lib/xine/plugins/xineplug_decode_vfill.so lib/xine/plugins/xineplug_decode_ff.so lib/xine/plugins/xineplug_decode_lpcm.so lib/xine/plugins/xineplug_decode_mad.so @@ -56,6 +54,7 @@ lib/xine/plugins/xineplug_dmx_qt.so lib/xine/plugins/xineplug_inp_dvd.so lib/xine/plugins/xineplug_inp_file.so lib/xine/plugins/xineplug_inp_http.so +lib/xine/plugins/xineplug_inp_mms.so lib/xine/plugins/xineplug_inp_net.so lib/xine/plugins/xineplug_inp_rtp.so lib/xine/plugins/xineplug_inp_stdin_fifo.so @@ -109,7 +108,13 @@ share/doc/xine/xine-lib-API/html/structxine__t.html share/doc/xine/xine-lib-API/html/xine_8h-source.html share/doc/xine/xine-lib-API/html/xine_8h.html share/doc/xine/xine-lib-API/html/xine_logo.png +share/locale/cs/LC_MESSAGES/xine-lib.mo +share/locale/de/LC_MESSAGES/xine-lib.mo +share/locale/es/LC_MESSAGES/xine-lib.mo share/locale/fr/LC_MESSAGES/xine-lib.mo +share/locale/pl_PL/LC_MESSAGES/xine-lib.mo +share/locale/pt_BR/LC_MESSAGES/xine-lib.mo +share/locale/sk/LC_MESSAGES/xine-lib.mo share/xine/fonts/cc-16.xinefont.gz share/xine/fonts/cc-20.xinefont.gz share/xine/fonts/cc-24.xinefont.gz @@ -135,6 +140,7 @@ share/xine/fonts/serif-20.xinefont.gz share/xine/fonts/serif-24.xinefont.gz share/xine/fonts/serif-32.xinefont.gz share/xine/skins/xine_logo.png +share/xine/skins/xine_logo.zyuy2 @dirrm include/xine @dirrm lib/xine/plugins @dirrm lib/xine |