aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libxine
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile109
-rw-r--r--multimedia/libxine/distinfo1
-rw-r--r--multimedia/libxine/files/patch-Makefile.am11
-rw-r--r--multimedia/libxine/files/patch-ltmain.sh23
-rw-r--r--multimedia/libxine/files/patch-src:input:Makefile.am25
-rw-r--r--multimedia/libxine/files/patch-src:input:input_rtp.c11
-rw-r--r--multimedia/libxine/files/patch-src:liba52:Makefile.am18
-rw-r--r--multimedia/libxine/files/patch-src:liba52:xine_decoder.c63
-rw-r--r--multimedia/libxine/files/patch-src:libffmpeg:Makefile.am22
-rw-r--r--multimedia/libxine/files/patch-src:libffmpeg:xine_decoder.c43
-rw-r--r--multimedia/libxine/files/patch-src:libspudec:spu.c10
-rw-r--r--multimedia/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am7
-rw-r--r--multimedia/libxine/files/patch-src:libw32dll:wine:Makefile.am11
-rw-r--r--multimedia/libxine/files/patch-src:video_out:video_out_sdl.c11
-rw-r--r--multimedia/libxine/files/patch-video_out:video_out_syncfb.c10
-rw-r--r--multimedia/libxine/pkg-comment1
-rw-r--r--multimedia/libxine/pkg-descr8
-rw-r--r--multimedia/libxine/pkg-plist180
18 files changed, 0 insertions, 564 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
deleted file mode 100644
index b6edd9f3bc1f..000000000000
--- a/multimedia/libxine/Makefile
+++ /dev/null
@@ -1,109 +0,0 @@
-# New ports collection makefile for: libxine
-# Date created: 14 Oct 2000
-# Whom: alex
-#
-# $FreeBSD$
-#
-
-PORTNAME= xine
-PORTVERSION= 0.9.13
-CATEGORIES= graphics
-MASTER_SITES= http://xine.sourceforge.net/files/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= lib
-DISTNAME= ${PORTNAME}-lib-${PORTVERSION}
-
-MAINTAINER= nobutaka@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libavcodec.a:${PORTSDIR}/multimedia/ffmpeg \
- ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
-LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \
- aa.1:${PORTSDIR}/graphics/aalib \
- SDL-1.1:${PORTSDIR}/devel/sdl12 \
- intl.4:${PORTSDIR}/devel/gettext \
- iconv.3:${PORTSDIR}/converters/libiconv
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION}
-
-USE_X_PREFIX= yes
-USE_GNOMENG= yes
-USE_GNOME= imlib
-USE_GMAKE= yes
-USE_AUTOMAKE= yes
-USE_MESA= yes
-USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
- SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" \
- THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- THREAD_LIBS="${PTHREAD_LIBS}" \
- X_EXTRA_LIBS="-lGL -lGLU -lXext -lX11 -lm"
-CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 \
- --disable-dxr3 --disable-vidix --disable-dha-kmod \
- --disable-alsa
-INSTALLS_SHLIB= yes
-
-MAN1= xine-config.1
-MAN3= ao_driver_t.3 ao_functions_t.3 autoplay_group.3 \
- audio_cap.3 audio_group.3 audio_prop.3 \
- browse_group.3 build_info.3 cfg_data_t.3 config_group.3 \
- config_values_s.3 config_values_t.3 demux_strategy.3 \
- event_group.3 loadplugins_group.3 mrl_t.3 mrl_types.3 \
- status_group.3 ui_callbacks.3 version_group.3 video_cap.3 \
- video_group.3 video_prop.3 video_ratio.3 visual_types.3 \
- vo_driver_s.3 vo_driver_t.3 vo_frame_t.3 vo_overlay_t.3 \
- xine-lib.3 xine.h.3 xine_api.3 xine_init.3 xine_management.3 \
- xine_t.3 xine_version.3
-
-.include <bsd.port.pre.mk>
-
-.if ${XFREE86_VERSION} >= 4
-PLIST_SUB= HAVE_LIBXV=""
-.else
-PLIST_SUB= HAVE_LIBXV="@comment "
-.endif
-
-.if exists(${LOCALBASE}/bin/artsc-config)
-PLIST_SUB+= HAVE_ARTS=""
-.else
-PLIST_SUB+= HAVE_ARTS="@comment "
-.endif
-
-.if exists(${LOCALBASE}/include/vorbis/codec.h)
-LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
-
-PLIST_SUB+= HAVE_VORBIS=""
-.else
-PLIST_SUB+= HAVE_VORBIS="@comment "
-.endif
-
-.if exists(${LOCALBASE}/include/ogg/ogg.h)
-LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg
-
-PLIST_SUB+= HAVE_OGG=""
-.else
-PLIST_SUB+= HAVE_OGG="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \
- s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \
- s|-L/usr/local/lib||g ; \
- s|-I/usr/local/include||g ; \
- s|-lgiconv|-liconv|g ; \
- s|-funroll-loops||g' ${WRKSRC}/configure.in
-.if ${OSVERSION} >= 500035
- @${REINPLACE_CMD} -e \
- 's|-malign-loops|-falign-loops|g ; \
- s|-malign-jumps|-falign-jumps|g ; \
- s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure.in
-.endif
- @${REINPLACE_CMD} -e \
- 's|aclocal,|${ACLOCAL},|g ; \
- s|autoconf,|${AUTOCONF},|g ; \
- s|automake,|${AUTOMAKE},|g ; \
- s|autoheader,|${AUTOHEADER},|g' ${WRKSRC}/aclocal.m4
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/libxine/distinfo b/multimedia/libxine/distinfo
deleted file mode 100644
index a22c1d5eeab2..000000000000
--- a/multimedia/libxine/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xine-lib-0.9.13.tar.gz) = 2e37c40bb78732187e3375a220405063
diff --git a/multimedia/libxine/files/patch-Makefile.am b/multimedia/libxine/files/patch-Makefile.am
deleted file mode 100644
index ac4a8416b18c..000000000000
--- a/multimedia/libxine/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/multimedia/libxine/files/patch-ltmain.sh b/multimedia/libxine/files/patch-ltmain.sh
deleted file mode 100644
index f9b3022f3c06..000000000000
--- a/multimedia/libxine/files/patch-ltmain.sh
+++ /dev/null
@@ -1,23 +0,0 @@
---- ltmain.sh.orig Wed Jan 16 09:00:24 2002
-+++ ltmain.sh Fri Jan 25 05:08:03 2002
-@@ -958,6 +958,7 @@
- ;;
-
- -avoid-version)
-+ build_old_libs=no
- avoid_version=yes
- continue
- ;;
-@@ -4247,10 +4248,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/multimedia/libxine/files/patch-src:input:Makefile.am b/multimedia/libxine/files/patch-src:input:Makefile.am
deleted file mode 100644
index 691b53444ddd..000000000000
--- a/multimedia/libxine/files/patch-src:input:Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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
- 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_mms.la
-
-@@ -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
-
- include_HEADERS = input_plugin.h
- noinst_HEADERS = dvd_udf.h read_cache.h net_buf_ctrl.h mms.h
diff --git a/multimedia/libxine/files/patch-src:input:input_rtp.c b/multimedia/libxine/files/patch-src:input:input_rtp.c
deleted file mode 100644
index 6392e831cc39..000000000000
--- a/multimedia/libxine/files/patch-src:input:input_rtp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/input/input_rtp.c.orig Sat Oct 27 19:14:06 2001
-+++ src/input/input_rtp.c Sat Oct 27 19:14:14 2001
-@@ -67,7 +67,6 @@
- #endif
-
- #include <stdio.h>
--#include <malloc.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <string.h>
-
diff --git a/multimedia/libxine/files/patch-src:liba52:Makefile.am b/multimedia/libxine/files/patch-src:liba52:Makefile.am
deleted file mode 100644
index 6f5c3a299811..000000000000
--- a/multimedia/libxine/files/patch-src:liba52:Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/liba52/Makefile.am.orig Tue Mar 26 08:07:16 2002
-+++ src/liba52/Makefile.am Sat May 25 11:03:48 2002
-@@ -8,13 +8,9 @@
-
- lib_LTLIBRARIES = xineplug_decode_a52.la
-
--xineplug_decode_a52_la_SOURCES = bitstream.c bit_allocate.c \
-- parse.c downmix.c imdct.c imdct_mlib.c \
-- xine_decoder.c
-+xineplug_decode_a52_la_SOURCES = xine_decoder.c
-+xineplug_decode_a52_la_LIBADD = -la52 -ldjbfft
- xineplug_decode_a52_la_LDFLAGS = -avoid-version -module
--
--noinst_HEADERS = a52.h a52_internal.h \
-- bitstream.h tables.h
-
- ##
- ## Install header files (default=$includedir/xine)
diff --git a/multimedia/libxine/files/patch-src:liba52:xine_decoder.c b/multimedia/libxine/files/patch-src:liba52:xine_decoder.c
deleted file mode 100644
index 5a1826987a2f..000000000000
--- a/multimedia/libxine/files/patch-src:liba52:xine_decoder.c
+++ /dev/null
@@ -1,63 +0,0 @@
---- 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>
-
- #include "audio_out.h"
--#include "a52.h"
--#include "a52_internal.h"
-+#include <a52dec/a52.h>
-+#include <a52dec/a52_internal.h>
- #include "buffer.h"
- #include "xine_internal.h"
- #include "xineutils.h"
-@@ -58,7 +58,7 @@
- int frame_length, frame_todo;
- uint16_t syncword;
-
-- a52_state_t a52_state;
-+ a52_state_t *a52_state;
- int a52_flags;
- int a52_bit_rate;
- int a52_sample_rate;
-@@ -154,8 +154,11 @@
- this->output_open = 0;
- this->pts = 0;
-
-- if( !this->samples )
-- this->samples = a52_init (xine_mm_accel(), &this->samples_base);
-+ this->a52_state = a52_init (xine_mm_accel());
-+
-+ if( (this->a52_state) != NULL )
-+ if( !this->samples )
-+ this->samples = a52_samples (this->a52_state);
-
- /*
- * find out if this driver supports a52 output
-@@ -284,7 +287,7 @@
-
- a52_output_flags = this->a52_flags_map[this->a52_flags & A52_CHANNEL_MASK];
-
-- if (a52_frame (&this->a52_state,
-+ if (a52_frame (this->a52_state,
- this->frame_buffer,
- &a52_output_flags,
- &level, 384)) {
-@@ -293,7 +296,7 @@
- }
-
- if (this->disable_dynrng)
-- a52_dynrng (&this->a52_state, NULL, NULL);
-+ a52_dynrng (this->a52_state, NULL, NULL);
-
- this->have_lfe = a52_output_flags & A52_LFE;
- if (this->have_lfe)
-@@ -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");
- buf->num_frames = 0;
- break;
diff --git a/multimedia/libxine/files/patch-src:libffmpeg:Makefile.am b/multimedia/libxine/files/patch-src:libffmpeg:Makefile.am
deleted file mode 100644
index 3ad31f89d757..000000000000
--- a/multimedia/libxine/files/patch-src:libffmpeg:Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/libffmpeg/Makefile.am.orig Tue Nov 27 03:34:06 2001
-+++ src/libffmpeg/Makefile.am Thu Nov 29 17:26:16 2001
-@@ -2,7 +2,6 @@
- ## Process this file with automake to produce Makefile.in
- ##
-
--SUBDIRS = libavcodec
-
- CFLAGS = @GLOBAL_CFLAGS@
-
-@@ -13,9 +12,8 @@
- lib_LTLIBRARIES = xineplug_decode_ff.la
-
- xineplug_decode_ff_la_SOURCES = xine_decoder.c
--xineplug_decode_ff_la_LDFLAGS = \
-- $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \
-- -avoid-version -module
-+xineplug_decode_ff_la_LIBADD = -lavcodec
-+xineplug_decode_ff_la_LDFLAGS = -avoid-version -module
-
- debug:
- @list='$(SUBDIRS)'; for subdir in $$list; do \
diff --git a/multimedia/libxine/files/patch-src:libffmpeg:xine_decoder.c b/multimedia/libxine/files/patch-src:libffmpeg:xine_decoder.c
deleted file mode 100644
index 6a259c1ece57..000000000000
--- a/multimedia/libxine/files/patch-src:libffmpeg:xine_decoder.c
+++ /dev/null
@@ -1,43 +0,0 @@
---- src/libffmpeg/xine_decoder.c.orig Fri Aug 2 00:26:53 2002
-+++ src/libffmpeg/xine_decoder.c Mon Aug 5 22:56:40 2002
-@@ -39,8 +39,8 @@
- #include "metronom.h"
- #include "xineutils.h"
-
--#include "libavcodec/avcodec.h"
--#include "libavcodec/dsputil.h"
-+#include <ffmpeg/avcodec.h>
-+#include <ffmpeg/dsputil.h>
-
- /*
- #define LOG
-@@ -379,29 +379,6 @@
-
- static char *ff_get_id(void) {
- return "ffmpeg video decoder";
--}
--
--void avcodec_register_all(void)
--{
-- static int inited = 0;
--
-- if (inited != 0)
-- return;
-- inited = 1;
--
-- /* decoders */
-- register_avcodec(&h263_decoder);
-- register_avcodec(&mpeg4_decoder);
-- register_avcodec(&msmpeg4v1_decoder);
-- register_avcodec(&msmpeg4v2_decoder);
-- register_avcodec(&msmpeg4v3_decoder);
-- register_avcodec(&wmv1_decoder);
-- register_avcodec(&wmv2_decoder);
-- register_avcodec(&mpeg_decoder);
-- register_avcodec(&h263i_decoder);
-- register_avcodec(&rv10_decoder);
-- register_avcodec(&svq1_decoder);
-- register_avcodec(&mjpeg_decoder);
- }
-
- static void init_routine(void) {
diff --git a/multimedia/libxine/files/patch-src:libspudec:spu.c b/multimedia/libxine/files/patch-src:libspudec:spu.c
deleted file mode 100644
index 6ab2abcd39b4..000000000000
--- a/multimedia/libxine/files/patch-src:libspudec:spu.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/libspudec/spu.c.orig Sat Oct 27 19:15:22 2001
-+++ src/libspudec/spu.c Sat Oct 27 19:15:31 2001
-@@ -63,7 +63,6 @@
- #include <unistd.h>
- #include <string.h>
- #include <inttypes.h>
--#include <malloc.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-
diff --git a/multimedia/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am b/multimedia/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am
deleted file mode 100644
index 604e19e594e6..000000000000
--- a/multimedia/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/multimedia/libxine/files/patch-src:libw32dll:wine:Makefile.am b/multimedia/libxine/files/patch-src:libw32dll:wine:Makefile.am
deleted file mode 100644
index 1a426603d07a..000000000000
--- a/multimedia/libxine/files/patch-src:libw32dll:wine:Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/libw32dll/wine/Makefile.am.orig Tue Mar 26 08:07:17 2002
-+++ src/libw32dll/wine/Makefile.am Sat May 25 10:25:26 2002
-@@ -4,6 +4,8 @@
-
- ##
- ##
-+INCLUDES = @INCLUDES@ -I$(srcdir)/..
-+
- CFLAGS = @CFLAGS@ $(X_CFLAGS) -fno-omit-frame-pointer \
- -Wmissing-prototypes -Wimplicit-function-declaration \
- -DWIN32_PATH=\"@w32_path@\" -I$(srcdir)/.. -D__WINE__ \
diff --git a/multimedia/libxine/files/patch-src:video_out:video_out_sdl.c b/multimedia/libxine/files/patch-src:video_out:video_out_sdl.c
deleted file mode 100644
index ae6f697f1859..000000000000
--- a/multimedia/libxine/files/patch-src:video_out:video_out_sdl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/video_out/video_out_sdl.c.orig Sun Jun 2 02:04:24 2002
-+++ src/video_out/video_out_sdl.c Sun Jun 2 02:04:30 2002
-@@ -47,7 +47,7 @@
- #include <string.h>
- #include <inttypes.h>
- #include <math.h>
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
-
- #include "video_out.h"
- #include "xine_internal.h"
diff --git a/multimedia/libxine/files/patch-video_out:video_out_syncfb.c b/multimedia/libxine/files/patch-video_out:video_out_syncfb.c
deleted file mode 100644
index 79d7dfadf678..000000000000
--- a/multimedia/libxine/files/patch-video_out:video_out_syncfb.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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/multimedia/libxine/pkg-comment b/multimedia/libxine/pkg-comment
deleted file mode 100644
index 3f7138e01ae3..000000000000
--- a/multimedia/libxine/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Libraries for xine UNIX video player
diff --git a/multimedia/libxine/pkg-descr b/multimedia/libxine/pkg-descr
deleted file mode 100644
index 15ee32a4db07..000000000000
--- a/multimedia/libxine/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-xine is a free gpl-licensed video player for unix-like systems.
-We support mpeg-2 and mpeg-1 system (audio + video multiplexed) streams,
-mpeg elementary streams (audio/video only, e.g. mp3 files) and
-AVI files (using win32 codec dlls).
-
-These are the libraries for the xine.
-
-WWW: http://xine.sourceforge.net/
diff --git a/multimedia/libxine/pkg-plist b/multimedia/libxine/pkg-plist
deleted file mode 100644
index 5b0aaa93fc1e..000000000000
--- a/multimedia/libxine/pkg-plist
+++ /dev/null
@@ -1,180 +0,0 @@
-bin/xine-config
-include/xine/compat.h
-include/xine/attributes.h
-include/xine/audio_out.h
-include/xine/buffer.h
-include/xine/configfile.h
-include/xine/demux.h
-include/xine/events.h
-include/xine/input_plugin.h
-include/xine/lrb.h
-include/xine/metronom.h
-include/xine/osd.h
-include/xine/ppcasm_string.h
-include/xine/qtpalette.h
-include/xine/resample.h
-include/xine/scratch.h
-include/xine/spu_decoder.h
-include/xine/spu_decoder_api.h
-include/xine/video_out.h
-include/xine/video_out_x11.h
-include/xine/video_overlay.h
-include/xine/xine_internal.h
-include/xine/xineintl.h
-include/xine/xineutils.h
-include/xine/xmllexer.h
-include/xine/xmlparser.h
-include/xine.h
-lib/libxine.so
-lib/libxine.so.2
-lib/libxineutils.so
-lib/libxineutils.so.2
-%%HAVE_ARTS%%lib/xine/plugins/xineplug_ao_out_arts.so
-lib/xine/plugins/xineplug_ao_out_esd.so
-lib/xine/plugins/xineplug_ao_out_oss.so
-lib/xine/plugins/xineplug_decode_a52.so
-lib/xine/plugins/xineplug_decode_adpcm.so
-lib/xine/plugins/xineplug_decode_cinepak.so
-lib/xine/plugins/xineplug_decode_cyuv.so
-lib/xine/plugins/xineplug_decode_divx4.so
-lib/xine/plugins/xineplug_decode_dts.so
-lib/xine/plugins/xineplug_decode_faad.so
-lib/xine/plugins/xineplug_decode_ff.so
-lib/xine/plugins/xineplug_decode_fli.so
-lib/xine/plugins/xineplug_decode_lpcm.so
-lib/xine/plugins/xineplug_decode_mad.so
-lib/xine/plugins/xineplug_decode_mpeg2.so
-lib/xine/plugins/xineplug_decode_msrle.so
-lib/xine/plugins/xineplug_decode_msvc.so
-lib/xine/plugins/xineplug_decode_rgb.so
-lib/xine/plugins/xineplug_decode_roqaudio.so
-lib/xine/plugins/xineplug_decode_roqvideo.so
-lib/xine/plugins/xineplug_decode_spu.so
-lib/xine/plugins/xineplug_decode_spucc.so
-lib/xine/plugins/xineplug_decode_sputext.so
-lib/xine/plugins/xineplug_decode_svq1.so
-%%HAVE_VORBIS%%lib/xine/plugins/xineplug_decode_vorbis.so
-lib/xine/plugins/xineplug_decode_yuv.so
-lib/xine/plugins/xineplug_decode_w32dll.so
-lib/xine/plugins/xineplug_dmx_asf.so
-lib/xine/plugins/xineplug_dmx_avi.so
-lib/xine/plugins/xineplug_dmx_cda.so
-lib/xine/plugins/xineplug_dmx_film.so
-lib/xine/plugins/xineplug_dmx_fli.so
-lib/xine/plugins/xineplug_dmx_idcin.so
-lib/xine/plugins/xineplug_dmx_mpeg.so
-lib/xine/plugins/xineplug_dmx_mpeg_audio.so
-lib/xine/plugins/xineplug_dmx_mpeg_block.so
-lib/xine/plugins/xineplug_dmx_mpeg_elem.so
-lib/xine/plugins/xineplug_dmx_mpeg_pes.so
-lib/xine/plugins/xineplug_dmx_mpeg_ts.so
-%%HAVE_OGG%%lib/xine/plugins/xineplug_dmx_ogg.so
-lib/xine/plugins/xineplug_dmx_roq.so
-lib/xine/plugins/xineplug_dmx_smjpeg.so
-lib/xine/plugins/xineplug_dmx_wav.so
-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
-lib/xine/plugins/xineplug_inp_vcd.so
-lib/xine/plugins/xineplug_vo_out_aa.so
-lib/xine/plugins/xineplug_vo_out_opengl.so
-lib/xine/plugins/xineplug_vo_out_sdl.so
-lib/xine/plugins/xineplug_vo_out_syncfb.so
-lib/xine/plugins/xineplug_vo_out_xshm.so
-%%HAVE_LIBXV%%lib/xine/plugins/xineplug_vo_out_xv.so
-share/doc/xine/xine-lib-API/html/annotated.html
-share/doc/xine/xine-lib-API/html/doxygen.css
-share/doc/xine/xine-lib-API/html/doxygen.gif
-share/doc/xine/xine-lib-API/html/files.html
-share/doc/xine/xine-lib-API/html/functions.html
-share/doc/xine/xine-lib-API/html/globals.html
-share/doc/xine/xine-lib-API/html/group__audio__cap.html
-share/doc/xine/xine-lib-API/html/group__audio__group.html
-share/doc/xine/xine-lib-API/html/group__audio__prop.html
-share/doc/xine/xine-lib-API/html/group__autoplay__group.html
-share/doc/xine/xine-lib-API/html/group__browse__group.html
-share/doc/xine/xine-lib-API/html/group__build__info.html
-share/doc/xine/xine-lib-API/html/group__config__group.html
-share/doc/xine/xine-lib-API/html/group__demux__strategy.html
-share/doc/xine/xine-lib-API/html/group__event__group.html
-share/doc/xine/xine-lib-API/html/group__loadplugins__group.html
-share/doc/xine/xine-lib-API/html/group__mrl__types.html
-share/doc/xine/xine-lib-API/html/group__status__group.html
-share/doc/xine/xine-lib-API/html/group__ui__callbacks.html
-share/doc/xine/xine-lib-API/html/group__version__group.html
-share/doc/xine/xine-lib-API/html/group__video__cap.html
-share/doc/xine/xine-lib-API/html/group__video__group.html
-share/doc/xine/xine-lib-API/html/group__video__prop.html
-share/doc/xine/xine-lib-API/html/group__video__ratio.html
-share/doc/xine/xine-lib-API/html/group__visual__types.html
-share/doc/xine/xine-lib-API/html/group__xine__api.html
-share/doc/xine/xine-lib-API/html/group__xine__init.html
-share/doc/xine/xine-lib-API/html/group__xine__management.html
-share/doc/xine/xine-lib-API/html/group__xine__version.html
-share/doc/xine/xine-lib-API/html/index.html
-share/doc/xine/xine-lib-API/html/modules.html
-share/doc/xine/xine-lib-API/html/structao__driver__t.html
-share/doc/xine/xine-lib-API/html/structao__functions__t.html
-share/doc/xine/xine-lib-API/html/structcfg__data__t.html
-share/doc/xine/xine-lib-API/html/structconfig__values__s.html
-share/doc/xine/xine-lib-API/html/structconfig__values__t.html
-share/doc/xine/xine-lib-API/html/structmrl__t.html
-share/doc/xine/xine-lib-API/html/structvo__driver__s.html
-share/doc/xine/xine-lib-API/html/structvo__driver__t.html
-share/doc/xine/xine-lib-API/html/structvo__frame__t.html
-share/doc/xine/xine-lib-API/html/structvo__overlay__t.html
-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
-share/xine/fonts/cc-32.xinefont.gz
-share/xine/fonts/cci-16.xinefont.gz
-share/xine/fonts/cci-20.xinefont.gz
-share/xine/fonts/cci-24.xinefont.gz
-share/xine/fonts/cci-32.xinefont.gz
-share/xine/fonts/cetus-16.xinefont.gz
-share/xine/fonts/cetus-20.xinefont.gz
-share/xine/fonts/cetus-24.xinefont.gz
-share/xine/fonts/cetus-32.xinefont.gz
-share/xine/fonts/mono-16.xinefont.gz
-share/xine/fonts/mono-20.xinefont.gz
-share/xine/fonts/mono-24.xinefont.gz
-share/xine/fonts/mono-32.xinefont.gz
-share/xine/fonts/sans-16.xinefont.gz
-share/xine/fonts/sans-20.xinefont.gz
-share/xine/fonts/sans-24.xinefont.gz
-share/xine/fonts/sans-32.xinefont.gz
-share/xine/fonts/sanshu-16.xinefont.gz
-share/xine/fonts/sanshu-20.xinefont.gz
-share/xine/fonts/sanshu-24.xinefont.gz
-share/xine/fonts/sanshu-32.xinefont.gz
-share/xine/fonts/serif-16.xinefont.gz
-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.mpv
-@dirrm include/xine
-@dirrm lib/xine/plugins/vidix
-@dirrm lib/xine/plugins
-@dirrm lib/xine
-@dirrm share/doc/xine/xine-lib-API/html
-@dirrm share/doc/xine/xine-lib-API
-@dirrm share/doc/xine
-@dirrm share/xine/fonts
-@dirrm share/xine/skins
-@dirrm share/xine