summaryrefslogtreecommitdiffstats
path: root/graphics/libxine
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libxine')
-rw-r--r--graphics/libxine/Makefile112
-rw-r--r--graphics/libxine/distinfo1
-rw-r--r--graphics/libxine/files/patch-configure11
-rw-r--r--graphics/libxine/files/patch-ltmain.sh23
-rw-r--r--graphics/libxine/files/patch-src:dxr3:video_out_dxr3.c11
-rw-r--r--graphics/libxine/files/patch-src:input:input_dvd.c20
-rw-r--r--graphics/libxine/files/patch-src:input:input_vcd.c89
-rw-r--r--graphics/libxine/files/patch-src:input:libdvdnav:vm.c11
-rw-r--r--graphics/libxine/files/patch-src:input:libreal:real.c10
-rw-r--r--graphics/libxine/files/patch-src:input:libreal:sdpplin.c12
-rw-r--r--graphics/libxine/files/patch-src:input:librtsp:rtsp.c10
-rw-r--r--graphics/libxine/files/patch-src:input:librtsp:rtsp_session.c10
-rw-r--r--graphics/libxine/files/patch-src:liba52:Makefile.in40
-rw-r--r--graphics/libxine/files/patch-src:liba52:xine_decoder.c13
-rw-r--r--graphics/libxine/files/patch-src:libffmpeg:Makefile.in32
-rw-r--r--graphics/libxine/files/patch-src:libffmpeg:xine_decoder.c13
-rw-r--r--graphics/libxine/files/patch-src:libmad:Makefile.in47
-rw-r--r--graphics/libxine/files/patch-src:libmad:xine_decoder.c16
-rw-r--r--graphics/libxine/files/patch-src:libspudec:spu.c10
-rw-r--r--graphics/libxine/files/patch-src:video_out:video_out_sdl.c11
-rw-r--r--graphics/libxine/pkg-descr8
-rw-r--r--graphics/libxine/pkg-plist198
22 files changed, 0 insertions, 708 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile
deleted file mode 100644
index 3e6b74d..0000000
--- a/graphics/libxine/Makefile
+++ /dev/null
@@ -1,112 +0,0 @@
-# New ports collection makefile for: libxine
-# Date created: 14 Oct 2000
-# Whom: alex
-#
-# $FreeBSD$
-#
-
-PORTNAME= xine
-PORTVERSION= 1.0.b4
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= lib
-DISTNAME= ${PORTNAME}-lib-1-beta4
-
-MAINTAINER= nobutaka@FreeBSD.org
-COMMENT= Libraries for xine multimedia player
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
-LIB_DEPENDS= avcodec.0:${PORTSDIR}/multimedia/ffmpeg \
- a52.0:${PORTSDIR}/audio/liba52 \
- mad.1:${PORTSDIR}/audio/mad \
- aa.1:${PORTSDIR}/graphics/aalib \
- intl.4:${PORTSDIR}/devel/gettext \
- iconv.3:${PORTSDIR}/converters/libiconv \
- SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- vorbis.2:${PORTSDIR}/audio/libvorbis \
- ogg.4:${PORTSDIR}/audio/libogg \
- mng.1:${PORTSDIR}/graphics/libmng
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GNOMENG= yes
-WANT_GNOME= yes
-USE_GNOME= gnomehack
-USE_GMAKE= 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 \
- --program-transform-name="" --disable-vidix
-INSTALLS_SHLIB= yes
-
-MAN1= xine-config.1
-
-.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) || defined(WITH_ARTS)
-LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
-PLIST_SUB+= HAVE_ARTS=""
-.else
-PLIST_SUB+= HAVE_ARTS="@comment "
-.endif
-
-.if ${HAVE_GNOME:Mesound} != "" || defined(WITH_ESOUND)
-USE_GNOME+= esound
-PLIST_SUB+= HAVE_ESOUND=""
-.else
-PLIST_SUB+= HAVE_ESOUND="@comment "
-.endif
-
-.if exists(${X11BASE}/libdata/pkgconfig/gnome-vfs-2.0.pc)
-LIB_DEPENDS+= gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
-PLIST_SUB+= HAVE_GNOMEVFS2=""
-.else
-PLIST_SUB+= HAVE_GNOMEVFS2="@comment "
-.endif
-
-pre-everything::
- @${ECHO_MSG} "===>"
- @${ECHO_MSG} "===> You can enable some features by defining following variables."
- @${ECHO_MSG} "===>"
-.if !exists(${LOCALBASE}/bin/artsc-config) && !defined(WITH_ARTS)
- @${ECHO_MSG} "===> WITH_ARTS (arts support)"
-.else
- @${ECHO_MSG} "===> WITH_ARTS (arts support, enabled)"
-.endif
-.if !(${HAVE_GNOME:Mesound} != "") && !defined(WITH_ESOUND)
- @${ECHO_MSG} "===> WITH_ESOUND (esound support)"
-.else
- @${ECHO_MSG} "===> WITH_ESOUND (esound support, enabled)"
-.endif
- @${ECHO_MSG} "===>"
-
-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
-.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
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/graphics/libxine/distinfo b/graphics/libxine/distinfo
deleted file mode 100644
index 5420074..0000000
--- a/graphics/libxine/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xine-lib-1-beta4.tar.gz) = 6524afaefe7577f0d0f4058eb3b97702
diff --git a/graphics/libxine/files/patch-configure b/graphics/libxine/files/patch-configure
deleted file mode 100644
index c153709..0000000
--- a/graphics/libxine/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sun Feb 9 23:46:52 2003
-+++ configure Sun Feb 9 23:47:08 2003
-@@ -17057,7 +17057,7 @@
- fi
- ALSA_CFLAGS="$ALSA_CFLAGS"
-
-- ac_save_CPPFLAGS="$CPPLAGS"
-+ ac_save_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $ALSA_CFLAGS"
- if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
- echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
diff --git a/graphics/libxine/files/patch-ltmain.sh b/graphics/libxine/files/patch-ltmain.sh
deleted file mode 100644
index f9b3022..0000000
--- a/graphics/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/graphics/libxine/files/patch-src:dxr3:video_out_dxr3.c b/graphics/libxine/files/patch-src:dxr3:video_out_dxr3.c
deleted file mode 100644
index 717c543..0000000
--- a/graphics/libxine/files/patch-src:dxr3:video_out_dxr3.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/dxr3/video_out_dxr3.c.orig Sat Feb 1 22:26:00 2003
-+++ src/dxr3/video_out_dxr3.c Sat Feb 1 22:26:38 2003
-@@ -278,7 +278,7 @@
- }
-
- snprintf (tmpstr, sizeof(tmpstr), "%s_mv%s", class->devname, class->devnum);
-- if ((this->fd_video = open (tmpstr, O_WRONLY | O_SYNC )) < 0) {
-+ if ((this->fd_video = open (tmpstr, O_WRONLY | O_FSYNC )) < 0) {
- printf("video_out_dxr3: Failed to open video device %s (%s)\n",
- tmpstr, strerror(errno));
- return 0;
diff --git a/graphics/libxine/files/patch-src:input:input_dvd.c b/graphics/libxine/files/patch-src:input:input_dvd.c
deleted file mode 100644
index a57dbd5..0000000
--- a/graphics/libxine/files/patch-src:input:input_dvd.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/input/input_dvd.c.orig Sat Jan 11 23:47:08 2003
-+++ src/input/input_dvd.c Sat Jan 11 23:48:51 2003
-@@ -41,6 +41,7 @@
- #include <stdlib.h>
- #include <stddef.h>
- #include <dirent.h>
-+#include <sys/param.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
-@@ -132,6 +133,9 @@
- /* Array to hold MRLs returned by get_autoplay_list */
- #define MAX_DIR_ENTRIES 1250
- #define MAX_STR_LEN 255
-+
-+#define off64_t off_t
-+#define lseek64 lseek
-
- typedef struct {
- input_plugin_t input_plugin; /* Parent input plugin type */
diff --git a/graphics/libxine/files/patch-src:input:input_vcd.c b/graphics/libxine/files/patch-src:input:input_vcd.c
deleted file mode 100644
index 26b8a1d..0000000
--- a/graphics/libxine/files/patch-src:input:input_vcd.c
+++ /dev/null
@@ -1,89 +0,0 @@
---- src/input/input_vcd.c.orig Sat Jan 11 23:50:19 2003
-+++ src/input/input_vcd.c Sat Jan 11 23:54:36 2003
-@@ -398,7 +398,7 @@
- return 0;
-
- do {
-- if (lseek (this->fd, this->cur_sector * bsize, SEEK_SET) == -1) {
-+ if (lseek (this->fd, this->cls->cur_sector * bsize, SEEK_SET) == -1) {
- printf ("input_vcd: seek error %d\n", errno);
- return 0;
- }
-@@ -406,7 +406,7 @@
- printf ("input_vcd: read error %d\n", errno);
- return 0;
- }
-- this->cur_sector++;
-+ this->cls->cur_sector++;
- } while ((data.subheader[2]&~0x01)==0x60);
- memcpy (buf, data.data, VCDSECTORSIZE);
- return VCDSECTORSIZE;
-@@ -538,7 +538,7 @@
- return NULL;
-
- do {
-- if (lseek (this->fd, this->cur_sector * bsize, SEEK_SET) == -1) {
-+ if (lseek (this->fd, this->cls->cur_sector * bsize, SEEK_SET) == -1) {
- printf ("input_vcd: seek error %d\n", errno);
- return NULL;
- }
-@@ -546,7 +546,7 @@
- printf ("input_vcd: read error %d\n", errno);
- return NULL;
- }
-- this->cur_sector++;
-+ this->cls->cur_sector++;
- } while ((data.subheader[2]&~0x01)==0x60);
-
- buf = fifo->buffer_pool_alloc (fifo);
-@@ -695,7 +695,7 @@
-
- start =
- ntohl(this->cls->tocent
-- [this->cur_track+1 - this->tochdr.starting_track].addr.lba);
-+ [this->cur_track+1 - this->cls->tochdr.starting_track].addr.lba);
-
- /* printf("seek: start sector:%lu, origin: %d, offset:%qu\n",
- start, origin, offset);
-@@ -704,14 +704,14 @@
- switch (origin) {
- case SEEK_SET:
- dist = offset / VCDSECTORSIZE;
-- this->cur_sector = start + dist;
-+ this->cls->cur_sector = start + dist;
- break;
- case SEEK_CUR:
-
- if (offset)
- printf ("input_vcd: SEEK_CUR not implemented for offset != 0\n");
-
-- sector_pos = this->cur_sector;
-+ sector_pos = this->cls->cur_sector;
-
- return sector_pos * VCDSECTORSIZE;
-
-@@ -761,10 +761,10 @@
- len =
- ntohl(this->cls->tocent
- [this->cur_track+2
-- - this->tochdr.starting_track].addr.lba)
-+ - this->cls->tochdr.starting_track].addr.lba)
- - ntohl(this->cls->tocent
- [this->cur_track+1
-- - this->tochdr.starting_track].addr.lba);
-+ - this->cls->tochdr.starting_track].addr.lba);
-
- return len * 2352; /*VCDSECTORSIZE;*/
-
-@@ -888,9 +888,9 @@
- return 0;
- }
-
-- this->cur_sector =
-+ this->cls->cur_sector =
- ntohl(this->cls->tocent
-- [this->cur_track+1 - this->tochdr.starting_track].addr.lba);
-+ [this->cur_track+1 - this->cls->tochdr.starting_track].addr.lba);
-
- }
- #endif
diff --git a/graphics/libxine/files/patch-src:input:libdvdnav:vm.c b/graphics/libxine/files/patch-src:input:libdvdnav:vm.c
deleted file mode 100644
index 59a92de..0000000
--- a/graphics/libxine/files/patch-src:input:libdvdnav:vm.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/input/libdvdnav/vm.c.orig Sat Jan 11 23:43:55 2003
-+++ src/input/libdvdnav/vm.c Sat Jan 11 23:45:47 2003
-@@ -48,6 +48,8 @@
-
- #define STRICT
-
-+#define off64_t off_t
-+#define lseek64 lseek
-
- /* Local prototypes */
-
diff --git a/graphics/libxine/files/patch-src:input:libreal:real.c b/graphics/libxine/files/patch-src:input:libreal:real.c
deleted file mode 100644
index 33b487a..0000000
--- a/graphics/libxine/files/patch-src:input:libreal:real.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/input/libreal/real.c.orig Sat Feb 1 22:31:41 2003
-+++ src/input/libreal/real.c Sat Feb 1 22:33:31 2003
-@@ -26,6 +26,7 @@
-
- #include <stdio.h>
- #include <string.h>
-+#include <sys/types.h>
-
- #include "real.h"
- #include "asmrp.h"
diff --git a/graphics/libxine/files/patch-src:input:libreal:sdpplin.c b/graphics/libxine/files/patch-src:input:libreal:sdpplin.c
deleted file mode 100644
index 8e8d174b..0000000
--- a/graphics/libxine/files/patch-src:input:libreal:sdpplin.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/input/libreal/sdpplin.c.orig Sun Jan 5 19:28:03 2003
-+++ src/input/libreal/sdpplin.c Sun Jan 5 19:29:02 2003
-@@ -22,7 +22,8 @@
- * sdp/sdpplin parser.
- *
- */
--
-+
-+#include <sys/types.h>
- #include "rmff.h"
- #include "rtsp.h"
- #include "sdpplin.h"
diff --git a/graphics/libxine/files/patch-src:input:librtsp:rtsp.c b/graphics/libxine/files/patch-src:input:librtsp:rtsp.c
deleted file mode 100644
index bcdf81c..0000000
--- a/graphics/libxine/files/patch-src:input:librtsp:rtsp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/input/librtsp/rtsp.c.orig Sun Jan 5 19:30:50 2003
-+++ src/input/librtsp/rtsp.c Sun Jan 5 19:31:21 2003
-@@ -23,6 +23,7 @@
- * *not* RFC 2326 compilant yet.
- */
-
-+#include <sys/types.h>
- #include <unistd.h>
- #include <stdio.h>
- #include <assert.h>
diff --git a/graphics/libxine/files/patch-src:input:librtsp:rtsp_session.c b/graphics/libxine/files/patch-src:input:librtsp:rtsp_session.c
deleted file mode 100644
index 573a1b9..0000000
--- a/graphics/libxine/files/patch-src:input:librtsp:rtsp_session.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/input/librtsp/rtsp_session.c.orig Sun Jan 5 19:33:57 2003
-+++ src/input/librtsp/rtsp_session.c Sun Jan 5 19:34:29 2003
-@@ -22,6 +22,7 @@
- * high level interface to rtsp servers.
- */
-
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <netdb.h>
diff --git a/graphics/libxine/files/patch-src:liba52:Makefile.in b/graphics/libxine/files/patch-src:liba52:Makefile.in
deleted file mode 100644
index 01356e9..0000000
--- a/graphics/libxine/files/patch-src:liba52:Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- src/liba52/Makefile.in.orig Sun Jan 5 18:47:47 2003
-+++ src/liba52/Makefile.in Sun Jan 5 18:47:56 2003
-@@ -208,25 +208,12 @@
-
- lib_LTLIBRARIES = xineplug_decode_a52.la
-
--xineplug_decode_a52_la_SOURCES = \
-- bitstream.c \
-- bit_allocate.c \
-- downmix.c \
-- imdct.c \
-- parse.c \
-- xine_decoder.c
-+xineplug_decode_a52_la_SOURCES = xine_decoder.c
-
-
--xineplug_decode_a52_la_LIBADD = $(XINE_LIB)
-+xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -la52 -ldjbfft
- xineplug_decode_a52_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-
--noinst_HEADERS = \
-- a52.h \
-- a52_internal.h \
-- bitstream.h \
-- tables.h
--
--subdir = src/liba52
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
-@@ -234,8 +221,7 @@
-
- xineplug_decode_a52_la_DEPENDENCIES = \
- $(top_builddir)/src/xine-engine/libxine.la
--am_xineplug_decode_a52_la_OBJECTS = bitstream.lo bit_allocate.lo \
-- downmix.lo imdct.lo parse.lo xine_decoder.lo
-+am_xineplug_decode_a52_la_OBJECTS = xine_decoder.lo
- xineplug_decode_a52_la_OBJECTS = $(am_xineplug_decode_a52_la_OBJECTS)
-
- DEFS = @DEFS@
diff --git a/graphics/libxine/files/patch-src:liba52:xine_decoder.c b/graphics/libxine/files/patch-src:liba52:xine_decoder.c
deleted file mode 100644
index bd26175..0000000
--- a/graphics/libxine/files/patch-src:liba52:xine_decoder.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/liba52/xine_decoder.c.orig Mon Nov 25 06:08:51 2002
-+++ src/liba52/xine_decoder.c Sat Nov 30 11:38:41 2002
-@@ -37,8 +37,8 @@
-
- #include "xine_internal.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 "xineutils.h"
-
diff --git a/graphics/libxine/files/patch-src:libffmpeg:Makefile.in b/graphics/libxine/files/patch-src:libffmpeg:Makefile.in
deleted file mode 100644
index 3e60830..0000000
--- a/graphics/libxine/files/patch-src:libffmpeg:Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/libffmpeg/Makefile.in.orig Thu Jan 16 23:08:15 2003
-+++ src/libffmpeg/Makefile.in Fri Jan 17 00:50:59 2003
-@@ -204,8 +204,6 @@
- install_sh = @install_sh@
- w32_path = @w32_path@
-
--SUBDIRS = libavcodec
--
- # I don't think this should include internal docs that are not interesting
- # for end users at all... -siggi
- EXTRA_DIST =
-@@ -217,8 +215,7 @@
-
- xineplug_decode_ff_la_SOURCES = xine_decoder.c
- xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
--xineplug_decode_ff_la_LIBADD = $(XINE_LIB) \
-- $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la
-+xineplug_decode_ff_la_LIBADD = $(XINE_LIB) -lavcodec
-
- subdir = src/libffmpeg
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -226,9 +223,7 @@
- CONFIG_CLEAN_FILES =
- LTLIBRARIES = $(lib_LTLIBRARIES)
-
--xineplug_decode_ff_la_DEPENDENCIES = \
-- $(top_builddir)/src/xine-engine/libxine.la \
-- $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la
-+xineplug_decode_ff_la_DEPENDENCIES = $(top_builddir)/src/xine-engine/libxine.la
- am_xineplug_decode_ff_la_OBJECTS = xine_decoder.lo
- xineplug_decode_ff_la_OBJECTS = $(am_xineplug_decode_ff_la_OBJECTS)
-
diff --git a/graphics/libxine/files/patch-src:libffmpeg:xine_decoder.c b/graphics/libxine/files/patch-src:libffmpeg:xine_decoder.c
deleted file mode 100644
index 27282f7..0000000
--- a/graphics/libxine/files/patch-src:libffmpeg:xine_decoder.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/libffmpeg/xine_decoder.c.orig Thu Jan 30 23:25:11 2003
-+++ src/libffmpeg/xine_decoder.c Thu Jan 30 23:25:14 2003
-@@ -40,8 +40,8 @@
- #include "xineutils.h"
- #include "math.h"
-
--#include "libavcodec/avcodec.h"
--#include "libavcodec/dsputil.h"
-+#include <ffmpeg/avcodec.h>
-+#include <ffmpeg/dsputil.h>
-
- /*
- #define LOG
diff --git a/graphics/libxine/files/patch-src:libmad:Makefile.in b/graphics/libxine/files/patch-src:libmad:Makefile.in
deleted file mode 100644
index 041e72d..0000000
--- a/graphics/libxine/files/patch-src:libmad:Makefile.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- src/libmad/Makefile.in.orig Sun Jan 5 19:01:05 2003
-+++ src/libmad/Makefile.in Sun Jan 5 19:07:10 2003
-@@ -210,42 +210,12 @@
-
- lib_LTLIBRARIES = xineplug_decode_mad.la
-
--xineplug_decode_mad_la_SOURCES = \
-- bit.c \
-- fixed.c \
-- frame.c \
-- huffman.c \
-- layer12.c \
-- layer3.c \
-- stream.c \
-- synth.c \
-- timer.c \
-- version.c \
-- xine_decoder.c
-+xineplug_decode_mad_la_SOURCES = xine_decoder.c
-
-
--xineplug_decode_mad_la_LIBADD = $(XINE_LIB)
-+xineplug_decode_mad_la_LIBADD = $(XINE_LIB) -lmad
- xineplug_decode_mad_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-
--noinst_HEADERS = \
-- D.dat \
-- imdct_s.dat \
-- qc_table.dat \
-- rq_table.dat \
-- sf_table.dat \
-- bit.h \
-- fixed.h \
-- frame.h \
-- global.h \
-- huffman.h \
-- layer12.h \
-- layer3.h \
-- stream.h \
-- synth.h \
-- timer.h \
-- version.h
--
--subdir = src/libmad
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
diff --git a/graphics/libxine/files/patch-src:libmad:xine_decoder.c b/graphics/libxine/files/patch-src:libmad:xine_decoder.c
deleted file mode 100644
index 72b0498..0000000
--- a/graphics/libxine/files/patch-src:libmad:xine_decoder.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/libmad/xine_decoder.c.orig Sat Nov 30 11:56:16 2002
-+++ src/libmad/xine_decoder.c Sat Nov 30 12:00:04 2002
-@@ -24,12 +24,11 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <mad.h>
-
- #include "xine_internal.h"
- #include "audio_out.h"
- #include "buffer.h"
--#include "frame.h"
--#include "synth.h"
- #include "xineutils.h"
-
- /*
diff --git a/graphics/libxine/files/patch-src:libspudec:spu.c b/graphics/libxine/files/patch-src:libspudec:spu.c
deleted file mode 100644
index 6ab2abc..0000000
--- a/graphics/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/graphics/libxine/files/patch-src:video_out:video_out_sdl.c b/graphics/libxine/files/patch-src:video_out:video_out_sdl.c
deleted file mode 100644
index b33ddbd..0000000
--- a/graphics/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 Jan 5 19:23:55 2003
-+++ src/video_out/video_out_sdl.c Sun Jan 5 19:24:18 2003
-@@ -47,7 +47,7 @@
- #include <string.h>
- #include <inttypes.h>
- #include <math.h>
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
-
- #include "xine.h"
- #include "xine_internal.h"
diff --git a/graphics/libxine/pkg-descr b/graphics/libxine/pkg-descr
deleted file mode 100644
index f9464b0..0000000
--- a/graphics/libxine/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-xine is a free multimedia player. It plays back CDs, DVDs, and VCDs.
-It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk
-drives, and displays multimedia streamed over the Internet. It interprets many
-of the most common multimedia formats available.
-
-These are the libraries for the xine.
-
-WWW: http://www.xinehq.de/
diff --git a/graphics/libxine/pkg-plist b/graphics/libxine/pkg-plist
deleted file mode 100644
index 46bc9f1..0000000
--- a/graphics/libxine/pkg-plist
+++ /dev/null
@@ -1,198 +0,0 @@
-bin/xine-config
-include/xine.h
-include/xine/attributes.h
-include/xine/audio_decoder.h
-include/xine/audio_out.h
-include/xine/buffer.h
-include/xine/compat.h
-include/xine/configfile.h
-include/xine/demux.h
-include/xine/input_plugin.h
-include/xine/lrb.h
-include/xine/metronom.h
-include/xine/nav_types.h
-include/xine/osd.h
-include/xine/plugin_catalog.h
-include/xine/post.h
-include/xine/ppcasm_string.h
-include/xine/resample.h
-include/xine/scratch.h
-include/xine/spu_decoder.h
-include/xine/spu_decoder_api.h
-include/xine/video_decoder.h
-include/xine/video_out.h
-include/xine/video_overlay.h
-include/xine/vo_scale.h
-include/xine/xine_buffer.h
-include/xine/xine_check.h
-include/xine/xine_internal.h
-include/xine/xine_plugin.h
-include/xine/xineintl.h
-include/xine/xineutils.h
-include/xine/xmllexer.h
-include/xine/xmlparser.h
-lib/libxine.so
-lib/libxine.so.3
-lib/xine/plugins/1.0.0/post/xineplug_post_goom.so
-lib/xine/plugins/1.0.0/post/xineplug_post_invert.so
-lib/xine/plugins/1.0.0/post/xineplug_post_visualizations.so
-%%HAVE_ARTS%%lib/xine/plugins/1.0.0/xineplug_ao_out_arts.so
-%%HAVE_ESOUND%%lib/xine/plugins/1.0.0/xineplug_ao_out_esd.so
-lib/xine/plugins/1.0.0/xineplug_ao_out_oss.so
-lib/xine/plugins/1.0.0/xineplug_decode_a52.so
-lib/xine/plugins/1.0.0/xineplug_decode_adpcm.so
-lib/xine/plugins/1.0.0/xineplug_decode_cinepak.so
-lib/xine/plugins/1.0.0/xineplug_decode_cyuv.so
-lib/xine/plugins/1.0.0/xineplug_decode_dts.so
-lib/xine/plugins/1.0.0/xineplug_decode_dxr3_spu.so
-lib/xine/plugins/1.0.0/xineplug_decode_dxr3_video.so
-lib/xine/plugins/1.0.0/xineplug_decode_faad.so
-lib/xine/plugins/1.0.0/xineplug_decode_ff.so
-lib/xine/plugins/1.0.0/xineplug_decode_fli.so
-lib/xine/plugins/1.0.0/xineplug_decode_gsm610.so
-lib/xine/plugins/1.0.0/xineplug_decode_idcinvideo.so
-lib/xine/plugins/1.0.0/xineplug_decode_interplayaudio.so
-lib/xine/plugins/1.0.0/xineplug_decode_interplayvideo.so
-lib/xine/plugins/1.0.0/xineplug_decode_logpcm.so
-lib/xine/plugins/1.0.0/xineplug_decode_lpcm.so
-lib/xine/plugins/1.0.0/xineplug_decode_mad.so
-lib/xine/plugins/1.0.0/xineplug_decode_mpeg2.so
-lib/xine/plugins/1.0.0/xineplug_decode_msrle.so
-lib/xine/plugins/1.0.0/xineplug_decode_msvc.so
-lib/xine/plugins/1.0.0/xineplug_decode_nsf.so
-lib/xine/plugins/1.0.0/xineplug_decode_qt.so
-lib/xine/plugins/1.0.0/xineplug_decode_qtrle.so
-lib/xine/plugins/1.0.0/xineplug_decode_qtrpza.so
-lib/xine/plugins/1.0.0/xineplug_decode_qtsmc.so
-lib/xine/plugins/1.0.0/xineplug_decode_real.so
-lib/xine/plugins/1.0.0/xineplug_decode_real_audio.so
-lib/xine/plugins/1.0.0/xineplug_decode_rgb.so
-lib/xine/plugins/1.0.0/xineplug_decode_roqaudio.so
-lib/xine/plugins/1.0.0/xineplug_decode_roqvideo.so
-lib/xine/plugins/1.0.0/xineplug_decode_spu.so
-lib/xine/plugins/1.0.0/xineplug_decode_spucc.so
-lib/xine/plugins/1.0.0/xineplug_decode_sputext.so
-lib/xine/plugins/1.0.0/xineplug_decode_svq1.so
-lib/xine/plugins/1.0.0/xineplug_decode_yuv_frames.so
-lib/xine/plugins/1.0.0/xineplug_decode_vorbis.so
-lib/xine/plugins/1.0.0/xineplug_decode_w32dll.so
-lib/xine/plugins/1.0.0/xineplug_decode_wc3video.so
-lib/xine/plugins/1.0.0/xineplug_decode_yuv.so
-lib/xine/plugins/1.0.0/xineplug_dmx_asf.so
-lib/xine/plugins/1.0.0/xineplug_dmx_audio.so
-lib/xine/plugins/1.0.0/xineplug_dmx_avi.so
-lib/xine/plugins/1.0.0/xineplug_dmx_fli.so
-lib/xine/plugins/1.0.0/xineplug_dmx_games.so
-lib/xine/plugins/1.0.0/xineplug_dmx_mng.so
-lib/xine/plugins/1.0.0/xineplug_dmx_mpeg.so
-lib/xine/plugins/1.0.0/xineplug_dmx_mpeg_block.so
-lib/xine/plugins/1.0.0/xineplug_dmx_mpeg_elem.so
-lib/xine/plugins/1.0.0/xineplug_dmx_mpeg_ts.so
-lib/xine/plugins/1.0.0/xineplug_dmx_ogg.so
-lib/xine/plugins/1.0.0/xineplug_dmx_pva.so
-lib/xine/plugins/1.0.0/xineplug_dmx_qt.so
-lib/xine/plugins/1.0.0/xineplug_dmx_rawdv.so
-lib/xine/plugins/1.0.0/xineplug_dmx_real.so
-lib/xine/plugins/1.0.0/xineplug_dmx_sputext.so
-lib/xine/plugins/1.0.0/xineplug_dmx_yuv4mpeg2.so
-lib/xine/plugins/1.0.0/xineplug_dmx_yuv_frames.so
-lib/xine/plugins/1.0.0/xineplug_inp_cdda.so
-lib/xine/plugins/1.0.0/xineplug_inp_dvb.so
-lib/xine/plugins/1.0.0/xineplug_inp_dvd.so
-lib/xine/plugins/1.0.0/xineplug_inp_file.so
-%%HAVE_GNOMEVFS2%%lib/xine/plugins/1.0.0/xineplug_inp_gnome_vfs.so
-lib/xine/plugins/1.0.0/xineplug_inp_http.so
-lib/xine/plugins/1.0.0/xineplug_inp_mms.so
-lib/xine/plugins/1.0.0/xineplug_inp_net.so
-lib/xine/plugins/1.0.0/xineplug_inp_pnm.so
-lib/xine/plugins/1.0.0/xineplug_inp_rtsp.so
-lib/xine/plugins/1.0.0/xineplug_inp_stdin_fifo.so
-lib/xine/plugins/1.0.0/xineplug_inp_vcd.so
-lib/xine/plugins/1.0.0/xineplug_vo_out_aa.so
-lib/xine/plugins/1.0.0/xineplug_vo_out_dxr3.so
-lib/xine/plugins/1.0.0/xineplug_vo_out_none.so
-lib/xine/plugins/1.0.0/xineplug_vo_out_pgx64.so
-lib/xine/plugins/1.0.0/xineplug_vo_out_sdl.so
-lib/xine/plugins/1.0.0/xineplug_vo_out_syncfb.so
-%%HAVE_LIBXV%%lib/xine/plugins/1.0.0/xineplug_vo_out_xv.so
-lib/xine/plugins/1.0.0/xineplug_vo_out_xshm.so
-libdata/pkgconfig/libxine.pc
-share/aclocal/xine.m4
-share/doc/xine/README
-share/doc/xine/README.config_en
-share/doc/xine/README.dvb
-share/doc/xine/README.dxr3
-share/doc/xine/README.dxr3_pl
-share/doc/xine/README.freebsd
-share/doc/xine/README.irix
-share/doc/xine/README.mrl
-share/doc/xine/README.opengl
-share/doc/xine/README.plugins
-share/doc/xine/README.solaris
-share/doc/xine/README.syncfb
-share/doc/xine/README.tvmode
-share/doc/xine/dataflow.dia
-share/doc/xine/faq/faq.html
-share/doc/xine/faq/faq.txt
-share/locale/cs/LC_MESSAGES/libxine1.mo
-share/locale/de/LC_MESSAGES/libxine1.mo
-share/locale/es/LC_MESSAGES/libxine1.mo
-share/locale/fr/LC_MESSAGES/libxine1.mo
-share/locale/pl_PL/LC_MESSAGES/libxine1.mo
-share/locale/pt_BR/LC_MESSAGES/libxine1.mo
-share/locale/sk/LC_MESSAGES/libxine1.mo
-share/xine/libxine1/fonts/cc-16.xinefont.gz
-share/xine/libxine1/fonts/cc-20.xinefont.gz
-share/xine/libxine1/fonts/cc-24.xinefont.gz
-share/xine/libxine1/fonts/cc-32.xinefont.gz
-share/xine/libxine1/fonts/cci-16.xinefont.gz
-share/xine/libxine1/fonts/cci-20.xinefont.gz
-share/xine/libxine1/fonts/cci-24.xinefont.gz
-share/xine/libxine1/fonts/cci-32.xinefont.gz
-share/xine/libxine1/fonts/cetus-16.xinefont.gz
-share/xine/libxine1/fonts/cetus-20.xinefont.gz
-share/xine/libxine1/fonts/cetus-24.xinefont.gz
-share/xine/libxine1/fonts/cetus-32.xinefont.gz
-share/xine/libxine1/fonts/mono-16.xinefont.gz
-share/xine/libxine1/fonts/mono-20.xinefont.gz
-share/xine/libxine1/fonts/mono-24.xinefont.gz
-share/xine/libxine1/fonts/mono-32.xinefont.gz
-share/xine/libxine1/fonts/sans-16.xinefont.gz
-share/xine/libxine1/fonts/sans-20.xinefont.gz
-share/xine/libxine1/fonts/sans-24.xinefont.gz
-share/xine/libxine1/fonts/sans-32.xinefont.gz
-share/xine/libxine1/fonts/sanshu-16.xinefont.gz
-share/xine/libxine1/fonts/sanshu-20.xinefont.gz
-share/xine/libxine1/fonts/sanshu-24.xinefont.gz
-share/xine/libxine1/fonts/sanshu-32.xinefont.gz
-share/xine/libxine1/fonts/serif-16.xinefont.gz
-share/xine/libxine1/fonts/serif-20.xinefont.gz
-share/xine/libxine1/fonts/serif-24.xinefont.gz
-share/xine/libxine1/fonts/serif-32.xinefont.gz
-@dirrm include/xine
-@dirrm lib/xine/plugins/1.0.0/post
-@dirrm lib/xine/plugins/1.0.0/vidix
-@dirrm lib/xine/plugins/1.0.0
-@dirrm lib/xine/plugins
-@dirrm lib/xine
-@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
-@dirrm share/doc/xine/faq
-@dirrm share/doc/xine
-@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/cs 2>/dev/null || true
-@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/de 2>/dev/null || true
-@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/es 2>/dev/null || true
-@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/fr 2>/dev/null || true
-@unexec rmdir %D/share/locale/pl_PL/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/pl_PL 2>/dev/null || true
-@unexec rmdir %D/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true
-@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/sk 2>/dev/null || true
-@unexec rmdir %D/share/locale 2>/dev/null || true
-@dirrm share/xine/libxine1/fonts
-@dirrm share/xine/libxine1
-@dirrm share/xine
OpenPOWER on IntegriCloud