diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-01-24 17:22:15 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-01-24 17:22:15 +0800 |
commit | 373708aa11f9e2a77a95c176e4f686960386e0ec (patch) | |
tree | db36ec6d4790206727ba88be9a1734546e475ff4 /graphics/libxine | |
parent | 318c70b0dbef2e6b60a8fdc1aea7de3272d1cb15 (diff) | |
download | freebsd-ports-gnome-373708aa11f9e2a77a95c176e4f686960386e0ec.tar.gz freebsd-ports-gnome-373708aa11f9e2a77a95c176e4f686960386e0ec.tar.zst freebsd-ports-gnome-373708aa11f9e2a77a95c176e4f686960386e0ec.zip |
Update to 0.9.8.
Diffstat (limited to 'graphics/libxine')
-rw-r--r-- | graphics/libxine/Makefile | 40 | ||||
-rw-r--r-- | graphics/libxine/distinfo | 2 | ||||
-rw-r--r-- | graphics/libxine/files/patch-src:xine-engine:Makefile.am | 12 | ||||
-rw-r--r-- | graphics/libxine/pkg-plist | 13 |
4 files changed, 24 insertions, 43 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile index a12a075c5143..5395bfc57ab2 100644 --- a/graphics/libxine/Makefile +++ b/graphics/libxine/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xine -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTVERSION= 0.9.8 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,10 +18,13 @@ 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 + aa.1:${PORTSDIR}/graphics/aalib \ + intl.1:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBS=-L${LOCALBASE}/lib + USE_AUTOMAKE= yes USE_GMAKE= yes USE_X_PREFIX= yes @@ -72,41 +74,9 @@ PLIST_SUB+= HAVE_OGG="" PLIST_SUB+= HAVE_OGG="@comment " .endif -# DVD input plugin for xine-0.9.7 is not available yet. -.if 0 -.if defined(WITH_CSS) -# http://members.home.nl/mphm.janssen/linuxvideo/linuxvideo.html -MASTER_SITES+= http://members.home.nl/mphm.janssen/files/ -DISTFILES+= ${PLUGIN_CSS}${EXTRACT_SUFX} - -LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss - -PLUGIN_CSS= dvd-plugin-${PLUGIN_CSS_VERSION} -PLUGIN_CSS_VERSION= 0.4 -.endif -.endif - -pre-everything:: -.if 0 -.if !defined(WITH_CSS) - @${ECHO_MSG} "====>" - @${ECHO_MSG} "====> To enable css support, define WITH_CSS" - @${ECHO_MSG} "====>" -.endif -.endif - # XXX: To avoid internal error in gcc. post-configure: @${SED} -e "s/-funroll-loops//" < ${WRKSRC}/src/libw32dll/wine/Makefile > ${WRKSRC}/src/libw32dll/wine/Makefile.tmp @${MV} ${WRKSRC}/src/libw32dll/wine/Makefile.tmp ${WRKSRC}/src/libw32dll/wine/Makefile -post-patch: -.if 0 -.if defined(WITH_CSS) - @${PERL} -pi.orig -e 's/(xineplug_inp_dvd_la_LDFLAGS = -avoid-version -module)/\1 -ldvdcss/' \ - ${WRKSRC}/src/input/Makefile.am - @${CP} -f ${WRKDIR}/${PLUGIN_CSS}/*.[ch] ${WRKSRC}/src/input -.endif -.endif - .include <bsd.port.post.mk> diff --git a/graphics/libxine/distinfo b/graphics/libxine/distinfo index ee69c68bd513..58ffe42c94ed 100644 --- a/graphics/libxine/distinfo +++ b/graphics/libxine/distinfo @@ -1 +1 @@ -MD5 (xine-lib-0.9.7.tar.gz) = 52f3cfdcf2066d36746fb98b735b0fbc +MD5 (xine-lib-0.9.8.tar.gz) = d8fc9b30e15b50af8ab7552bbda7aeda diff --git a/graphics/libxine/files/patch-src:xine-engine:Makefile.am b/graphics/libxine/files/patch-src:xine-engine:Makefile.am index dc8aa08f2b97..6eac654e2594 100644 --- a/graphics/libxine/files/patch-src:xine-engine:Makefile.am +++ b/graphics/libxine/files/patch-src:xine-engine:Makefile.am @@ -1,12 +1,12 @@ ---- src/xine-engine/Makefile.am.orig Sun Oct 21 09:06:25 2001 -+++ src/xine-engine/Makefile.am Sun Oct 21 09:07:43 2001 -@@ -18,8 +18,7 @@ - -lm +--- src/xine-engine/Makefile.am.orig Sat Dec 29 02:31:25 2001 ++++ src/xine-engine/Makefile.am Thu Jan 24 13:42:50 2002 +@@ -15,8 +15,7 @@ + libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ -lm -lz libxine_la_LDFLAGS = \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -- -release $(LT_RELEASE) +- -release $(LT_RELEASE) + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) include_HEADERS = buffer.h metronom.h configfile.h \ - monitor.h cpu_accel.h attributes.h utils.h \ + audio_out.h resample.h video_out.h xine_internal.h spu_decoder.h \ diff --git a/graphics/libxine/pkg-plist b/graphics/libxine/pkg-plist index 3ca34f8a6430..e0eb4362c956 100644 --- a/graphics/libxine/pkg-plist +++ b/graphics/libxine/pkg-plist @@ -6,7 +6,6 @@ include/xine/buffer.h include/xine/configfile.h include/xine/demux.h include/xine/dxr3_video_out.h -include/xine/dxr3_vo_encoder.h include/xine/events.h include/xine/input_plugin.h include/xine/lrb.h @@ -20,6 +19,7 @@ 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.h lib/libxine.la @@ -52,6 +52,8 @@ lib/xine/plugins/xineplug_decode_mpeg2.la lib/xine/plugins/xineplug_decode_mpeg2.so lib/xine/plugins/xineplug_decode_spu.la lib/xine/plugins/xineplug_decode_spu.so +lib/xine/plugins/xineplug_decode_spucc.la +lib/xine/plugins/xineplug_decode_spucc.so lib/xine/plugins/xineplug_decode_sputext.la lib/xine/plugins/xineplug_decode_sputext.so %%HAVE_VORBIS%%lib/xine/plugins/xineplug_decode_vorbis.la @@ -147,6 +149,15 @@ 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/fr/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 |