Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2003 01:02:51 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55629: Update port: multimedia/libxine
Message-ID:  <20030817010251.266cd60c.tkato@prontomail.com>
Resent-Message-ID: <200308161610.h7GGAIoC097049@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55629
>Category:       ports
>Synopsis:       Update port: multimedia/libxine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 16 09:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix LIB_DEPENDS
- Fix pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/multimedia/libxine/Makefile multimedia/libxine/Makefile
--- /usr/ports/multimedia/libxine/Makefile	Sun Aug 10 23:03:39 2003
+++ multimedia/libxine/Makefile	Sat Aug 16 03:26:18 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	xine
 PORTVERSION=	1.0.r0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,32 +18,33 @@
 COMMENT=	Libraries for xine multimedia player
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
-LIB_DEPENDS=	a52.0:${PORTSDIR}/audio/liba52 \
+LIB_DEPENDS=	FLAC.5:${PORTSDIR}/audio/flac \
+		a52.0:${PORTSDIR}/audio/liba52 \
+		ogg.4:${PORTSDIR}/audio/libogg \
+		vorbis.2:${PORTSDIR}/audio/libvorbis \
 		mad.1:${PORTSDIR}/audio/mad \
-		aa.1:${PORTSDIR}/graphics/aalib \
-		intl.4:${PORTSDIR}/devel/gettext \
+		speex.2:${PORTSDIR}/audio/speex \
 		iconv.3:${PORTSDIR}/converters/libiconv \
-		vorbis.2:${PORTSDIR}/audio/libvorbis \
-		ogg.4:${PORTSDIR}/audio/libogg \
+		intl.4:${PORTSDIR}/devel/gettext \
+		aa.1:${PORTSDIR}/graphics/aalib \
 		mng.1:${PORTSDIR}/graphics/libmng \
 		dvdread.3:${PORTSDIR}/multimedia/libdvdread
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 WANT_GNOME=	yes
-USE_GNOME=	gnomehack
+USE_GNOME=	gnomehack gnometarget
 USE_GMAKE=	yes
 USE_MESA=	yes
 USE_SDL=	yes
 USE_REINPLACE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -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
+		--disable-vidix
 INSTALLS_SHLIB=	yes
 
 MAN1=		xine-config.1
@@ -61,7 +63,7 @@
 .endif
 
 .if exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)
-LIB_DEPENDS+=    artsc.0:${PORTSDIR}/audio/arts
+LIB_DEPENDS+=	artsc.0:${PORTSDIR}/audio/arts
 PLIST_SUB+=	HAVE_ARTS=""
 .else
 PLIST_SUB+=	HAVE_ARTS="@comment "
diff -urN /usr/ports/multimedia/libxine/pkg-plist multimedia/libxine/pkg-plist
--- /usr/ports/multimedia/libxine/pkg-plist	Sun Aug 10 19:43:31 2003
+++ multimedia/libxine/pkg-plist	Sat Aug 16 02:33:11 2003
@@ -72,6 +72,7 @@
 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_speex.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_spuogm.so
@@ -104,6 +105,7 @@
 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_flac.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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030817010251.266cd60c.tkato>